Problem Note 70368: You encounter an error when running the csCore_set_extrnDb_configValues post-installation/post-onboarding script in SASĀ® Anti-Money Laundering
You might encounter the following error message when running the csCore_set_extrnDb_configValues script in SAS Anti-Money Laundering after installation/onboarding:
TASK [Set the csCore external database properties with admin userid/password] ******************************************************
fatal: [amlspre]: FAILED! => {"changed": true, "cmd": "/opt/sas/spre/home/SASFoundation/misc/amlcoresrv/csCore/deploy_scripts/tasks/csCore_set_extrnDb_configValues.sh -f /opt/sas/spre/home/SASFoundation/misc/amlcoresrv/csCore/deploy_scripts/tasks/csCore_set_extrnDb_configValues_admin.properties"
This error is due to the extrn_db_jdbcUrl setting in the tenant_vars.yml file not being honored.
To circumvent this issue, complete the following steps:
- Open the /opt/sas/spre/home/SASFoundation/misc/amlcoresrv/bin/cscore_set_extrndb_configvalues.sh file.
- Modify line number 289, extrn_db_jdbcUrl=${extrn_db_jdbcDriverClassname:-}, to the following:
extrn_db_jdbcUrl=${extrn_db_jdbcUrl:-}
- Rerun the SAS Anti-Money Laundering tenant onboarding tasks.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering (on SAS 9.x) | Linux for x64 | 8.3 | | 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: | 2023-09-19 16:06:49 |
Date Created: | 2023-09-11 11:02:01 |