Addressing data privacy requests
As the data protection officer or the administrator, you can manage and resolve end users' requests associated with the General Data Protection Regulation (GDPR) by using the BMC Digital Workplace Personal Data Privacy Utility. This topic provides information about the BMC Digital Workplace Personal Data Privacy Utility, and describes how to export and anonymize personal data.
Data privacy, the GDPR, and the Digital Workplace technology
Official EC website: General Data Protection Regulation
The BMC Digital Workplace Personal Data Privacy Utility is a scripting tool that enables the data protection officer or the administrator to perform the following activities to match some of the GDPR compliance requirements:
Note
For information about the GDPR compliance requirements, visit the official EC website at https://ec.europa.eu/info/law/law-topic/data-protection_en. For additional information about BMC and GDPR compliance, see
https://www.bmc.com/it-solutions/gdpr-compliance.html
and Data privacy, the GDPR, and the Digital Workplace technology.
The Personal Data Privacy Utility works for basic configuration (BMC Digital Workplace) and advanced configuration (BMC Digital Workplace Catalog and BMC Digital Workplace), and is compatible with Linux, Windows, MSSQL, and Oracle.
You can download the utility from the BMC
Electronic Product Distribution (EPD) portal
.
You can run the utility remotely, and not on the local BMC Digital Workplace servers.
To export personal data
Note
You can export personal data for only one user at a time.
- Extract the archive with the Personal Data Privacy Utility.
- Open the config folder, and configure the database connection in the application.properties file.
If you are working with BMC Digital Workplace Basic, select the basic option. Then, according to the provided examples, configure the database connection for BMC Digital Workplace only (ignore the BMC Digital Workplace Catalog section).
- If you are working with BMC Digital Workplace Advanced, select the advanced option, Then, according to the provided examples, configure the database connections for BMC Digital Workplace and BMC Digital Workplace Catalog.
- Open the scripts folder.
- Open the appropriate subfolder:
If you are working on the Linux OS, open the linux subfolder.
- If you are working on the Microsoft Windows OS, open the windows subfolder.
In the set_user_to_export file, provide the user ID, and the location for the exported files:
To set the user whose data you are exporting, enter the
dp-export userID
command.(Optional) To set the location for the exported files, enter the
dp-export userID --p outputFolderPath
command.
Note
If the location for the exported files is not specified, the utility puts the exported files in the scripts folder.
- Save the changes, and close the file.
Return to the scripts folder, and open the startup_export file.
The script automatically executes the command specified in step 5.
After the export is finished, the exported files are located in the appropriate folder and saved in CSV format. These files can be forwarded to the requester.
Before you begin
The BMC Digital Workplace and BMC Digital Workplace Catalog databases are dependent on the Remedy ITSM (AR) databases. To perform a complete personal data anonymization, follow these steps:
Anonymize the requester's personal data in Remedy ITSM (AR). Follow the instructions in Addressing data privacy requests
in the BMC Remedy Action Request System documentation.
- After the anonymization is finished in Remedy ITSM (AR), use BMC Digital Workplace Personal Data Privacy Utility to anonymize the requester's personal data in BMC Digital Workplace and BMC Digital Workplace Catalog.
To anonymize personal data
Warning
Do not anonymize active users. The action of anonymization is not reversible.
Note
During the anonymization of user's personal data, the utility deletes the ratings and reviews regarding the BMC Digital Workplace Catalog services that this user received.
- Extract the archive with the Personal Data Privacy Utility.
- Open the config folder, and configure the database connection in the application.properties file
If you are working with BMC Digital Workplace Basic, select the basic option. Then, according to the provided examples, configure the database connection for BMC Digital Workplace only (ignore the BMC Digital Workplace Catalog section).
- If you are working with BMC Digital Workplace Advanced, select the advanced option. Then, according to the provided examples, configure the database connections for BMC Digital Workplace and BMC Digital Workplace Catalog.
- Open the scripts folder.
- Open the appropriate subfolder:
If you are working on the Linux OS, open the linux subfolder.
- If you are working on the Microsoft Windows OS, open the windows subfolder.
- In the set_user_to_anonymize file, provide the user ID of the user whose data you are anonymizing.
Enter thedp-anonymize userID
command. - Save the changes, and close the file.
- Return to the scripts folder, and open startup_export file.
The confirmation message appears. - To execute the anonymization, type y and press Enter.
To decline the anonymization, type n and press Enter.
After the anonymization is finished, you cannot find the personal data of the requester in the system. The absence of the user's personal data indicates a successful anonymization.
Comments
Please provide some more information on how to fill the catalog part in the application.properties! Which user would I have to specify and why do I have to specify it twice? catalog.url=jdbc:arserver://:;user=; password= catalog.username= catalog.password=
Thanks for your comment Eric Wuensche. Apologies for the delay, we will get back to you with an update ASAP.
Thanks,
Ravee
Thanks for your patience Eric Wuensche.
The properties file uses
user
for JDBC authentication whereasusername
is used for specifying the BMC Digital Workplace Catalog administrator.Thanks,
Ravee
Log in or register to comment.