Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
darknite87 #1
error with <cfexecute>
I'm trying to run a SQL Server DTS package using cfexecute. This is my code :
<cfexecute name='c:\Program Files\Microsoft SQL
Server\80\Tools\Binn\dtsrun.exe' arguments='/s "datasource" /u "username" /p
"password" /n "DTS name"' timeout='60'></cfexecute>
I can run the package fine from SQL and it performs the tasks I set for it,
however when I run it in CF I get the following errors:
DTSRun: Loading... Error: -2147467259 (80004005); Provider Error: 17 (11)
Error string: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist
or access denied. Error source: Microsoft OLE DB Provider for SQL Server Help
file: Help context: 0
I have tried every combo of username/password/datasource I had and nothing has
worked. Any suggestions?
darknite87 Guest
-
cfexecute under linux
hi all, i would like to use grep under linux but when i do this code i have this error msg code : <cfexecute name="grep" arguments="-c '| ... -
cfexecute
Did the solution below work for you? Thanks. Chris -
Using CFEXECUTE with Webalizer
Hi Everyone, I'm having a problem getting CFEXECUTE and Webalizer to play nice. The Webalizer works when I run it from the machine it's... -
Can't get CFEXECUTE to work???
We're running CFMX6.1 and I can't get even the simplest cfexecute statement to work. Just trying to get anything to work, I tried this statement:... -
CFExecute and MX7
Under testing CFEXECUTE in MX7 I noted it is running under the SYSTEM account. In MX6.1 it ran under the account that was running the MMCF service. ...



Reply With Quote

