Contact support

Terminals & Devices

EduReg2 - Error in SySyncService Logs

If the error is appearing in the SySyncService logs as follows..

==========================

25/01/2022 13:17:40 New entries. 25/01/2022 13:17:40: Service started RefreshScheduler 25/01/2022 13:17:40: Service schedule refreshed, next sync time at 01:30:00 25/01/2022 13:17:40: Time remained till next launch 12:12:19.2788245 25/01/2022 13:17:40: Sy Sync Web service started listening at http://localhost:1985/SySyncService 25/01/2022 13:18:40: Found a terminal to scheduled synchronize. 25/01/2022 13:18:40: Synchronizing terminal ID: 31 25/01/2022 13:19:11: Sync for Terminal threw an error: System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'employees'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)

Check the following..

Please find the AccessControlLibrary.dll.config under <ER2 Install folder>/Services/SyncService. This file has to have the following setting:

<add key="Application" value="SyncMaster"/>

If it doesn't have, please add it, or if it has different value, please set it to SyncMaster, restart the service, and try again.