cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Framework - No scenario step (vBIU) assigned for step for sender system (SysId)

0 Kudos

Good afternoon experts,

I'm new at using the integration framework, I'm trying to add a Business Partner, reading the data from an xml.

The integration framework should add the data to the demo db, and move the processed xml to another folder.

I'm using the following configuration.

For SLD

For inbound

For outbound: Void

I have only 2 atoms for Processing

1. A B1Object

2. An xform - #atom3, which has the information on template.txt

I use the xml with this info

<?xml version="1.0" encoding="UTF-16"?>
<BOM>
<BO>
<AdmInfo>
<Object>2</Object>
</AdmInfo>
<OCRD>
<row>
<CardCode>C2001IF</CardCode>
<CardName>Laurel School</CardName>
<CardType>C</CardType>
<GroupCode>116</GroupCode>
<Address>Calle principal</Address>
<ZipCode>31101</ZipCode>
<MailAddres>principal</MailAddres>
<MailZipCod>31101</MailZipCod>
<Phone1>24427053</Phone1>
<Phone2>21545621</Phone2>
<Fax>88585585</Fax>
<CntctPrsn>Empleado de ventas</CntctPrsn>
<GroupNum>1</GroupNum>
<LicTradNum>123456789123</LicTradNum>
<ListNum>5</ListNum>
<SlpCode>-1</SlpCode>
<Currency>QTZ</Currency>
<Cellular>33993399</Cellular>
<City>La Ceiba</City>
<Country>GT</Country>
<MailCity>La Ceiba</MailCity>
<MailCountr>GT</MailCountr>
<E_Mail>prueba@prueba.com</E_Mail>
</row>
</OCRD>
<CRD1>
<row>
<Address>Oficina Principal</Address>
<Street>Calle principal</Street>
<Block>Buenos Aires</Block>
<ZipCode>31101</ZipCode>
<City>La Ceiba</City>
<Country>GT</Country>
<State>5</State>
<LicTradNum>123456789123</LicTradNum>
<TaxCode></TaxCode>
<Building>1521</Building>
<AdresType>B</AdresType>
<Address2></Address2>
<Address3></Address3>
<AddrType></AddrType>
<StreetNo>2</StreetNo>
<CardCode>C2001</CardCode>
<LineNum>0</LineNum>
</row>
<row>
<Address>Recepción</Address>
<Street>principal</Street>
<Block>Buenos aires</Block>
<ZipCode>31101</ZipCode>
<City>La Ceiba</City>
<Country>GT</Country>
<State>5</State>
<LicTradNum>123456789123</LicTradNum>
<TaxCode>IVA</TaxCode>
<Building></Building>
<AdresType>S</AdresType>
<Address2></Address2>
<Address3></Address3>
<AddrType></AddrType>
<StreetNo></StreetNo>
<CardCode>C2001</CardCode>
<LineNum>1</LineNum>
</row>
</CRD1>
</BO>
</BOM>

I'm getting "No scenario step (vBIU) assigned for step for sender system (SysId)" then I trigger the process.

Please help me

template.txt

Accepted Solutions (1)

Accepted Solutions (1)

HuanYang
Employee
Employee

Hello,

The root cause for

 "No scenario step (vBIU) assigned for step for sender system (SysId)"

is that the Inbound setting is not matching with the file you prepared.

There are 2 solutions

1. Use File Name to match

For example, the xml file named "B1OCRD.xml", then put "File Name" in Identification Method and "B1OCRD" in Identifier.

2. Use Object to match

In you sample xml file, the value of the xPath //BOM/BO/AdmInfo/Object is 2, then put "B1 Logic" in Identification Parameter and "2" in Identifier.

Thanks & Best regards

Huan Yang

0 Kudos

Thanks, I'm taking solution # 2

Answers (0)