Attempting to add a Symantec Protection Engine (SPE) to the SPE Console results in the following error:
Failed to add the following server(s):
<SERVER_NAME/IP> Reason: No message available
You also see entries similar to the following in the CmafUI.log
2025-10-28 06:37:59,470 [Main UI Thread] ERROR Symantec.Cmaf.Security.AuthManager - Exception is caught while adding server: <SERVER_NAME/IP>. Reason: No message available
...
2025-10-28 06:46:45,844 [Main UI Thread] INFO Symantec.Cmaf.Security.RestResponseErrorHelper - Parsing the error Response string:<Map><timestamp>2025-10-28T13:46:45.657+00:00</timestamp><status>404</status><error>Not Found</error><message>No message available</message><path>/v1/authentication</path></Map>
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