+

Search Tips   |   Advanced Search

 

User provisioning

In a clustered environment, run the following tasks on each node in the cluster.

  1. Validate that the PdPerm.properties file is correct and that communication between HCL Digital Experience and the Security Access Manager server works:

      cd wp_profile_root/ConfigEngine
      ./ConfigEngine.sh validate-pdadmin-connection -DWasPassword=foo -Dwp.ac.impl.PDAdminPwd=foo

    If the task does not run successfully:

    1. Run the run-svrssl-config task to create the properties file. For information, refer to Create the PdPerm.properties file.
    2. Run the validate-pdadmin-connection task again

    If the task is not successful after a second attempt, do not proceed with any subsequent steps. The fact that the task does not run successfully indicates that the portal cannot connect to the Security Access Manager server. Troubleshoot the connectivity issue.

  2. Start all appservers.

  3. Enable user provisioning:

      cd wp_profile_root/ConfigEngine
      ./ConfigEngine.sh enable-tam-userprov -DPortalAdminId=foo -DPortalAdminPwd=foo

  4. Stop and restart the appropriate servers to propagate the changes.