3 weeks ago
Hi Everyone
I’ve created an iFlow in SAP Integration Suite (Cloud Integration) that is designed to receive a file and forward it to an SFTP server. The iFlow is deployed and seems to be working
When trying to test the API with CURL, I get an error.
curl -v -X POST https://xxxx-iflmap.hcisbp.us2.hana.ondemand.com/http/uploadSFTP -u s-user:pass -H "Content-Type: application/octet-stream" --data-binary "@archivo.txt"
Error: X-message-code: PWD_WRONG
Questions:
Can I use an s-user, or does it have to be a technical user?
What other possible causes could there be?
Thanks you
Request clarification before answering.
Hi Everyone
After reviewing the documentation, I can conclude:
1. I can call an iflow from an SAP BTP Web UI (html5) application with an S-user.
2. The problem was the lack of roles. I found the necessary ones in the documentation:
Cloud Integration - How to Setup Secure HTTP Inbou... - SAP Community
To configure and deploy Integrations flows in WebUI your user needs the Group Role AuthGroup.IntegrationDeveloper or Single Roles WebToolingWorkspace.Read,
WebTooling.IntegrationFlowConfigure, GenerationAndBuild.generationandbuildcontent and
NodeManager.deploycontent.
Thansk you @alex_bundschuh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
22 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.