When launching Web Screen Painter, the following error is returned:
list_publishable failed in backend: do you want pdm_publish to start CA service desk manager in this standby server and perform fail-over(Y/N)?
OR the following error is seen when attempting to login to Web Screen Painter
CA Service Desk Manager Web Screen Painter 14.1 and 17.x
All Supported Operating Systems
1. Ensure that the value of NX_WSP_CGI_URL in the NX.env file on the CA SDM servers includes the Tomcat port.
For example:
@NX_WSP_CGI_URL=http://<SDMServer>:8080/CAisd/pdmweb.exe
For the new value to persist after a pdm_configure, be sure that the same statement in the NX.env_nt.tpl file is updated.
Instead of editing the NX.env file directly, it is recommended to use the following commands on each CA SDM server in the environment. For example:
pdm_options_mgr -c -s WSP_CGI_URL -a pdm_option.inst -v http://<SDMServer>:8080/CAisd/pdmweb.exe
pdm_options_mgr -c -s WSP_CGI_URL -a pdm_option.inst -v http://<SDMServer>:8080/CAisd/pdmweb.exe -t
2. We do not support SAML with WSP. Please consider to install IIS and set it as a default web server or remove SAML authentication from Tomcat.
NOTE: Please take backups before making changes.
In order to configure IIS as a default web server, please follow the below steps.