cancel
Showing results for 
Search instead for 
Did you mean: 

Need to set master-slave auto synchronization in MDM 5.5

Former Member
0 Kudos

Hi ,

Could any one help me in Guiding the procedures for Master-Slave synchronization steps.

Can you tell me how we will do this? We will need to ensure this occurs in a timely manner after the auto synchronization takes place as the users are accessing the Slave data

Your valuable inputs are much appreciated.

Thanks

Pradeep.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pradeep,

These threads talk in detail about the functionality:

Thanks,

Ravi

Former Member
0 Kudos

Hi Shambhu\Ravi

Plz correct if my understanding is right.

The basic syntax of a CLIX command is:

CLIX command_name [arguments] [option flags]

Below is the command which i have to provide to paste in batch file (This work is done by Basis) for auto synchronization .

CLIX repSynchronize MDMHostSpec slaveRepositorySpec Credentials [-D]

So, My query is:

1. repSynchronize- Clix Command

2. MDMHostSpec- comprised of MDM server host name or IP address, followed by colon and password (password is optional). Eg.: 10.48.64.52:admin

3. slaveRepositorySpec- ???

4. Credentials - ???

Thanks,

Pradeep.

Former Member
0 Kudos

Refer this link for some sample commands - http://wiki.sdn.sap.com/wiki/display/SAPMDM/AutomaticBackupofMDMRepository(UsingMDMCLIXinWindowsOS)

Try these command -

CLIX repSynchronize 10.48.64.52:<Server Password> SlaveRepositoryName:DBMSHostName:DBMSType:DBMSUser:DBMSPassword -D

Thanks,

Shambhu.

Former Member
0 Kudos

Hi,

You can use CLIX command "repSynchronize" to synchronize your Master/Slave repository -

CLIX repSynchronize MDMHostSpec slaveRepositorySpec Credentials [-D]

Synchronizes a slave repository to its master. An MDM repository that is shared cannot be synchronized.

Copy this command in a batch file and execute as required by using Windows Scheduled Task or any job scheduler.

Refer -

http://help.sap.com/saphelp_mdm550/helpdata/en/42/f0ebae8a9b1bd8e10000000a11466f/content.htm

http://help.sap.com/saphelp_mdm550/helpdata/en/42/F9F17EEA631A71E10000000A422035/content.htm

Limitations -

http://help.sap.com/saphelp_mdm550/helpdata/en/47/BCC0F2ECBA2FE2E10000000A42189D/content.htm

Thanks,

Shambhu.