Re: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts
> That worked! Thank you so much! Is it because both the program Webshot and > ColdFusion were installed under my user account? It's possible, but it's also possible that it was something not quite the same, but somewhat similar. I realize that's not a very satisfactory explanation, but I'd need

Re: CF8 cfexecute Problem

2011-08-03 Thread Richard Steele
That worked! Thank you so much! Is it because both the program Webshot and ColdFusion were installed under my user account? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/143027

Re: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts
> Hmmm... This runs via   url="http://www.myserverdev.com/ipi_grabber/get.cfm?w=#xWaitDocTime#&s=#lcase(attributes.website)#" > result="grabResult" />. So the caller is on a different server than the > webshot program. The caller of the CF program is really irrelevant here. It's the user accoun

Re: CF8 cfexecute Problem

2011-08-02 Thread Richard Steele
Hmmm... This runs via http://www.myserverdev.com/ipi_grabber/get.cfm?w=#xWaitDocTime#&s=#lcase(attributes.website)#" result="grabResult" />. So the caller is on a different server than the webshot program. ~| Order the Adobe

Re: CF8 cfexecute Problem

2011-08-02 Thread Richard Steele
> > I can run a screen capture program executable from a Windows Server > 2008 (32bit) cmd line and it captures a flash website fine. However, > when I > > try this from cfexecute, it says no flash player is installed. > Latest Flash Player has been installed for IE 8 32 bit. Please advise. >

Re: CF8 cfexecute Problem

2011-08-02 Thread Dave Watts
> I can run a screen capture program executable from a Windows Server 2008 > (32bit) cmd line and it captures a flash website fine. However, when I > try this from cfexecute, it says no flash player is installed. Latest Flash > Player has been installed for IE 8 32 bit. Please advise. Thanks. T

CF8 cfexecute Problem

2011-08-02 Thread Richard Steele
I can run a screen capture program executable from a Windows Server 2008 (32bit) cmd line and it captures a flash website fine. However, when I try this from cfexecute, it says no flash player is installed. Latest Flash Player has been installed for IE 8 32 bit. Please advise. Thanks. ~~~

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

cfexecute problem...

2006-08-23 Thread Gabriel Bulfon
Hi, i am trying to generate dos command to export a oracle database...the commnad was fine, but i have a problem with a process. When execute the all works fine but i can delete de files. If I see the task manager I see a System Iddle Process hang. I appreciate any help. -gabriel ~~~

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
oe [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 11:05 AM To: CF-Talk ....Subject: cfexecute problem... Hello.. I cant see what im doing wrong with this code, so any help would be much apreciated. I have an upload page, that allows people to upload a

cfexecute problem...

2005-05-25 Thread Joe Joe
Hello.. I cant see what im doing wrong with this code, so any help would be much apreciated. I have an upload page, that allows people to upload an image. I then try to convert the image using an exe file to another format.. I have to use the exe because of the formats im changing to. if i ru

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

CFEXECUTE Problem

2002-08-14 Thread Nick Bourgeois
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 Administrator). I tried a few d

RE: Can anyone from Macromedia help me with cfexecute problem in CF 5

2001-12-06 Thread Jesse Noller
rt Everland [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 1:01 PM > To: CF-Talk > Subject: Can anyone from Macromedia help me with cfexecute > problem in CF > 5 > > > Ok I have narrowed my problem with cfexecute down to one .exe > program I use. It

Can anyone from Macromedia help me with cfexecute problem in CF 5

2001-12-06 Thread Robert Everland
Ok I have narrowed my problem with cfexecute down to one .exe program I use. It works fine in regular command prompt. The same exact program executes fine with cfexecute in CF 4.5 sp2. What is wrong with this. Why does it not work. I am pulling out my hair. I have to have this program work