Source: Enterprise Vault
Category: Directory Service
Type: Error
Event ID: 13360
Description:
An error was detected while accessing the Vault Database 'EnterpriseVaultDirectory' (Internal reference: .\ADODataAccess.cpp (CADODataAccess:ExecuteSQLCommand) [lines {1356,1358,1373,1405}] built Feb 21 23:15:28 2007):
Description:
SQL Server blocked access to STATEMENT
'OpenRowset/OpenDatasource' of component 'Ad Hoc Distributed queries' because this component is turned off as part of the security configuration for the server. A system administrator can enable the use of 'Ad Hoc Distributed Queries' by using 'sp_configure. For more information about enabling 'Ad Doc Distributed Queries', see "Surface Area Configuration" in SQL Server Books Online.
SQL Command:
SELECT TOP 1 ldPartition FROM OPENDATASOURCE)'SQLOLEDB', Data Source=&;integrated security=SSPI').EVVaultStore.dbo.saveset WHERE (IdPartition = ?)
Additional Microsoft supplied information:
Source: Microsoft OLE DB Provider for SQL Server
Number: 0X80040e14
SQL State: 4200
Native Error: 00015281
HRESULT 0x80040e14
V-437-13360
Source: Enterprise Vault
Category: Directory Service
Type: Error
Event ID: 8453
Description:
The EnterpriseVault.DirectoryService object reported an error.
The error code was 0x80040e14
V-437-8453
SQL Query Analyzer
Run the following query:
sp_configure 'show advanced options', 1 RECONFIGURE GO sp_configure 'Ad Hoc Distributed Queries', 1 RECONFIGURE GO sp_configure 'Ad Hoc Distributed Queries', 0 RECONFIGURE GO sp_configure 'show advanced options', 0 RECONFIGURE GO Applies To
All SQL Server versions