Problem: How to clean Process Execution data from BMC Helix Digital Workplace |
Solution: There are multiple options and depending upon the version, you can choose the appropriate option.
Note: Please ensure to delete the data from archive as well after aging out days. 2. If you are on the 20.02.03 version, on-Prem, you can enable this via script To Enable/Disable a feature [root@MyITSBServer digitalworkplace]# cd sb/rxscripts/ [root@MyITSBServer rxscripts]# source ./bin/setenv.sh [root@MyITSBServer rxscripts]# ./bin/login.sh dwpadmin xxxxxxx Successfully logged in as dwpadmin. [root@ MyITSBServer rxscripts]# ./bin/enable_process_clean_feature.sh Feature Enabled Process data cleanup – from-date - the date from which the data is considered for cleanup. login as a tenant admin For example - ./bin/login.sh Hannah_admin@bmc.com xxxxxx ./bin/update_settings.sh Process-Data-Cleanup-From 10-10-2020 You can monitor the startup log for more information on cleanup, arstartup_trace-2020-10-07-17-45-04.log
3. If you are on SaaS running 20.02, 20.08 versions, You can request the support team to enable this feature
|