23.1 Convert Master or Standby System to a Stand-alone System
An existing standby installation with a master system and a standby system can be converted into an installation with only one SwyxServer.
Please convert only the master system into a stand-alone SwyxServer, since the hardware dependency means that new permanent licenses have to be requested for the conversion of a standby system.
This is how you convert an existing standby installation
osql -E -Q "EXEC sp_replicationdboption 'ippbx', 'merge publish', false"
osql -S <master-host>\<master-instance-name> -E -Q "EXEC sp_replicationdboption 'ippbx', 'merge publish', false"
osql -E -d ippbx -Q "EXEC sp_mergesubscription_cleanup '<master-host>', 'ippbx', 'ippbx_merge_publ'"
osql -S <standby-host>\<standby-instance-name> -E -d ippbx -Q "EXEC sp_mergesubscription_cleanup '<master-host>\<master-instance-name>', 'ippbx', 'ippbx_merge_publ'"