OLE DB provider 'MSIDXS' reported an error. Access denied.
From: Barry Forrest (barry.forrest_at_no-spam.ps.net)
Date: 09/20/04
- Previous message: Hilary Cotter: "Re: Rank Order"
- Next in thread: Hilary Cotter: "Re: OLE DB provider 'MSIDXS' reported an error. Access denied."
- Reply: Hilary Cotter: "Re: OLE DB provider 'MSIDXS' reported an error. Access denied."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 15:55:01 -0700
Not sure if I should post here of inetserver.indexserver, so I apologize
ahead of time.
In Sql2000, I've added a linked server to a development box.
EXEC sp_addlinkedserver Web,
'Index Server',
'MSIDXS',
'stjoedev01.CarenetWeb'
I ran the same command on my local Sql box.
When I execute this query
Select * from OpenQuery(web, 'Select DocTitle, vpath, Filename, Size,
Contents, characterization, PATH, URL, A_Href, rank, write
from stjoedev01.CarenetWeb..Scope(''"d:\Inetpub\"'')
where FREETEXT(Contents, ''adoption'') AND Rank > 50 order by rank desc,
write desc')
on my local box I get a result set. When I excute the same query on the
development sql box I get the following error:
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSIDXS' reported an error. Access denied.
[OLE/DB provider returned message: Invalid catalog name 'CARENETWEB'.
SQLSTATE=42000 ]
OLE DB error trace [OLE/DB Provider 'MSIDXS' ICommandPrepare::Prepare
returned 0x80070005: Access denied.].
In both cases the query analyzer session is logged in with dbo access. I've
checked the file system catalog and "Everyone" has read/write access to the
index files.
The development sql instance is running under a local system account. My
local instance of sql server is running under a domain user account. Would
this account for the 'access denied'?
My ultimate goal is to add a linked server to a production SQL box, but it's
looking rather grim right now.
Thanks for the help,
Barry
- Previous message: Hilary Cotter: "Re: Rank Order"
- Next in thread: Hilary Cotter: "Re: OLE DB provider 'MSIDXS' reported an error. Access denied."
- Reply: Hilary Cotter: "Re: OLE DB provider 'MSIDXS' reported an error. Access denied."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|