Skip to content

Logs

Each time a synchronization event occurs for a User/Device/Application a log record is created.  The log information can be of the type Info, Warning or Error.

The log information can be of the type Info, Warning or Error.

TypeDescription
InfoAn Info log is written for all events as detailed in below synchronization events table
WarningA warning is written when an issue has occurred but the system is functioning such as device is disabled or when an entity is taking too long to synchronize
ErrorAn error is written when an issue has occurred that prevents the client or server sending/receiving data such as failed executing query or error when synchronizing entity.

Synchronization events include (but not limited to):

EventDescription
ApplicationNew Application registered for the mobile app user/device or the Application has been deleted
MetadataMetadata has been deployed for the mobile app
DeviceNew device registered for the mobile app user/application
Pre InitializeScheduled Activation processed for the mobile app user/device/application collecting data for downloading
ActivationThe mobile app user enters their User ID, Password, Service URL & System ID in an mobile app downloading all data for the first time
InitializationThe mobile app user requests to re-download all data from within a mobile app
BatchBatch synchronization data is gathered for the mobile app user
PushPush synchronization data is gathered for the mobile app user
SynchronizingSynchronizing entity data

Source column details the generation source of the mobile log. It can include for example, Client, Init, etc.

A Database Task exists to clean up Logs.  It is recommended to schedule this to ensure good performance of the system.

See the Mobile App Framework Synchronization Guide and/or the Troubleshooting Mobile Apps for more information.