all groups > sql server dts > april 2007 >
You're in the

sql server dts

group:

Execute SSIS package remotely and get notified at the end



Execute SSIS package remotely and get notified at the end oliviers
4/10/2007 4:41:26 AM
sql server dts: Hi,
I'm trying to find a way to execute a package remotely and then to
notify the users that the execution is over.

I created a SQL Agent job I'm starting thru a SP call.
The problem is that the execution is asynchronous.
How could I notify the user that the execution of the package is over?
Notification Services? Other?

Thanks,

Olivier
RE: Execute SSIS package remotely and get notified at the end mgale1
4/10/2007 7:22:04 AM
Hello,

I may be mis-understanding your question.
Rather than get notification services involved, can you not just add a 'send
mail' task to your SSIS package that will send an SMTP email to interested
users?

Re: Execute SSIS package remotely and get notified at the end oliviers
4/10/2007 8:22:49 AM
[quoted text, click to view]

Well, the point is that the package execution is a part of a process
launched from a client app (vb6 so far).
The application is thus starting the package and waiting for it to
display some results. I have thus to find a way to get synchronized.

Olivier.
Re: Execute SSIS package remotely and get notified at the end Allan Mitchell
4/10/2007 8:19:45 PM
Hello oliviers,

It will be the packages job to tell you then that it is done. Either log
to a table the fact that you are done or maybe use the Send Mail task to
end someone a mail.

--

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

[quoted text, click to view]

AddThis Social Bookmark Button