Hello
we have a distributed system BI 4.0 SP7 platform existing out of a Web Tier (TomcatServer) and 2 BO processing servers
(ProdBOServer and FailOverBOServer).
![architecture.jpg]()
We are trying to replicate the BO objects from ProdBOServer (origin) towards the FailOverBOServer (destination), but that doesn't seem to work.
We have created a simple object (webi report) on the ProdBOServer and added a replication list with this object.
On the FailOverBOServer, we created a remote connection with the following settings:
Remote System Web Service URI: http://TomcatServer:8080/dswsbobje
Remote System CMS: ProdBOServer
Username: Administrator
Password: xxxx
Then we created a new replication job based on the replication list of the ProdBOServer.
After running the replication job, the status is success but no object has been replicated.
When looking at log file, we got a error that our browser didn't support xml 1.1. When displaying the log with a different browser, we get
![log.jpg]()
We have also put up a TraceLog (high) to the AJS with the following result:
...
|1528|0|4|0|CMC.WebApp|TomCatServer:2992:74.16085:1|CMS.runJobs|localhost:3208:3464.2947714:1|.run|FailOverBOServer:9044:28.8:1|CqBhSBmWS0NPjGTuOu4ZmCg3efd|||||||||com.businessobjects.js.child.federation.ReplicationProcessingSubsystem||Failed
to find EnterpriseNode for server with friendly name 'BI1.AdaptiveJobServer'
...
SDK error occurred at the origin site.
cause:com.crystaldecisions.sdk.exception.SDKServerException: All the
servers with CMS ProdBOServer:6400, cluster
@ProdBOServer:6400, kind cms which host service null, are down
or disabled
cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse:
IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
detail:All the servers with CMS ProdBOServer:6400,
cluster @ProdBOServer:6400, kind cms which host service null,
are down or disabled
detail:SDK error occurred at the origin site. All the servers with CMS
ProdBOServer:6400, cluster @ProdBOServer:6400,
kind cms which host service null, are down or disabled
Can anyone help us out?
Thx.