cancel
Showing results for 
Search instead for 
Did you mean: 

XI Error : EXCEPTION_DURING_EXECUTE.Mapping Queue stopped

Former Member
0 Kudos

Hi All,

We are facing an issue when the mapping fails due to a use one as many function it fails the queue and Queue goes into state SYSFAIL. We see the error as XI Error : EXCEPTION_DURING_EXECUTE.Mapping Queue stopped

Is this expected ? Isnt the queue expected to work normally by just failing the message which would then appear in sxmb_moni?

Any help , pointers?

Regards,

Sathya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jyothi,

Sorry for not being clear.. I know what is causing the mapping error. its incorrect number of values in use one as many function as i Mentioned earlier.

I want to know is there a way to stop the queue from failing. Queue failure causes other messages which are coming from other interfaces to get blocked.

Ideally the messages in error should show up in sxmb_moni and queues should be processing normally. However in this case it does not happend.

Regards,

Sathya

Former Member
0 Kudos

IF the QoS is EOIO, it blocks the queue in SMQ2

former_member192079
Participant
0 Kudos

Hi,

Can you check the error log in mapping Test, for the failing standard function, with the payload taken from sxmb_moni.

The error talks about Function queue failure or XI message Queue failure..?

Regards,

AR

Former Member
0 Kudos

Hi Sathya,

If you are sure that the error is caused by the Use One a Many func, then try using a UDF instead of the graph function.

UOAM..function causes troubles ..its been noticed.

But one thing i am not sure is how your queues are getting affected with this !!..If its a mapping error .

please check ,registring of the queues are done properly ..

or there is some other interface which blocks the queue..

are you using BPM in any of your implementations..

regards,

abhi

Former Member
0 Kudos

Hi Sathya,

Please test your message mapping in ESR first using TEST tab, you can easily catch/solve the error if it is due to the function u have used.