The syntax I am using is...



EXEC sp_addlinkedserver 'exchange',
'Exchange OLE DB provider',
'exoledb.DataSource.1',
'file:\\ServerMachine\M\ExchangeServer.LOCAL\PUBLI C FOLDERS\backofficestorage\localhost\public folders'

Where the name of the machine is "ServerMachine".

The name of the domain, or Exchange Server is "ExchangeServer"

The path listed is a valid network path, and it is being executed as an Enterprise Administrator.

The problem is, when attempting to conntct, I get the error message...
"Error 7304: Could not create a new session on OLE DB Provider exoledb.datasource.1"