dbTalk Databases Forums  

Calling DTS packages from .Net

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


Discuss Calling DTS packages from .Net in the microsoft.public.sqlserver.dts forum.



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

Default Calling DTS packages from .Net - 04-07-2004 , 04:28 AM






Hi,

I have a dts package which calls a win32 process.
when i call that dts package from a .Net client it tries to run the process
on the client and not on the server

how do I get the process running on the server.

thanks
Marc



Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Calling DTS packages from .Net - 04-07-2004 , 06:54 AM






One way would be to be to put it in a job and execute the
job. DTS runs from the location where it's executed. If you
execute it from your PC, it runs from your PC and under your
security context. If it's a job, it runs on the server under
the security context of SQL agent if the job is owned by a
sysadmin.

-Sue

On Wed, 7 Apr 2004 11:28:20 +0200, "marc" <heev (AT) msn (DOT) com>
wrote:

Quote:
Hi,

I have a dts package which calls a win32 process.
when i call that dts package from a .Net client it tries to run the process
on the client and not on the server

how do I get the process running on the server.

thanks
Marc



Reply With Quote
  #3  
Old   
DTJ
 
Posts: n/a

Default Re: Calling DTS packages from .Net - 04-07-2004 , 05:29 PM



On Wed, 7 Apr 2004 11:28:20 +0200, "marc" <heev (AT) msn (DOT) com> wrote:

Quote:
Hi,

I have a dts package which calls a win32 process.
when i call that dts package from a .Net client it tries to run the process
on the client and not on the server

how do I get the process running on the server.

thanks
Marc
Use your app to call a stored procedure, which kicks off a scheduled
job.


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.