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?