Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
rbarrett2 #1
Accessing mapped drive problems...
Hello all,
I am trying to have CF5.0 (via cfdirectory) read a directory on another
computer. Both the CF server and the other computer are on the same
workgroup. I've setup an account on both computers (user: cfusion) and changed
the coldfusion service to logon to as "cfusion" user. Both computers are setup
with user "cfusion" as an "Administrator".
I have written a very simple page to test the connection. It contains the
following line:
<cfdirectory directory="L:" name="mapped_drive">
This line produces no errors and I get zero (0) records returned.
Any help would be appreciated.
Thanks,
Robert
rbarrett2 Guest
-
fwrite() across mapped network drive
I'm trying to write an XML file across a local network on a mapped drive but it seems to be more picky when I do that as opposed to writing it... -
Using a mapped drive for a verity collection?
I am setting up a verity collection but I want to keep the collection on a different server. I've been told that I can map a drive on the server... -
Accessing ClearCase Mapped Drive using ASP.NET
Hi, I am trying to access a mapped drive(its a clearcase mapped drive) using ASP.NET on win2003 server but am getting error as Description: An... -
Mapped drive no longer there after reboot
Subject says it all. I need to remap each time I reboot. Dan -
Mapped network drive fails
I have a Windows 2000 Server with AD, and all XP workstations. All users are setup with a P: drive that is mapped back to the server for their... -
jorgepino #2
Re: Accessing mapped drive problems...
Administrative Tools
click on Services
Right click on ColdFusion MX 7 Application Server
select Properties
click on the log on tab
and change yoru user name and password to match cfusion and
its password
I hope it helps , if you find any easier way to get connected let me know
jorgepino Guest
-
jorgepino #3
Re: Accessing mapped drive problems...
You may also want to add the directory to you IIS as a virtual folder
jorgepino Guest
-
rbarrett2 #4
Re: Accessing mapped drive problems...
Hello Jorgepina,
I have already setup the service to logon as my "cfusion" user. I will try the virtual folder method. Thanks for the idea.
Regards,
Robert
rbarrett2 Guest
-
rbarrett2 #5
Re: Accessing mapped drive problems...
I have solved the problem....
I created a Virtual Folder per Jorgepina's suggestion.
I then changed my cfdirectory as follows:
<cfdirectory directory="\\Bmc-fitnet\FitNet" name="mapped_drive">
I don't really know if I need the virtual directory or not, but it certainly
works now.
Thanks,
Robert
rbarrett2 Guest



Reply With Quote

