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

Explanation

An internal error occurred when data was added to 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 1 to be displayed. An error code value of 1 indicates that the record being inserted already exists 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.