Installation
Follow the bellow steps to install FintechOS Lexis Nexis Connector.
Prerequisites:
- Download the package from FintechOS Marketplace.
- 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. -
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.
-
Configure the JobServer. For information regarding FTOS JobServers, see the JobServer section from the Core DPA Platform 2 Administration Guide.
Import Packages:
-
Open the FintechOS Innovation Studio, navigate to the DevOps menu, select the Deployment Packages. The Deployment Packages List page opens.
- At the top-right corner of the page, click the Import deployment package icon. The Open pop-up appears.
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:
<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" />
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.