<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.imiscommunity.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>BWALKER&#039;s blog</title>
 <link>http://www.imiscommunity.com/blog/bwalker</link>
 <description></description>
 <language>en</language>
<item>
 <title>Problem with OCX and ASIUTIL for decryption.</title>
 <link>http://www.imiscommunity.com/problem_with_ocx_and_asiutil_for_decryption</link>
 <description>&lt;p&gt;Has anyone else had issues with VB6 calls to ASIUTIL.DLL?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are experiencing a problem on a specific machine that fails to call the ASIUTIL.DLL&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;Here is the code snipit&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/problem_with_ocx_and_asiutil_for_decryption&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/problem_with_ocx_and_asiutil_for_decryption#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/product_development/development_practices/standards">Standards</category>
 <pubDate>Tue, 23 Aug 2011 18:06:27 -0400</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">6522 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Business Object only returns column names.</title>
 <link>http://www.imiscommunity.com/business_object_only_returns_column_names</link>
 <description>&lt;p&gt;The SQL returns 3 rows and the rows shows an array of 4 rows including the field names.&lt;/p&gt;
&lt;p&gt;Normally the ds would be filled with a data adapter.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;private DataSet getCommitteeCodesObject(Guid transactionID, string credentials, string error)&lt;br /&gt;
&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;&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; DataSet ds = null;&lt;br /&gt;
&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; Asi.iBO.ContentManagement.CWebUser user = null;&lt;br /&gt;
&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; try&lt;br /&gt;
&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;&lt;a href=&quot;http://www.imiscommunity.com/business_object_only_returns_column_names&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/business_object_only_returns_column_names#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/development_kits/api">API</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/tools/business_object_designer">Business Object Designer</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/development_kits/ibo_for_net">iBO for .NET</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/development_kits">Development kits</category>
 <pubDate>Tue, 07 Jun 2011 11:54:55 -0400</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">6343 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Method to Set LookupCodeDescription</title>
 <link>http://www.imiscommunity.com/method_to_set_lookupcodedescription</link>
 <description>&lt;p&gt;This was an easy function to use GetLookupCodeDescription.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a method to write to the gen_tables?&lt;/p&gt;
&lt;p&gt;Is there a BO like&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Asi.Business.BusinessContainer container = new Asi.Business.BusinessContainer();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guid groupTypeKey = Asi.Business.Common.GroupType.iMISModuleUsers;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Asi.Business.Common.GroupController controller = Asi.Business.Common.GroupController.NewGroupController(container);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Asi.Business.Common.Group newGroup = controller.Add(groupTypeKey);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Asi.Business.Common.Group newCommitteeGroup = controller.Add(groupTypeKey);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newGroup.Name = &amp;quot;My New Group&amp;quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newGroup.Description = &amp;quot;Group for managing contacts&amp;quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; newGroup.Commit();&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/method_to_set_lookupcodedescription#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture/imis_web_controls">iMIS Web Controls</category>
 <pubDate>Fri, 20 May 2011 14:21:04 -0400</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">6295 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>TransactionType.Sale vs TransactionType.DelayedCapture.</title>
 <link>http://www.imiscommunity.com/transactiontype_sale_vs_transactiontype_delayedcapture</link>
 <description>&lt;p&gt;&lt;p&gt;Does the TransactionType.DelayedCapture method propogate the Qty_Shipped and the method TransactionType.Sale does not?&lt;/p&gt;
