ORA-25226: dequeue failed, queue APPWORX_PROD.RMI_PIPE12345678 is not enabled for dequeue
search cancel

ORA-25226: dequeue failed, queue APPWORX_PROD.RMI_PIPE12345678 is not enabled for dequeue

book

Article ID: 416299

calendar_today

Updated On:

Products

CA Automic Applications Manager (AM)

Issue/Introduction

After upgrading to Applications Manager 9.6 to 9.6.2, the following error may be seen in an RmiServer pop up error or when starting the RmiServer process.

The RmiServer process may fail to start or Job process may stop when this error is seen.

ORA-20999: Scheduling has encountered an exception - Scheduling will not continue until issue is resolved
[ORA-20001: Submit_chains so_sch_seq=19557-[ORA-25226: dequeue failed, queue APPWORX_PROD.RMI_PIPE12345678 is not enabled for dequeue
ORA-06512: at "APPWORX.AM_AQ", line 384
ORA-06512: at "SYS.DBMS_AQ", line 990
ORA-06512: at "APPWORX.AM_AQ", line 339
ORA-06512: at "APPWORX.AWAPI3", line 3592
ORA-06512: at "APPWORX.AWAPI3", line 3592
ORA-06512: at "APPWORX.AWAPI3", line 3570
ORA-06512: at "APPWORX.SQLOPER_SOJOBQUEUE", line 545
ORA-04088: error during execution of trigger 'APPWOR]
ORA-06512: at "APPWORX.AW_TIMEZONES", line 2453
ORA-06512: at "APPWORX.AW_TIMEZONES", line 2177
ORA-06512: at "APPWORX.AW5", line 2331
ORA-06512: at "APPWORX.AW5", line 2336
ORA-06512: at line 1

Environment

Applications Manager 9.6 to 9.6.2

Cause

defect in AQ code

Resolution

Solution:

A fix will be included in Applications Manager version 9.6.3 and 10.0

Workaround for 9.6 to 9.6.2:

Fixes can be applied by running two sql scripts that are attached to this article, the am_aq_fix_20260110.sql and aw_operation_body_fix_20260110.sql.

  1. Download attached am_aq_fix.zip
  2. Extract am_aq_fix_20260110.sql and aw_operation_body_fix_20260110.sql from zip and move to the master's $AW_HOME/sql directory
  3. Stop Applications Manager processes
  4. From the $AW_HOME/sql directory, run a sqlplus command and connect to the AM database as the AM Oracle User
  5. Run the below commands from the sqlplus command line and exit:

    SQL> @am_aq_fix_20260110.sql
    SQL> @aw_operation_body_fix_20260110.sql
    SQL> exec am_aq.drop_and_create_all_am_queue_tables

  6. Restart Applications Manager processes

If changes need to be reverted:

  1. From the same sql directory, follow the same steps replacing the commands with the below commands:

    SQL> @am_aq.sql
    SQL> @aw_operation_body.sql
    SQL> exec am_aq.drop_and_create_all_am_queue_tables

Additional Information

This sql update is a cumulative fix/improvement for multiple reported/observed issues. See KE(s) below: 

Slowness in Backlog Job status changes

Attachments

am_aq_fix.zip get_app