Just linked SQL Server 2008 R2 Express to iSeries and can't see my files. I can query them though. Text returned as 0xD4F3F1F7F9F1F0 instead of something like M123450 (that's a work order number). Using the IDM DB2 for IBMDA400 OLE DB Provider.
I tried using a connection string that works for other applications. I get errors:
TITLE: Microsoft SQL Server Management Studio
The linked server has been created but failed a connection test. Do you want to keep the linked server?
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Cannot initialize the data source object of OLE DB provider "IBMDA400" for linked server "S10A7F0P". (Microsoft SQL Server, Error: 7303)
Has anyone encountered anything like this? I'm reasonably new to the whole SQL server thing.
Thanks in advance!
M