This is a discussion on Linked Exchange Server within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi, I'm trying to set up a linked exchange server into sql 2000. Ive used the following sample code ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm trying to set up a linked exchange server into sql 2000. Ive used the following sample code to set it up: EXEC sp_addlinkedserver 'exchange', 'Exchange OLE DB provider', 'exoledb.DataSource.1', 'file:\\.\backofficestorage\localhost\public folders' as per the help files. However when i try to browse the tables of the server i recieve an error : 7304 could not create a new session on oledb provider 'exoledb.DataSource.1' any ideas what causes this ??? any help greatly appreciated Thanks Luke |
| ||||
| Hi Luke, We can try using the forward slashes and then replace the local host with the domain name. (Domain name is the first folder name in the M:\ drive for exchange) 'file://./backofficestorage/domainname.com/public folders' Sincerely, Alick Ye, MCSD Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "as is" with no warranties and confers no rights. -------------------- | Content-Class: urn:content-classes:message | From: "Luke" <lukeduffy@yahoo.com.au> | | Hi, | I'm trying to set up a linked exchange server into sql | 2000. Ive used the following sample code to set it up: | | EXEC sp_addlinkedserver 'exchange', | 'Exchange OLE DB provider', | 'exoledb.DataSource.1', | 'file:\\.\backofficestorage\localhost\public folders' | | as per the help files. However when i try to browse the | tables of the server i recieve an error : | 7304 could not create a new session on oledb | provider 'exoledb.DataSource.1' | | any ideas what causes this ??? | | any help greatly appreciated | | Thanks | | Luke | |