logo  
Google
 

DB2 SQL-Error: -690

SQLState: 23508

Short Description: THE STATEMENT IS REJECTED BY DATA DEFINITION CONTROL SUPPORT REASON

The code is issued by the data definition control support to report that the statement is rejected for the reason indicated by 'reason-code' after consulting the application registration table and object registration table. The explanation of the given reason code: v 0001 Data definition control support is running under the controlling by application name mode. The statement is rejected because the current application is not registered in application registration table with DEFAULTAPPL on. v 0002 Data definition control support is running under the controlling by application name with exceptions mode. The statement is rejected because the object is not registered in object registration table and the current application is not registered in application registration table with DEFAULTAPPL on. v 0003 Data definition control support is running under the controlling by application name with exceptions mode. The statement is rejected because the object is registered in object registration table but the current application does not match. v 0004 Data definition control support is running under the controlling by object name with exceptions mode. The statement is rejected because the object is registered in object registration table but the current application does not match. v 0005 Data definition control support is running under the controlling by object name mode. The statement is rejected because the object is registered in object registration table but the current application does not match. v 0006 Data definition control support is running under the controlling by object name mode. The statement is rejected because the object is not registered in object registration table.System action: The statement cannot be executed. Programmer response: None if valid rejection. Otherwise, check to see if data definition control support is running under the desired mode. Check one or both registration table(s) to determine if the entries of the registration table(s) are correct. If they are not, then update the registration table(s).

 <-  BACK TO INDEX