Re: cfexecute error

2005-11-30 Thread John Lucania
What I am trying to do is sending print jobs to a network printer as a scheduled task. jl On 11/30/05, Michael Traher <[EMAIL PROTECTED]> wrote: > Can you explain a bit more what you are trying to achieve? > > I notice in docs for cfexecute that paths in examples all have \\ double > backslahes i

Re: cfexecute error

2005-11-30 Thread Michael Traher
Can you explain a bit more what you are trying to achieve? I notice in docs for cfexecute that paths in examples all have \\ double backslahes in windows paths. not sure why but... On 11/30/05, John Lucania <[EMAIL PROTECTED]> wrote: > > Can anyone help on this? > > An exception occurred w

cfexecute error

2005-11-29 Thread John Lucania
Can anyone help on this? An exception occurred when invoking an external process. The cause of this exception was that: java.io.IOException: CreateProcess: c:\copy.bat D:\Inetpub\WWWROOT\BBDatabase\QueryBatch.cfm 10.1.125.25 error=2. The error occurred in D:\Inetpub\WWWROOT\BBDatabase\BBBatch.cfm

CFExecute Error.... Silly Java.....

2005-08-29 Thread Brian Polackoff
Trying to use cfexecute to change an AD password. Works no problem from the command prompt however when I load the page it get: The cause of this exception was that: java.io.IOException: CreateProcess: "net user.exe" MYUSERNAME MYPASSWORD /domain error=2 - or - - Th