Troubleshooting Errors When Submitting Requests from Edit Request Form

Print Friendly and PDF Follow

Product Aeon
Version All
Ticket N/A
KB Permissions Public 

Problem

When attempting to submit a request from its corresponding edit form on the Aeon web interface, the request fails to go through and the SLTransactionOwnershipError status line displays (default text: "You may only manage requests that were created by you or for you by your proxy."):

Transaction_Ownership_Error.png

The Aeon DLL logs will also display the following messages:

TWebModuleMain (6752) - The transaction number could not be converted to an integer.
TWebModuleMain (6752) - User "<username>" tried to edit or otherwise modify transaction number which they do not control.

Resolution

This error is caused when the hidden input for the TransactionNumber field is missing on the corresponding edit form for the type of request experiencing the issue. For example, if the issue is occurring for requests submitted with the DefaultRequest.html form, then this means that the EditDefaultRequest.html form is missing the hidden input.

To resolve the issue, add the following line of code to the affected edit form anywhere near the top of the form where the other hidden inputs are located:

<input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>">

Questions?

If this article didn’t resolve your issue, please contact Atlas Support for assistance:

Contact Support