> 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:309325
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to