What happens if you convert all the strings to variables? I.e.
<CFSET sCVariable = "C"> <CFSET sPath="C:\siebeldevbin"> <CFSET sResponse = MyObj.SiebelLogin(sUser, sPass, sAgent,sCVariable,sPath)> -----Original Message----- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 18:45 To: CF-Talk Subject: CFMX Update: Did it fix your COM problems? Just curious if the update solved some of your COM related issues with CFMX. It didn't for me. Still getting : An exception occurred when executing a Com method. The cause of this exception was that: coldfusion.runtime.NeoPageContext$InvalidVariableNameException: The string "C:\siebeldevbin" is not a valid ColdFusion variable name.. It doesn't like ":" and "\" <CFSET sResponse = MyObj.SiebelLogin("#sUser#", "#sPass#", "#sAgent#","C","C:\siebeldevbin")> Is this being addressed for a future update? Thanks ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

