cancel
Showing results for 
Search instead for 
Did you mean: 

SYSFAIL IN SMQ2

Former Member
0 Kudos

Hello,

This is a typical we are facing since a few days. When ever we process files in a bulk... the queue stops with an error SYSFAIL - Permenet error in bpe inbound processing. The queue starts as soon as we refresh the queue. there is no message mapping error . the queue stops after it picks the file before proceeding for any message mapping,

IS this some basis issue. or where can we check the problem.

regards,

Vinithra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vinithra,

This issue is related to Bulk of records and also u have to activate queues in SMQ2.

Please follow below steps.

1)First u have remove all the queues in SMQ2

2)Go to SXMB_ADM->Manage Queues->Register Queues->Activate Queues.

3) Refresh the Cache Objects Using SXI_CACHE and in RWB CACHE CONNECTIVITY TEST.

Check this URL...

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Thanks

Ravi

Edited by: ravi aalla on Feb 8, 2010 1:16 PM

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>IS this some basis issue. or where can we check the problem.

might be but it can also be a design related issue - using BPM for bulk messages is never a good idea

and even if you try to tweak some basis related functions it may result in two things:

- you can change something that was designed to work correctly with the rest of your flows (those properly designed)

- if you add some new interfaces in the future the parameter you changed will continue to be increased

as other flows will also affect the performance

so my proposal is try to check the BPM design first with some PI expert or remove it at all

Regards,

Michal KRawczyk

Shabarish_Nair
Active Contributor
0 Kudos
Former Member
0 Kudos

Hello,

This is not an issue with one scenario but with all the scenarios. Also BPM is needed as we have some business logic applied there. The BPM is def. complex.

Recently we migrated our XI server to LINUX. From then we are facing this problem,

Regards,

Vinithra

former_member192295
Active Contributor
0 Kudos

Hi,

Instead of process builk file at at time better to choose Record per Message option in communication channel level so that we can prevent queue stuck problem.