For a smooth upgrade to Release 4.2, verify that there are no running instances before starting the upgrade.
Symptom:
If you start an upgrade where processes are running and the Runtime database is on an Oracle database server, you can experience issues with a lock not being released. After the upgrade, when the server tries to adjust the database, an exception similar to the following can occur:
ORA-01591 lock held by in-doubt distributed transaction
This causes the environment to fail functionally after the upgrade.
Note: This situation rarely occurs.
Solution:
Resolve transactions noted by "ORA-01591 lock held by in-doubt distributed transaction" in the following cases:
To correct this problem, manually execute the ROLLBACK on the Oracle database.
Follow these steps:
select * from DBA_2PC_PENDING
ROLLBACK FORCE 'your local transactionID on this node'
For example:
ROLLBACK FORCE '1.13.5197';
|
Copyright © 2014 CA.
All rights reserved.
|
|