cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Queues help: How to delete bulk queues from the system

Senthilprakash1
Participant
0 Kudos

Hi All,

Some days back we did a system copy of our Dev server and created a sandbox system.

But what happened was, when the system copy was done and new sandbox system was created. all teh channels (sender) which were in stop state previously because active (in start status).

becuase of this huge load of datas came into the sytem.

Situation:

I have around 6lakh messages right now in SMQ2. and i want to delete the queues. as this is a sandbox server we dont have any data loss issues.

Problem:

1. when i click on the queue and try delete it - the system is just hanging and after sometime TImeout error is comming.

2. Tried reactivating and registering the queues again even.

3. Because of the load of messages in teh queues - delte of queues is not happening.

Query:

1. Is there anyother way by which i can move all the messages out of SMQ2 and make it into Error status do let me know.

2. Or to delete the queues in better way.

6lakh messages cannot be delted manually.

Please help.

Regards,

Senthilprakash.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

SenthilPrakash,

You can take help of Basis people to bouce ABAP stack to keep the messages flowing which are scheduled in SMQ2.

Regards,
Ashish

smavachee
Active Contributor
0 Kudos

Find out the function module here, it may help you.

Components of SAP Communication Technology

Hope it helps.!

Regards,

Sunil

Senthilprakash1
Participant

Hi All,

Got the answer for the problem.

use: Report RSTRFCQDS for outbound queues deletion. and report RSTRFCIDS for inbound queues.

thank you.