MSSQLSERVER_7308

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details

Product Name

SQL Server

Event ID

7308

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

RMT_STA_DISABLED

Message Text

OLE DB provider '%ls' cannot be used for distributed queries because the provider is configured to run in single-threaded apartment mode.

Explanation

You have used an OLE DB provider that is configured to run in single-threaded apartment (STA) mode. OLE DB providers that run in single-threaded apartment (STA) mode cannot be used for distributed queries.

User Action

To resolve this error, configure the provider to run in multithreaded apartment (MTA) mode. If the provider does not support MTA, and the provider cannot be upgraded to a version that supports MTA, consider configuring the provider to run out-of-process. The provider vendor should be able to tell you if the provider supports MTA or running out-of-process.