<?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: (97) This transaction cannot be accepted. SIM API. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46323#M23430</link>
    <description>&lt;P&gt;I got these results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://nnvawi.org/test.cfm"&gt;http://nnvawi.org/test.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amount: 19.99&lt;BR /&gt;Description: Sample Transaction&lt;BR /&gt;Timestamp: 1408119798&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's useful information. Next, in the Response Code 97 Tool, I get these results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your timestamp = &lt;STRONG&gt;1408119798&lt;/STRONG&gt; seconds.&lt;BR /&gt;The Authorize.Net system timestamp is &lt;STRONG&gt;1408123416&lt;/STRONG&gt; seconds.&lt;BR /&gt;The difference is &lt;STRONG&gt;-3618&lt;/STRONG&gt; seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I am looking at some way to offset the difference of -3618 seconds, which must be what is causing this (97) error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you aware of any ColdFusion sample code that would allow me to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying different things with the DateDiff and DateConvert functions for variable #timestamp#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2014 17:28:05 GMT</pubDate>
    <dc:creator>EricBourland</dc:creator>
    <dc:date>2014-08-15T17:28:05Z</dc:date>
    <item>
      <title>(97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46237#M23387</link>
      <description>&lt;P&gt;Hi. Does someone have some time to advise me, please? I'm getting a (97) This transaction cannot be accepted." I do not have SSL, so I am using the SIM API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the sample SIM code. I run it, and get this (97) error. I have been reading that the fingerprint has expired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My server is in the Pacific Coast USA time zone -- 7 hours behind GMT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I make sure the fingerprint stays current?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I repeat the sample code, below. Thank you for your advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best from Eric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;cfsetting enablecfoutputonly="true"&amp;gt;&lt;BR /&gt;&amp;lt;cfoutput&amp;gt;&lt;BR /&gt;&amp;lt;!--&lt;BR /&gt;This sample code is designed to connect to Authorize.net using the SIM method.&lt;BR /&gt;For API documentation or additional sample code, please visit:&lt;BR /&gt;&lt;A target="_blank" href="http://developer.authorize.net"&gt;http://developer.authorize.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Most of this page below (and including) this comment can be modified using any&lt;BR /&gt;standard html. The parts of the page that cannot be modified are noted in the&lt;BR /&gt;comments.&amp;nbsp; This file can be renamed as long as the file extension remains .cfm&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&lt;BR /&gt;&amp;nbsp; "&lt;A target="_blank"&gt;http://www.w3.org/TR/html4/loose.dtd"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;HTML lang='en'&amp;gt;&lt;BR /&gt;&amp;lt;HEAD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;TITLE&amp;gt; Sample SIM Implementation &amp;lt;/TITLE&amp;gt;&lt;BR /&gt;&amp;lt;/HEAD&amp;gt;&lt;BR /&gt;&amp;lt;BODY&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!-- This section generates the "Submit Payment" button using Coldfusion&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;lt;/cfoutput&amp;gt;&lt;BR /&gt;&amp;lt;!--- the parameters for the payment can be configured here ---&amp;gt;&lt;BR /&gt;&amp;lt;!--- the API Login ID and Transaction Key must be replaced with valid values ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset loginID="xxxxxxxx"&amp;gt;&lt;BR /&gt;&amp;lt;cfset transactionKey="yyyyyyy"&amp;gt;&lt;BR /&gt;&amp;lt;cfset amount="19.99"&amp;gt;&lt;BR /&gt;&amp;lt;cfset description="Sample Transaction"&amp;gt;&lt;BR /&gt;&amp;lt;cfset label="Submit Payment"&amp;gt; &amp;lt;!--- This is the label on the 'submit' button ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset testMode="false"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cfset posturl="&lt;A target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- If an amount or description were posted to this page, the defaults are overidden ---&amp;gt;&lt;BR /&gt;&amp;lt;cfif IsDefined("FORM.amount")&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cfset amount=FORM.amount&amp;gt;&lt;BR /&gt;&amp;lt;/cfif&amp;gt;&lt;BR /&gt;&amp;lt;cfif IsDefined("FORM.description")&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cfset description=FORM.description&amp;gt;&lt;BR /&gt;&amp;lt;/cfif&amp;gt;&lt;BR /&gt;&amp;lt;!--- also check to see if the amount or description were sent using the GET method ---&amp;gt;&lt;BR /&gt;&amp;lt;cfif IsDefined("URL.amount")&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cfset amount=URL.amount&amp;gt;&lt;BR /&gt;&amp;lt;/cfif&amp;gt;&lt;BR /&gt;&amp;lt;cfif IsDefined("URL.description")&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cfset description=URL.description&amp;gt;&lt;BR /&gt;&amp;lt;/cfif&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- an invoice is generated using the date and time ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset invoice=DateFormat(Now(),"yyyymmdd") &amp;amp; TimeFormat(Now(),"HHmmss")&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- a sequence number is randomly generated ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset sequence=RandRange(1, 1000)&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- a timestamp is generated ---&amp;gt;&lt;BR /&gt;&amp;lt;cfset timestamp=DateDiff("s", "January 1 1970 00:00", DateConvert('local2UTC', Now())) &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- The following lines generate the SIM fingerprint ---&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cf_hmac data="#loginID#^#sequence#^#timestamp#^#amount#^" key="#transactionKey#"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cfset fingerprint=#digest#&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cfoutput&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- Print the Amount and Description to the screen.---&amp;gt;&lt;BR /&gt;Amount: #amount# &amp;lt;br /&amp;gt;&lt;BR /&gt;Description: #description# &amp;lt;br /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--- Create the HTML form containing necessary SIM post values ---&amp;gt;&lt;BR /&gt;&amp;lt;FORM method='post' action='#posturl#' &amp;gt;&lt;BR /&gt;&amp;lt;!--- Additional fields can be added here as outlined in the SIM integration&lt;BR /&gt;guide at &lt;A target="_blank" href="http://developer.authorize.net"&gt;http://developer.authorize.net&lt;/A&gt; ---&amp;gt;&lt;BR /&gt;&amp;lt;INPUT type='hidden' name='x_login' value='#loginID#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_amount' value='#amount#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_description' value='#description#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_invoice_num' value='#invoice#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_fp_sequence' value='#sequence#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_fp_timestamp' value='#timeStamp#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_fp_hash' value='#fingerprint#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_test_request' value='#testMode#' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;INPUT type='hidden' name='x_show_form' value='PAYMENT_FORM' /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;input type='submit' value='#label#' /&amp;gt;&lt;BR /&gt;&amp;lt;/FORM&amp;gt;&lt;BR /&gt;&amp;lt;!-- This is the end of the code generating the "submit payment" button.&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/BODY&amp;gt;&lt;BR /&gt;&amp;lt;/HTML&amp;gt;&lt;BR /&gt;&amp;lt;!-- The last line is a necessary part of the coldfusion script --&amp;gt;&lt;BR /&gt;&amp;lt;/cfoutput&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2014 15:35:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46237#M23387</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-13T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46303#M23420</link>
      <description>&lt;P&gt;I have been working on this (97) problem for a few days now. The problem has stopped the entire project. I could use some help. =)&lt;BR /&gt;&lt;BR /&gt;I think the problem is still a mismatch between the time reported from the server, and the UTC time that authorize.net expects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that authorize.net expects the timestamp to be reported in seconds, as a difference from the number of seconds elapsed since January 1, 1970.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder -- does anyone have an example that I can follow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my server reports a timestamp of 08/14/2014 04:52 PM in Eastern daylight time, the current UTC/GMT would be 08/14/2014 08:52 PM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What value in seconds would authorize.net expect to receive, if the server that submits a request to authorize.net is on USA EST?&lt;BR /&gt;&lt;BR /&gt;Thank you again for any advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best from Eric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 14:03:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46303#M23420</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-15T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46309#M23423</link>
      <description>&lt;P&gt;Have you use the &lt;A target="_blank" href="http://developer.authorize.net/tools/responsecode97/"&gt;http://developer.authorize.net/tools/responsecode97/&lt;/A&gt; tool to see how different the # is?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 15:16:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46309#M23423</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-15T15:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46317#M23427</link>
      <description>&lt;P&gt;Thanks for this reply!&lt;BR /&gt;&lt;BR /&gt;I have seen that tool -- but am not sure how to derive a timestamp value in units of seconds to enter into that field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the past, how have you arrived at this value to enter into this field?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help. =) Really grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 15:52:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46317#M23427</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-15T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46319#M23428</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;lt;INPUT type='hidden' name='x_fp_timestamp' value='#timeStamp#' /&amp;gt;&lt;/P&gt;&lt;P&gt;That the value that you will put in to the test to see the time is.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 16:06:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46319#M23428</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-15T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46323#M23430</link>
      <description>&lt;P&gt;I got these results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://nnvawi.org/test.cfm"&gt;http://nnvawi.org/test.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amount: 19.99&lt;BR /&gt;Description: Sample Transaction&lt;BR /&gt;Timestamp: 1408119798&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's useful information. Next, in the Response Code 97 Tool, I get these results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your timestamp = &lt;STRONG&gt;1408119798&lt;/STRONG&gt; seconds.&lt;BR /&gt;The Authorize.Net system timestamp is &lt;STRONG&gt;1408123416&lt;/STRONG&gt; seconds.&lt;BR /&gt;The difference is &lt;STRONG&gt;-3618&lt;/STRONG&gt; seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I am looking at some way to offset the difference of -3618 seconds, which must be what is causing this (97) error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you aware of any ColdFusion sample code that would allow me to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying different things with the DateDiff and DateConvert functions for variable #timestamp#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 17:28:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46323#M23430</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-15T17:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46327#M23432</link>
      <description>&lt;P&gt;Have you seen this&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.experts-exchange.com/Programming/Languages/Scripting/Cold_Fusion_Markup_Language/Q_27650324.html"&gt;http://www.experts-exchange.com/Programming/Languages/Scripting/Cold_Fusion_Markup_Language/Q_27650324.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 21:21:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46327#M23432</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-15T21:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46339#M23438</link>
      <description>&lt;P&gt;That is helpful!&lt;BR /&gt;&lt;BR /&gt;I am still struggling with this (97) error after several days of troubleshooting. I am trying a few more ideas this evening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll let you know how I fare. Thank you again for your time and help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best from Eric&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2014 20:53:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46339#M23438</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-16T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: (97) This transaction cannot be accepted. SIM API.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46347#M23442</link>
      <description>&lt;P&gt;I solved this (97) error by editing the jvm.config file on my Windows server. I changed the timezone to GMT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Arguments to VM&lt;BR /&gt;java.args=-server -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Duser.timezone=GMT -Dsun.io.useCanonCaches=false -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Djava.security.policy={application.home}/../lib/coldfusion.policy -Djava.security.auth.policy={application.home}/../lib/neo_jaas.policy -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/cfform/jars,{application.home}/../wwwroot/WEB-INF/flex/jars -Dcoldfusion.libPath={application.home}/../lib&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was not able to solve the problem in the code. But this workaround seems OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for your help. I really appreciate your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Sun, 17 Aug 2014 01:52:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/97-This-transaction-cannot-be-accepted-SIM-API/m-p/46347#M23442</guid>
      <dc:creator>EricBourland</dc:creator>
      <dc:date>2014-08-17T01:52:58Z</dc:date>
    </item>
  </channel>
</rss>

