Re: cfexecute problem...

2006-09-01 Thread Gabriel Bulfon
Of course if I stop the CF service I can delete the files mannually. Ok if I run mannually oracle) don't release the file handler. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: cfexecute problem...

2006-08-25 Thread Gabriel Bulfon
www.nylontechnology.com Some people call me the space cowboy. Some people call me the gangster of love. -Original Message- From: Gabriel Bulfon [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 3:03 PM To: CF-Talk Subject: Re: cfexecute problem... I don't know why, but the cfexecute

Re: cfexecute problem...

2006-08-23 Thread Gabriel Bulfon
I don't know why, but the cfexecute or a command that i run (exp, from oracle) don't release the file handler. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

RE: cfexecute problem...

2006-08-23 Thread Ben Nadel
people call me the space cowboy. Some people call me the gangster of love. -Original Message- From: Gabriel Bulfon [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 3:03 PM To: CF-Talk Subject: Re: cfexecute problem... I don't know why, but the cfexecute or a command that i run (exp

RE: cfexecute problem...

2005-05-25 Thread Ian Skinner
My first suspect would be actual file paths. Where is the exe, where is serverfile? I bet they are not in places where they can talk to each other without more complete information. You may need to convert serverfile to something more like C:\the\directory\cf\uploaded\to\serverfile. Or make

Re: cfexecute problem...

2005-05-25 Thread Joseph Brien
I have been trying different directories, I have them on C:\ - but i also have them in C:\mydocuments\uploads.. which is the http://localhost/upload/folder, Im going to try direct refrencing all the files now... cfexecute name = C:\My Documents\uploads\converter.exe arguments = -i 'C:\My

Re: cfexecute problem...

2005-05-25 Thread Joe Rinehart
Joe, You've got a tag nested inside your cfexecute tag. While this is valid: CftagCfchildtag/cftag This isn't: cftag cfchildtag This should help: cfexecute name = C:\converter.exe arguments = -i #serverFile# trynum2.gif /cfexecute -joe On 5/25/05, Joe Joe [EMAIL PROTECTED] wrote:

Re: cfexecute problem...

2005-05-25 Thread Joseph Brien
I tried to direct refernce them and took out all variable and used filenames, but now im getting a download box that opens up, It asks me to save document filetype document thats when its in the folder C:\My Documents\uploads, when its in the folder both the command prompt and thecfexecute

Re: cfexecute problem...

2005-05-25 Thread Joseph Brien
I fixed it, when i added timeout = 0 it started to work, I spent a whole day trying to get that to work... I really really cant believe it lol i think im going to go to bed and cry myself to sleep.. On 5/26/05, Joseph Brien [EMAIL PROTECTED] wrote: I tried to direct refernce them and took

Re: cfexecute problem

2002-09-04 Thread Tim Painter
- Original Message - From: Web Master [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 9:17 PM Subject: Re: cfexecute problem I tried specifying the full path everywhere and I tried the cmd.exe option, still nothing. It may be a permissions issue

Re: cfexecute problem

2002-09-04 Thread Web Master
, you wrote: Does the CFEXECUTE tag have the proper permissions to execute the file? -Novak - Original Message - From: Web Master [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 2:50 PM Subject: RE: cfexecute problem Yes, I am specifying

RE: cfexecute problem

2002-09-04 Thread Ryan Kime
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 2:44 PM To: CF-Talk Subject: Re: cfexecute problem Is there a simple piece of test code someone can provide that is known to work? Perhaps executing a PING and logging it to a file (which I just tried and I cannot get that to work

RE: cfexecute problem (resolved)

2002-09-04 Thread Web Master
output file param if you want... -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 2:44 PM To: CF-Talk Subject: Re: cfexecute problem Is there a simple piece of test code someone can provide that is known to work? Perhaps executing a PING

RE: cfexecute problem

2002-09-03 Thread Ryan Kime
You are calling it from the absolute path (C:\path\to\executable.exe) right? -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:24 PM To: CF-Talk Subject: cfexecute problem Well, since the Macromedia Forums seem to have been down all

RE: cfexecute problem

2002-09-03 Thread Web Master
Yes, I am specifying the absolute path. Anything else results in an error. All I get is a completely blank browser. Mike At 9/3/2002 04:49 PM, you wrote: You are calling it from the absolute path (C:\path\to\executable.exe) right? -Original Message- From: Web Master [mailto:[EMAIL

RE: cfexecute problem

2002-09-03 Thread Ryan Kime
H.just for grins - if you are not using the timeout param, add that in with a reasonable number 0. -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:50 PM To: CF-Talk Subject: RE: cfexecute problem Yes, I am specifying

RE: cfexecute problem

2002-09-03 Thread Web Master
- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 4:50 PM To: CF-Talk Subject: RE: cfexecute problem Yes, I am specifying the absolute path. Anything else results in an error. All I get is a completely blank browser. Mike At 9/3/2002 04:49 PM, you wrote: You

RE: cfexecute problem

2002-09-03 Thread Ryan Kime
Mike, Have any code we can look at? -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 5:07 PM To: CF-Talk Subject: RE: cfexecute problem I tried that as well. With a setting of 30, the form still returns immediately and with nothing

RE: cfexecute problem

2002-09-03 Thread Web Master
can look at? -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 5:07 PM To: CF-Talk Subject: RE: cfexecute problem I tried that as well. With a setting of 30, the form still returns immediately and with nothing displayed in the browser

Re: cfexecute problem

2002-09-03 Thread Jochem van Dieten
Web Master wrote: Well, it's pretty straightforward: cfexecute name=d:\webserver\client\engine\app.exe arguments=-run client_file.lis /cfexecute First try: cfexecute name=d:\webserver\client\engine\app.exe arguments=-run d:\webserver\client\engine\client_file.lis

Re: cfexecute problem

2002-09-03 Thread Alex
Use a fullpath in your *.BAT that cfexecute calls On Tue, 3 Sep 2002, Web Master wrote: Well, since the Macromedia Forums seem to have been down all day, perhaps someone on the list can help me out... We're running Win2k and CF4.5 and I'm trying to use cfexecute to kick off an executable

RE: cfexecute problem

2002-09-03 Thread Alex
On Tue, 3 Sep 2002, Web Master wrote: Yes, I am specifying the absolute path. Anything else results in an error. All I get is a completely blank browser. If your executable doesn't run anything you SHOULD get a completely blank browser. At 9/3/2002 04:49 PM, you wrote: You are calling

Re: cfexecute problem

2002-09-03 Thread novakbanda
Does the CFEXECUTE tag have the proper permissions to execute the file? -Novak - Original Message - From: Web Master [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 2:50 PM Subject: RE: cfexecute problem Yes, I am specifying the absolute path

Re: cfexecute problem

2002-09-03 Thread Web Master
: cfexecute problem Yes, I am specifying the absolute path. Anything else results in an error. All I get is a completely blank browser. Mike At 9/3/2002 04:49 PM, you wrote: You are calling it from the absolute path (C:\path\to\executable.exe) right? -Original Message

Re: CFEXECUTE Problem

2002-08-14 Thread Jochem van Dieten
Nick Bourgeois wrote: I'm having a dilemma here. I'm trying to execute a file using CFEXECUTE, and it's not working. It's not throwing an error or anything (I even checked the logs) ... the file just won't execute. The server is using CF 4.5, and CFEXECUTE is enabled (I checked in CF

Re: CFEXECUTE Problem

2002-08-14 Thread Lewis Sellers
On Wed, 14 Aug 2002 15:59:11 -0400, in cf-talk you wrote: Any ideas? Am I being too fague? Also, is there an alternative to CFEXECUTE (maybe a CFX tag) that I could use? Have you tried piping the output to a file like myexe.exe output.txt and seeing if it's saying anything? In any event a