Issue: Customer wanted Aux Attributes changed.
Example: change Aux/sir attribute from bbtTimeKeeper to eaaTimeKeeper
Below done in Dev:
Process: Updated CA Dir Aux Schema, Dumped DSA, removed Directories and IME, Added PublicUser, PortalAdmin, imadmin back from LDIF Export made prior to dump.
Bounced vAPP, Directory and IME base reloaded from App recovery script at startup.
Updated Directory XML and IME import.
Problem:
Portal connector failed startup. issues with mapped attributes changed in above steps. After removing forms/managed attributes and other Portal elements the connector still will not start. Can not delete the connector as it complains:
JTA transaction unexpectedly rolled back. Nested exception is javax.transaction.RollbackException: ARJUNA016504:Could not commit transaction.
...
The DELETE statemetn conflicted with the REFERENCE constraint "FKb075wqag3u5ebylj60oorue4" The Conflict occurred in database "CA_IDENTITYPORTAL", table "dbo.usecase_systmes",column 'connector_id'.
Need assistance with recovery and proper flow to perform the change requested by the customer.