// Check is only performed if we have
// derby.database.sqlAuthorization == true and we have
// upgraded dictionary to at least level 10.4 (roles
// introduced in 10.4):
if (lcc.usesSqlAuthorization() &&
dd.checkVersion(DataDictionary.DD_VERSION_DERBY_10_4, null)) {
TransactionController tc = lcc.getTransactionExecute();
String failedString =
MessageService.getTextMessage(MessageId.AUTH_INVALID);