|
sohrabkhan1000
Starting Member
Afghanistan
2 Posts |
Posted - 06/12/2012 : 02:14:38
|
dear all, i have devoloped ssis package it retrive data from one sql source to another it execute fine with same user and also it can be executed from sql sever,and i have devoloped asp.net application to execute package like follwing: Package package = new Package(); Application app = new Application(); DTSExecResult packageresult = new DTSExecResult(); package = app.LoadFromSqlServer("packagename", "servername", "username", "password",null); packageresult = package.Execute(); when i run application localy it execute fine when i debug application in another machine the package not execting and not i am getting error.
sohrab |
|