<?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: SIM errors out after changing domain. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-errors-out-after-changing-domain/m-p/36251#M20174</link>
    <description>&lt;P&gt;In case anyone else runs into this in asp.net - it had nothing to do with the printing.&amp;nbsp; I needed to add enableViewState-False into the header.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Janet&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2013 20:45:30 GMT</pubDate>
    <dc:creator>janetb</dc:creator>
    <dc:date>2013-10-16T20:45:30Z</dc:date>
    <item>
      <title>SIM errors out after changing domain.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-errors-out-after-changing-domain/m-p/36235#M20166</link>
      <description>&lt;P&gt;We've had three SIM accounts working fine with authorize for about 5 years now.&amp;nbsp; After changing our domain name, we get the error of "An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After over a week of getting nowhere with their help desk, they asked that we post here.&amp;nbsp; Authorize is saying that the relay response page is trying to print.&amp;nbsp; However, I replaced the response page with nothing but the word "tada" on it and we're getting the same error within two seconds.&amp;nbsp; The new website is located on the same server in the same network.&amp;nbsp; The &lt;A target="_blank" href="http://www.mahec.net"&gt;www.mahec.net&lt;/A&gt; domain was changed to using sys.mahec.net&amp;nbsp; I've verified that the url listed on the page is the same as the one listed on the merchant account.&amp;nbsp; The ssl&amp;nbsp;certificate is from the same company and appears to be&amp;nbsp;working correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated.&amp;nbsp; Here's the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Page sending info:&lt;/P&gt;&lt;P&gt;&amp;lt;form id="simForm" runat="server" method="post" action="&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;inpu ttype="submit" runat="server" id="buttonLabel" class="glossy-button" /&amp;gt;&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;lt;input type="hidden" runat="server" name="x_login" id="x_login" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_invoice_num" id="x_invoice_num" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_fp_sequence" id="x_fp_sequence" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_fp_timestamp" id="x_fp_timestamp" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_fp_hash" id="x_fp_hash" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_show_form" id="x_show_form" value="PAYMENT_FORM" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_version" id="x_version"value="3.1" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_type" id="x_type" value="AUTH_CAPTURE" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_method" id="x_method" value="CC" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden"runat="server" name="x_test_request" id="x_test_request" value="true" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_duplicate_window" id="x_duplicate_window" value="30" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_relay_response" id="x_relay_response "value="TRUE" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_email_customer" id="x_email_customer" value="FALSE" /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_amount" id="x_amount" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_description" id="x_description" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_first_name" id="x_first_name" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_last_name" id="x_last_name" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_company" id="x_company" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_ship_to_first_name" id="x_ship_to_first_name" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_ship_to_last_name" id="x_ship_to_last_name" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_ship_to_company" id="x_ship_to_company" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_email" id="x_email" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_address" id="x_address" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_city" id="x_city" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_state" id="x_state" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_zip" id="x_zip" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_phone" id="x_phone" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_ship_to_address" id="x_ship_to_address" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_ship_to_country" id="x_ship_to_country" /&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_header_html_payment_form" id="x_header_html_payment_form" value="&amp;lt;div&amp;gt;&amp;lt;img src=&lt;A target="_blank" href="https://sys.mahec.net/media/images/logoMM.gif"&gt;https://sys.mahec.net/media/images/logoMM.gif&lt;/A&gt; border=0&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;We do not share our customer's information; please see our &amp;lt;a style='color:#660066;'href=&lt;A target="_blank" href="http://sys.mahec.net/aboutus/privacy.aspx"&gt;http://sys.mahec.net/aboutus/privacy.aspx&lt;/A&gt; target=_blank&amp;gt;privacy and return policy&amp;lt;/a&amp;gt;.&amp;lt;/div&amp;gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_color_text" id="x_color_text" value="#000000" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_relay_url" id="x_relay_url" value="&lt;A target="_blank" href="https://sys.mahec.net/donate/donateReceipt.aspx"&gt;https://sys.mahec.net/donate/donateReceipt.aspx&lt;/A&gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_color_background" id="x_color_background" value="#dfdfdf" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_logo_url" id="x_logo_url" value="" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_cust_id" id="x_cust_id" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="hidden" runat="server" name="x_country" id="x_country" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code behind:&lt;/P&gt;&lt;P&gt;Imports System.Security.Cryptography&lt;/P&gt;&lt;P&gt;Partial Class donate_donateCheckout &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inherits System.Web.UI.Page &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim loginID As String = "mylogin" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim transactionKey As String = "myKey" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim amount As String = Request("x_amount") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim description As String = Request("x_description") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim label As String = "Continue" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim testMode As String = "false" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim random As New Random &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim sequence As Integer = random.Next(0, 1000) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim timeStamp As Integer = CInt((DateTime.UtcNow - New DateTime(1970, 1, 1)).TotalSeconds) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim invoice As String = Left(HttpContext.Current.Session.SessionID.ToString, 20) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim fingerprint As String = HMAC_MD5(myCall) &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;x_login.Value = loginID &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_amount.Value = amount &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_description.Value = Request("x_description") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_first_name.Value = Request("x_first_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_cust_id.Value = Request("x_first_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_last_name.Value = Request("x_last_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_country.Value = Request("x_last_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_company.Value = Request("x_company") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_ship_to_first_name.Value = Request("x_ship_to_first_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_ship_to_last_name.Value = Request("x_ship_to_last_name") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_ship_to_company.Value = Request("x_ship_to_company") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_email.Value = Request("x_email") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_address.Value = Request("x_address") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_city.Value = Request("x_city") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_state.Value = Request("x_state") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_zip.Value = Request("x_zip") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_phone.Value = Request("x_phone") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_ship_to_address.Value = Request("x_ship_to_address") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_ship_to_country.Value = Request("x_ship_to_country") &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;buttonLabel.Value = label &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_test_request.Value = testMode &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_invoice_num.Value = invoice &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_sequence.Value = sequence &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_timestamp.Value = timeStamp &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_hash.Value = fingerprint &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;receipt page:&lt;/P&gt;&lt;P&gt;&amp;lt;%@ Page Language="VB" AutoEventWireup="false" CodeFile="donateReceipt.aspx.vb" Inherits="donate_donateReceipt" %&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html xmlns="&lt;A target="_blank" href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head runat="server"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form id="form1" runat="server"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; tada &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Partial Class donate_donateReceipt &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inherits System.Web.UI.Page&lt;/P&gt;&lt;P&gt;End Class&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2013 16:00:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-errors-out-after-changing-domain/m-p/36235#M20166</guid>
      <dc:creator>janetb</dc:creator>
      <dc:date>2013-10-15T16:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: SIM errors out after changing domain.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-errors-out-after-changing-domain/m-p/36251#M20174</link>
      <description>&lt;P&gt;In case anyone else runs into this in asp.net - it had nothing to do with the printing.&amp;nbsp; I needed to add enableViewState-False into the header.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Janet&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 20:45:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-errors-out-after-changing-domain/m-p/36251#M20174</guid>
      <dc:creator>janetb</dc:creator>
      <dc:date>2013-10-16T20:45:30Z</dc:date>
    </item>
  </channel>
</rss>

