I am trying to configure a connections from DB2 Connect Personal Edition on Linux to DB2 database on OS/400 (iSeries). The install and instance creation is done, but I can't complete the binding part - all I get is error messages:
"LINE MESSAGES FOR db2ubind.lst
------ --------------------------------------------------------------------
SQL0061W The binder is in progress.
LINE MESSAGES FOR db2ajgrt.bnd
------ --------------------------------------------------------------------
SQL0038W The bind option SQLERROR CONTINUE has been
activated since it is required when binding this DB2-supplie
list file to DB2/MVS, SQL/DS, or OS/400.
SQL0551N "" does not have the privilege to perform operation
"" on object "QSYS.NULLID". SQLSTATE=42501
SQL0551N "" does not have the privilege to perform operation
"" on object "NULLID.SQLABG02". SQLSTATE=42501
SQL0551N "" does not have the privilege to perform operation
"" on object "NULLID.SQLABG02". SQLSTATE=42501
LINE MESSAGES FOR db2ueiwi.bnd
------ --------------------------------------------------------------------
SQL0038W The bind option SQLERROR CONTINUE has been
activated since it is required when binding this DB2-supplie
list file to DB2/MVS, SQL/DS, or OS/400."
And so on...
Please let me know if all I need is to have the DBAs on that iSeries do the following:
CRTLIB LIB(NULLID)
or if it might be an indication of something else.
I ran standard commands:
db2 terminate
db2 CONNECT TO dbname
db2 BIND path\@ddcs400.lst BLOCKING ALL SQLERROR CONTINUE GRANT PUBLIC ACTION ADD
db2 terminate