Cache Refresh

Synchronization logs include data related to different aspects of data synchronization, including cache refresh and SAP Mobile Server interface.

Cache Refresh – statistics for cache database activities:
  • Time – the time and date stamp for the log entry.
  • Application ID – the unique identifier assigned to the registered application. Values may include a number, blank, or HWC, depending on the client type.
  • Application Connection ID – the unique identifier for a user application connection.
  • User ID – the ID of the user associated with the application ID. The user under the domain logs should be in the format "username@securityConfiguration".
  • Stage – the current stage of processing - START or FINISH.
  • Package – the name of the package to which the subscription belongs.
  • MBO – the mobile business object used.
  • Cache Group – the cache group name.
  • CacheRow Count – the number of cached rows.
  • EIS Row Count – the number of rows retrieved from the enterprise information system (EIS).
  • Insert Count – the number of rows inserted in the cache.
  • Update Count – the number of rows updated in the cache.
  • Delete Count – the number of rows deleted from the cache.
  • Thread ID – the identifier for the thread used to process the request.
  • Node ID – the server node on which the request is received.
  • Error – the error message if any.
  • Transaction ID – a unique ID that represents a transaction (one cycle of request-response) performed by the client or application.
  • Root Context ID – a unique ID that represents a client/server session. A session can be thought of as a block that includes multiple requests from the client to the server.
Note: Additional detail columns:
  • Refresh Type
  • Virtual Table Name
  • Partition Key
  • Pre Update Cache Image (payload)
  • Post Update Cache Image (payload)