Post-installation fixes

This topic describes fixes to be done post installation:

Install Nintex Bot Chrome Extension

After you install Nintex RPA Central and Nintex Bot, you must install the Nintex Bot Chrome Extension if you want to target and automate interacting with elements in Google Chrome or Microsoft Edge (Chromium based) web pages. The Nintex Bot Chrome Extension can be installed on Google Chrome and Microsoft Edge.

Set Microsoft Internet Explorer 11 browser compatibility

Note: Microsoft Internet Explorer 11 is not supported in Nintex RPA Central. It is supported in Nintex Bot, but only when used with one open tab.

When using Nintex Bot with Microsoft Internet Explorer 11, you may see the Nintex Bot layout displaying incorrectly. You must adjust the browser compatibility view settings to correct the display.

  1. Open Microsoft Internet Explorer.
  2. Click the Settings gear and select Compatibility View settings from the menu.
  3. The Compatibility View Settings window displays.

  4. Clear the Display intranet sites in Compatibility View check box.
  5. If needed, remove the nintex.com website reference from the Websites you've added to Compatibility View list.
  6. Close the Compatibility View Settings window.

    The Nintex Bot browser will refresh and correctly display.

Automate Nintex RPA Central authentication

When starting Nintex RPA Central, you may get a window asking for your sign in credentials. You can adjust the local intranet security settings to automate sign in when starting Nintex RPA Central.

  1. Open the Windows settings from the Windows menu.
  2. Search for and select Internet Options in Windows Settings.
  3. The Internet Properties window displays.

  4. Select the Security Tab, click the Local Intranet icon, and then click the Custom level button.
  5. The Local Intranet - Security Zone window displays.

  6. Scroll down to User Authentication -> Logon and select Automatic Logon only in the Intranet zone.
  7. Click OK to close all open windows.
  8. Click OK or Apply for any windows that display.

You will now be automatically authenticated when starting Nintex RPA Central.

Update a Nintex RPA Central license key

You can edit the license key if you want to update the license details.

  1. On the top navigation bar, click Settings.

  2. Click License and subscription in the side navigation menu.
  3. In the License information section, to the right of the License key, click and select Edit.
  4. Edit the License key and click Update.

    The license key is updated.

Migrate SQL Server database

Note: 
  • You must be using Nintex RPA Central 2.6.0 or above to migrate your SQL Server database. Additionally, after you migrate your SQL Server database, you cannot downgrade Nintex RPA Central to any version lower than 2.6.0.

  • You can use any licensed Microsoft SQL Server edition that is version 2012 or above (Standard, Enterprise, Developer, or Web). Nintex RPA LE does not support the use of Microsoft Azure SQL Database.

