Insights
2022.10
false
  • Release Notes
      • 2022.10.1
      • 2022.10.2
      • 2022.10.3
      • 2022.10.4
      • 2022.10.5
      • 2022.10.6
      • 2022.10.7
      • 2022.10.8
    • User Migration Tool Release Notes
  • Getting Started
  • Access and Permissions
  • Installation and Upgrade
  • Interacting with Insights
  • Historical data export
  • Logs
  • Performance and Scalability
Banner background image
Insights
Last updated 20 mars 2024

Modifying Insights Configurations

Requirements

To modify or uninstall Insights, you need to have the original installation file.

Modifying the Insights Installation

  1. Go to Apps and Features. Click on UiPath Insights and Select Modify.


  2. Click Next in the newly opened window.


  3. Click Change .


Modifying the Looker Configuration File Path

  1. If you want to modify the SMTP configuration, replace a Linux certificate, or change the database authentication to windows authentication, then you must first rerun the Preinstallation Tool
  2. Input the new Looker Configuration File Path and click Next.


  3. You can click Skip on the next pages if you do not want to implement any other changes.
  4. Click Next.
  5. Lastly, click Next in the Ready To Install window.

Modifying the Orchestrator/Identity Properties

  1. Input the new Orchestrator URL and Installation Access Token and click Next.


  2. Click Skip in the following windows if you do not want to change any other settings available.
  3. Lastly, select Next in the Ready To Install window.


Modifying the Insights Database Connection

  1. Go to Orchestrator Server and update the Insights database connection string. You need to manually change it in Orchestrator configuration file.
    1. Open the UiPath.Orchestrator.dll.config file.
    2. In the connectionStrings section, modify the connectionString parameter of the key name="Default" as follows:
      1. For SQL Authentication: connectionString="Data Source={YOUR_ORCH_DB_HOST};Initial Catalog={YOUR_ORCH_DB_NAME};User ID={YOUR_ORCH_DB_SQL_USER};Password={YOUR_ORCH_DB_SQL_PASSWORD}" />
      2. For Windows Authentication: connectionString="Data Source={YOUR_ORCH_DB_HOST};Initial Catalog={YOUR_ORCH_DB_DATABASE_NAME};Integrated Security=true" />
      Example for SQL Authentication:
      <add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;User ID=docs-uipath;Password=SecretP@ssword" /><add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;User ID=docs-uipath;Password=SecretP@ssword" />
      Example for Windows Authentication:
      <add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;Integrated Security=true" /><add name="Default" providerName="System.Data.SqlClient" connectionString="Data Source=sql.uipath.com;Initial Catalog=UiPathOrchestrator;Integrated Security=true" />
  2. Go to Apps and Features and click on UiPath Insights and Select Modify.
  3. You can click Skip if you do not want to add any changes in any of the other windows.
  4. Input your new Insights database settings.


  5. Click Next.
  6. Lastly, click Next in the Ready To Install window.


Modifying the SMTP configuration

Note: The email service configuration is not removed if you uncheck the Configuring Email Service (SMTP) option.
  1. Navigate to Apps and Features and click on UiPath Insights and Select Modify.
  2. You can click Skip if you do not want changes in other windows.
  3. Click Configure Email Service (SMTP) .


  4. Enter the Email Settings to Configure the Email Service


  5. Click Next.
  6. Lastly, click Next in the Ready To Install window.

Updating the Portal Certificate in IIS

  1. Make sure your new certificate is imported to both Personal (for the certificate) and Trusted Root Certification Authorities (for the root certificate). Also ensure the certificate is valid.


  2. Go to IIS Manager and open the UiPath Insights website.


  3. Open the Bindings page.


  4. Select the binding and click Edit, then choose your new certificate from the SSL certificate drop-down menu and click OK.


  5. Restart IIS.

Updating the Looker Settings on the Insights Linux Machine

If you want to update the Windows authentication for the database, or replace the Looker Certificate, follow the instructions below:

  1. Get the Looker installation directory by running the command below:
    sudo docker inspect looker-container | jq -r '.[0].HostConfig.Binds' | grep 'deploy' | awk -F':/app/.deploy:Z' '{print $1}' | awk -F'"' '{print $2}'sudo docker inspect looker-container | jq -r '.[0].HostConfig.Binds' | grep 'deploy' | awk -F':/app/.deploy:Z' '{print $1}' | awk -F'"' '{print $2}'
  2. Copy the new certificate file to the location return after running the previous command (Installation directory).
  3. To replace the Looker Certificate, in addition to the step 1, you need to run the command below:
    sudo docker exec -it looker-container bash /app/looker-init-job/install-certificate.shsudo docker exec -it looker-container bash /app/looker-init-job/install-certificate.sh

Updating the Port After an Installation

To update the port number after Insights installation, you need to follow these steps.

StepAction
1. Create domain-signed certificateCreate a domain-signed certificate with the new URL.
2. Change port number in IISOpen IIS Manager and navigate to Site > Insights application > Bindings to change the port number.
3. Remove URI port number from Identity Server DBRemove the URI port number from the the following parameters found in the Identity Server database:
  • ClientRedirectUris
  • ClientPostLogoutRedirectUris
4. Modify provisioning.url parameter in Insights config file
  1. Navigate to C:\Program Files (x86)\UiPath Insights\Insights and open the appsettings.json file to modify Insights settings.
  2. Find the provisioning.url parameter.
  3. Remove the port number from the URI.
  4. Find the portalUrl parameter to add your new URL and port number.
    e.g., "url": "https://insights.cloudStorage.com:portNo/insights"
  5. Save the file.
5. Modify permission.url parameter in Insights config file
  1. Navigate to C:\Program Files (x86)\UiPath Insights\Provisioning and open the appsettings.json file.
  2. Find the permission.url parameter.
  3. Enter your new URL: "Permission": {new url
  4. Save the file.
6. Reset IISOpen CMD as admin and run iisreset to reset IIS.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.