Transaction Aborted & Timeouts

  1. #1

    Transaction Aborted & Timeouts

    Daniil,

    Just wanted pass this along regarding "Transaction Aborted", "Timeouts" and everybody using they taskmanager to avoid this problem.
    I did the following and it seems to have eliminated all or most of the "Transaction Aborted" and "Timeout" issues.
    This assumes of course that store binding is done is the code behind and autobind is not needed. It may not be appropriate for all situations, but this appears to have worked for me so far.

    Ext.Net.dll - version 1.2.0.21945

    Error resolution

    1. GridPanel: AutoDataBind="false"
    2. Store: ShowWarningOnFailure="false", AutoDataBind="false", AutoLoad="false"
    3. JsonReader: AutoDataBind="false"
    4. RowSelectionModel: AutoDataBind="false"
  2. #2

    spoke too soon

    Still getting "Transaction Aborted" when trying a Gridpanel Row Selection after sitting being idle for just a few minutes. This is very annoying. When I implemented the Taskmanager as a work around the Failure method was still firing. The Keep Alives on the server is set to 20 minutes, so we know it's not that.


    <Content>
    <ext:TaskManager ID="TaskManager1" runat="server" AutoRunDelay="15000" AutoDataBind="false">
    <Tasks>
    <ext:Task Interval="45000">
    <DirectEvents>
    <Update OnEvent="TaskManager1_ManageCourses" AutoDataBind="false" Buffer="250" Delay="2" />
    </DirectEvents>
    </ext:Task>
    </Tasks>
    </ext:TaskManager>
    </Content>


    Quote Originally Posted by healingnations View Post
    Daniil,

    Just wanted pass this along regarding "Transaction Aborted", "Timeouts" and everybody using they taskmanager to avoid this problem.
    I did the following and it seems to have eliminated all or most of the "Transaction Aborted" and "Timeout" issues.
    This assumes of course that store binding is done is the code behind and autobind is not needed. It may not be appropriate for all situations, but this appears to have worked for me so far.

    Ext.Net.dll - version 1.2.0.21945

    Error resolution

    1. GridPanel: AutoDataBind="false"
    2. Store: ShowWarningOnFailure="false", AutoDataBind="false", AutoLoad="false"
    3. JsonReader: AutoDataBind="false"
    4. RowSelectionModel: AutoDataBind="false"
  3. #3
    This can be resolved increasing DirectEventConfig timeout property. For more information Read http://mycodingerrors.blogspot.com/2...ed-extnet.html

Similar Threads

  1. Transaction aborted
    By norphos in forum 1.x Help
    Replies: 0
    Last Post: Jul 11, 2011, 11:47 AM
  2. [CLOSED] Transaction aborted
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 05, 2010, 10:11 AM
  3. [CLOSED] transaction aborted
    By ilanga in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: Sep 16, 2010, 8:08 AM
  4. [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
  5. Transaction aborted error
    By quasimidi in forum 1.x Help
    Replies: 2
    Last Post: Aug 06, 2010, 9:54 AM

Tags for this Thread

Posting Permissions