DB2 V8.1 FP14 RHL3.0
We are having problems for the last 2 days after we enabled the ARCHIVE LOGING last sunday. We have an off-line backup at 23:00 PM then we have database load (1 table only - Not too large) at 4:00 AM. After the load, at 4:30 AM we run a stored procedure which selects particular data from the table loaded at 4:00 AM and populates other tables (20 or so tables).
This morning at 11:30 AM, Client could not logon to application that connects to database because of
"SQL0290N Table space access is not allowed. SQLSTATE=55039" error.
Does the load or the stored proc that distributes the data locks the table space into,
db2tbst 0x0020 (backup pending) mode ? What else can put the Table Space into backup pending mode ?
It seemed like it was working this morning.
Do I need to do anything after the table load on a database with ARCHIVE LOGING turned on ?
I run a query to see if any of the tables are in "Check Pending" status but there were none.
The only error in the db2diag.log file is:
2008-04-01-11.12.09.776177-240 I3314821G348 LEVEL: Severe
PID : 29698 TID : 3053605760 PROC : db2bp
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database utilities, sqlubConnectDatabase, probe:1280
MESSAGE : DiagData
DATA #1 : Hexdump, 4 bytes
0xB57B6F94 : F5FB FFFF ....
2008-04-01-11.12.09.776498-240 I3315170G328 LEVEL: Error
PID : 29698 TID : 3053605760 PROC : db2bp
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database utilities, sqlubConnectDatabase, probe:1280
DATA #1 : Hexdump, 4 bytes
0xB57B6F94 : F5FB FFFF ....
2008-04-01-11.12.28.501030-240 I3315499G348 LEVEL: Severe
PID : 29698 TID : 3053605760 PROC : db2bp
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database utilities, sqlubConnectDatabase, probe:1280
MESSAGE : DiagData
DATA #1 : Hexdump, 4 bytes
0xB57B6F94 : F5FB FFFF ....
2008-04-01-11.12.28.501190-240 I3315848G328 LEVEL: Error
PID : 29698 TID : 3053605760 PROC : db2bp
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, database utilities, sqlubConnectDatabase, probe:1280
DATA #1 : Hexdump, 4 bytes
0xB57B6F94 : F5FB FFFF ....
I will appreciate any help.