The thing is it seems to execute ok, in that it throws no errors.It does
run the package though.

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: 31 January 2002 16:08
To: CF-Talk
Subject: RE: using CFEXECUTE


Try adding TIMEOUT="X" (replace x with a reasonable timeout value).
====================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Declan Maher [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 31, 2002 10:48 AM
> To: CF-Talk
> Subject: RE:using CFEXECUTE
> 
> 
> I am using CFExecute to run the dtsrun utility which then runs a
> DTSPackage on Sql Server.
> When I run it from the command prompt(cmd.exe) it runs fine with the
> following line:
> C:\>dtsrun /S portland /U username /P password /N DTS_prediction
> 
> However when I use code (below) on the server it doesn't work:
> 
> <cfexecute name="C:\winnt\dtsrun.exe" arguments="S portland /U 
> username
> /P password /N DTS_prediction"></cfexecute>
> 
> Can anybody see anything wrong with the above arguments?
> 
> I have installed the dtsrun.exe on the server at c:\winnt\ but don't
> have SQL Server installed the web server machine.
> 
> Thanks for any help offered.
> 

______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to