Hello,
I constantly get an error from SQL-server while updating table record in batch.
In application log on AOS server I see the following error:
eventid - 117
<Data>Object Server 01:</Data>
<Data>[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english.</Data>
<Data>UPDATE table SET EXCHANGESTATUS=?,XML=?,INFOLOGTEXT=?,RECVERSION=?,MODIFIEDDATETIME=?,MODIFIEDBY=? WHERE (((DATAAREAID=?) AND (RECID=?)) AND (RECVERSION=?))</Data>
<Data>session 230 ()</Data>
Restarting AOS helps to resolve this issue but temporarily. After some time it gets back.
I've googled and haven't found any solution. Even though I found many people encounter this error and restarting AOS also helps for some time.
So maybe someone can at least point at the right direction so that I could understand how to troubleshoot this?
Thanks