Db sync issue due to no space in disc
In the future you could reduce AXDB size by running the following SQL query:
truncate table BATCHHISTORY
truncate table BATCHJOBHISTORY
truncate table EVENTINBOX
truncate table EventCUD
truncate table EVENTCUDLINES
and then truncating the database:
Comments