- Release Notes
- Getting Started
- Installation and Upgrade
- Insights in Orchestrator
- Insights Portal
Troubleshooting
This page provides an overview of common errors and mistakes that can occur during Insights installation, and potential methods to avoid or remedy them.
%USERPROFILE%\AppData\Local\Temp
directory with the name UiPathInsightsInstaller_<xxxx>_CommandExecutor.log
.
/L*V
parameter along with a target file where the logs are to be written. For example: /L*V log.txt
.
- Servers must be resolvable between
Orchestrator
>
Insights and Orchestrator
>
Client
>
Insights. Ensure that you can:
- Access Orchestrator from the Insights
machine. For example:
https://<orchestrator_server>:<port>/
. - Access Insights from the Orchestrator
machine. For example:
https://insightsserver:port/app/account/login
. - Access Insights from the Insights machine.
- Access Orchestrator from the Insights
machine. For example:
- The Insights server must have at least 16GB RAM and 50GB free disk space.
- The user installing Insights must have
administrator
rights. - For existing or failed installations, make sure there are no Sisense folders located in either the
C:\Program Files
andC:\ProgramData
directories.
- If using self-signed certificated, you must use the FQDN for your server (i.e.
insights.corp.uipath.com
notinsights
). - The Orchestrator certificate must be placed in the Local Computer Trusted Root store on the Insights machine.
- If you are encountering errors when trying to change your Insights certificate, make sure to follow the instructions provided in Updating Your Insights Certificate.
- The Insights certificate must be placed in the
Local Computer Trusted Root store on the Orchestrator machine.
Note: If you are generating a self-signed certificate for Insights manually, please make sure it is marked as exportable with the private key and imported into the Personal store.
Unable to export PFX for certificate with subject name <name>
- When importing the certificate, ensure that you selected export the private key option.
ERROR|DeleteSisenseFoldersCommand|System.ApplicationException: Failed to delete folder at C:\Program Files\Sisense -System.UnauthorizedAccessException: Access to the path 'node.exe' is denied.**
- Ensure the user installing Insights has
administrator
rights.
ERROR|SetupSslCommand|System.ApplicationException: Unable to create self signed certificate with subject name xxxx.xxxx.com System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'CERTENROLLLib.CX509PrivateKey'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{728AB362-217D-11DA-B2A4-000E7BBB2B09}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).**
- Insights only supports Windows 2016+, ensure you are not using an earlier version.
ERROR|UpdateOrchestratorConfigCommand|System.ApplicationException: Failed to update Analytics settings in Orchestrator
- Make the Insights parameters were correctly passed during Orchestrator installation/upgrade.
ERROR|CustomizeBrandingCommand|System.ApplicationException: Failed to Authenticate HTTP client
- Ensure that you have local firewall rules configured for the Insights port and set
program=any
, and that you have enabled the same port through your cloud hosting provider (AWS, Azure, etc.).
INFO|UpdateOrchestratorConfigCommand|Response Content : {"message":"Configured encryption key is not in a valid Base64 format.","errorCode":1801,"resourceIds":null} INFO|UpdateOrchestratorConfigCommand|Response status has no error - 'Configured encryption key is not in a valid Base64 format.
- Ensure the
APP_ENCRYPTION_KEY
from the OrchestratorUiPath.Orchestrator.dll.config
file is valid or not in the correct format.
_CommandExecutor.log file
- Ensure that you meet all Insights hardware requirements.
Microsoft.Rest.HttpOperationException: Operation returned an invalid status code BadRequest
- Ensure you can access Insights and Orchestrator at their respective URLs, and are using valid credentials for the Orchestrator host tenant.
Exception while starting WarmStartCommand(s) : A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
- Ensure you have enabled Named Pipes and TCP/IP in SQL Server Configuration Manager.
Failed to setup RobotLogs table - Failed while running Portal caused by Sisense returned unsuccessful status code
- If using Windows Authentication for SQ, ensure you changed the JVMconnector and CLRconnector to use the Windows account.
dbo.IngestionMarkers
.
- Ensure the Insights database specified during Orchestrator installation still exists on the SQL Server specified. Please make sure that Insights database is not already created on the SQL machine from a previous installation.
Failed to retrieve tenant information- System.InvalidOperationException: Sequence contains no elements
- Ensure you are passing the correct tenant name.
Could not start connector
sql.uipath.com,1733
, this could cause the connector not to start.
- On the Insights machine:
- Navigate to
C:\Program Files\Sisense\DataConnectors\JVMContainer\Connectors\UiFrost
and open the 'uipath_insights.properties' file. -
Find the 'insights.db.conn' property, and check to that the hostname and port are separated by a colon.
Ex:
insights.db.conn=jdbc:sqlserver://insightscore.database.windows.net:1433;Database=insights;user=uipath
insights.db.conn=jdbc:sqlserver://insightscore.database.windows.net:1433;Database=insights;user=uipath
:
".
Feature is not licensed
- Ensure that Insights is licensed at host level. Remove any license added at tenant level.
Could not connect to the server (#101) error
- Ensure that you have restarted IIS on all Orchestrator nodes and closed all open browsers prior to attempting to access Insights.
- Check that you can access Insights from
https://<insightsserver>:<port>/app/account/login
, and accept any certificate warning, if applicable.
widget type : inputwidget is not registered
- Make sure the
Sisense.Plugin
service is running.
All widgets on a dashboards show a red "X"
- A data cube build is in progress, wait a few seconds and refresh the page.
No Elasticcube servers are available
- Ensure that you have successfully enables the respective tenant using the Insights AdminTool.
No data in dashboards
- Ensure that you have successfully enables the respective tenant using the Insights AdminTool.
- If this is the first time data is being loaded into Insights, it may take up to an hour to complete.
The ElastiCube Default-Cube build on LocalHost has failed
- Perform a Replace All build from
app/data
or run the Insights AdminTool using therebuild
command.
java.lang.Exception: Schema of the requested table has been changed. Please update your model.
- Perform a Replace All build from
app/data
or run the Insights AdminTool using therebuild
command.
Duplicate column errors in Orchestrator or connector logs.
- Follow the instructions to change the case sensitive flag to false. Duplicate columns will be merged into one.
The specified domain does not exist or cannot be contacted
- The Orchestrator certificate must be placed in the Local Computer Trusted Root store on the Insights machine.
- The Insights certificate must be placed in the Local Computer Trusted Root store on the Orchestrator machine.
- Ensure Orchestrator and Insights have the same
TLS
setting.