cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Runtime Artifact - Error Information

0 Kudos
348

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

View Entire Topic
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