Steps to change the "concurrentUpdates" parameter for Scheduled Updates.
- On the Spotfire Server machine, launch a command prompt as an Administrator.
- Browse to \tomcat\bin folder and export the Web Player Configuration using the "export-service-config" command.
- For additional information about this command, review the Spotfire Server Installation and Configuration manual.
Example command follows.
---------
C:\tibco\tss\7.6.0\tomcat\bin>config export-service-config --deployment-area="Production" --capability=WEB_PLAYER
---------
- The exported configuration files will be saved under the \tomcat\bin\config\root folder.
- Open the Spotfire.Dxp.Worker.Web.config file in a text editor.
- Search for the "concurrentUpdates" parameter and modify this parameter as per your requirement.
- Save the file. If you get a prompt to replace the existing file, select "Yes".
- Import the modified configuration using "import-service-config" command.
- For additional information about this command, review the Spotfire Server Installation and Configuration manual.
- Enter the "config-name" value relevant to the changes made. This is the configuration that needs to be used for Web Player service.
Example command follows.
---------
C:\tibco\tss\7.6.0\tomcat\bin>config import-service-config --config-name="Updated Concurrent Updates"
---------
- Launch the Spotfire Admin UI and browse to "Nodes & Services".
- Edit the Web Player Service to use to the updated configuration.
- Look for the "config-name" value that you entered while importing the service configuration and update the service with configuration.
- After this go to the "Monitoring & Diagnostics" tab, then go to "services".
- Select the Web Player instance where you applied the configuration.
- On the right hand side under Diagnostics, select "Service Configuration" from the drop down menu. Under Scheduled Updates you will see a changed value for "scheduledUpdates/concurrentUpdates" as shown in the attached image (Filename: Scheduled_Update_concurrentUpdates.JPG).