Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created an Orchestration which pushes data from one system onto Oracle Primeavera Unifier. Now the challenge is my happy path without any error is working, the moment my input has an issue (like record already exists, attachment already exits etc.) is pushing the Orchestration into Dehydrated mode.

I also have a debatching of XML in my Orchestration, wherein I loop through the number of input records and then push one record after the other in target system. When the second record or third record fails, the remaining entire message is standing still.

Please give me some Idea or samples if you guys have any.

Thanks in advance.

What I have tried:

I have tried, scopes and exception handlers but no luck, my catch exception is without a clue what can I handle there?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900