Troubleshooting On-Premises Installation Issues
On this page
File Store path inaccessible
Error:
File Store path inaccessible. Please change path/account accordingly.
Cause | Resolution |
---|---|
The path indicated in "File Store and File Repository Path" is inaccurate or the user indicated in "Service Account" requires updated permission. |
Verify the user account has permission to the file path specified. Verify the file path specified exists. |
Unable to establish an SSL connection
Error:
ArcherLongbow.Common.Exceptions.SslConnectionException: The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure.
at ArcherLongbow.Common.Clients.ConfigPropertiesBase.GetProperty(String propertyKey)
Cause | Resolution |
---|---|
An SSL connection could not be established between Archer and the Engage Agent. |
|
Archer Engage Agent fails to start
Cause | Resolution |
---|---|
PortalDataStore.json is outdated. |
Ensure you are using the most recent version of PortalDataStore.json. |
Configuration service unreachable
Error:
Config service not reachable. Please verify the service URL.
Cause | Confirming the Cause | Resolution |
---|---|---|
An intermediate certificate is stored in the Trusted Root Certification Authorities Store. As a result, the Archer Configuration Service is unreachable. |
|
(Recommended) Move the intermediate certificates pushed at the domain level via group policies from the Trusted Root Certification Authorities store to the Intermediate Certification Authorities store in the Archer Configuration Service machine. |
|
|
This resolution works when you want to keep the intermediate certificates in the Trusted Root Certification Authorities store. To resolve this, see Keeping an Intermediate certificate in the Trusted Root Certification Authorities. |
|
|
|
Keeping an Intermediate certificate in the Trusted Root Certification Authorities
This resolution works when you want to keep the intermediate certificates in the Trusted Root Certification Authorities store.
Note: When you upgrade or reinstall Archer services, execute the following steps once again.
-
Log in to the Archer machine where the Archer Configuration Service is running.
-
Open the Command prompt and select Run as administrator.
-
Obtain the Certificate Hash and Application ID. To do this, run the following command:
netsh http show sslcert ipport=0.0.0.0:13200
-
Delete the SSL Certificate port. To do this, run the following command:
netsh http delete sslcert ipport=0.0.0.0:13200
-
Update the Certificate Hash and Application ID obtained in Step 4 in the following command, and run it.
netsh http add sslcert ipport=0.0.0.0:13200 certhash=<Certificate Hash> appid=<Application ID> sslctlstorename=ClientAuthIssuer
Example of the above command with Certificate Hash and Application ID updated:
netsh http add sslcert ipport=0.0.0.0:13200 certhash=3586273163b2324a5ef6a421948bab5d60e02d69 appid={a8079d7e-4b0c-420f-bd1e-0bddf281aba2} sslctlstorename=ClientAuthIssuer
-
Close the command prompt.
-
Open Manage computer certificates.
-
Copy the root certificate only if the Archer Configuration Service is binding with the chain of certificates and paste it in the Client Authentication Issuers store.
-
Copy the self-signed certificate only if the Archer Configuration Service is binding with the self-signed certificate and paste it in Client Authentication Issuers store.
-
Restart the Archer Configuration Service.
Engage installation fails
Cause | Resolution |
---|---|
|
|