Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing a DTS pkg from .NET

Status
Not open for further replies.

jkb17

Programmer
Nov 27, 2000
156
US
hello.

i'm trying to load an execute a sql server dts package via .net. I have found the following code from microsoft:


I've implemented as is (adjusting console.writeline to a different output for asp.net application). The package loads and i can view the properties; however, it will not execute.

Has anyone dealt with this before? Am I missing a step? Any advice would be greatly appreciated.

thanks

Jim
 
I figured out what my problem was. I had to grant ASPNET application access to my sql server. It was a permissions issue.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top