Replication :synchronizing data: error"Systemservernotfound"

Post Reply
anoops81
Posts: 101
Joined: Tue May 12, 2009 8:20 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: Office 2010

Replication :synchronizing data: error"Systemservernotfound"

Post by anoops81 »

Hi All,

I wanted to replicate budget cube from budget server (adminhost:LAXCOGADPW002) to the reporting server (adminhost:LAXASPW007).
I was able to replicate the cube but with no data in the target server cube . But when i try to syncronize the data , then I am getting an error in processlog saying the following,

20110211043916 [Admin] => Synchronization to "production server x64" started.
20110211043916 [Admin] => ERROR: SystemServerNotFound
20110211043919 [Admin] => ERROR: Disconnected, Replicate Aborted.

Both the tm1 servers have one ADMIN host in common .

The source server cfg file is having the following adminhost entry LAXCOGADPW002;LAXASPW007

The target server cfg file is having the following entry for adminhost
LAXASPW007

The source server is LAXCOGADPW002
The target server is LAXASPW007
Both servers are TM1 9.5.1

I am attaching the errorlog also,

Did i miss something ?

Any help is very much appreceated .


Regards
Anoop
Attachments
TM1ReplicationLog_20110211043916_production server x64.log
(204 Bytes) Downloaded 276 times
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Replication :synchronizing data: error"Systemservernotfo

Post by tomok »

anoops81 wrote:The source server is LAXCOGADPW002. The target server is LAXASPW007
Are you saying you named the TM1 service ("ServerName=" setting) to be exactly the same as the DNS entry for the machine the service is running on? I've never seen this setup before and would not recommend it. Perhaps this is confusing the replication process.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
anoops81
Posts: 101
Joined: Tue May 12, 2009 8:20 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: Office 2010

Re: Replication :synchronizing data: error"Systemservernotfo

Post by anoops81 »

No Tomok , I was just mentioning that both are different physical servers . The names LAXASPW007 & LAXCOGADPW002 are two seperate physical windows servers. The source tm1 server instance is running on the physical server LAXCOGADPW002 and the target tm1 server instance is running on LAXASPW007.

Regards
Anoop
MSidat
Community Contributor
Posts: 110
Joined: Thu Aug 26, 2010 7:41 am
OLAP Product: TM1, PA
Version: PAL 2.0.8
Excel Version: 2016
Location: North West England

Re: Replication :synchronizing data: error"Systemservernotfo

Post by MSidat »

HI anoops,

I am pretty certain you cannot have a TM1 Server hooked up to more than one Admin Server. Rep and Sync is flaky or non existant when your servers had different admin hosts. You can keep your TM1 servers installed on different physical servers but in the cfg file of both source and target TM1 Servers have the same admin host.

Hopefully this should solve your issue.
Always Open to Opportunities
User avatar
mattgoff
MVP
Posts: 518
Joined: Fri May 16, 2008 1:37 pm
OLAP Product: TM1
Version: 10.2.2.6
Excel Version: O365
Location: Florida, USA

Re: Replication :synchronizing data: error"Systemservernotfo

Post by mattgoff »

MSidat wrote:I am pretty certain you cannot have a TM1 Server hooked up to more than one Admin Server. Rep and Sync is flaky or non existant when your servers had different admin hosts.
Multiple admin servers are supported. We've been running this way for four years from versions 9.0.2 to 9.5.1. Admin servers are glorified DNS servers, identifying IP addresses and ports to clients upon request; there's no reason you can't connect to more than one and any communication is direct client-to-server (or server-to-server), not through the admin server.

As to Anoop's question, it's hard to say. My guess would be there's a port blocking problem or an unlucky transient issue (try restarting all daemons including the admin server). I would probably also contact support for their advice-- they may be able to enable additional logging that will provide more information. I've seen just about every replication error in the book, but this is a new one to me.

Just had a thought, both servers are on different ports right?

Matt
Please read and follow the Request for Assistance Guidelines. It helps us answer your question and saves everyone a lot of time.
anoops81
Posts: 101
Joined: Tue May 12, 2009 8:20 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: Office 2010

Re: Replication :synchronizing data: error"Systemservernotfo

Post by anoops81 »

Hi All ,

This is resolved . I needed to enter both the TM1 server names as ADMINHOST in the target server and source server as shown below .


cgf file for target tm1 server
ADMINHOST=LAXASPW007;LAXCOADPW002

cfgfile for source tm1 server
ADMINHOST=LAXCOGADPW002;LAXASPW007

Previously laxaspw007 was not added as admin host in the source tm1 server . I was thinking one common admin host (laxcogadpw002) will be enough for both the source and target tm1 servers.


Now when I am replicating , data is also pulled to the target server cube .

Thanks for all the replies which you have provided .

Regards
Anoop
User avatar
mattgoff
MVP
Posts: 518
Joined: Fri May 16, 2008 1:37 pm
OLAP Product: TM1
Version: 10.2.2.6
Excel Version: O365
Location: Florida, USA

Re: Replication :synchronizing data: error"Systemservernotfo

Post by mattgoff »

anoops81 wrote:Hi All ,

This is resolved . I needed to enter both the TM1 server names as ADMINHOST in the target server and source server as shown below .

[...]

I was thinking one common admin host (laxcogadpw002) will be enough for both the source and target tm1 servers.
I think this is a red herring. Your original thinking was correct: you only need to have one admin server in common for replication to occur correctly. We have nine replicating servers and they share only one admin server (plus each has its own local admin server for local users), so I know this to be correct. It's possible that there was a transient glitch and when you restarted things after changing your .cfg file the error cleared.

Matt
Please read and follow the Request for Assistance Guidelines. It helps us answer your question and saves everyone a lot of time.
Post Reply