When I try to open the tables from a linked server (DB2 V10.5) I am getting the below error, but when I run the "Test Connection" it says: "The test connection to the linked server succeeded".
I have a SQL Server 2012 R1, DB2 v10.5 and have installed "Microsoft OLE DB Provider for DB2 v4.0".
Any help is highly appreciated.
Thank you
I have a SQL Server 2012 R1, DB2 v10.5 and have installed "Microsoft OLE DB Provider for DB2 v4.0".
Code:
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
Additional information:
An exception occurred while executing a Transact-SQL statement or batch.
(Micrisoft.SqlServer.ConnectionInfo)
Cannot fetch a row from OLE DB provider "SQL Server" for linked server "(null)". (Microsoft SQL Server, Error: 7330)
Any help is highly appreciated.
Thank you