• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Using a file server

Contributor ,
Sep 21, 2009 Sep 21, 2009

Copy link to clipboard

Copied

I'm going to move the 100Gig of data to a file server (why it was on the application server is a long drawn out story). Anyway, I know I need a network account for CF to access the files on the file server, but instead of running CF on that network account, is it possible to only use that network account when using cffile?

TOPICS
Advanced techniques

Views

696

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Sep 21, 2009 Sep 21, 2009

Copy link to clipboard

Copied

No

Not really.

Well, maybe you could do something like what you describe if you have an enterprise level ColdFusion server.  With an enterpise licensed ColdFusion server you can have different instances of CF running on a machine.  You could configure one instance to use the domain account and the other to not use one.  Then have the instance with the domain account for running the <cffile....> operation.

But that really that sounds like a great deal of work and possible expense for very little gain.

Why do you not want to always run CF under the given domain account?  If it is a permission issue with somebody worrying about CF having too much privilage.  Well just don't give that account an iota more permissions then it needs to do the job.  Lock it down to specific file servers or even dirctories on the file server, etc.

That's the way we work it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 21, 2009 Sep 21, 2009

Copy link to clipboard

Copied

So how do you do it?

I have now tried switching CF services over to the domain account (on AD). The file server directories have the user with r/w permissions. When I try to access a file tho, I get access denied.

I tried doing a cf mapping and direct full path to the file server.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Sep 21, 2009 Sep 21, 2009

Copy link to clipboard

Copied

We have a domain user for ColdFusion.  We call ours "cfappuser".

That user has been given permission on specic sections of our file server.

I access those sections in my CFML with UNC paths like "\\dprhq01\purtem$\incomming_pur_data_files\"

Works slick for us.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 21, 2009 Sep 21, 2009

Copy link to clipboard

Copied

LATEST

ARRRRRRRRGH!

SLAP TO THE HEAD!!!!

WHACK HEAD ON MONITOR!!!!

I changed the CF user on the ColdFusion services but NOT on the JRun CF Server. Did that and it works as expected.

SMACK SMACK SMACK SMACK

Is it Friday yet?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation