<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Invalid request on pooled connection in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826752#M4857595</link>
    <description>&lt;P&gt;I had the same exception with EF6, Server 12.0.1.4165, Ado.NET Provider 12.0.1.41654 ?, but in my case it was caused by different threads accessing the same db context which of course is not supported. The scenario can easily be reproduced by starting several threads accessing the same context.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2014 02:53:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-02T02:53:31Z</dc:date>
    <item>
      <title>Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaq-p/13826748</link>
      <description>&lt;P&gt;I recently deployed an application using SQL Anywhere v 12.0.1.3942 with the .Net Dataprovider and using Entity Framework 5.&lt;/P&gt;
&lt;P&gt;Since deployment a few days ago I've noticed that I'm intermittently getting the following error - 
     iAnywhere.Data.SQLAnywhere.SAException: Run time SQL error -- *** ERROR *** Assertion failed: 104909 (12.0.1.3942)[] Invalid request on pooled connection &lt;/P&gt;
&lt;P&gt;Here is the complete stack trace - &lt;A href="http://pastebin.com/rsbChVXN" target="_blank"&gt;http://pastebin.com/rsbChVXN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So far I haven't been able to find any details on what the potential cause of this may be as I am wrapping my context's in using blocks.&lt;/P&gt;
&lt;P&gt;Like I said earlier, its only happened a total of 3 times, but I'd prefer to get to the bottom of this before things potentially get out of hand. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 14:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaq-p/13826748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-16T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826749#M4857592</link>
      <description>&lt;P&gt;This is a known issue. This can potentially happen if you have a newer version of the database server than the ADO.NET provider.&lt;/P&gt;
&lt;P&gt;Specifically, &lt;A href="http://search.sybase.com/kbx/changerequests?bug_id=742355"&gt;CR #742355&lt;/A&gt; is implemented on the database server (the server is a higher build than 12.0.1.3924 or 16.0.0.1588), but &lt;A href="http://search.sybase.com/kbx/changerequests?bug_id=741707"&gt;CR #741707&lt;/A&gt; is not implemented on the ADO.NET provider (the ADO.NET provider is a lower version than 12.0.1.3924 or 16.0.0.1588).&lt;/P&gt;
&lt;P&gt;Deploying the same version of the ADO.NET provider to match the database server version (e.g. 12.0.1.3942) to the client should resolve this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 14:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826749#M4857592</guid>
      <dc:creator>jeff_albion</dc:creator>
      <dc:date>2013-10-16T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826751#M4857594</link>
      <description>&lt;P&gt;Thanks for the info!
We updated the data provider within the application and so far we haven't seen anymore connection pooling errors.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 10:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826751#M4857594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-17T10:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826752#M4857595</link>
      <description>&lt;P&gt;I had the same exception with EF6, Server 12.0.1.4165, Ado.NET Provider 12.0.1.41654 ?, but in my case it was caused by different threads accessing the same db context which of course is not supported. The scenario can easily be reproduced by starting several threads accessing the same context.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 02:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826752#M4857595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-02T02:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826750#M4857593</link>
      <description>&lt;P&gt;Same error with driver version 16.0.0.20764 and db version 16.0.0.2038.
Any suggestion?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 03:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826750#M4857593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-16T03:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid request on pooled connection</title>
      <link>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826753#M4857596</link>
      <description>&lt;P&gt;&amp;gt; Any suggestion?&lt;/P&gt;
&lt;P&gt;Yes. Please make the effort to start a new question, with all the supporting information (error message, etcetera). It is unlikely to be the "Same error" because the other error has a solution.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 07:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/invalid-request-on-pooled-connection/qaa-p/13826753#M4857596</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2015-11-16T07:56:49Z</dc:date>
    </item>
  </channel>
</rss>

