Liquent InSight Rendering Backbone Generator Installation

If you will be using , you must manually install the Backbone Generator to be able to create eCTD XML backbones.
  1. Create the following directory on your InSight Rendering server: <IR_INSTALLATION_DIRECTORY>\BackboneGeneratorService\3.5\Lib
    If the directory already exists, delete all files in it.
  2. In the installation media for Liquent InSight, navigate to the folder called ectd-backbone
    1. Unzip the contents to a network share that all the Liquent InSight Rendering servers have access to.
    2.  Copy the unzipped files to the folder in the previous step on each  Liquent InSight Rendering server that will be used for publishing.
  3. Set the JAVA_Home environment variable:
    1. Right-click on the Start, select System.
    2. Select the Advanced system settings link.
    3. On the Advanced tab, click Environment Variables.
    4. In the System variables field, if JAVA_HOME is not specified click New and create it.
    5. For Variable name, type JAVA_HOME.
    6. For Variable value, type the path to the Java installation, for example: <drive>:\Program Files\AdoptOpenJDK\jre-8.0.202.08. Note that this is the correct path if you can append \bin\server to it to get to the folder where jvm.dll is located.
    7. When completed, click OK two or three times to close all dialogs.
  4. In the Environment Variables dialog box, add the TNS_ADMIN variable.
    1. In the System variables field, click New.
    2. For Variable name, type TNS_ADMIN.
    3. Open Windows Explorer, navigate to the admin directory of the Oracle client installation, and copy the path to the clipboard.
    4. For Variable value, paste the path you copied to the clipboard.
  5. Ensure the JAVA\bin path is in the Path variable as follows:
    1. Select the Path System Variable and select Edit.
    2. If the path to the JAVA bin file is not in the Path: For Windows 2016 - Select New, provide the path to the bin folder of the JAVA installation, and click OK. Click Move Up until this entry is at the top of the list. For Windows 2012 - Prepend the path to the bin folder to the Path.
    3. Press OK three times to close all dialog boxes.
  6. Reserve ports:
    1. Right-click Start, select Run, type regedit, and press Enter.
    2. Navigate to HKLM\System\CurrentControlSet\Services\Tcpip\Parameters.
    3. Right-click in a blank spot in the right pane and click New | Multi-String Value.
    4. Name the new item ReservedPorts, and press Enter.
    5. Press Enter to edit the value.
    6. For Value data, type the following on one line: 2866-2872
    7. Click OK.
    8. Close the registry editor.