Skip to Content
0
Former Member
Jul 29, 2016 at 09:10 AM

Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

833 Views

I setup an integration scenario in B1iSN9.0

Scenario description:

MDM sends customer master data to SAP PI and PI hands over the EDI message to B1 via http.

Issue:

Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])


I have already assigned for step for sender system and I tried both xPath and Root Tag, still got this error.

Inbound channel configurations:

Source inbound message:

<?xml version="1.0" encoding="utf-8"?>
<MDMCustomer xmlns="http://xxx.com/common/mdm">
  <MDM>
  <Sender>
  <DataSource>MDM_Informatica</DataSource>
  </Sender>
  <Version>1.0</Version>
  <TransactionTime>2016-05-05</TransactionTime>
  <TransactionID>TEST-03-BPFiscalTaxID-Add New Address and Update on existing BP</TransactionID>
  <B1System>APACB1</B1System>
  <B1Database>IN01</B1Database>
  </MDM>
  <BP>
  <BusinessPartners>
  <row></row>
</BusinessPartners>
<BPAddresses><row></row></BPAddresses>
</BP>
</MDMCustomer >

Attachments