Runnning exe using windows authentication

Guest
November 16, 2015 09:33 AM
Accepted Answer
We have .Net exe that connects to a database for writing records to the table. We have a service account created in our test domain and trying to use the service account to connect the database using windows authentication. Is it possible in version 4. If I am logged in as the service account then the job runs successfully but if I schedule the job it does not.
Bill Staff (599 posts)
November 16, 2015 11:14 AM
Accepted Answer

If you have the job configured to run under that user account, it should behave exactly as when you run it while logged in. Make sure you check the box to "Run with highest privileges" if it is necessary to run as Administrator.

If that's not the problem, make sure it's really an authentication problem that's causing the failure and not something else.

Replies are disabled for this topic.