Hi all,
I am getting the following error in the View tab when designing a report using a custom report entity in PRS:
java.lang.RuntimeException: failed while casting result set to dynamic beans
at com.emc.documentum.bpm.reports.access.impl.ReportPopulatorConnectionImpl$2.extract(ReportPopulatorConnectionImpl.java:197)
at com.emc.documentum.bpm.reports.access.impl.ReportPopulatorConnectionImpl.extractQuery(ReportPopulatorConnectionImpl.java:217)
at com.emc.documentum.bpm.reports.access.impl.ReportPopulatorConnectionImpl.createEntityRowSet(ReportPopulatorConnectionImpl.java:202)
................................
Caused by: java.sql.SQLException: Invalid scale size. Cannot be less than zero
at javax.sql.rowset.RowSetMetaDataImpl.setScale(RowSetMetaDataImpl.java:375)
at com.emc.documentum.bpm.reports.utils.ResultSetUtils.copyMetaData(ResultSetUtils.java:109)
at com.emc.documentum.bpm.reports.access.impl.ReportPopulatorConnectionImpl$2.extract(ReportPopulatorConnectionImpl.java:192)
... 39 more
A report created with non-custom report entities is fine - no errors are displayed on the View tab.
Weare on PRS 6.6 sp 24, same version for BAM server.
Any ideas/suggestions/tips/links much appreciated.
TIA