Description:
If user has a project with a larger name and most likely multi byte characters, in Issue Credit Memo page, user will get error when filtering:
Internal Server Error. Contact your site administrator. ([CA Clarity][Oracle JDBC Driver][Oracle]ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "NIKU.PAC_BIL_CM_INVLOOKUP_SP", line 596 ORA-06512: at line 1)
Steps to Reproduce:
Expected: No error should appear when filter by any parameter on Issue Credit Memo page.
Actual: User got error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "NIKU.PAC_BIL_CM_INVLOOKUP_SP".
Solution:
Workaround:
The workaround is to increase the size of the following column that controls the variable data type like so.
Alter table temp_tempPAC_BIL_CM_INVLOOKUP_ modify project_name varchar(256)
Status/Resolution:
Pending resolution in a future Clarity release.
Keywords: CLARITYKB, CLRT-52572, clarity12open, issue credit memo, filter, PAC_BIL_CM_INVLOOKUP_SP.