Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using SQL Agent to run a .Net app on a different machine

Status
Not open for further replies.

LokiDba

Programmer
Dec 13, 2000
63
GB
Hi,

Go a problem at the present with an import application which resides on the Application Server. This app needs to be run everyday, if certain errors occur I want it to reschedule for a specific time. Instead of writing the scheduling into the application I want to use the scheduler in SQL Agent. The problem is running the .NET app on the other machine. Get security issues and asking for credentials.

Has anyone do this before?
What security do I need to set up.
Do I need to add security to the manifest of the Applications

Thanks in advance

Andy
(LokiDBA)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top