Pseudonymising user PI contained in Surveys

If Community Surveys are part of your HCL Connections deployment, you can download and run a database script to pseudonymise a user's name in the Surveys application. You must use the script specific to the database and the operating system that it runs on in your environment.

Before you begin

Download the script “HCL Connections 6.0.0.0 CR1 Community Surveys fix for APAR LO93917” (6.0.0.0_CR1_Surveys_IFLO93917.zip) from the download package “HCL Connections v6.0 APAR Fixes” on the HCL Software License and Download Portal.

In all of the following commands, directory_uuid is the user's LDAP UUID, a string that looks like 46c25940-be70-1033-93a5-95472f45d54f . The scripts change the name of the user associated with the UUID to pseudonym, a name like "User124," throughout the Surveys application.

For surveys on a DB2 database

  • Linux: Log in as the DB2 administrator, and issue the following command:
     sh changeNames_Survey_OnPrem_DB2.sh directory_uuid "pseudonym"
  • Windows: Log in as the DB2 administrator, and issue the following command:
     changeNames_Survey_OnPrem_DB2.bat directory_uuid "pseudonym"

For surveys on an Oracle database

  • Linux: Issue the following command:
     sh changeNames_Survey_OnPrem_Oracle.sh db_admin db_password directory_uuid "pseudonym"
  • Windows: Issue the following command:
     changeNames_Survey_OnPrem_Oracle.bat db_admin db_password directory_uuid "pseudonym"
    Note: Make sure to detach both changeNames_Survey_OnPrem_Oracle.bat and changename.sql and save them in the same folder on the Windows system.