Standalone Discovery Robots

A Discovery Robot in standalone mode works offline from the server. The major things to keep in mind if you want to use a standalone robot are:

  • The Discovery Robot doesn't upload recordings to the server. They are stored on the user workstation.

  • The default number of actions that are recorded and stored on the employee workstation is 2000 recorded actions. When the limit is reached, the Discovery Robot stops recording (You can configured the limit by editing the offlineRecordsStoreLimit parameter in the pddr.appsettings.config, explained below)

  • Since the Discovery Robot isn't connected to the Discovery Server, it uses its own local configuration file (blwl.JSON) to define which applications it records

  • You can find recorded data saved on the employee workstation in %Localappdata%\Nintex\ActionsRecorder\db

Steps for setting up a standalone Robot

  1. Open the file %LOCALAPPDATA%\Nintex\ActionsRecorder\config/pddr.appsettings.config with a text editor and edit the keys as explained:

    1. In pddr.appsettings.config, change the value of the following keys, and save:

    2. change:

      <add key="standaloneMode" value="false"/>

      to:

      <add key="standaloneMode" value="true"/>

    3. The offlineRecordsStoreLimit parameter defines the number of actions that are recorded and stored on the local device. The default is 2000 recorded actions.

    4. To change the recording limit:

      In pddr.appsettings.config, change the value of the following keys, and save:

      change:

      <add key="offlineRecordsStoreLimit" value="2000"/>

      to:

      <add key="offlineRecordsStoreLimit" value="[new value]"/>

  2. Create and download a copy of the configuration file (blwl.JSON) from the Discovery Server:

    1. Access Console > Settings page

    2. Click the Applications tab

      The Applications for Discovery screen opens

    3. Define applications for discovery in the list of either option 1 or 2 (we recommend option 1), as explained in Managing Applications for Discovery.

    4. Click the Save List button to download the blwl.JSON file

    5. Save blwl.JSON in the folder location as defined in the applicationsConfigPath parameter in pddr.appsettings.config. The default location is the same folder as pddr.appsettings.config.

      To change the path:

      In pddr.appsettings.config, change the value of the following keys, and save:

      change:

      <add key="applicationsConfigPath" value="."/>

      to:

      <add key="applicationsConfigPath" value="[new path]"/>

      The syntax for specifying folder and file locations in JSON uses a double backslash in each location in which Windows syntax would use a single backslash, for example:

      C:\\Program Files\\YourFolder\\