ANR0103E
Source file(line number): Error error code updating row in table "table name".

Explanation

An internal error occurred when data was updated in a server database table. This error message always accompanies another error message which provides more details about the error.

System action

The activity that generated this error fails.

User response

An error occurred when a row was inserted into a server database table. Typically, this error causes an error code value of 2 to be displayed. An error code value of 2 indicates that the record being updated does not exist in the database. This type of error might be caused by a timing issue with the server or a synchronization issue involving server processes, client sessions, or other server actions. Review the activity log file to determine what operations were in progress and were affected by this error. Try the operation again and change the timing so that it does not run with the same processes or actions as when the error occurred.