DTS and ASP.net

A

anonymous

I am trying to Execute a dts from asp.net and I am getting
this error:"Execution was canceled by user"
My code is below:
objDTSPackage = New DTS.Package
objDTSPackage.LoadFromSQLServer(strServerName, , ,
DTSSQLServerStorageFlags.DTSSQLStgFlag_UseTrustedConnection
, , , , strDTSPackageName)
objDTSPackage.Execute()
When I run a DTS alone from SQL I have no problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top