I have a B1i problem.
It is the first time we try to use B1i on our HANA environment, but with no luck.
Current situation:
I have checked the subscription of the event:
1. Open SAP B1iP ControlCenter withhttp://localhost:8080/B1iXcellerator/exec/dummy/com.sap.b1ip.system.cc/bfd/AdminConsole.bfd?!defdoc=../xml/ControlCenter.xml
2. Maintenance=>BizStore Download=>Set BizStore URI as "/com.sap.b1i.system.eventdispatcher.directory/B1EventSubscriber.xml/B1EventSubscriber.xml(unified)"
3. Click Submit, then you can find the "B1EventSubscriber.xml", if not, right click the main pane, choose view source.
There I have the following XML Element (so it looks like the event 22 is successfully registered to the SLD:
<B1EventSubscriber SysId="0010000108" TargetURI="/vP.0010000108.in_BEAE/com.sap.b1i.vplatform.runtime/INB_B1_EVNT_ASYN_EVT/INB_B1_EVNT_ASYN_EVT.ipo/proc">
<Condition LocalObjectType="1210000008" Task="*"/>
<Condition LocalObjectType="22" Task="*"/>
</B1EventSubscriber>
I don’t think there is something wrong with the simple scenario package.
There is one thing that I have noticed an error is showing:
So what can I do to get my scenario step successfully pick up the event?
In the SLD I used the ip adress and in the event sender i used the server name.
I changed the server name to the ip adress in the event sender setup and it is working.
Add a comment