The Web Service URL is stored in a configuration file in the Web Console. If the Web Service URL is ever changed, for example, the Web Server is moved to a different machine or renamed through the CommCell Console, then this configuration file must be updated with the new Web Service URL.
Procedure
-
Log on to the Web Console client.
-
Go to:
Commvault installation path\CVProxyService
-
Open ProxySettings.config in a text editor.
-
On the following line, replace the value for Old Web Service URL with the new Web Service URL:
<add key="WEB_SERVICE_URL" value="Old Web Service URL" />
For example:
<add key="WEB_SERVICE_URL" value="http://NewWebServer.domain.com:81/SearchSvc/CVWebService.svc/" />
-
Save and close ProxySettings.config.
-
Restart Internet Information Services (IIS) on the Web Console.
For instructions, see the Microsoft TechNet article, Start or Stop the Web Server (IIS 7).