I changed it to the dot notation but still got the same error. We have a map to the root and the xyz/lts directory is directly below the root.
Please note my new email address. David Phelan Senior CF Developer LifePoint Informatics (Formerly Labtest.com) (201) 447-9991 Ext. 318 [EMAIL PROTECTED] > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2008 9:54 AM > To: CF-Talk > Subject: RE: CreateObject error on new server > > > In our application we have a cfc that we instantiate to a > > variable in certain instances. This has always worked > > without issue until we got our new server. On the new > > server, when I call the CreateObject method, it produces the error: > > The filename, directory name, or volume label syntax is incorrect > > > > The new server is running: > > Server 2003 > > IIS6 > > And CF7 > > > > The old server runs: > > Server 2000 > > IIS5 > > CF7 > > > > The paths on both servers are the same. The call that fails is: > > <cfset LTFunc=CreateObject("component","/xyz/lts/LTFunctions")> > > > > Any ideas? > > Use dots instead of slashes. Dots are the preferred nomenclature for > specifying path information of CFCs. > > Also, make sure you've created the appropriate mapping to the xyz > directory > within the CF Administrator. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309326 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

