Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.31 KB

mssqlserver-7308-database-engine-error.md

File metadata and controls

33 lines (28 loc) · 1.31 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_7308
MSSQLSERVER_7308
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
7308 (Database Engine error)
single-threaded apartment mode

MSSQLSERVER_7308

[!INCLUDE SQL Server]

Details

Attribute Value
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.