Hello,
We have occasionally been getting an AOS crash on our batch server. AX service stops, upon restart another crash. A DB synch seamed to remedy the problem but we want to get down to the root of it so it does not occur again. Looks like it is crashing on the below SQL update statement to syslastvalue. Could two of the same user sessions try to update this table and thus crash it out? Any other ideas?
Event log:
Object Server 01: |
[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english. |
UPDATE SYSLASTVALUE SET VALUE=?,RECVERSION=? WHERE (((((((USERID=?) AND (RECORDTYPE=?)) AND (ELEMENTNAME=?)) AND (DESIGNNAME=?)) AND (ISKERNEL=?)) AND (COMPANY=?)) AND (RECVERSION=?)) |
session 1 (-AOS-)
|
*This post is locked for comments