Deploy User Data Service UDS

Deploy User Data Service UDS
aa9
aa9
CA Risk Authentication accesses user data from a relational database or an LDAP server with the User Data Service (UDS). The UDS is an abstraction layer that provides CA Risk Authentication access to third-party data repositories.
Follow these steps:
  1. (LINUX Only) Change the working directory to the following location:
    inst
    a
    ll_location/sbin/
  2. (LINUX Only) Type source arrfenv and press Enter to set the required environment variables.
  3. Deploy
    arcotuds.war
    , which is found in the following location, on the application server:
    <
    ARCOT_HOME
    >/java/webapps/
    Example:
    For Apache Tomcat, deploy the WAR file at APP_SERVER_HOME/webapps/.
    The deployment procedure depends on the application server that you are using. See the application server vendor documentation for detailed instructions.
  4. (For WebSphere Only)
    Configure to reload the UDS class when the application files are updated.
    1. Navigate to Application, Enterprise Applications, UDS Settings.
    2. Under Class loader order, select the Classes loaded with local class loader first (parent last) option.
    3. Under WAR class loader policy, select the Single class loader for application.
    4. Click Apply.
  5. Restart the application server.
  6. Verify if the UDS was deployed successfully by inspecting the log file
    1. Navigate to <
      ARCOT_HOME
      >/logs.
    2. Open the arcotuds.log file in any editor and locate the following lines:
      User Data Service (Latest Version:) initialized successfully.
    3. Determine if there are any FATAL and ERROR messages, and review all the WARNING messages for unexpected conditions.
  7. For installations on distributed systems, repeat Steps 1 though 6 on each system.