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.
Type | Description |
---|---|
Info | An Info log is written for all events as detailed in below synchronization events table |
Warning | A 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 |
Error | An 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):
Event | Description |
---|---|
Application | New Application registered for the Aurena Native user/device or the Application has been deleted |
Metadata | Metadata has been deployed for the Aurena Native application |
Device | New device registered for the Aurena Native user/application |
Pre Initialize | Scheduled Activation processed for the Aurena Native user/device/application collecting data for downloading |
Activation | The Aurena Native user enters their User ID, Password, Service URL & System ID in an Aurena Native application downloading all data for the first time |
Initialization | The Aurena Native user requests to re-download all data from within a Aurena Native application |
Batch | Batch synchronization data is gathered for the Aurena Native user |
Push | Push synchronization data is gathered for the Aurena Native user |
Synchronizing | Synchronizing entity data |
A Database Task exists to clean up Logs. It is recommended to schedule this to ensure good performance of the system.
See the Aurena Native Framework Synchronization Guide and/or the Troubleshooting Aurena Native Apps for more information.