<?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: An error occurred while trying to report this transaction to the merchant. An e-ma in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24763#M13252</link>
    <description>&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Good afternoon&amp;nbsp; integration support Authorize.net&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update&amp;nbsp; my entries in your dev forum with my findings but&lt;/P&gt;&lt;P&gt;for your information, and future reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A colleague more familiar with general web based development pointed out that I could force some data to the web page after receiving your response by using a method on the web&amp;nbsp; Response object named Flush().&lt;/P&gt;&lt;P&gt;:: Response.Flush()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This allowed me to continue manipulating ( evaluating for approval the &amp;nbsp;various &amp;nbsp;returned&lt;/P&gt;&lt;P&gt;codes, AVS, CCV, CAVV whatever) to determine if the response was approved, before displaying my receipt page,&lt;/P&gt;&lt;P&gt;while using C# MVC . &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again please note that I received the error----“&lt;EM&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has….” &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;within miliseconds of submitting my Hosted payment form.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Mar 2012 18:14:34 GMT</pubDate>
    <dc:creator>charles4iNET</dc:creator>
    <dc:date>2012-03-20T18:14:34Z</dc:date>
    <item>
      <title>An error occurred while trying to report this transaction to the merchant. An e-ma</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24701#M13222</link>
      <description>&lt;P&gt;C# MVC .NET 4.0 Well i got the response ( relay_response) to come back to my method aawaiting the post from AuthNet but if I try to process it --&amp;gt; EPIC Fail.&amp;nbsp; Its not a slow process (&lt;A target="_blank" href="http://forums.asp.net/t/1719917.aspx/1)"&gt;http://forums.asp.net/t/1719917.aspx/1)&lt;/A&gt; it happens with in a second or two.&amp;nbsp; But I can validate the response:: successfully,,,, BUT if I try any light work on the values returned I get the error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 21:20:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24701#M13222</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-19T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant. An e-ma</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24705#M13224</link>
      <description>&lt;P&gt;Authorize.net only waits for a few seconds, so delay on your hosting is probably what's causing the problem. I'm guessing the slow part of the operation is storing the results to a database?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2012 21:24:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24705#M13224</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-19T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant. An e-ma</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24763#M13252</link>
      <description>&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Good afternoon&amp;nbsp; integration support Authorize.net&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update&amp;nbsp; my entries in your dev forum with my findings but&lt;/P&gt;&lt;P&gt;for your information, and future reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A colleague more familiar with general web based development pointed out that I could force some data to the web page after receiving your response by using a method on the web&amp;nbsp; Response object named Flush().&lt;/P&gt;&lt;P&gt;:: Response.Flush()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This allowed me to continue manipulating ( evaluating for approval the &amp;nbsp;various &amp;nbsp;returned&lt;/P&gt;&lt;P&gt;codes, AVS, CCV, CAVV whatever) to determine if the response was approved, before displaying my receipt page,&lt;/P&gt;&lt;P&gt;while using C# MVC . &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again please note that I received the error----“&lt;EM&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has….” &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;within miliseconds of submitting my Hosted payment form.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:14:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/24763#M13252</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-20T18:14:34Z</dc:date>
    </item>
  </channel>
</rss>

