SQL Server Errors or Failures from Error: 7215 to Error: 7319

Error: 7215, Severity: 16, Could not execute statement on remote server ‘%.*ls’.
Error: 7221, Severity: 16, Could not relay results of procedure ‘%.*ls’ from remote server ‘%.*ls’.
Error: 7301, Severity: 16, Cannot obtain the required interface (“%ls”) from OLE DB provider “%ls” for linked server “%ls”.
Error: 7302, Severity: 16, Cannot create an instance of OLE DB provider “%ls” for linked server “%ls”.
Error: 7303, Severity: 16, Cannot initialize the data source object of OLE DB provider “%ls” for linked server “%ls”.
Error: 7304, Severity: 16, Cannot connect using OLE DB provider “%ls” to linked server “%ls”. Verify the connection parameters or login credentials associated with this linked server.
Error: 7305, Severity: 16, Cannot create a statement object using OLE DB provider “%ls” for linked server “%ls”.
Error: 7306, Severity: 16, Cannot open the table “%ls” from OLE DB provider “%ls” for linked server “%ls”. %ls
Error: 7307, Severity: 16, Cannot obtain the data source of a session from OLE DB provider “%ls” for linked server “%ls”. This action must be supported by the provider.
Error: 7308, Severity: 16, OLE DB provider ‘%ls’ cannot be used for distributed queries because the provider is configured to run in single-threaded apartment mode.
Error: 7310, Severity: 16, Cannot obtain the set of schema rowsets supported by OLE DB provider “%ls” for linked server “%ls”. The provider supports the interface, but returns a failure code when it is used.
Error: 7311, Severity: 16, Cannot obtain the schema rowset “%ls” for OLE DB provider “%ls” for linked server “%ls”. The provider supports the interface, but returns a failure code when it is used.
Error: 7312, Severity: 16, Invalid use of schema or catalog for OLE DB provider “%ls” for linked server “%ls”. A four-part name was supplied, but the provider does not expose the necessary interfaces to use a catalog or schema.
Error: 7313, Severity: 16, An invalid schema or catalog was specified for the provider “%ls” for linked server “%ls”.
Error: 7314, Severity: 16, The OLE DB provider “%ls” for linked server “%ls” does not contain the table “%ls”. The table either does not exist or the current user does not have permissions on that table.
Error: 7315, Severity: 16, The OLE DB provider “%ls” for linked server “%ls” contains multiple tables that match the name “%ls”.
Error: 7316, Severity: 16, Cannot use qualified table names (schema or catalog) with the OLE DB provider “%ls” for linked server “%ls” because it does not implement required functionality.
Error: 7317, Severity: 16, The OLE DB provider “%ls” for linked server “%ls” returned an invalid schema definition.
Error: 7318, Severity: 16, The OLE DB provider “%ls” for linked server “%ls” returned an invalid column definition for table “%ls”.
Error: 7319, Severity: 16, The OLE DB provider “%ls” for linked server “%ls” returned a “%ls” index “%ls” with the incorrect bookmark ordinal %d.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.