Forum Discussion
ImanolCriado
1 year agoNew Contributor II
Prevent a Business Rule to stop when an error occurs
We are using an Extensibility Rule to import data from a database using a Stored Procedure (SP) within a do...while loop that modifies the SP parameters. The current implementation works as expected,...
- 1 year ago
Hi, the inner block will catch the exception as you are capturing the generic Exception object The outer exception must be triggered by something else. What gets logged in the Error Log?
ImanolCriado
1 year agoNew Contributor II
Hi SH_INT,
You are absolutely right: the outer exception was triggered out of the inner block (specifically by the first line after the inner block).
Thanks for your reply,
Imanol
Related Content
- 2 years ago
- 3 years ago