Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Worker
2016-03-22T14:27:12Z
I'm trying to run a procedure on an MS SQLServer DB. The procedure queries tables that are on a linked server. To be able to access this linked server the procedure needs to run as a specific user. I added this (domain) user as a credential. When I run the procedure I get an error that seems to suggest the credential isn't working:

Msg 7416, Level 16, State 1, Procedure src_medewerker_crnt_vw, Line 3
Access to the remote server is denied because no login-mapping exists.
Exception in Task: Access to the remote server is denied because no login-mapping exists.


What should I do to get this working? Might it be that the credential is faulty? (it didn't show up on the 'username' drop down. I had to enter it manually) I tried it with and without local login checked.

Thanks
Sponsor
Forum information
Support
2016-03-22T15:06:35Z
To use integrated authentication you need to do two things:

1. Use a Credential with "Load profile" checked
2. make sure that the SQL Connection string that you have selected is using Integrated authentication
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Worker
2016-03-22T20:27:30Z
Thanks, I missed the 'trusted connection' option in the connection wizard. Everything works now.
Scroll to Top