cancel
Showing results for 
Search instead for 
Did you mean: 

Setup application Monitoring for SAP Integration Suite

Edje
Explorer
0 Kudos

Hi All,

I want to use Integration & Exception monitoring for our SAP Integration Suite (Cloud Integration). I've followed the steps in SAP Integration Suite (Cloud Integration) on Cloud Foundry The Endpoint check is successful for the Exception Monitoring but the check for the Integration Monitoring fail with following message '500 Internal Server Error: "{"message":"No matching constant for [0]","details":null}"'

Does anyone have any idea why this error appears and how to solve it ?

Many thanks in advance,

Edwin

Hereby the requested screenprint :

Edje_0-1661264486213.png

 

Margit_Wagner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @Edje 

We have received your request, our expert who will analyses the problem and revert to you.
Kind regards
Margit

View Entire Topic
markushaug
Product and Topic Expert
Product and Topic Expert

Hi Nicole,

in your package.json, you have to specify the URL for the API_BUSINESS_PARTNER destination:

 

  "requires": {
      "API_BUSINESS_PARTNER": {
        "kind": "odata",
        "model": "srv/external/API_BUSINESS_PARTNER",
        "credentials": {
          "url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/"
        }
      }
    },

Best regards,

Markus

nknight
Explorer
0 Kudos
I already have that in my package.json
nknight
Explorer
0 Kudos
nknight
Explorer
0 Kudos
Hi @markushaug, do you have any further suggestions on this please?