cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Exception errors

Former Member
0 Kudos

Hi Experts,

I am trying to activate my BPM. I have used exception handlers and when i try to activate my BPM,

I get either a warning/information which says

(!)Exceptions will never be caught

system exceptions will never be thrown

Has anyone faced such situations before? Also, it is either a warning/information so there should`nt be any problem even if i activate and test my BPM right?

Please provide your answers..

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

It is just an warning for you .If any exception happens there will not be any further porcessing in the run time.The BPM terminates with an error status.

if you cactch the exceptions then BPM will be terminated smoothly.

There will not be any problem in activating it.

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this might mean the you've specified exception block

(handler) but you're not throwing any exceptions

in any of your steps (send step or transformation step)

within this block

can you check it?

Regards,

michal

Former Member
0 Kudos

Yes michel,

I am specifying but not throwing any expetions in my transformation and send steps.

Am i right?

Former Member
0 Kudos

Hi,

You will be gaining no benefit by having an exception handler with out actually raising any exceptions in ur BPM steps. The exception handler will only catch exceptions that have been defined and used in the BPM.

In anycase you should be able to activate the BPM, ignore the warnings.

cheers,

Naveen