Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Execute Remote DTS-Package on different Server

 
   Database Forums (Home) -> DTS RSS
Next:  Urgent!!! Senior Oracle Developer for Qatar  
Author Message
w.stefan

External


Since: May 16, 2007
Posts: 3



(Msg. 1) Posted: Wed May 16, 2007 12:55 am
Post subject: Execute Remote DTS-Package on different Server
Archived from groups: microsoft>public>sqlserver>dts (more info?)

Hello DTS discussion group,

i'm going crazy with one maybe simple problem on executing DTS on
SQLSERVER 2000.

Situation:
I have in my local environment a DTS-Package, which starts another DTS-
Package. I used
both dtsrun as command line task and the exisiting Execute Package
Task from DTS-Designer.

The second DTS-Package is on another network. All i want is, that when
i start my local
DTS-Package, that this package starts the package from the remote
server. This package
on the remote server should collect some data and should do some
actions.

At this point it looks like, the second dts-Package which i want to
start with my first package,
will be executed not in the remote server environment. It looks like
it starts like my local package in
my local environment. I always get error messages which tells me, that
some database connections
are not probably set correctly. But when i execute those remote
packages directly in the
remote server environment via terminal server etc. all kind of things
will work fine.

Maybe someone can gibe me an hint, how to solve this problem, so that
this second package
will be executed in remote server environment, not in my local
environment.

Greetings

w.stefan

 >> Stay informed about: Execute Remote DTS-Package on different Server 
Back to top
Login to vote
Allan Mitchell1

External


Since: Sep 27, 2003
Posts: 127



(Msg. 2) Posted: Wed May 16, 2007 8:07 pm
Post subject: Re: Execute Remote DTS-Package on different Server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello w.stefan,

You execute the package using DTSRun. The package comes to you. The fact
the package is stored (and that is the key word here) is immaterial. To
do this remote execution a common method is to fire a job on the remote server
that executes the package.

--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

> Hello DTS discussion group,
>
> i'm going crazy with one maybe simple problem on executing DTS on
> SQLSERVER 2000.
>
> Situation:
> I have in my local environment a DTS-Package, which starts another
> DTS-
> Package. I used
> both dtsrun as command line task and the exisiting Execute Package
> Task from DTS-Designer.
> The second DTS-Package is on another network. All i want is, that when
> i start my local
> DTS-Package, that this package starts the package from the remote
> server. This package
> on the remote server should collect some data and should do some
> actions.
> At this point it looks like, the second dts-Package which i want to
> start with my first package,
> will be executed not in the remote server environment. It looks like
> it starts like my local package in
> my local environment. I always get error messages which tells me, that
> some database connections
> are not probably set correctly. But when i execute those remote
> packages directly in the
> remote server environment via terminal server etc. all kind of things
> will work fine.
> Maybe someone can gibe me an hint, how to solve this problem, so that
> this second package
> will be executed in remote server environment, not in my local
> environment.
> Greetings
>
> w.stefan
>

 >> Stay informed about: Execute Remote DTS-Package on different Server 
Back to top
Login to vote
w.stefan

External


Since: May 16, 2007
Posts: 3



(Msg. 3) Posted: Sun May 20, 2007 12:14 am
Post subject: Re: Execute Remote DTS-Package on different Server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Allan,

thanks for your anser, i can not create a job on remote server,
because i can not
specify the time, when this packet should be executed. It depends on
user
action.

Maybe there is another possibility for executing this packet directly
on remote
server?

Greetings

w.stefan
 >> Stay informed about: Execute Remote DTS-Package on different Server 
Back to top
Login to vote
Allan Mitchell1

External


Since: Sep 27, 2003
Posts: 127



(Msg. 4) Posted: Sun May 20, 2007 10:05 pm
Post subject: Re: Execute Remote DTS-Package on different Server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello w.stefan,


That's the good thing about this method is the job has no schedule and is
invoked by a user through sp_start_job

--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

> Hello Allan,
>
> thanks for your anser, i can not create a job on remote server,
> because i can not
> specify the time, when this packet should be executed. It depends on
> user
> action.
> Maybe there is another possibility for executing this packet directly
> on remote
> server?
> Greetings
>
> w.stefan
>
 >> Stay informed about: Execute Remote DTS-Package on different Server 
Back to top
Login to vote
w.stefan

External


Since: May 16, 2007
Posts: 3



(Msg. 5) Posted: Sun May 20, 2007 11:34 pm
Post subject: Re: Execute Remote DTS-Package on different Server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Allan,

thanks a lot for your hint, now it's working that way i want it to
work Wink

Greetings

w.stefan
 >> Stay informed about: Execute Remote DTS-Package on different Server 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
execute package of a number of execute package tasks - In a project I have created 6 dtsx packages, all doing about the same thing: sql task defines highest date in database and store in variable script task to create an oracle sql statement based on the above date dataflow task to 1.select from oracle...

Execute a SSIS Package stored in SQL Server using Stored P.. - Hi, I have some SSIS Packages that gets data from different databases and loads it onto my SQL Server Database. Now my SQL Server is in another machine and my web pages are in different machines. So I cannot go about executing a file system ssis..

Execute DTS package in SP - How would I execute DTS package in the SP? Thank you.

How to execute a DTS package from within Access 2000 - I want to know how to execute an existing SQL Server DTS package from within Microsoft Access 2000. Let's say I have an Access form with one control on it, a command button, and I want to execute the package when the button is clicked. Let's call my..

Execute SSIS Package - I re-created my DTS package in SQL Server 2005. I now execute the package using: [ Exec Master..xp_cmdshell 'DTExec /f C:\Data\packagename.dtsx' ] It is working fine however, is there another way of executing this package in SQL Server 2005 without..
   Database Forums (Home) -> DTS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]