Hi @ Zahid Butt
Thank you for reaching out. The issue seems to be related to login mapping for non-admin users on the linked server. Here are some steps that may help resolve it:
Configure Login Mapping: Use sp_addlinkedsrvlogin to explicitly map non-admin users to remote logins.
Check Security Settings: In the linked server properties, go to the Security tab and ensure that authentication is properly set up. Explicit mappings may be required.
Adjust Provider String: If applicable, modify the provider string to explicitly specify User ID in the connection settings.
Alternative Configuration: Instead of @provstr, try using @datasrc in your sp_addlinkedserver configuration.
Please go through these threads that might help you:
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.