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:
- (LINUX Only) Change the working directory to the following location:install_location/sbin/
- (LINUX Only) Type source arrfenv and press Enter to set the required environment variables.
- Deployarcotuds.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.
- (For WebSphere Only)Configure to reload the UDS class when the application files are updated.
- Navigate to Application, Enterprise Applications, UDS Settings.
- Under Class loader order, select the Classes loaded with local class loader first (parent last) option.
- Under WAR class loader policy, select the Single class loader for application.
- Click Apply.
- Restart the application server.
- Verify if the UDS was deployed successfully by inspecting the log file
- Navigate to <ARCOT_HOME>/logs.
- Open the arcotuds.log file in any editor and locate the following lines:User Data Service (Latest Version:) initialized successfully.
- Determine if there are any FATAL and ERROR messages, and review all the WARNING messages for unexpected conditions.
- For installations on distributed systems, repeat Steps 1 though 6 on each system.