Hi,experts.
I have a problem about define multiple SBO-COMMON databases.
Beacuse I have two databse servers and I want to manage them in one B1i server.
My operation step is below:
1.I use xmlspy create the sbocommon.xml and save it to the /com.sap.b1i.vplatform.directory/B1/.The sbocommon.xml structure is like this:
<sbocommon>
<systems>
<system id="001sap0005"/> <!-- default entry -->
<system id="001sap0014"/> <!-- Created entry for my second server SBO-COMMON -->
...
</systems>
</sbocommon>
2.Deactive sap.B1System scenario package and active all steps
3.Active sap.B1System scenario package.
There is nothing happen at here.
4.I use "Execute BizFlow" create a SLD and it's ID equal to the value which I have defined in sbocommon.xml.
5.I edit the SLD and input the correct value.
6.I run the "B1 setup" ,I found the SLD not under the SLD BasicEntries or SLD System Entris but under the B1 Company DBs entry and it's status is failed.That is means ,the company of second server not synchronous to the B1i.
Anyone welse could tell me what I have lost and how can I do?
Thanks a lot.