Upgrade to 16.2.2 fails with error 'Possible Dependency Error - function' if the DWH DB username has hyphen.
Steps to Reproduce:
Expected Results:
Upgrade should be successful
Actual Results:
Upgrade fails with below error
Process - function: DWH_CRV_SUM_DATE_FCT.xml
Process - function: DWH_CRV_SUM_JULIAN_DATE_FCT.xml
Possible Dependency Error - function: DWH_CRV_SUM_DATE_FCT.xml
Invalid column name 'ppm_dwh'.
SQL Text:
------- function code comes here ---
Possible Dependancy Error - function: DWH_CRV_SUM_JULIAN_DATE_FCT.xml
Invalid column name 'ppm_dwh' "
SQL Text:
----- function code comes here ------
Workaround:
Create a new DB username without hyphen and perform the upgrade. DB link creation is required after upgrade if the username is changed.
Due to DE116215
DE116215 is under review