cancel
Showing results for 
Search instead for 
Did you mean: 

Influence Status in SXI_Monitor

Former Member
0 Kudos

Hi experts.

I have a configuration scenario with a BMP.

I the BPM i preform a few checks on the sent message.

My goal is to find a way to influence the message status in sxi_monitor from the BPM

without stopping the queue of the messages.

Is it possible?

Regards Max.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

So if I understand you correctly there is no way to influence the message status in sxi_moni, without stopping the queue?

former_member200962
Active Contributor
0 Kudos

>

> So if I understand you correctly there is no way to influence the message status in sxi_moni, without stopping the queue?

yes

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>My goal is to find a way to influence the message status in sxi_monitor from the BPM

what you can do from a BPM is to throw an exception from the BPM

this way the message status whould get changed

but I don't know if this is fine for your scenario

Regards,

Michal Krawczyk

Former Member
0 Kudos

what you can do from a BPM is to throw an exception from the BPM

this way the message status whould get changed

but I don't know if this is fine for your scenario

Hi.

This is exactly what I did in the BMP.

But it stopes the hole queue of the messages.

And my goal is to change the status in sxi_monitor without stopping the queue.

Former Member
0 Kudos

Still didn't found a solution

former_member200962
Active Contributor
0 Kudos

An Exception if thrown inside a BPM should be handled accordingly....if not handled then the processing will stop blocking the queue.

Regards,

Abhishek.

Former Member
0 Kudos

An Exception if thrown inside a BPM should be handled accordingly....if not handled then the processing will stop blocking the queue.

But if the exception is handled in the bmp the status of the message in sxi_monitor is not changes and is shown as finished successfully.

Regards Max.

former_member187339
Active Contributor
0 Kudos

Hi Max,

Since there was an exception raised in BPM and it was successfully caught using the Exception Branch, you got a success (or checkered flag) in PI.

Do you want to make this flag as some thing like error-flag? and still the queue's should not be affected? I guess this cannot be done. If you remove the exception, then the BPM will fail and in MONI you will get error-flag, but the queue will have an error entry too and further messages will be stuck.

Regards

Suraj