cancel
Showing results for 
Search instead for 
Did you mean: 

CCV2 Odata Backoffice Monitoring Missing

osiris_360
Participant

Hi Experts,

I am new to CCv2 Environment. Currently I am working on OData Web services on SAP Commerce 1811. The problem is on My Local Environment in the Integration UI Backoffice View the Monitoring Section is Visible but on the CCV2 Environment it actually Missing as Given Below in the snapshot

Local Environment

CCV2 Environment

Also I have added the below property in Manifest JSON File as well.

"name":"backgroundProcessing",
"properties":[
  {
    "key":"cluster.node.groups",
    "value":"integration,yHotfolderCandidate"
  }, 

Is there anything that I might have Missed?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

In the manifest.json file you have to add web context for Odata. Below is the snippet:

{ "name": "api", "properties": [ ],

"webapps":

[

{ "name":"odata2webservices", "contextPath": "/odata2webservices" }

]

}