Error in creating Task Persistence database schema
search cancel

Error in creating Task Persistence database schema

book

Article ID: 220592

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

After in-place upgrade of CA Identity Manager from an on-premise install of 14.1 to 14.4, an exception was seen at the first startup of JBoss after the last step of the upgrade (from 14.3 CP2 to 14.4)

Error in creating Task Persistence database schema. java.sql.SQLSyntaxErrorException: ORA-00904: "IS_VOLATILE": invalid identifier

The application didn't deploy.

The second time the server is started all seems OK except for the exception below:

ERROR [com.ca.identitymanager.plugins.ProvisioningTransactionProtectionHelperImpl] (ServerService Thread Pool -- 96) migrateOfflineEndpointTaskData java.sql.SQLSyntaxErrorException: ORA-00904: "ENDPOINT_STATUS": invalid identifier

 

Subsequently, tasks are getting stuck "in-progress" and the Jboss server requires a restart.  How can we resolve these issues?

 

Environment

Release : 14.3 CP2\14.4

Component : IdentityMinder(Identity Manager)

Cause

The initial error is essentially benign:

Error in creating Task Persistence database schema. java.sql.SQLSyntaxErrorException: ORA-00904: "IS_VOLATILE": invalid identifier

Is seen as a result of starting a cluster node too soon during an upgrade.  The issue is resolved when the upgrades on both nodes are completed and the nodes are cycled.

The subsequent error occurs as a result of an incomplete upgrade of the OFFLINE_ENDPOINT_TASKS table.  

All offline endpoint tasks should be completed before migration.  If they are not complete, the rows in 'OFFLINE_ENDPOINT_TASK' table may not have a corresponding record in 'tasksession12_5' table.

 

Resolution

To correct this issue Broadcom IM Engineering has supplied, the following fixes.

14.3 CP2 Fix: DE492279+-+32498464++Migration+leading+to+ORA-00904+ENDPOINT_STATUS+invalid+identifier.zip
14.4 GA: HF+-+DE508164.zip

These are available upon request from Broadcom Technical Support