&lt;p&gt;//public PaymentGatewayResponse ProcessPayment(TransactionType transactionType, CAddressBasic billingAddress);&lt;/p&gt;
&lt;p&gt;payment.ProcessPayment(Asi.iBO.Commerce.TransactionType.DelayedCapture, myOrder.ShipToContact.PreferredShipAddress);&lt;/p&gt;
&lt;p&gt;payment.ProcessPayment(Asi.iBO.Commerce.TransactionType.Sale, myOrder.ShipToContact.PreferredShipAddress);&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/transactiontype_sale_vs_transactiontype_delayedcapture&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/transactiontype_sale_vs_transactiontype_delayedcapture#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Thu, 10 Feb 2011 16:02:01 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">6006 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Is there a method to resend order confirmations via email?</title>
 <link>http://www.imiscommunity.com/is_there_a_method_to_resend_order_confirmations_via_email</link>
 <description>&lt;p&gt;Could only find email addresses in the API and nothing about how to resend the confirmations.&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/is_there_a_method_to_resend_order_confirmations_via_email#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Thu, 10 Feb 2011 15:34:32 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">6005 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>There is a 3rd party application that needs to commit a form post to iMIS. </title>
 <link>http://www.imiscommunity.com/there_is_a_3rd_party_application_that_needs_to_commit_a_form_post_to_imis</link>
 <description>&lt;p&gt;This seems like it should work but it is not working.&lt;/p&gt;
&lt;p&gt;WebUserLoginID = &amp;quot;any valid loginID&amp;quot;&lt;br /&gt;
IiMISUser login_user = Asi.iBO.ContactManagement.CContactUser.LoginByWebLogin(WebUserLoginID);&lt;br /&gt;
user = Asi.iBO.ContentManagement.CWebUser.LoginByPrincipal(login_user);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/there_is_a_3rd_party_application_that_needs_to_commit_a_form_post_to_imis#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/order_entry">Order Entry</category>
 <pubDate>Mon, 07 Feb 2011 17:07:12 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">5992 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>CStandardOrder _order = new CStandardOrder(_user)</title>
 <link>http://www.imiscommunity.com/cstandardorder_order_new_cstandardorder_user</link>
 <description>&lt;p&gt;The Order and payment collections are created and populated but the batch is not properly propogated.&lt;/p&gt;
&lt;p&gt;The batch is created. It can not be viewed in iMIS desk Top.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;CStandardOrder _order = new CStandardOrder(_user);CPayment payment = _order.Payment;CBatch batch2 = new CBatch(cWebUser); &amp;quot;&amp;quot;;&amp;quot;ID &amp;quot; + _imisID + &amp;quot; Paid &amp;quot; + cPayRes.AuthorizationCode + &amp;quot;_&amp;quot; + System.DateTime.Today.ToString(&amp;quot;ddMMyy&amp;quot;);EnumPaymentType.CreditCard;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/cstandardorder_order_new_cstandardorder_user&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/cstandardorder_order_new_cstandardorder_user#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Tue, 11 Jan 2011 16:34:21 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">5895 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>CContact.PayDues: Business rule violation.  The payment amount 650.0000 does not match the amount due of 750.0000</title>
 <link>http://www.imiscommunity.com/ccontact_paydues_business_rule_violation_the_payment_amount_650_0000_does_not_match_the_amount_due_of_750_0000</link>
 <description>&lt;p&gt;errors.ErrorCount: 1&lt;br /&gt;
