Error occurred while synchronizing Log tables
The logs in the diagnostics section of the process flow logs is not working (nothing is showing up). This is causing issues as it makes it extremely difficult to troubleshoot errors with no logs showing anything. I did come across the following error message that is most likely the culprit
"Error occurred while synchronizing Log tables. Reason: java.lang.Exception: Error occured while synchronizing for AU_LOG Reason: Data truncation".
I do not know what it is synching with so I am not sure even where to look to see what is being truncated.
-
Log synchronization occurs when Adeptia is disconnected from the log database for a period of time. When the database connection is restored, a temporary file containing the logs generated during the disconnection is loaded into the log database. If there is some large data/entry within that file that is unable to be inserted into the database column, then a data truncation error is thrown during synchronization.
You can try stopping Adeptia, moving the files in the \AdeptiaServer\ServerKernel\web\logfiles directory to a directory outside of the Adeptia installation directory (backup), then starting Adeptia.
0
Post is closed for comments.
Comments
1 comment