dbTalk Databases Forums  

SSIS Package Execution Failed within ASP.NET Web Application

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Package Execution Failed within ASP.NET Web Application in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tina
 
Posts: n/a

Default SSIS Package Execution Failed within ASP.NET Web Application - 08-11-2006 , 01:00 PM






Hello All,

I have a SSIS package which run well when stand-along. However
it was failed when executed from .NET web application. It just simply return
Failure into the DTSExecResult variable below:

Dim packagekgResults As DTSExecResult
..........
packagekgResults = package.Execute()

Environment: Windows 2003 Shared Server

Any idea?

Thanks in advance!

Tina

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS Package Execution Failed within ASP.NET Web Application - 08-13-2006 , 06:33 AM






Hello Tina,

Permissions would be my first guess and the account under which you are running.

Where is SSIS installed?

Allan


Quote:
Hello All,

I have a SSIS package which run well when stand-along. However
it was failed when executed from .NET web application. It just simply
return
Failure into the DTSExecResult variable below:
Dim packagekgResults As DTSExecResult
.........
packagekgResults = package.Execute()
Environment: Windows 2003 Shared Server

Any idea?

Thanks in advance!

Tina




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.