A Fast Load for Db2 for z/OS (PFL) job fails with a -551 SQL error on the PTDB Restart table :
DSNT408I SQLCODE = -551, ERROR: auth-id DOES NOT HAVE THE PRIVILEGE TO PERFORM OPERATION SELECT ON OBJECT PTI.PTGL700_RESTART2
The submitter of the job has SYSADM. The authorization ID reported in the SQL error is a different ID.
The auth-id reported in the message is the Plan Owner for the PUT General Utilities Plan, DGLPLN01= as defined the CDBPARM(PLANSxx) member.
This ID is the Install SYSADM ID that was used to execute the DB2 catalog customization tasks on this subsystem. The -551 SQL error indicates
that this ID no longer has the required authority to perform the operation, in this case a SELECT against PTI.PTGL700_RESTART2.
To resolve this error, either GRANT SYSADM to this auth-ID or re-execute the Bind Product Packages and Plans task, hlq.CDBASAMP(ssid0002)
using a userid with SYSADM authority. You can also specify the ID to be used as the Plan Owner by specifying it in the PLANOWN
parameter in the CDBAPARM(SETUPnn) member for the relevant subsystem definition.