cancel
Showing results for 
Search instead for 
Did you mean: 

Queue in SMQ2

Former Member
0 Kudos

Hi,

I have 3 interfaces from third party to ISU.

When will I start the communication channel it will get more than 4000 data with max file size 10 kb.

I need to start all 3 communication channels at the same time.

As its getting so many files at a time , its creating queues in ISU side.

Is there any process to avoid such queuing issues.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello Apu ,

Try using the queue prioritzation feature. I guess that will help..You can search for blogs on SDN explaining the queue prioritaztion.

https://help.sap.com/saphelp_nw04/helpdata/en/04/827440c36ed562e10000000a155106/content.htm

Thanks

Gaurav Ranjan

Former Member
0 Kudos

Hi Apu,

Schedule the report RSQIWKEX to run periodically. This report enables automatically resets the queues.

For details refer thread:


https://scn.sap.com/thread/1240319


Regards,

Reema

Former Member
0 Kudos

Hi Reema,

Thanks for your reply , but when I am executing the report its not giving any response , no message nothing else .

should I do any configuration before executing this . Please let me know.

Thanks,

Apu

Former Member
0 Kudos

Hi Apu,

Did you followed the document and maintained the mentioned settings in it?

Regards,

Reema

Former Member
0 Kudos

Could you please tell me the steps required to do this -

To be able to initiate processing of messages stuck in the queue, make sure to set following IS configuration parameter

MONITOR QRFC_RESTART_ALLOWED to value 1


Means the tcode and where to change.

gagandeep_batra
Active Contributor
0 Kudos

sxmb_adm -> integration engine configuration -> QRFC_RESTART_ALLOWED value to 1

Regards

GB

Former Member
0 Kudos

Hi,

I have done this but no help.

Thanks,

Former Member
0 Kudos

Hi Apu,

Can you open that queue and share the error description.

Regards

Raj

Former Member
0 Kudos

Its in READY state.

gagandeep_batra
Active Contributor
0 Kudos

Hi APU,

Also  on RZ11 increase the Maximum Runtime for Work Process.


Regards

GB

Former Member
0 Kudos

Hi ,

In sender communication channels/Processing tab/put thread count as 5.

Regards

Venkat

Former Member
0 Kudos

Hi ,

I am using SAP PI 7.3 and not getting any field called thread count under processing.

Thanks