Sync error

Can you help with the following error.
Sync failed: java.lang.RuntimeException: Failure while getting list of changes from DBCalendarData{syncAccount=SyncAccount{fmAccount=Account{username='Scott'}, googleAccounts=[Account{username='[email protected]'}]}, dataSource=DBDataSource{username='Scott'}, database='Peak7', eventTableName='Peak 7 Calendar', displayName='Event - Open', filterKey='Status ', filterValue='Open '}: java.lang.RuntimeException: com.prosc.fmpjdbc.FileMakerException: 102: "Field is missing" - Make sure that the fields you are specifing in your WHERE or UPDATE clauses actually exist in the specified table/layout, and that all fields with special characters or spaces have quotes around them. (JDBC URL: jdbc:fmp360://localhost/Peak7 / SQL statement: SELECT "Project_Name", "zulu_ALARM_EMAIL_RECIPIENTS", "zulu_ALARM_TYPE", "zulu_ALARM_TRIGGER_MINUTES", "Description", "Date_End", "zulu_UUID", "time_start", "zulu_CREATION_TIMESTAMP", "ID_Project", "zulu_ICAL_DATA", "id_location", "Date_Start", "zulu_ALARM_TRIGGER_TIMESTAMP", "time_end", "zulu_MODIFICATION_TIMESTAMP", "zulu_URL", "zulu_DELETED" FROM "Peak 7 Calendar" WHERE "Status " LIKE ? AND "zulu_MODIFICATION_TIMESTAMP" <= ? AND "zulu_DELETED"!=1 / params: [Open , null] )
Sync failed: java.lang.RuntimeException: Failure while getting list of changes from DBCalendarData{syncAccount=SyncAccount{fmAccount=Account{username='Scott'}, googleAccounts=[Account{username='[email protected]'}]}, dataSource=DBDataSource{username='Scott'}, database='Peak7', eventTableName='Peak 7 Calendar', displayName='Event - Open', filterKey='Status ', filterValue='Open '}: java.lang.RuntimeException: com.prosc.fmpjdbc.FileMakerException: 102: "Field is missing" - Make sure that the fields you are specifing in your WHERE or UPDATE clauses actually exist in the specified table/layout, and that all fields with special characters or spaces have quotes around them. (JDBC URL: jdbc:fmp360://localhost/Peak7 / SQL statement: SELECT "Project_Name", "zulu_ALARM_EMAIL_RECIPIENTS", "zulu_ALARM_TYPE", "zulu_ALARM_TRIGGER_MINUTES", "Description", "Date_End", "zulu_UUID", "time_start", "zulu_CREATION_TIMESTAMP", "ID_Project", "zulu_ICAL_DATA", "id_location", "Date_Start", "zulu_ALARM_TRIGGER_TIMESTAMP", "time_end", "zulu_MODIFICATION_TIMESTAMP", "zulu_URL", "zulu_DELETED" FROM "Peak 7 Calendar" WHERE "Status " LIKE ? AND "zulu_MODIFICATION_TIMESTAMP" <= ? AND "zulu_DELETED"!=1 / params: [Open , null] )