on 2019 May 20 11:06 AM
Hello Experts,
After reading few blogs on SAP API Business HUB, I was eagerly trying to experiment some scenarios. One of the blog that inspired me is Integration Runtime Artifact . I tried using this https:<tnmurl>/api/v1/IntegrationRuntimeArtifacts('{Id}')/ErrorInformation/$value . But there is no response. Did somebody tried the same ? if you got any output please share your results.
Thanks,
Sidharth VR
Hi Sidharth,
Use http adapter and give the address as
https:<tnmurl>/api/v1/MessageProcessingLogErrorInformations('MessageGuid}')/$value
Before doing this, you can fetch all the failed message guid's using OData and then follow that by this http adapter.
It has worked for me. I could fetch the error information of any failed message.
Hope this helps.
Thanks,
Madhurya.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Sidharth,
When you deploy your integration artifact(Either standard or custom) in you SCPI tenant, URL will be generated and you can use that. SCPI is a licensed version and cannot work in trial account. So even you try to trigger the URL, you will not any response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Anil,
Thanks for the reply. I was not trying to generate any URL. Instead, I was trying to explore on SAP API Business HUB. The thing is API Business HUB helps us to retrive the many details like, Keystore Information, Integration Runtime Artifact, Message Processing Logs etc. One of them is not working. Thats where I'm stuck.
Thanks,
Sidharth VR
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.