Link to home
Start Free TrialLog in
Avatar of CSTX_Analysts
CSTX_AnalystsFlag for United States of America

asked on

Problem with a linked server query and Active Directory User

We have a database that has a view with an openquery to a non-windows server running DB2.   The view works fine with AD users that are in the sysadmin role, but user in the public role for the server and dbo or datareader on the database get an access error.  The view also works fine with SQL users that are in the public role on the server and either dbo or datareader on the database level.  Please see the attached error message.

To my eye, this has to be an issue with running openquery on a non-windows server with AD user accounts.  I have looked around and can't find an answer.

We are running SQL server 2008 R2
Capture.JPG
Avatar of JestersGrind
JestersGrind
Flag of United States of America image

This Microsoft article talks about how to setup permissions and includes that exact error message.  
http://support.microsoft.com/en-us/kb/2647989

Hope this helps,

Greg
Avatar of CSTX_Analysts

ASKER

I made the changes to one of the client PCs that is experiencing the problem.  I got the following error.

"Msg 7302, Level 16, State 1, Procedure VW_wService, Line 9
Cannot create an instance of OLE DB provider "IBMDASQL" for linked server "HTE_LINK"."
This article talks about that error.  The AllowInProcess option must be enabled.  
http://www-01.ibm.com/support/docview.wss?uid=nas8N1014412
ASKER CERTIFIED SOLUTION
Avatar of JestersGrind
JestersGrind
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Vitor Montalvão
CSTX_Analysts, do you need more help on this question?