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 Col

Re: cfexecute problem...

2006-08-25 Thread Gabriel Bulfon
;212.691.1134 x 14 >212.691.3477 fax >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, 200

RE: cfexecute problem...

2006-08-23 Thread Ben Nadel
;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 or a command that i

Re: cfexecute problem...

2006-08-23 Thread Gabriel Bulfon
I don't know why, but the 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 your peer

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 to

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 Joe Rinehart
Joe, You've got a tag nested inside your tag. While this is valid: This isn't: > This should help: -joe On 5/25/05, Joe Joe <[EMAIL PROTECTED]> wrote: > Hello.. > > I cant see what im doing wrong with this code, so any help would be much > apreciated. > > I have an upload page, that

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... i tried the the command line equivalent and it worked however the above code does

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

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

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 C