For anyone that has this problem in the future, I put this here for the
archives, if it happens, email me.

Had to get comcheck, do some regsvr action after using xmlinst switches.
Uffda. 


Regards,

Eric

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 20, 2003 9:03 PM
To: CF-Talk

Help!!  :-) 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2003 5:30 PM
To: CF-Talk

Next Steps I took, and now have this mess:  

Installed XML parser 3, and then XML parser 4 SP2 to cover all bases.  I now
get using that same code the dreaded:

Error Diagnostic Information
unknown exception condition

unknown error while executing a tag.


Date/Time: 06/20/03 15:39:30
 

Anyone have experience here?  Gosh I hope so, the log files are no more
helpful than to say it is that chunk of code calling it.

Thanks. 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2003 2:57 PM
To: CF-Talk

Brand new dell box, Win 2000, IIS 5, CF 5 installed.

Slapped on the site to run off it, and when it gets to the UPS part where it
calls the XML object from the code, I get this error:  

COM error 0x800401F3. Invalid class string.

Code:
<!---TALK TO UPS---->
<cfscript>
objXMLHTTP = CreateObject("COM", "MSXML2.ServerXMLHTTP.4.0");
objXMLHTTP.open
("POST","https://www.ups.com/ups.app/xml/ShipConfirm",false);
objXMLHTTP.setRequestHeader("Method", "POST");
objXMLHTTP.setRequestHeader("Content-Type","application/x-www-form-urlencode
d");
objXMLHTTP.send(xmlDoc);
xml = objXMLHTTP.responseText;
</cfscript>

What do I need to do...any help appreciated.

Eric
Datastream Connexion
______________________________________







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to