Seaquel
SQL Server error code

SQL Server error 7308

SQL Server raises error 7308 at severity 16, which marks a problem with the query or data that you can correct.

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

What it means

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.

Source: Database Engine events and errors