DSNI048I GROUP BUFFERPOOL DEPENDENCY CANNOT BE REMOVED FOR DATABASE db-name SPACE NAME ps-name PART part-num REASON reason-text

Explanation

Db2 failed to remove group buffer pool dependency for the indicated object.

db-name
The database name for the page set that failed to be removed from group buffer pool dependency.
ps-name
The name of page set that failed to be removed from group buffer pool dependency.
part-num
The partition that failed to be removed from group buffer pool dependency. part-num is 0 for non-partitioned page sets.
reason-text
Text that indicates one of the following reasons for the failure:
  • DRAIN LOCK FAILURE
  • RETAINED LOCKS EXIST
  • REMOTE CLAIMERS EXIST
  • LOCAL CLAIMERS EXIST
  • CASTOUT PROBLEM

System action

Processing continues.

Operator response

Determine the cause of the failure from the reason-text by using the DISPLAY DATABSE command with the LOCKS or CLAIMERS keyword. Reissue the ACCESS DB MODE(NGBPDEP) command after the indicated object is free.