Linked Server (Msg 7411)

  • Hi, I have a linked server configured on my report server to my prd server. When I run a query on the report server to the prd server it works fine, but when I run one from the prd server I get the following msg:

    Server: Msg 7411, Level 16, State 1, Line 1

    Server 'RPTDBPRD' is not configured for DATA ACCESS.

    Both are SQL Server 7.0, I tryed the openquery() function but same result. any ideas?

    Thanks

    E...

  • You must execute:

    exec master.dbo.sp_serveroption 'RPTDBPRD', 'DATA ACCESS', True

    and should work fine

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply