cancel
Showing results for 
Search instead for 
Did you mean: 

Mobile client outbound queue deletion

Former Member
0 Kudos

Hi All,

In one of the mobile client there are lot of messages in the outbound queue. Is there any procedure to delete these messages?

I believe these messages are stored in the table MW_U_QOUT_50 and MW_U_OUTDATA_50. I plan to delete the records from these tables directly. Please let me know if any other tables need to be handled as well in the deletion.

Thanks for the help.

Thanks,

Chan.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Chan

Yes, You are right MW_U_QOUT_50 and MW_U_OUTDATA_50 are the only tables where outbound data are stored.

If you are sure of deleting 'all' the messages from the Mobile client's outbound queue, you can go ahead using the 'TRUNCATE' SQL statement.

(I believe you are deleting the a_BLOCKER messages. Is it ?)

Thank you

Best Regards

Jothi

0 Kudos

And I believe you are on CRM MSA 5.0 or above....

Former Member
0 Kudos

Hi Jothi,

We already went ahead and deleted the entries from both the tables as all the messages were of type a_BLOCKER.

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

We went ahead and deleted the entries from both the tables.