In a CommCell environment that has multiple Command Center computers, you can configure a required Command Center URL, which has access to external users, to send scheduled reports and alerts. You must configure the Command Center URL on each CommServe computer.
After you change the Command Center URL, email notifications are sent from the CommServe computer with the Command Center URL that has access to external users.
You can also use the AdminConsoleURL additional setting to configure the Command Center URL on the CommServe computer.
Procedure
-
On the command line, go to software_installation_directory/Base, and then type the following command:
qoperation.exe execscript -sn $[SetkeyIntoGlobalparamTbl.sql] -si '$[WebConsoleURL]' -si $[y] -si '$[http://NewWebConsoleHostname.domain.com/webconsole/clientDetails/fsDetails.do]?clientName=$[CLIENTNAME]'
Example
The following command changes the Command Center URL to http://mycompany.mydomain.com/webconsole. In this example, the parameters are listed on the command line:
qoperation.exe execscript -sn $[SetkeyIntoGlobalparamTbl.sql] -si '$[WebConsoleURL]' -si $[y] -si 'http://mycompany.mydomain.com/webconsole/clientDetails/fsDetails.do?clientName=CLIENTNAME'