cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

InboundB2BCustomer Sap Commerce 2205 extension pack 2108

stefaniaZ
Participant
1,441

Good morning,

I create new integratrion for B2B Customer

When I test it with postman I have this error:

<?xml version="1.0" encoding="UTF-8"?>

<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>not_found</code>

<message xml:lang="en">requested resource does not exist</message>

</error>

and there are not log on this error.

I have this error after i make update running system. Before update the integration working.

Do you any idea for this problem?

If from hac I make this fs

select * from {IntegrationObject} where {code} = 'InboundB2BCustomer'<br>

the system return this record

Thanks

Stefania

View Entire Topic
former_member790488
Discoverer
0 Kudos

Hi Stefania,

InboundB2BCustomer is part of extension sapcpicustomerexchangeb2b. Please check your localextensions.xml (config folder in SAP Commerce Cloud Suite) if this extension is added. If its not added, please add and perform this extension update via HAC. This integration object is defined in essentialdata-InboundB2BCustomer.impex in sapcpicustomerexchangeb2b extension.

Thank you.

stefaniaZ
Participant
0 Kudos

Hi,

yes the extension is present.

Stefania

stefaniaZ
Participant
0 Kudos

If I watch in Integration Object I find it.

and if I wach in authenticate I find my integration

I use this https://mydomain:port/odata2webservices/InboundB2BCustomer

Stefania