dbTalk Databases Forums  

How do I registry the OLE provider for a Exchange 2003 database.

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss How do I registry the OLE provider for a Exchange 2003 database. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default How do I registry the OLE provider for a Exchange 2003 database. - 04-08-2005 , 11:14 PM






I receive the following error when I try to query an Exchange database.


Server: Msg 7403, Level 16, State 1, Line 1
Could not locate registry entry for OLE DB provider 'exoledb.DataSource.1'.
OLE DB error trace [Non-interface error: Provider not registered.].


How do I registry the OLE provider for a Exchange 2003 database.

thanks

Dave


Below is the code:

EXEC sp_addlinkedserver '1exch',
'Exchange OLE DB provider',
'exoledb.DataSource.1',
'file:\\.\backofficestorage\localhost\public folders'

Select Convert(nvarchar(200),"urn:schemas:contacts:sn") LastName
FROM OpenQuery([1exch],'SELECT "urn:schemas:contacts:sn"
FROM SCOPE(".\contacts")')




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.