SYMPTOMS
If Sitebuilder was already set in Plesk Sitebuilder Integration (PSI), the field with Sitebuilder URL on the Server -> Sitebuilder page in Plesk CP becomes grayed out and cannot be edited.RESOLUTION
Note! Sitebuilder location changing in PSI leads to removing all Sitebuilder data on the Plesk side. So, if you change Sitebuilder URL on the Server -> Sitebuilder page in Plesk CP, then all current relations between Plesk domains and Sitebuilder's sites are dropped and cannot be restored anymore.New Sitebuilder host can be set with the following command:
PRODUCT_ROOT_D/bin/sitebuilder --set http://sitebuilder_host/ServiceFacade/ -force You can also check all available options with '--help' command:
PRODUCT_ROOT_D/bin/sitebuilder --help
Available commands:
--set or -s <url> Set remote url to Sitebuilder API like
http://somehost/ServiceFacade/
--get or -g Get url to sitebuilder server
--help or -h Help page
Available options:
-force apply this option when set new sitebuilder but Plesk have already some mapping for current sitebuilder Where PRODUCT_ROOT_D - Plesk product installation directory.