CFX_File

2005-10-18 Thread Mickael Elmalem
Hello, I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag? This is for CF5 Thanks Mike ~| Discover CFTicket - The leading ColdFusion

RE: CFX_File

2005-10-18 Thread Scott Stewart
-Original Message- From: Mickael Elmalem [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 5:09 PM To: CF-Talk Subject: CFX_File Hello, I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
Message- From: Mickael Elmalem [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 5:09 PM To: CF-Talk Subject: CFX_File Hello, I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag? This is for CF5

RE: CFX_File

2005-10-18 Thread Michael T. Tangorre
From: Mickael Elmalem [mailto:[EMAIL PROTECTED] I am having a lot of trouble with CFFile on an NT machine. I poked around on google and found a tag called CFX_FILE, how do I get that tag? This is for CF5 What is the problem you are having, specifically

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
The tag is returning the message Action Unknow : Copy Here is my code CFX_FILE USERNAME=username PASSWORD=password ACTION=Copy source=\\machinename\sharename\file.txt destination=c:\inetpub\wwwroot\testfiles\ From: Mickael Elmalem [mailto:[EMAIL PROTECTED] I am having a lot

Re: CFX_File

2005-10-18 Thread Claude Schneegans
Copy? [...] copy? May be the check for the action is case sensitive. If it is a CFX, it must be in C or Java which bothe compare strings case sensive by default. -- ___ REUSE CODE! Use custom tags; See

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
Tried that too. I tried COPY, copy, Copy Still no luck Copy? [...] copy? May be the check for the action is case sensitive. If it is a CFX, it must be in C or Java which bothe compare strings case sensive by default. -- ___ REUSE CODE! Use custom tags;

RE: CFX_File

2005-10-18 Thread Michael T. Tangorre
From: Mickael Elmalem [mailto:[EMAIL PROTECTED] The tag is returning the message Action Unknow : Copy No, what is the problem you were having with the cffile tag on CF5 not the CFX tag? ~| Logware (www.logware.us): a new

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
The problem that I was trying to copy a file from an NT Share and I was getting the following error Error: Access is denied. (error 5). This share is open to Everyone. Mike From: Mickael Elmalem [mailto:[EMAIL PROTECTED] The tag is returning the message Action Unknow : Copy No, what is

RE: CFX_File

2005-10-18 Thread Paul Vernon
The problem that I was trying to copy a file from an NT Share and I was getting the following error Error: Access is denied. (error 5). This share is open to Everyone. Is the CF service running under a local system account or a user account? You won't be able to access shares if CF is

Re: CFX_File

2005-10-18 Thread Mickael Elmalem
Actually CF is running as a user account that has access to that share. I have it working on a different machine with that setup. But it still doesn't explain why CFX_FILE doesn't work. Shouldn't the fact that the tag passes a username and password overcome the permission problem

CFX_FILE not creating a file when writing?

2004-11-18 Thread Nick Baker
My host disabled the CFFILE tag and installed a CFX_FILE tag. The CFX_FILE tag will write to an existing file, but doesn't automatically create a file when the file doesn't exists. Unfortunately, I can't find documentation that specifically addresses how to create a file with CFX_FILE or some

CFX_FILE unknown action

2002-10-01 Thread Bruce Holm
The hosting service that I'm using for CF requires the use of CFX_FILE and CFX_DIRECTORY custom tags instead of CFFILE and CFDIRECTORY tags. They are supposedly the same except the prior versions require a Username and Password additional parameters. I have set up a new domain on this hosting

Re: CFX_File problem

2001-03-02 Thread Paul Johnston
I have started and stopped the services, the machine and nothing works. I downloaded it off the developers exchange a few days ago, and tried it on and off for several days. I have followed the instructions on how to install the CFX_File tag, and as far as I can tell, I have nothing

CFX_File problem

2001-03-01 Thread Paul Johnston
Anyone? Am using CFX_File downloaded from the allaire developers exchange and can't seem to get it to work! It just returns an error of Unknown Action: "READ" or some such other action (that is blatantly obvious cos it's in the docs). The code I am using is (for a copy): cfx_fil

RE: CFX_File problem

2001-03-01 Thread Vano, Carl G, SITS
Paul, did you startstop cf services? -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 6:46 AM To: CF-Talk Subject: CFX_File problem Anyone? Am using CFX_File downloaded from the allaire developers exchange and can't seem to get

Authenticating against NT SAM - CFX_FILE and CFX_DIRECTORY

2000-10-02 Thread Reed Powell
Anyone had any luck using the CFX_FILE and CFX_DIRECTORY tags from the custom tagged called "CFX_SECURE_FUNCTIONS"? These tags use the same DLL, and the docs with the download say that the C++ code exports both tags, but when I call them, I get a CF error saying that the tag ha