Support Article
Getting error No enum constant com.pega.pegarules.data.external
SA-16175
Summary
User creates a data class in PRPC on a custom DB table in Oracle which is having a column with NVARCHAR2 data type to support Japanese and other special characters.When we use that column in a report definition, and when report definition is executed to fetch the data, below exception occurs.
Error Messages
Error:
** ** No enum constant com.pega.pegarules.data.external.rd.constants.ColumnType.NVARCHAR2 ** No enum constant com.pega.pegarules.data.external.rd.constants.ColumnType.NVARCHAR2
Steps To Reproduce
- Create a custom db table in oracle with a column type NVARCHAR2.
- Create a class mapping and use that property in Report Definition.
- Execute Report Definition.
Root Cause
Issue with PRPC code.NVARCHAR2 data type in Oracle is not supported earlier.
Resolution
Apply HFix-24514.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.