Hi Matthias,
If you need to suppress the exception in the transaction then you can do this in two ways:
1. Switch off the errors in the transaction by setting 'ThrowOnActionError' and 'ThrowOnLinkError' to false in the Transaction Attributes. This will suppress all the exceptions in the transaction.
2. Surround you action block by Exception Enabler action block and set the Enable Action Exceptions and Enable Link Exceptions to false in the first action and then set the above properties to true in the second action block. This will just suppress the exceptions between these two action blocks.
Image may be NSFW.
Clik here to view.
And if you are asking why this RFC is throwing the exception then I do not have any idea.
Regards,
Rohit Negi.
Message was edited by: Rohit Negi