Accessing mapped drive problems...

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. Mapped drive no longer there after reboot
      Subject says it all. I need to remap each time I reboot. Dan
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Accessing mapped drive problems...

    You may also want to add the directory to you IIS as a virtual folder


    jorgepino Guest

  5. #4

    Default 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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139