Re: Problem with CFEXECUTE

2009-09-06 Thread Jochem van Dieten
On Wed, Sep 2, 2009 at 11:24 PM, Steve Lichtenberg wrote: >   arguments = "#argslist#" >    outputfile="#file_directory#fcdc.out" >        timeout="2" > /> > If I run it with no timeout, I get the display page but the execute > never runs.  If I put anything in the timeout parameter, the process

Problem with CFEXECUTE

2009-09-02 Thread Steve Lichtenberg
I am running the following code: If I run it with no timeout, I get the display page but the execute never runs. If I put anything in the timeout parameter, the process times out no matter what. I have tried values from 1 - 200 for timeouts with consistent results

RE: Problem with CFExecute...

2008-09-17 Thread Rick Faircloth
Thanks for the feedback, guys! Rick > -Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2008 4:04 PM > To: CF-Talk > Subject: Re: Problem with CFExecute... > > Jochem van Dieten wrote: > > (Just imagine wha

Re: Problem with CFExecute...

2008-09-17 Thread Ian Skinner
Jochem van Dieten wrote: > (Just imagine what would happen if that user > enters his password incorrectly 3 times and is locked out.) Or leaves the company and the user account is deactivated. Or changes their password after three months as often is network policy. I've seen it all. Do as Joche

Re: Problem with CFExecute...

2008-09-17 Thread Jochem van Dieten
Rick Faircloth wrote: > Changing CF "log on as" to my personal account seems to have > done the trick. > > Any ramifications for changing the "log on as" for CF that > I should be aware of? Use an account with the least privileges and never use an account that is used by a user as well. (Just im

RE: Problem with CFExecute...

2008-09-17 Thread Rick Faircloth
Sent: Wednesday, September 17, 2008 2:15 PM > To: CF-Talk > Subject: Re: Problem with CFExecute... > > Rick Faircloth wrote: > > "c:\program files\rhinosoft.com\ftp voyager\ftpvoyager.exe" > > profile=MLXChange > > get=IF20080917_010257_RES_1.zip >

Re: Problem with CFExecute...

2008-09-17 Thread Jochem van Dieten
Rick Faircloth wrote: > "c:\program files\rhinosoft.com\ftp voyager\ftpvoyager.exe" > profile=MLXChange > get=IF20080917_010257_RES_1.zip > local=e:\inetpub\webroot\real_estate_data\smlc\daily_downloads\voyager > The above batch file runs perfectly from the command line. However, when > initializ

Problem with CFExecute...

2008-09-17 Thread Rick Faircloth
Hi, all... I'm trying to run this cfexecute tag... which is supposed to fire off this batch file: "c:\program files\rhinosoft.com\ftp voyager\ftpvoyager.exe" profile=MLXChange get=IF20080917_010257_RES_1.zip local=e:\inetpub\webroot\real_estate_data\smlc\daily_downloads\voyager (Line bre

Re: Problem with CFEXECUTE

2006-03-06 Thread Srinivasa Teja Palla
hi, I have cfmx 6.1 and am trying to use pkzipc (command line utility) and cfexecute. I created the batchfile to change the directory but nothing happens. I appears like it changes the directory and runs the pkzipc command with no error msgs, but I dont see any zip file created in teh folder.

Re: Problem with CFEXECUTE

2004-05-26 Thread Claude Schneegans
>>How about a batch file that you run from cfexecute? This is exactly what I finally made. Thanks. -- ___ See some cool custom tags here: http://www.contentbox.com/claude/customtags/tagstore.cfm Please send any spam to this address: [EMAIL PROTECTED] Thanks.

Re: Problem with CFEXECUTE

2004-05-26 Thread Jamie Jackson
On Wed, 26 May 2004 16:06:43 -0400, in cf-talk you wrote: >Hi, > >Is there any way I can specify the work directory for a program executed via CFEXECUTE? > >I'm trying to execute PKZIP to unzip files, but files are unzipped into >C:\windows\win32 which is not where the PKZIP program is and definit

Problem with CFEXECUTE

2004-05-26 Thread Claude Schneegans
Hi, Is there any way I can specify the work directory for a program executed via CFEXECUTE? I'm trying to execute PKZIP to unzip files, but files are unzipped into C:\windows\win32 which is not where the PKZIP program is and definitely not where I want the files to be stored. I can`t find any par

RE: Weird problem with CFEXECUTE not releasing file

2002-06-27 Thread Shawn McKee
Anybody have a Linux version of this? Shawn McKee -Original Message- From: Lewis Sellers [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 3:07 PM To: CF-Talk Subject: Re: Weird problem with CFEXECUTE not releasing file On Thu, 27 Jun 2002 08:47:14 -0400, in cf-talk you wrote

Re: Weird problem with CFEXECUTE not releasing file

2002-06-27 Thread Lewis Sellers
On Thu, 27 Jun 2002 08:47:14 -0400, in cf-talk you wrote: >> FYI. There's also it's successor, CFX_Execute. Which I also wrote. >> It's "more like CFEXECUTE, except for the bugs". :) > >I was unable to find CFX_Execute on the MM developer exchange... could you >email me a copy off list at [EMAIL

Re: Weird problem with CFEXECUTE not releasing file

2002-06-27 Thread Seth Petry-Johnson
> FYI. There's also it's successor, CFX_Execute. Which I also wrote. > It's "more like CFEXECUTE, except for the bugs". :) I was unable to find CFX_Execute on the MM developer exchange... could you email me a copy off list at [EMAIL PROTECTED] or even just send me a link that I can download from?

Re: Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Lewis Sellers
On Wed, 26 Jun 2002 17:21:52 -0400, in cf-talk you wrote: >> Are you using the timeout option? If you don't specify one then the file >> will be locked. I have seen this problem when a command takes too long. >I >> just moved on to CFX_consolecommand. > >Yes, I have specified a timeout on the C

Re: Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Seth Petry-Johnson
> Are you using the timeout option? If you don't specify one then the file > will be locked. I have seen this problem when a command takes too long. I > just moved on to CFX_consolecommand. Yes, I have specified a timeout on the CFEXECUTE call. Still, the weird thing is that it isn't UNTIL my

Re: Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Neil H.
To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 3:48 PM Subject: Weird problem with CFEXECUTE not releasing file > I have been having a rather strange problem with trying to delete text files > created using the OUTPUTFILE attribute of the CFEXECUTE tag on CF

Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Seth Petry-Johnson
I have been having a rather strange problem with trying to delete text files created using the OUTPUTFILE attribute of the CFEXECUTE tag on CF 4.51, running on Win 2k Professional. It seems that any file I create using CFEXECUTE gets stuck in a locked state after I try to programatically delete i