on 2022 Jul 05 12:20 PM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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/InboundB2BCustomerStefania
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.