cancel
Showing results for 
Search instead for 
Did you mean: 

Slave repository synchronization

Former Member
0 Kudos

Hello,

We don't want to manually sync slave repository through MDM console or MDM CLIX. I found command "CLIX repSynchronize <MdsHostSpec> <slaveRepositorySpec> <Credentials> [-D]" but is there a parameter we can set to sync slave repository automatically after every fix time interval or is there a way to synchronize slave repository automatically?

Thanks,

Urvi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205403
Active Contributor
0 Kudos

You are heading in right direction. Prepare a batch file for windows or script if you MDM Server is on Unix containing Clix command to synchronize repository, and schedule the batch file/script depending upon your requirement.

Former Member
0 Kudos

Hi,

On which MDS system i need to run this command? MDM Master or MDM slave.

CLIX repSynchronize <MdsHostSpec> <slaveRepositorySpec> <Credentials> [-D]


Can you please help me with values for <MdsHostSpec> <slaveRepositorySpec> <Credentials> parameteres?


clix repSynchronize masterhost:<sidadm password> <slave repository>:<slave host>:<O- for oracle>:<slave db user id>:<slave db user's pwd> <slave repo user>:<slave repo user's pwd>


Is above correct?


I tried this on master server with Master SIDADM user and also same command i tried on slave server with slave SIDADM user, but I am getting below(same error on both):

Loading '/usr/sap/MWP/MDS00/exe/LangStrings/ADT.lang' (English [US])...

Loaded 53 strings from '/usr/sap/MWP/MDS00/exe/LangStrings/ADT.lang'

Loading '/usr/sap/MWP/MDS00/exe/LangStrings/CatMgrCommonCore.lang' (English [US])...

Loaded 1681 strings from '/usr/sap/MWP/MDS00/exe/LangStrings/CatMgrCommonCore.lang'

Error: 0xffaa0202, Invalid password

Please tell me which user I am putting wrong in above command?

Former Member
0 Kudos

Hello,

Please also let me know if I have put colon properly in below command?

clix repSynchronize masterhost:<sidadm password> <slave repository>:<slave host>:<O- for oracle>:<slave db user id>:<slave db user's pwd> <slave repo user>:<slave repo user's pwd>


for masterhost name when I am giving password it should be of sidadm user or for which user?


Thanks ,

Urvi