--Original Message Text---
From: Nathan C. Smith
Date: Wed, 22 Oct 2003 16:12:32 -0500

What OS are you running on?

Windows 2000 Server

The CF System service.

What you will probably want to do is create a new domain account - assuming
all machines are on the same domain.  On the ColdFusion machine give that
account "log on as service" rights. and then set coldFusion to run under
that account.

The "mapped drive" you created will have no relevance unless it is created
with the same account ColdFusion service uses.

Make sure the new account can get to the resource on the server you need it
to.  You may need to use UNC Paths to make the connection.
\\servername\sharename\dir <file://\\servername\sharename\dir>  etc.

There are some KB articles on the MM website regarding this.

I'll try that.

Thanks mon!

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 3:39 PM
To: CF-Talk
Subject: RE: Using <cfdirectory

Are you talking about the administrator/password or the CF system service?

The account I used to map the drive letter on the other server has full
(administrator) privileges.

How do I make sure the userid for the service has rights to everything I
want CF to
access.

Am I missing something?

--Original Message Text---
From: NATHAN C. SMITH
Date: Wed, 22 Oct 2003 14:26:19 -0500

The userid for the service ColdFusion is running with may not have access
rights to the server/directory you are trying to access.

Make sure the userid for the service has rights to everything you want CF to
access.

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 2:13 PM
To: CF-Talk
Subject: re: Using <cfdirectory

Hi,

I'm using <cfdirectory> to display directories/files on the server.
Everything works fine even when I map a drive letter and specify that as the
default.

<cfparam name="ftpdir" default="S:\\">

<cfdirectory action="" directory="#ftpdir#" name=ftplist" sort="name">

If I try and map a drive letter on the server to point to a different server
it won't list the directory.

What am I doing wrong?

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to