book
Article ID: KB0075675
calendar_today
Updated On:
Description
Description:
Node Manager fails to start the Service Instance if the Service Account does not have Local Admin rights.
Symptoms:
Service Instance fails to start and the following error is reported in the logs.
----------------------------------
Failed to start worker. System.Security.Cryptography.CryptographicException: Access is denied. at System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags flags) at Spotfire.Dxp.Worker.Services.Web.Utilities.TrustCertificateHandler.SpotfireCertificate.ExecuteOnStore
-----------------------------------
Cause:Node Manager does not have Local Admin rights and should have this to be able to register an SSL port on Windows.
Environment
All Supported Operating Systems
Resolution
Make sure that the Custom Service Account used for the Node Manager is a member of the Local Administrator group.
From the Manual:
-----------------------------------
Important: If you change the node manager service account, make sure that the account is a local administrator and that it has read and write access to the node manager installation directory and subdirectories.
----------------------------------
Issue/Introduction
Node Manager fails to start the Service Instance if the Service Account does not have Local Admin rights.