> I have the following code in a page.  It works just fine on 
> one of our servers running 4.0, but won't work on our other 
> server running 4.5. Yes, CFDIRECTORY is enabled. Any 
> suggestions?
> 
> <CFDIRECTORY ACTION="LIST"
>               
> DIRECTORY="\\phoenix\sys\gvdb\download\warranty\#url.dir#"
>               NAME="myDirectory"
>               FILTER="#url.oem#.txt">
> 
> Last Updated:
> <CFOUTPUT QUERY="myDirectory">#datelastmodified#</CFOUTPUT>

By default, the CF service doesn't have permission to talk to other servers
on the network. You'll need to change that. You can read how to do that
here:

http://www.defusion.com/articles/index.cfm?ArticleID=89

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to