hello guys need help on this issue
Background:
User experience error while browsing the web


Troubleshooting:
there is log on event viewer as well for netflow service (NTA)

check DB log showing same error is for all polling engines (main and additional)

I browsed the web that this might be due to SPN issue

2025-05-19 22:19:10.430 Server SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This is an informational message. No user action is required.
2025-05-19 22:19:10.440 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/CBTCNBSLWDB01 ] for the SQL Server service. Windows return code: 0xffffffff, state: 63. Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered.
2025-05-19 22:19:10.440 Server The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/CBTCNBSLWDB01:1433 ] for the SQL Server service. Windows return code: 0xffffffff, state: 63. Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered.
Issue:
To resolve SPN issue need to register the SPN either manually or automatically using setspn command, but since our servers is not joined to AD the setspn command is not working
Any ideas on how to get around this issue? or is there any other workaround?