<?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: getTransactionList fails only on one specific batch in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33219#M17745</link>
    <description>&lt;P&gt;Hello Samory:&lt;BR /&gt;&lt;BR /&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if anyone else from the community is able to respond with any comments. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2013 22:45:03 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2013-02-25T22:45:03Z</dc:date>
    <item>
      <title>getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33131#M17662</link>
      <description>&lt;P class="p1"&gt;Hi,&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;For a particular day of record I have 3 batch files. &amp;nbsp;I have a program that uses the Authorize PHP Transaction Details SDK to download transaction information for analysis. &amp;nbsp;On one of these three batch files I always receive an error and am unable to get a transaction list. Every other batch that I try succeeds.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;The error returned is:&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;getTransactionListResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;An error occurred during processing. Please try again.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/getTransactionListResponse&amp;gt;"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;This error reproduces every single time I call the function. &amp;nbsp;I isolated down the issue to a single script that just tries to get the data and print it out.&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?php
require_once "anet_php_sdk/AuthorizeNet.php";
 
define("AUTHORIZENET_API_LOGIN_ID", "XXXXXXXX");
define("AUTHORIZENET_TRANSACTION_KEY", "XXXXXXXXXXXX");
define("AUTHORIZENET_SANDBOX", false);
 
$request = new AuthorizeNetTD;
$tran_list = $request-&amp;gt;getTransactionList('BADBATCH');
//$tran_list = $request-&amp;gt;getTransactionList('GOODBATCH');
var_dump($tran_list);
?&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;Any help is much appreciated.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 23:35:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33131#M17662</guid>
      <dc:creator>samory</dc:creator>
      <dc:date>2013-02-21T23:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33140#M17670</link>
      <description>&lt;P&gt;were you able to download it from the merchant account? you might need to contact support.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 12:23:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33140#M17670</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-22T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33147#M17677</link>
      <description>&lt;P&gt;From the Authorize website I can see the batch and can get the report for it that contains the data. &amp;nbsp;I am only unable to retrieve the data from the Authorise SDK. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried calling support and they said they couldn't do anything for me and directed me to the forums. &amp;nbsp;I'm hoping one of the SDK devs sees this and can help with what could be a pretty serious issue. I haven't seen this issue with any other batch so I'm pretty confident the issue isn't on my end. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 20:09:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33147#M17677</guid>
      <dc:creator>samory</dc:creator>
      <dc:date>2013-02-22T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33152#M17682</link>
      <description>&lt;P&gt;Try developer@authorize.net&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2013 00:06:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33152#M17682</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-23T00:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33219#M17745</link>
      <description>&lt;P&gt;Hello Samory:&lt;BR /&gt;&lt;BR /&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if anyone else from the community is able to respond with any comments. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 22:45:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33219#M17745</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-02-25T22:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: getTransactionList fails only on one specific batch</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33301#M17823</link>
      <description>&lt;P&gt;Thanks for the heads up Richard. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To update the thread I've emailed the developer email address but have not gotten back anything more than a general reply asking for a little more information so they can dig into the issue. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 01:23:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getTransactionList-fails-only-on-one-specific-batch/m-p/33301#M17823</guid>
      <dc:creator>samory</dc:creator>
      <dc:date>2013-03-04T01:23:35Z</dc:date>
    </item>
  </channel>
</rss>

