[CLOSED] Transaction Aborted

  1. #1

    [CLOSED] Transaction Aborted

    I'm with some problems in my application in various situations that I could not even define the message is generated "Transaction Aborted" after this error I have to close my browser session and open the application again to get to work.

    You know indicate what might be causing this error?

    It happens in some situations not yet defined and the same process sometimes works and sometimes not.
    Last edited by Daniil; Nov 24, 2011 at 5:44 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Mostly it means exceeding a timeout. Maybe, the timeout of a DirectEvent.

    By default it's 30000 milliseconds, i.e. 30 seconds.

    Yon can increase the timeout setting up the Timeout property of a DirectEvent.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Mostly it means exceeding a timeout. Maybe, the timeout of a DirectEvent.

    By default it's 30000 milliseconds, i.e. 30 seconds.

    Yon can increase the timeout setting up the Timeout property of a DirectEvent.
    There is no putting them so I can increase the timeout of all DirectEvents?

    It is common to have to increase the time?
  4. #4
    Quote Originally Posted by majunior View Post
    There is no putting them so I can increase the timeout of all DirectEvents?
    Please add the following script into a page's <head>.
    <ext:ResourcePlaceHolder runat="server" Mode="ScriptFiles" />
    <script type="text/javascript">
        Ext.net.DirectEvent.timeout = 200000;
    </script>
    Quote Originally Posted by majunior View Post
    It is common to have to increase the time?
    Yes, it's a common thing in real applications. Especially, if it uses a database.

Similar Threads

  1. [CLOSED] Transaction Aborted
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 23, 2011, 8:32 AM
  2. Transaction aborted
    By norphos in forum 1.x Help
    Replies: 0
    Last Post: Jul 11, 2011, 11:47 AM
  3. [CLOSED] Transaction aborted
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 05, 2010, 10:11 AM
  4. [CLOSED] transaction aborted
    By ilanga in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: Sep 16, 2010, 8:08 AM
  5. [CLOSED] [0.8.1] Transaction Aborted
    By cobiscorp in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 28, 2010, 6:58 AM

Posting Permissions