This authentication issue occurs if the username and password are not set in
Spotfire.Dxp.ClientJobSender.exe.config and the Spotfire Server is set up with username and password authentication. To resolve this, perform the following steps:
- Open "Spotfire.Dxp.Automation.ClientJobsender.exe.config" file that is part of Automation Services installation folder
- Append the following two lines with the user credentials that has access to the TIBCO Spotfire Server:
<add key="Spotfire.Authentication.Basic.UserName" value=""/>
<add key="Spotfire.Authentication.Basic.Password" value=""/>
It should resemble as follows:
<add key="Spotfire.Authentication.Basic.UserName" value="sfadmin"/>
<add key="Spotfire.Authentication.Basic.Password" value="sfadmin"/>
3. Save the file and then try running the job again.
Note: It is possible to encrypt the password that is specified in the configuration file. See
Configuring the Client Job Sender for more details.