cancel
Showing results for 
Search instead for 
Did you mean: 

Restore LUW

Former Member
0 Kudos

Hi

We can save LUW from SMQ2 and restore it later from SMQ3. But if there are many LUWs saved in SMQ3, how do we identify the one we need to open ? As I understand these use a sepearate queue for processing and queue name also will not help. So how do we identify the LUW we need to open from SMQ3 ?

Radhjika

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Queue Name in SMQ3 = Queue ID in SXMB_MONI .....or is it different?

Former Member
0 Kudos

I read SMQ3 uses a separate queue for processing LUW. So wouldn't it be different ?

Radhika

former_member200962
Active Contributor
0 Kudos

>

> I read SMQ3 uses a separate queue for processing LUW. So wouldn't it be different ?

>

> Radhika

Any chance you saw the queue entires in SMQ3?

Former Member
0 Kudos

Abhishek

Any chance you saw the queue entires in SMQ3?

I think I typed this. I read SMQ3 uses a separate queue for processing LUW. So wouldn't it be different ?

So that explains, right

Radhika

former_member200962
Active Contributor
0 Kudos

No processing happens in SMQ3, it is just used to store the LUW which has error messages.

In DEV/ QA environment if some of my messages go into error state, then they may block the queue....since it is a DEV/ QA system my normal tendency will be first solve the problem and then if the queue still remains stuck delete the queue.

However in PROD, I cannot do such a thing of deleting a queue....you know the reasons .....so in order to ensure that no messages are lost, i move them to SMQ3 and then when I feel that the error has been completely resolved, I restore the message (rather i restore the queue)......so that nothing is lost.

If there is anything wrong in my understanding please feel free to correct it

Regards,

Abhishek.

Former Member
0 Kudos

Thanks Abhishek

You have been very helpful whenever I posted a query and I get your answers as well

Radhika

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Radhika,

So how do we identify the LUW we need to open from SMQ3 ?

To identify ur LUW from any given queue say XBTBH_0000.... u will have all the enteries for this particular queue as a single existence.

If u want to get exactly a particular LUW open the queue(double click).... u willl see the list of messages present in the queue.

Now if u want to look the LUW of any queue entry open it again(double click).. this will leads to identifying the LUW u want... manually...

If nt clear pl do post.

Babu