cancel
Showing results for 
Search instead for 
Did you mean: 

S/4HANA cloud extensibility instance creation failed

10-07-2024 10:41 PM
AIT-LAHCEN Explorer
516 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi All,

We tried with two different JSONs to create the S/4HANA cloud extensibility instance in BTP and both of them are showing the same error:

Default JSON with emClientId and systemName.

And this JSON from this blog 

 

 

{
"options": {
"management": true,
"messagingrest": true,
"messaging": true
},
"rules": {
"topicRules": {
"inboundFilter": [
"${namespace}/#"
]
}
},
"emname": "S4P",
"namespace": "sap/S4HANAOD/S4P"
}

 

 

  

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

PrasanthPadmanabhan
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

The JSON you have listed in your query is for enabling the consumption of events. You can refer to the document for the JSON for creating a communication arrangement. https://help.sap.com/docs/btp/sap-business-technology-platform/communication-arrangement-json-file-e...

Thanks,
Prasanth