cancel
Showing results for 
Search instead for 
Did you mean: 

B1ISN individual error handling

0 Kudos

I would like to improve B1ISN error handling .

I found in B1ISN ,it had a way to make an individual error handling, it means create a "Internal Queue" single step ,then do the error handling setup for the whole scenario package.

My issue is :

Now I have created the "internal queue" step to handle the error, such as send email or send it to log system. When the other scenario steps error happens, the message will be sent to this queue, but now I can see error happens, this queue will be started, but it always show in the queue monitoring, and never execute the actions in the queue step. It did not show error when I check the IPO-LOG, just "COMPLETED", but if I just debug the queue, it could do the actions.Could you help me with it? I am not sure it was the queue issue or some setup is incorrect.

Accepted Solutions (0)

Answers (1)

Answers (1)

HuanYang
Employee
Employee
0 Kudos

Hello Deane,

Could your please put some screenshots of what you have done?

Thanks

Huan Yang

0 Kudos

Hi Huan,

Sorry for the late reply, last week I had the individual error handling "internal queue" scenario step deleted, and then re-create , the queque had been executed and disappeared in queue monitor log, it was totally cost my mass time , that's fortunately I resolved it. That's great I can threw out the error messages to my third customlized database to do error analysis.