Been running it successfully with 4.5. The analyzer labels it as "Info" not Error.
I'll look around. Thanks! ----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 12:24 PM Subject: RE: COM and Variable names with MX > > I ran the code analyzer on our website and one of the errors it > > came up with was the way the variables are used. > > > > It say dot notation for variable names can no longer be used. In > > my case I'm trying to set a property of a COM object. So: > > > > <cfobject type="COM" name="MyObj" > > class="ISSiebelCOMDev.clsISSiebelDev" action="CREATE"> > > > > Then use dot notation here to set a property: > > > > <CFSET MyObj.SiebelDrive ="#request.sDrive#"> > > > > I get this error. It maybe more than the dot syntax. > > > > An exception occurred when accessing a Com object field. > > The cause of this exception was that: AutomationException: > > 0x8002000e - Invalid number of parameters. > > I don't have a solution for your problem, but I can tell you that your > problem has nothing to do with invalid use of dot notation; if the code > analyzer suggested that this was an error in this particular case, the code > analyzer has a bug. > > You might look through what you find on http://support.microsoft.com/ when > you search for "Automation Exception", and you might see what happens when > you run this COM object from other COM clients. Maybe you've already run > this code successfully from CF 5, in which case this is a problem with > JIntegra; you might look on the JIntegra site then. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > phone: 202-797-5496 > fax: 202-797-5444 > ______________________________________________________________________ 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

