dbTalk Databases Forums  

Executing DTS package in c#

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


Discuss Executing DTS package in c# in the microsoft.public.sqlserver.dts forum.



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

Default Executing DTS package in c# - 10-10-2005 , 07:41 AM






I'm trying to execute a dts package (as file) in AspNet (C#) as per the
http://sqldev.net site tut.
It works fine when running it in SQL and I get the results as expected.
However in AspNet it runs through
the code but does not do anything in the dts package itself. ie: stepping
through it seems fine,
no exceptions, but nothing happens on the SQL side.

Any ideas??



Reply With Quote
  #2  
Old   
Gert E.R. Drapers
 
Posts: n/a

Default Re: Executing DTS package in c# - 11-13-2005 , 11:27 PM






Probably caused by the security context of the ASP.NET work process.

GertD (AT) SQLDev (DOT) Net

Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2005 All rights reserved.

"Francois" <fraste (AT) iafrica (DOT) com> wrote

Quote:
I'm trying to execute a dts package (as file) in AspNet (C#) as per the
http://sqldev.net site tut.
It works fine when running it in SQL and I get the results as expected.
However in AspNet it runs through
the code but does not do anything in the dts package itself. ie: stepping
through it seems fine,
no exceptions, but nothing happens on the SQL side.

Any ideas??





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.