> 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. 
> 
> ...
>
> 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");

This is just a shot in the dark, but you're trying to instantiate
MSXML2.whatever, but do you have MSXML2 installed? You might try
instantiating MSXML3 or MSXML4.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

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

Reply via email to