cancel
Showing results for 
Search instead for 
Did you mean: 

Queue got stuck

former_member650013
Participant
0 Kudos


Hi Gurus,

While iam executing queues manually with execute LUW it is showing "The queue is registered and therefore can not be activated"

What is issue and how to resolve this.

it is in my testing system.

regards,

MAdhu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Madhu,      Maybe it's locked, Check it.

  • If yes, unlock it firstly.
  • If not:
    • Go to sxmb_adm-->Manage Queues-->QRFC monitor
    • Find your Queueand deregister it
    • Go to smq2 and activate the Queue.

Regards.

former_member650013
Participant
0 Kudos

Hi Bel,

Thanks for such a wondeful answer.

But already i have unlock the queues, but its not working.

How to activate the queues in SMQ2, in  this we have only the options are Activate trace and activate logs, but not activate queue option.

regards,

MAdhu.

Former Member
0 Kudos

Maybe you can try in SXMB_ADMIN, manage queues.

vishal1889
Active Participant
0 Kudos

What is the status of your Queue in SMQ2? Is it ready, running, system error?

Regards

Vj

former_member650013
Participant
0 Kudos

Hi VJ,

It is in running status.

Regards,

Madhu.

vishal1889
Active Participant
0 Kudos

Hi Madhu

Check for the below options:

1) Set value of QRFC_RESTART_ALLOWED to value 1 under category MONITOR in  IS configuration parameters.

2) Try to lock the queue, then unlock it and activate it.

3) Check if your ABAP code has infinite loop which is preventing it from execution.

Regards

Vj