To resolve this issue, the "Parse User and Domain Name" option in the server configuration must be disabled. The following instructions describe the steps to disable user and domain name parsing.
Using Configuration Tool
-------------------------------
- Open the Configuration Tool. (Run <TSS installation Dir>\tomcat\bin\uiconfig.bat OR All Programs -> TIBCO Spotfire Server <version> -> Configure TIBCO Spotfire Server).
- Go to the Configuration Tab -> Domain
- Select the 'No' option for the 'Parse user and Domain name' property.
- Save the configuration and restart the server.
Configuration can also be changed using commands
-------------------------------
- Open a command prompt/shell.
- Browse to the <TSS Installation Dir>\tomact\bin directory.
- Export the current running configuration into a Configuration.xml file using the following command.
config export-config -f
- Run the following command to Disable User and Domain Name parsing.
config config-auth -p false
- Import the modified configuration into the database using the following command.
config import-config -c "Disabled User and Domain Name Parsing"
- Restart the server.