That's the way I did it originally. Same deal.

----- Original Message -----
From: "Mike Townend" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 1:56 PM
Subject: RE: CFMX Update: Did it fix your COM problems?


> 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
>
>
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to