this statments work under V6R1 but not under V7R1 with an ODBC linked server in an SQL Server 2012
select * from AS400.AS400.LIB.TAB
SQL Managment Studio thrown the error:
Cannot process the object "AS400.LIB.TAB". The OLE DB provider "IBMDASQL" for linked server "AS400" indicates that either the object has no columns or the current user does not have permissions on that object. [SQLSTATE 42000] (Error 7357). The step failed.
Do somebody have an idea to fix this problem?
regards Jo