I just discovered that we are running a full production of DB2 UDB for LUW v. 8.2 (8.1 with FP11) but with a z/OS system schema. (SYSIBM).
The database is a result of a convertion from z/OS to Windows and it seems the system tables are now in z/OS format.
It seems to work but I'm curious of how this affects the solution as a third party vendor product is giving me some error messages stating certain actions are illegal, pointing to the LUW system schema.
For instance I get this error:
Error Error 1 2006-06-27 11:25:30 SQLError: sqlstate 23502: [IBM][CLI Driver][DB2/NT] SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=7, TABLEID=2565, COLNO=9" is not allowed. SQLSTATE=23502
Funny thing is: These references are to SYSCAT.TABLES, however the one in the database is SYSIBM.SYSTABLES
Scary ... and the system is up and running.
---
