Hello,
I was hoping i could find some help here on this error. I have a database SQL connection set up using the advanced connection option for "Use windows authentication". This uses my own personal user id to login, I tested and get a successful connection.
However, when I run my job I see the following error:
11184 | 11856 | CON-120302 | 11/4/2015 1:27:37 PM | ODBC call <SQLDriverConnect> for data source <dbconn> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for |
11184 | 11856 | CON-120302 | 11/4/2015 1:27:37 PM | user 'company-NT\XXXXXX'.>. Notify Customer Support. |
where XXXXXX is actually a different user name than my own. It seems like the job server is using a different user ID than my own to execute the job which I think causes issues with the NT login. Is there a way to fix this? Force the job server to use my info?