cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Runtime Artifact - Error Information

0 Kudos
349

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

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

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.

0 Kudos

Hi Madhurya,

MPL is working.. But this is for fetching Integration Runtime Artifacts. This service is not working.

Thanks,

Sidharth VR

sumanth171
Active Participant
0 Kudos

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.

0 Kudos

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