Solution:
1. By the output of STAT_PSDB_CONFIG table the SRV_PWD and SRV_PWD_DT columns are updated for the env HRISCNV.
Ask your DBA to perform the table update like below:
Update STAT_PSDB_CONFIG set SRV_PWD = NULL where DB_CD = 'HRISCNV';
Update STAT_PSDB_CONFIG set SRV_PWD_DT = NULL where DB_CD = 'HRISCNV';
commit;