Load DWH fails on DWH_CMN_MVL_LOAD after upgrade to 16.0 on custom multivalued dynamic lookup attributes in DWH_CMN_MV_LOOKUP. The error referenced is one of the following:
column lkp.language_code does not exist
query string argument of EXECUTE is null
STEPS TO REPRODUCE:
Expected Results: The job to complete correctly
Actual Results: The job fails with an error message on the DWH_CMN_MV_LOOKUP update:
2021/11/24 12:02:58 - MVL Load PG - ERROR (version 9.1.0.0-324, build 9.1.0.0-324 from 2020-09-07 05.09.05 by buildguy) : An error occurred executing this job entry : 2021/11/24 12:02:58 - MVL Load PG - Couldn't execute SQL: CALL DWH_CMN_MVL_LOAD(P_LAST_LOAD_DATE => to_timestamp('1910/01/01 12:00:00', 'yyyy/MM/dd HH24:mi:ss')::timestamp, P_FULL_RELOAD => 'N'::text);2021/11/24 12:02:58 - MVL Load PG - 2021/11/24 12:02:58 - MVL Load PG - ERROR: query string argument of EXECUTE is null
2021/11/24 12:02:58 - MVL Load PG - Where: PL/pgSQL function dwh_cmn_mvl_load(timestamp without time zone,text) line 66 at EXECUTE
or
2021/11/22 18:10:26 - MVL Load PG - ERROR (version 9.1.0.0-324, build 9.1.0.0-324 from 2020-09-07 05.09.05 by buildguy) : An error occurred executing this job entry :
2021/11/22 18:10:26 - MVL Load PG - Couldn't execute SQL: CALL DWH_CMN_MVL_LOAD(P_LAST_LOAD_DATE => to_timestamp('1910/01/01 00:00:00', 'yyyy/MM/dd HH24:mi:ss')::timestamp, P_FULL_RELOAD => 'Y'::text);
2021/11/22 18:10:26 - MVL Load PG - 2021/11/22 18:10:26 - MVL Load PG - ERROR: column lkp.language_code does not exist
Release : 16.0.0
Component : CLARITY DATA WAREHOUSE
This is DE63266, in review by Engineering
For PostgreSQL run the query on the DWH database:
For Oracle run the query on the DWH database: