After installing SPE 9.3 and adding the server to the SPE 9.3 console, you notice an inability to connect to the SPE server.
The below error is shown on the SPE console:
You also see entries similar to the following in the CmafUI.log:
2025-10-27 06:48:06,446 [17] ERROR Symantec.Cmaf.Security.AuthManagerHelper - Exception is caught while executing ExecuteAuthenticateRestApi. Reason: Unable to execute authentication rest api.. Reason: No message available
2025-10-27 06:48:06,446 [17] ERROR Symantec.Cmaf.Security.BasicAuthManager - Exception is caught while getting token for server: <SERVER_NAME/IP>. Reason: No message available
SPE 9.x
The sperestapi.auth.enabled setting is set to false.
To resolve this issue, follow the steps listed below:
restconfigmodifier.exe -update sperestapi.auth.enabled true application.properties
./restconfigmodifier -update sperestapi.auth.enabled true application.properties
net stop symcrestapiservice
net start symcrestapiservice
/etc/init.d/symcrestapiservice restart