errors.PrimaryErrorMessage: Err Num: 1 - CContact.PayDues: Business rule violation.&amp;nbsp; The payment amount 650.0000 does not match the amount due of 750.0000&lt;br /&gt;
errors.WarningCount: 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Attempt to code around this issue with the function AddTransaction&lt;/p&gt;
&lt;p&gt;The commit seems to work but no records are written to the Trans table.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/ccontact_paydues_business_rule_violation_the_payment_amount_650_0000_does_not_match_the_amount_due_of_750_0000&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/ccontact_paydues_business_rule_violation_the_payment_amount_650_0000_does_not_match_the_amount_due_of_750_0000#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Wed, 10 Nov 2010 12:48:05 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">5741 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Some questions about var entityService = new EntityManager</title>
 <link>http://www.imiscommunity.com/some_questions_about_var_entityservice_new_entitymanager</link>
 <description>&lt;p&gt;&amp;nbsp;Some variations on a failed theme.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;//var entityService = new EntityManager(new Uri(&amp;quot;https://win2k8/iMIS15&amp;quot;), &amp;quot;manager&amp;quot;, &amp;quot;manager&amp;quot;, EndpointType.NetTcp); &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;//var entityService = new EntityManager(new Uri(&amp;quot;net.tcp://localhost:16000&amp;quot;), &amp;quot;manager&amp;quot;, &amp;quot;manager&amp;quot;, EndpointType.NetTcp);&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/some_questions_about_var_entityservice_new_entitymanager&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/some_questions_about_var_entityservice_new_entitymanager#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/development_kits/soa">SOA</category>
 <pubDate>Thu, 07 Oct 2010 22:32:44 -0400</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">5632 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>WCM Cross platform and Cross Domain SSO.</title>
 <link>http://www.imiscommunity.com/wcm_cross_platform_and_cross_domain_sso</link>
 <description>&lt;p&gt;&lt;span&gt;From what I understand a WCM &lt;em&gt;&lt;i&gt;&lt;span&gt;website&lt;/span&gt;&lt;/i&gt;&lt;/em&gt; is slightly different from a Microsoft Internet Information Services (IIS) web site. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;While the rendered output of a WCM website provides a total website experience for visitors to the site, a single WCM website can actually be hosted on multiple web servers even though you are only maintaining a single website in your WCM environment. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/wcm_cross_platform_and_cross_domain_sso&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/wcm_cross_platform_and_cross_domain_sso#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/tools/web_content_management">Web Content Management</category>
 <pubDate>Thu, 18 Mar 2010 11:02:36 -0400</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4758 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Cart Discount how or why override PriceCache:35218;3742665;1: 112.5000</title>
 <link>http://www.imiscommunity.com/cart_discount_how_or_why_override_pricecache_35218_3742665_1_112_5000</link>
 <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PriceCache:35218;3742665;1: 112.5000&lt;/p&gt;
&lt;p&gt;Could I set this value to 1/2 price something like&lt;/p&gt;
&lt;p&gt;PriceCache:35218;3742665;1: 56.25&lt;/p&gt;
&lt;p&gt;The&amp;nbsp; page&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://vvv.nn.com/imispublic/Cart/Core/cart/MyCart.aspx&quot;&gt;http://vvv.nn.com/imispublic/Cart/Core/cart/MyCart.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Has a reference to&lt;/p&gt;
&lt;p&gt;namespace IWC.UI.WebControlspublic abstract class CartPage : DisplayPageBase, IImpersonationPage&lt;/p&gt;
&lt;p&gt;The stock iMIS&amp;nbsp;page reveals that&amp;nbsp; /iMISpublic/AM/ContentManagerNet/ShowVariables.aspx&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/cart_discount_how_or_why_override_pricecache_35218_3742665_1_112_5000&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/cart_discount_how_or_why_override_pricecache_35218_3742665_1_112_5000#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/product_development/user_experience/approach_theory">Approach &amp;amp; Theory</category>
 <pubDate>Mon, 15 Feb 2010 18:05:56 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4614 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>E-Communities CF error msg box Document.form1.TDescription is null or not an object.</title>
 <link>http://www.imiscommunity.com/e_communities_cf_error_msg_box_document_form1_tdescription_is_null_or_not_an_object</link>
 <description>&lt;p&gt;This is from the CF pages in e-Communities with 15.1.1 Public Views.&lt;/p&gt;
&lt;p&gt;When a document is uploaded the form errors with first this message then a viewstate error page.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;A msg box with:&amp;quot;Document.form1.TDescription is null or not an object.&amp;quot; is the first error response.&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/e_communities_cf_error_msg_box_document_form1_tdescription_is_null_or_not_an_object&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/e_communities_cf_error_msg_box_document_form1_tdescription_is_null_or_not_an_object#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_communities">e-Communities</category>
 <enclosure url="http://www.imiscommunity.com/system/files/uploaderror.doc" length="197120" type="application/msword" />
 <pubDate>Fri, 05 Feb 2010 18:24:11 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4553 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Cold fusion e-Communities with e-Content Manager Migration to WCM. Oh My!</title>
 <link>http://www.imiscommunity.com/cold_fusion_e_communities_with_e_content_manager_migration_to_wcm_oh_my</link>
 <description>&lt;p&gt;Phase one. 15.0.3 to 15.1.1&lt;/p&gt;
