Sunday 11 January 2015

EBS : System Hold, Fix Manager before resetting counters - Concurrent Manager

Error:

"System Hold, Fix Manager before resetting counters" in two of the concurrent manageres "Receiving Transaction Manager" and "PO Document Approval Manager" after cloning


Solution:
1. Apply the patch 16735285

2.After the patch run adrelink:

cd $PO_TOP/bin
adrelink.sh force=y ranlib=y "PO RCVOLTM"
adrelink.sh force=y ranlib=y "PO POXCON"

3. Bounce the concurrent managers.

4. Retest the issue.

No comments:

Post a Comment

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...