I've got a Windows server with the Db2 clien software installed which has been configured to point to a DB2 Connect server which runs on AIX & that points to a few DB2 9.5 for Z/OS susbystems on our mainframe.
For the past year, I have been running on one subsystem and everything works great. I can run reports, run queries, inserts etc... All good.
About 3 weeks ago I was moved to a different subsystem and that is where the 'goofyness' started. If I insert some records (few thousand) and then a minute to two later try to run a report on the Windows machine against the same table I just inserted the records, I get this message:
Code:
Script error. Scripting Host error. [IBM][CLI Driver][DB2] SQL0904N Unsuccessful execution caused by an unavailable resource. Reason code: "00C200E1", type of resource: "00000220", and resource name: "TOTV.DSNDBC.OTD010.OTX00201.I0001.A001". SQLSTATE=57011
However, if I perform the same inserts on the Windows server and then go into SPUFI to perform a select or insert on that same table, I get good results right away without any errors.
Through a few google searches, I found out what a "200" resource type is. Does anyone have any clues where to start with this? I have a few DBAs which are stumped.