Clarity: Print Invoices: character string buffer too small ORA-06512: at "NIKU.PAC_BIL_INVPRINTLOOKUP_SP"
search cancel

Clarity: Print Invoices: character string buffer too small ORA-06512: at "NIKU.PAC_BIL_INVPRINTLOOKUP_SP"

book

Article ID: 52333

calendar_today

Updated On:

Products

Clarity PPM On Premise

Issue/Introduction

If user has a project with a larger name and most likely multi-byte characters, in Print Invoices page will have error [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_INVPRINTLOOKUP_SP"

Steps to Reproduce:

  1. Create a project with very large name and multi-byte characters

  2. Select a project, add financially enabled resource to team, create a task and add the resource to the task

  3. Create a transaction with the project, task and the resource

  4. Post to WIP

  5. Select the transaction to generate an invoice

  6. Go to Print Invoices page

  7. Select Project = the project code from step 2

  8. Click Filter

Expected: No error should appear when filter by project code on Print Invoices page
Actual: User got error: character string buffer too small ORA-06512: at "NIKU.PAC_BIL_INVPRINTLOOKUP_SP"

 

 

Environment

Release:
Component: TIME & DATA MANAGAEMENT"

Resolution

WORKAROUND:
The workaround is to increase the size of the following column that controls the variable data type like so.
Alter table TEMP_PAC_BIL_INVPRINTLOOKUP modify project_name varchar(256)



Pending resolution in a future Clarity release.

Keywords: CLARITYKB, CLRT-52574, clarity12open, print invoice, filter, project_name, ORA-06502