Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue in Bpel failing to send files through b2b adapter

User_LPL48Dec 5 2018 — edited Dec 5 2018

Hi,

I am a little new to Oracle integration.

I have an issue where based on the no of iteration coming in the input, I have to generate multiple instances.

for example:-

<Message>

<Call>1</Call>

<Call>2</Call>

<Call>3</Call>

<Call>4</Call>

</Message>

and I am to generate multiple instances based on the no of occurrences of <call> in the input.

I use BPEL for this operation where I run a for-each and an invoke activity inside the for each so the above operation can be achieved.

Now the issue is when during translation, the sequence completes but one of the invoke instance fails without any error message.

pastedImage_0.png

This behaviour is entirely random and if I reprocess the instance it completes. this happens when the <call> is more than 3 or 4, this happens. Is there any probable diagnostics for this issue.

so let me know if you need anything else.

Thanks in Advance.

Gaurav

Comments
Post Details
Added on Dec 5 2018
0 comments
78 views