what does "Rollback following error in transaction" mean?

My user noticed this message in the log after they ran automatic allocations.  Unsure what the message means though.

  • 0

    It simply means that a database transaction was initiated in code, an error occurred, the transaction aborted and rolled back to the point before beginning the transaction. The transaction failed.

    You would need more information about the rest of the error, the process being run, the entries being allocated, possibly an engine trace. You can certainly search the knowledgebase if you get more detailed error and version.

    You could also contact your business partner or support if it is continuing to occur. It becomes easier to troubleshoot if you can duplicate it.