Installation

Follow the bellow steps to install FintechOS Lexis Nexis Connector.

Prerequisites:

  1. Download the package from FintechOS Marketplace.
  2. Obtain the Lexis Nexis user role, name, and password.
    NOTE  
    The user role, name, and password are obtained by the customer from Lexis Nexis once a contract is established.
  3. Install the package on an environment FintechOS 21.1.6.0 and above with the Innovation Studio, Portal and B2C Portal configured. For details on B2C, see Setting B2C Environment.

  4. Configure the JobServer. For information regarding FTOS JobServers, see the JobServer section from the Core DPA Platform 2 Administration Guide.

Import Packages:

  1. Open the FintechOS Innovation Studio, navigate to the DevOps menu, select the Deployment Packages. The Deployment Packages List page opens.

  2. At the top-right corner of the page, click the Import deployment package icon. The Open pop-up appears.
    NOTE  
    For details on how to import, see Importing a Deployment Package.

    Browse for the deployment package and import LexisNexisConnector-1.0.xml.

The script starts running in your Windows console. Wait for it to finish. If the parameter values were correct, the Lexis Nexis Connector installation is successful.

Set up web.config keys:

In the physical location of the installed digital journey, fill in the values of the key’s bellow with the values available for the client:

  • <add key="lexn-role-type-role" value="" />

  • <add key="lexn-url" value="" />

  • <add key="lexn-client-id" value="" />

  • <add key="lexn-password" value="" />

  • <add key="lexn-user-id" value="" />

The web.config setup should have the following form:

Copy
    <add key="lexn-role-type-user" value="UserName" />
    <add key="lexn-role-type-role" value="UserRole" />
    <add key="lexn-url" value="https://staging.bridger.lexisnexis.eu/LN.WebServices/11.0/XGServices.svc/Search" />
    <add key="lexn-client-id" value="ClientID" />
    <add key="lexn-password" value="UserPassword" />
    <add key="lexn-user-id" value="UserID" />
 
IMPORTANT!  
The <add key="lexn-url" value="" /> URL displayed in the above snipped is for example purposes only. All keys are obtained by the customer from Lexis Nexis once a contract is established.