&lt;p&gt;Ok this is a highly customized site that has some very good flow and design. The e-communities side of the website is experiencing a melt down in style and formatting.&lt;/p&gt;
&lt;p&gt;In particular the Login and Default e-Communities pages throw js errors while navigating through the site.&amp;nbsp; These were fixed and used to identify the session state failure.&lt;/p&gt;
&lt;p&gt;Trapping the JS error helped Identify a rendering loop that&amp;nbsp;causes bizare behaviour&amp;nbsp; in the rendering sequence.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/cold_fusion_e_communities_with_e_content_manager_migration_to_wcm_oh_my&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/cold_fusion_e_communities_with_e_content_manager_migration_to_wcm_oh_my#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_communities">e-Communities</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_content_manager">e-Content Manager</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/tools/web_content_management">Web Content Management</category>
 <pubDate>Thu, 07 Jan 2010 19:12:21 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4431 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Classic ASP consuming iMIS membership webservice.</title>
 <link>http://www.imiscommunity.com/classic_asp_consuming_imis_membership_webservice_0</link>
 <description>&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/classic_asp_consuming_imis_membership_webservice_0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/classic_asp_consuming_imis_membership_webservice_0#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Thu, 07 Jan 2010 16:58:58 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4430 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Cold Fusion Unified Login</title>
 <link>http://www.imiscommunity.com/cold_fusion_unified_login_0</link>
 <description>&lt;p&gt;Form Fields:CONTACTID=3731840FIELDNAMES=CONTACTID, PASSWORD, REMEMBERLOGINPASSWORD=REMEMBERLOGIN=True&lt;/p&gt;
&lt;p&gt;16 ms 16 ms 1 C:\Program Files\ASI\iMIS15\iMIS_public\AM\Security\LoginFromAspnet.cfm &lt;br /&gt;
15 ms 15 ms 1 C:\Program Files\ASI\iMIS15\iMIS_public\AM\Application.cfm &lt;br /&gt;
0 ms 0 ms 1 C:\Program Files\ASI\iMIS15\iMIS_public\AM\ApplicationCustom.cfm &lt;br /&gt;
0 ms 0 ms 1 C:\Program Files\ASI\iMIS15\iMIS_public\AM\ApplicationUDFs.cfm &lt;br /&gt;
0 ms 0 ms 1 C:\Program Files\ASI\iMIS15\iMIS_public\AM\OnRequestEnd.cfm &lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
This SQL Query does not return any results because it is sent iMISID not the Login.a.ContactID.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/cold_fusion_unified_login_0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/cold_fusion_unified_login_0#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/communities">Communities</category>
 <pubDate>Wed, 06 Jan 2010 19:14:57 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4426 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Custom Payment gateway in 15.1.2 throwing errors. Not a valid hex string Value is 9**********7t5</title>
 <link>http://www.imiscommunity.com/custom_payment_gateway_in_15_1_2_throwing_errors_not_a_valid_hex_string_value_is_9_7t5</link>
 <description>&lt;p&gt;at Asi.iBO.CCrypto.ConvertStringFromHex(String hexString) &lt;br /&gt;
