<?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>topic Re: CIM request errors - Connection Closed in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56475#M31265</link>
    <description>&lt;P&gt;Are you experiencing these issue in production, sandbox, or both?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2016 18:48:57 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-12-15T18:48:57Z</dc:date>
    <item>
      <title>CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56347#M31146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asked this a while back but this is an error I see occur randomly and seemingly without cause when we send requests over using CIM requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outer Exception&lt;/STRONG&gt; : The underlying connection was closed: An unexpected error occurred on a send.&lt;BR /&gt;&lt;STRONG&gt;Inner Exception&lt;/STRONG&gt; : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.&lt;BR /&gt;&lt;STRONG&gt;Inner Exception&lt;/STRONG&gt; : An existing connection was forcibly closed by the remote host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if this is a firewall issue on our end, or if for some reason Authorize.Net is closing the request (C#&amp;nbsp;WebRequest).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you seen others with the issue before? What steps can I take to try and figure out why this issue happens sometimes and not other times with no code changes on my end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 13:07:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56347#M31146</guid>
      <dc:creator>Devin</dc:creator>
      <dc:date>2016-12-07T13:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56357#M31156</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've been experiencing similar issues, but with the standard payment API (we're using the java SDK). &amp;nbsp;Turns out this has been happening for months but seems to be occurring more frequently now. &amp;nbsp;Specifically, when we check for NULL on the API response object, it is indeed NULL...maybe 95% of the time the transaction goes through OK. &amp;nbsp;Sometimes the NULL response object is detected almost immediately after making the request, and sometimes it will hang for 20-30 seconds.&lt;/P&gt;&lt;P&gt;Some unknown % of these failures actually resulted in a sucessful payment, which is obviously really really bad be/c we have no record of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've had a few interactions with someone actually at Authorize.net, but it hasn't been helpful at all - they seem to be claiming there is a network connection drop on our end. &amp;nbsp;We are now considering full abandonment of Authorize.net, which is unfortunate. &amp;nbsp;If this issue were extremeley rare, we could live with it...but at this point it's happening too often.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also investigated "work-arounds", perhaps through their webhook API or pulling unsettled transactions to try to "reconcile". &amp;nbsp;But this effort might be better spent on integrating with a different gateway provider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 20:30:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56357#M31156</guid>
      <dc:creator>rfd3270</dc:creator>
      <dc:date>2016-12-07T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56474#M31264</link>
      <description>&lt;P&gt;I posted my &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/PHP-API-getting-no-response-at-times/td-p/56456" target="_blank"&gt;own message&lt;/A&gt; about receiving a NULL response from Authorize.net but I thought I'd keep this alive by sharing our experience here as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After installing monitoring for this, we had no problems for a week, then Tuesday 12/13/16 about 3:00PM it started. In the next 24 hours we had 14 null responses. It subsided about 1:45PM yesterday.&lt;/P&gt;&lt;P&gt;This morning we had another one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the PHP API (&lt;SPAN&gt;net\authorize\api\contract\v1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Don&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 18:11:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56474#M31264</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-12-15T18:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56475#M31265</link>
      <description>&lt;P&gt;Are you experiencing these issue in production, sandbox, or both?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 18:48:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56475#M31265</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-12-15T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56476#M31266</link>
      <description>&lt;P&gt;Production only, I can't get it to reproduce in sandbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Don&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 19:28:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56476#M31266</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-12-15T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: CIM request errors - Connection Closed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56477#M31267</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20163"&gt;@fifty-git&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend calling customer support right away, and ask for escalation to a support specialist. &amp;nbsp;You can reach customer service at 877-447-3938.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 20:19:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-request-errors-Connection-Closed/m-p/56477#M31267</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-12-15T20:19:43Z</dc:date>
    </item>
  </channel>
</rss>

