---------------------------------------------------------- STEPS TO DO DATA-RESYNC ---------------------------------------------------------- 1) Stop the Probe SapphireIMS Service. 2) Execute the SIMS_Resync.exe in probe, available inside ConsoleManagement\bin. This will create a file inside ConsoleManagement\replication in the name of _sims_replresink_.sql. Take this file to server. 3) Now, Execute the same binary ( SIMS_Resync.exe ) in server side. Specify the particulars. 4) Then execute the resync file got from probe in server using mysql.exe. Goto to MYSQL installation path bin, use mysql.exe -h -u -p -P -D < command to execute the script file. Eg:- mysql.exe -h172.16.11.166 -uroot -pims -P3306 -D wipro < C:\Program Files\SapphireIMS\ConsoleManagement\replication\sims_replresink.sql 5) Start the probe SapphireIMS service. ---------------------------------------------------------- STEPS TO DO CONFIG-RESYNC ---------------------------------------------------------- 1) Stop the Probe SapphireIMS Service. 2) Execute the SIMS_ConfResync.exe in MSP Server, available inside ConsoleManagement\bin. Specify the particulars. This will create a file inside ConsoleManagement\replication. Take this file to corresponding Probe. 3) Now, Execute the same binary ( SIMS_ConfResync.exe ) in probe side. 4) Then execute the resync file got from server in probe using mysql.exe. Goto to MYSQL installation path bin, use mysql.exe -h -u -p -P -D < command to execute the script file. Eg:- mysql.exe -h172.16.11.166 -uroot -pims -P3306 -D ims < C:\Program Files\SapphireIMS\ConsoleManagement\replication\_ConfResync_.sql 5) Start the probe SapphireIMS service.