cfexecute problems

2010-01-24 Thread Aaron Marshall
Hey all, I'm working on an admin panel for my webhosting - basically what I'm struggling with is getting coldfusion to execute batch files to start and stop other programs on my server. I'm running Windows Server 2003 x64 with Coldfusion Enterprise 8.0.1 x64. I've come across some pretty weird

cfexecute problems

2010-01-24 Thread Aaron Marshall
Hey all, I'm working on an admin panel for my webhosting - basically what I'm struggling with is getting coldfusion to execute batch files to start and stop other programs on my server. I'm running Windows Server 2003 x64 with Coldfusion Enterprise 8.0.1 x64. I've come across some pretty weird

RE: cfexecute problems

2004-11-03 Thread Dave Watts
> I am having trouble running a Visual FoxPro Executable via CFEXECUTE to > do some DBF maniupations on the Server -- the EXE is loaded as a service > and then is not released upon execution timeout as specified in the > CFEXECUTE statement (20 seconds) -- I included reference to an > "outputfile"

cfexecute problems

2004-11-02 Thread Arden Weiss
I am having trouble running a Visual FoxPro Executable via CFEXECUTE to do some DBF maniupations on the Server -- the EXE is loaded as a service and then is not released upon execution timeout as specified in the CFEXECUTE statement (20 seconds) -- I included reference to an "outputfile" but no

Re: cfexecute problems

2003-07-14 Thread fred fred
Tim Do <[EMAIL PROTECTED]> wrote:Hi All, I'm trying to use the cfexecute tag to run an exe file.. but not having any luck. Here is what I have: " timeout = "5"> I'm getting this error returned (happens no matter how long I set the timeout to be) Timeout period expired without completion o

cfexecute problems

2003-07-14 Thread Tim Do
Hi All, I'm trying to use the cfexecute tag to run an exe file.. but not having any luck. Here is what I have: I'm getting this error returned (happens no matter how long I set the timeout to be) Timeout period expired without completion of \\dev\wwwroot\InSite\LaborEXE\Labor.exe S

Re: Cfexecute problems

2003-06-09 Thread cf-talk
mageMagick instead (imagemagick.org). -Novak - Original Message - From: "Jon Hart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 5:40 PM Subject: Cfexecute problems > Has anyone run into issue getting cfexecute to work pro

Cfexecute problems

2003-06-09 Thread Jon Hart
Has anyone run into issue getting cfexecute to work properly in cfmx? Im trying to do some stuff with cvs, but when I execute it, the cvs thread never exits. Its like its waiting for user input, but if you run cvs on the command line it prints out some handy help info and quits. This is on a wind

cfexecute problems

2002-07-22 Thread Chris Edwards
Tried doing this, but there are no output or errors. I've been able to run the command with a PHP script. Any thoughts? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for t

Re: cfexecute problems

2001-05-02 Thread Bryan LaPlante
To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 9:35 AM Subject: Re: cfexecute problems > * Team Allaire * > I don't think it's possible. CFEXECUTE does a single command line call. It > does

Re: cfexecute problems

2001-05-02 Thread Michael Dinowitz
* Team Allaire * I don't think it's possible. CFEXECUTE does a single command line call. It doesn't 'hold' the connection open at all. For that you need something like COM (or the other CFOBJECT techs). > Anyone know how to use cfexecute wi

cfexecute problems

2001-05-02 Thread Aaron Cooper
Anyone know how to use cfexecute with a command line program that requires user input after the first line? That is, how do you tell cfexecute that you want to do the first bit, then simulate pressing return, then do the next bit, etc I've tried passing \n, \r, #chr(10)#, #chr(13) and even a

RE: CFEXECUTE Problems

2000-07-13 Thread Dave Watts
> I've attempted testing this on several similar configurations, > both my development and staging servers and am not getting > successful results. I've tried including a timeout here as well > with no luck. > > My development and staging machines are both running 4.5.1 and > NT 4 SP5 (maybe 4.0 i

RE: CFEXECUTE Problems

2000-07-12 Thread Ryan Hill
Dave and all, I've gotten several helpful replies now but I'm still a little worried here. Its starting to sound like this isn't a very good approach to my goal. I've added some comments and thoughts inline below: > > Is your CF service running as localsystem? > > Yes, it is. I tested this on

RE: CFEXECUTE Problems

2000-07-12 Thread Dave Watts
> Correct me if I'm wrong, but isn't TIMEOUT=X required? I > believe the docs forget to mention it, but that could be > your problem. It worked fine without it for me. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -

RE: CFEXECUTE Problems

2000-07-12 Thread Raymond K. Camden
Correct me if I'm wrong, but isn't TIMEOUT=X required? I believe the docs forget to mention it, but that could be your problem. > > > mm... nope, still not working for me. In addition to > > your example, I've also tried running it from a cmd.exe > > shell - i.e.: > > > > >argu

RE: CFEXECUTE Problems

2000-07-12 Thread Dave Watts
> mm... nope, still not working for me. In addition to > your example, I've also tried running it from a cmd.exe > shell - i.e.: > > arguments="net user testme testme /add"> > > > ... still no dice. I couldn't get it to work that way, either. > Is your CF service running as loc

RE: CFEXECUTE Problems

2000-07-11 Thread Ryan Hill
MCSE Director, Systems Integration Market Matrix, Inc. - http://www.marketmatrix.com -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 8:37 PM To: [EMAIL PROTECTED] Cc: Ryan Hill Subject: RE: CFEXECUTE Problems > First time attempting to us

RE: CFEXECUTE Problems

2000-07-11 Thread Dave Watts
> First time attempting to use this tag, so I would appreciate > a little help here. I am attempting to use CFEXECUTE to execute > a 'net user /add' command via CF and its silently failing to > create the account I specify. The server service is running > under the local system account. You h

CFEXECUTE Problems

2000-07-11 Thread Ryan Hill
Hey all, First time attempting to use this tag, so I would appreciate a little help here. I am attempting to use CFEXECUTE to execute a 'net user /add' command via CF and its silently failing to create the account I specify. The server service is running under the local system account. Can some