Problem Note 69132: The SASĀ® Anti-Money Laundering "rr_job_populate_driver.sas" job fails when you use it to automatically create and populate custom regulatory reports
You might encounter an issue in which the rr_job_populate driver job fails when you use it to populate information in your custom regulatory report.
The job fails because of an incorrect parameter specified in the rr_populate_create_subj code, which is called from rr_job_populate_driver. At line 153 of rr_populate_create_subj, the argument specified in the to_object parameter is hardcoded to rr_sar_subject instead of to the custom entity name, as shown below:
%rr_fdh_link_table_nm (from_object=rr_report, to_object=rr_sar_subject, out_table_nm_var=link_table_nm);
The workaround is to modify line 153 in rr_populate_create_subj as follows:
%rr_fdh_link_table_nm ( from_object=rr_report, to_object=&&&party_type._table_nm, out_table_nm_var=link_table_nm);
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Linux for x64 | 8.2 | 8.3 | Viya | Viya |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2022-05-20 08:26:10 |
Date Created: | 2022-04-25 14:59:32 |