cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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).

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

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.

0 Likes
View Entire Topic
Former Member
0 Likes

I am not able to figure out what you mean by replication of webi report objects. Do you mean that you are promoting the objects? Please elaborate.

Former Member
0 Likes

@Arvind,

Mahieu is talking about using Federation, created replication jobs to replicate source and destination.

mahieuk
Explorer
0 Likes

@Arvind,

Indeed as Jawahar mentioned, the goal is to replicate all repository objects from source to target through scheduling. But by eliminating the change that overload causes the issue, we started with a simple report. We have done the same test with other objects (access levels, ...). Each time with the same error.

Former Member
0 Likes

Thanks for the inputs Jawahar and Mahieu. Guess need to go through federator closely. haven't done much on this will need to go through this.