logo  
Google
 

DB2 SQL-Error: -721

SQLState: 42710

Short Description: BIND ERROR FOR PACKAGE CONTOKEN X IS NOT UNIQUE SO IT CANNOT BE CREATED

An attempt is made to add or replace a package with a consistency token that is not unique for that package. In other words, the combination of location.collection.package.consistency-token already exists. pkg-id Fully qualified name of the package. contoken Consistency token in hexadecimal.System action: The BIND will fail. System programmer response: Check the SYSIBM.SYSPACKAGE catalog table for names of existing application packages with the indicated consistency token. Reissue the BIND subcommand such that the location.collection.package.consistency-token is unique within the catalog. The following SQL statement can be used to query the catalog: SELECT COLLID,NAME FROM loc-id.SYSIBM.SYSPACKAGE WHERE HEX(CONTOKEN) = contoken

 <-  BACK TO INDEX