at Asi.iBO.CCrypto.DecryptHexStringViaKey(Int32 masterKeyHandle, String encryptedHex) &lt;br /&gt;
at Asi.iBO.CCrypto.EncryptDecrypt(String textIn, Boolean encrypt) &lt;br /&gt;
at Asi.iBO.CCrypto.Decrypt(String encrypted) &lt;br /&gt;
at Asi.iBO.SystemConfig.CPaymentAuthorizationAccount.Retrieve(CPaymentAuthorizationAccount account, SqlDataReader reader) &lt;br /&gt;
at Asi.iBO.SystemConfig.CPaymentAuthorizationAccount.GetAuthorizationAccounts(String connectionString) &lt;br /&gt;
at Asi.iBO.SystemConfig.CReferenceData.get_PaymentAuthorizationAccountList() &lt;br /&gt;
at Asi.iBO.Financials.CPayment.get_PaymentAuthorizationAccount() &lt;br /&gt;
at Asi.iBO.Commerce.PaymentGatewayService.ProcessPayment(TransactionType transactionType, CPayment payment, CAddressBasic billingAddress) &lt;br /&gt;
at Asi.iBO.Financials.CPayment.ProcessPayment(TransactionType transactionType, CAddressBasic billingAddress) &lt;br /&gt;
at Asi.Bae.Web.Checkout.Review.ProcessPaymentViaGateway(OrderCheckout&amp;amp; oc, Secure sc, String webmasterEmail, CPayment&amp;amp; payment, TransactionType transType)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
Not a valid hex string Value is 9**********7t5&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
Asi.iBO.UnableToPerformEncryptDecryptException&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
2010-01-05 18:43:11.073 &lt;br /&gt;
imis_train_public/Core/Cart/review.aspx &lt;br /&gt;
imis_train_public/Core/Cart/review.aspx &lt;br /&gt;
secure.org HTTP_CACHE_CONTROL:no-cache &lt;br /&gt;
HTTP_CONNECTION:Keep-Alive HTTP_CONTENT_LENGTH:6466 &lt;br /&gt;
HTTP_CONTENT_TYPE:application/x-www-form-urlencoded &lt;br /&gt;
HTTP_ACCEPT:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, &lt;br /&gt;
application/x-ms-application, application/vnd.ms-xpsdocument, &lt;br /&gt;
application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, a&lt;br /&gt;
pplication/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* &lt;br /&gt;
HTTP_ACCEPT_ENCODING:gzip, deflate &lt;br /&gt;
HTTP_ACCEPT_LANGUAGE:en-us &lt;br /&gt;
HTTP_COOKIE:__utma=98914563.145153105.1261534105.1261534105.1; __utmz=98914563.12105.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); &lt;br /&gt;
ASP.NET_SessionId=yyjg2a55f55ucbdmwv445; Asi.Web.Browser.CookiesEnabled=true; MeetingType=SE; &lt;br /&gt;
Login=9B337654612383AB68AC37F34A362FE208AC18C2A727595522EDDDA1E5F83AD7C06F84E0C4&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/custom_payment_gateway_in_15_1_2_throwing_errors_not_a_valid_hex_string_value_is_9_7t5&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/custom_payment_gateway_in_15_1_2_throwing_errors_not_a_valid_hex_string_value_is_9_7t5#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/web">Web</category>
 <pubDate>Wed, 06 Jan 2010 11:25:24 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4422 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Communities IE and the Picasso effect beyond bizzaro world in Cold Fusion eCommunities.</title>
 <link>http://www.imiscommunity.com/communities_ie_and_the_picasso_effect_beyond_bizzaro_world_in_cold_fusion_ecommunities</link>
 <description>&lt;p&gt;The 15.0.3 to 15.1 migration went great until we started to look at communities.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Mozilla the pages all look as designed. We viewed with IE&amp;nbsp;picasso effect.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have examined this highly customized site with Mozilla Fire bug and the &lt;a href=&quot;http://jigsaw.w3.org/css-validator/&quot;&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;After fixing tons of CSS&amp;nbsp;errors that had accumulated over the years the communities problems still remain Picasso effect in iE.&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/communities_ie_and_the_picasso_effect_beyond_bizzaro_world_in_cold_fusion_ecommunities#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/communities">Communities</category>
 <pubDate>Fri, 20 Nov 2009 16:59:33 -0500</pubDate>
 <dc:creator>BWALKER</dc:creator>
 <guid isPermaLink="false">4304 at http://www.imiscommunity.com</guid>
</item>
</channel>
</rss>

