Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with SAP Ariba Integration Toolkit - SAP Ariba Integration File Upload Events - Buying #86

Open
dirugadr opened this issue Jun 13, 2023 · 1 comment

Comments

@dirugadr
Copy link

Hello,
We are facing an issue with this iFlow every time we have more than one file to upload to ARIBA. The first one goes well, but the second failed with this error: Throwable caught: Task CombinedDataPull already running. || No stack available (HTTP 503)
I've noticed that the SFTP sender adapter is configured to get just one file per poll, but our CPI tenant has two runtime nodes, so two parallel processes are fired every time. (you can verify this behavior at https://help.sap.com/docs/cloud-integration/sap-cloud-integration/configure-sftp-sender-adapter, "Max. Messages per Poll" parameter)

Is there something we can do to solve this issue?
Thank you in advance.

Adrián

@daryldman
Copy link

The process can accept the files zipped as well- have you tried that approach- that way you wont have multiple files being attempted at the same time?

Alternatively, you would have to update the iFlow to catch the error and pause to retry on the 2nd file to accommodate the multi-threaded requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants