The below steps can be followed to resolve the "Invalid parameter value" issue.
The Service ID value (ServiceValue) can be obtained from the below steps.
1) Log into Spotfire Server web interface:
- Spotfire Server > Nodes&Services > Select Automation Services in the left panel > Copy the "Automation Service ID" from the details section on right side.
2) From command line, export the existing configuration, make the required changes in the configuration files, and import the configuration using export-service-config and import-service-config commands. The configuration setting commands like export-service-config, import-service-config, set-service-config can be executed in the command line in the bin path of tomcat folder (for example, C:\tibco\tss\7.10.0\tomcat\bin).
3) Now run the "set-service-config" in command line by passing the copied ID value (for example, xxx-yyy-zzz) from Step 1 and the configuration imported in Step 2. For example:
C:\tibco\tss\7.10.0\tomcat\bin>config set-service-config --service-id="xxx-yyy-zzz" --config-name=AutomationServicesConfiguration
This step helps in activating the customized configuration for your service without any errors.