Follow these instructions if you are a database administrator who wants to migrate your existing RPACentralWeb and RPACentralKeys databases from Microsoft SQL Express (local on the Nintex RPA Central computer) to Microsoft SQL Server. Storing your data on Microsoft SQL Server allows you to control the connection strings and database locations and manage data in the same way that you manage other data in your line of business systems using standard SQL technology. It removes the 10 GB database Microsoft SQL Express size limit. It can also improve the performance of your server.

  1. Back up your files that contain botflows and schedules and the botflows in your Nintex RPA Central database. For more information, go to Back up and restore.

  2. Ensure that you have installed the latest version of Microsoft SQL Server Management Studio (SSMS).

  3. Ensure that Microsoft SQL Server Management Studio allows SQL connections:

    1. In the Object Explorer, right-click on the Security folder.

    2. Select Properties.

    3. Select SQL Server and Windows Authentication mode.

    4. Click OK.

  4. Restart Microsoft SQL Server Management Studio to ensure that the server authentication change is activated.

  5. Stop the Nintex RPA Central service, if it is running.

  6. Copy the existing RPACentralWeb and RPACentralKeys databases on Microsoft SQL Express to a temporary location. Nintex RPA LE populates the RPACentralWeb database with botflows and users, while the RPACentralKeys database is relatively small and contains encryption keys and log files.

    Note: You cannot change the name of the RPACentralWeb and RPACentralKeys databases.

    1. Navigate to C:\Windows\System32\config\systemprofile.

    2. Copy the RPACentralWeb.mdf, RPACentralWeb_log.ldf, RPACentralKeys.mdf, and RPACentralKeys_log.ldf files.

    3. Paste the RPACentralWeb.mdf, RPACentralWeb_log.ldf, RPACentralKeys.mdf, and RPACentralKeys_log.ldf files to a temporary location.

  7. In Microsoft SQL Server Management Studio, attach the RPACentralWeb.mdf, RPACentralWeb_log.ldf, RPACentralKeys.mdf, and RPACentralKeys_log.ldf files to a new SQL instance:

    1. In the Object Explorer, right-click on the Databases folder.

    2. Select Attach.

    3. Click Add under Databases to attach.

    4. Navigate to and select the copied RPACentralWeb.mdf, RPACentralWeb_log.ldf, RPACentralKeys.mdf, and RPACentralKeys_log.ldf files and click OK.

    5. Click OK again.

  8. Create a new SQL user (that is not a Windows user) (for example, RPACentralService) to add to the SQL connection. This new SQL user will be specified in the connection strings used to connect to your Microsoft SQL Server. You must create this new SQL user because the Nintex RPA Central service uses a local system account.

    1. In the Object Explorer, right-click on the Security > Logins folder.

    2. Select New Login.

  9. Assign permissions to the new SQL user:

    1. In the Object Explorer, right-click on the Databases > RPACentralKeys database.

    2. Select Permissions.

    3. Select the Grant check box next to the Create Tables, Create / Access Schemas, Select, References, Insert, Update, Alter, and Delete permissions.

    4. Click OK.

    5. In the Object Explorer, right-click on the Databases > RPACentralWeb database.

    6. Select Permissions.

    7. Select the Grant check box next to the Create Tables, Create / Access Schemas, Select, References, Insert, Update, Alter, and Delete permissions.

    8. Click OK.

  10. On the Nintex RPA Central server, download, unzip, and run the Nintex RPA Central SQL Configuration Tool from the latest release notes.

    Note: This tool allows you to configure and test the connection strings for your RPACentralWeb and RPACentralKeys databases on your Microsoft SQL Server, cache the credentials, and restart the server. It does not delete any data in your Nintex RPA Central databases.

  11. As an Administrator, open Command Prompt.

  12. Change the directory to the Nintex RPA Central SQL Configuration Tool location: cd C:\SqlConfigurationTool

  13. Run this command in Command Prompt: psexec.exe -i -s "C:\SqlConfigurationTool\SqlConfigurationTool.exe"

    Important: Do not skip this step! If you do not run this command line, you may receive a services error.

  14. Copy the connection strings for your RPACentralWeb database and RPACentralKeys database and paste them into the Nintex RPA Central SQL Configuration Tool.
    Tip: 
    • The correct connection string format for the RPACentralWeb database is: Server=ServerName;Database=RPACentralWeb;User ID=userid;Password=password

    • The correct connection string format for the RPACentralKeys database is: Server=ServerName;Database=RPACentralKeys;User ID=userid;Password=password

  15. Click Test Connection to test the connection to the databases with the strings.

  16. Click Save Configuration.

    Nintex RPA Central restarts.

Can't reach localhost

In certain instances, an installation of Nintex RPA Central will return an error message: This site can't be reached, localhost refused to connect.

To fix this issue and connect to the localhost, ensure:

  • The latest version of Nintex RPA Central is installed by going to the Product Releases page (registration required).
  • The Nintex RPA Central service is running.
  • You are using a certificate with a private key.

To verify your installation of Nintex RPA Central is using a certificate with a private key:

  1. Open Windows settings from the Windows menu and search for Manage computer certificates.
  2. The Certificates - Local Computer window displays.

  3. Expand the Personal folder and click Certificates.
  4. Double-click the certificate from the list that matches the certificate you used in your installation of Nintex RPA Central.
  5. The Certificate window displays.

  6. Click the Details tab and scroll down to Thumbprint to verify the thumbprint of the certificate matches the thumbprint of the certificate you used in your installation of Nintex RPA Central.

  7. Click the General tab and verify that the certificate provides you with a private key corresponding to the certificate.

If you can't find a certificate in the list that provides you with both a private key and the thumbprint value of the certificate you are using in Nintex RPA Central, you will need to either create or obtain a certificate with a private key as described in the CA information for your Network Administrator section of HTTPS certificate configuration.

Back up and restore

Final step:

Get started with Nintex RPA Central