Immediately after upgrading to base 16.2.2, when the Time Slicing job runs, the following BG log contains the excerpt:
ERROR 2024-08-29 01:34:37,125 [Dispatch Time Slicing : bg@server (tenant=clarity)] niku.blobcrack (clarity:user:session:Time Slicing) () Exception during blobcrack process
com.niku.union.persistence.PersistenceException:
SQL error code: 17059
Error message: Fail to convert to internal representation: 1.30686422511371E-309
Executed:
UPDATE PRTEAM
SET ODF_NK_ODF_PRALLOCCURVE = ?
WHERE prID = ?
Derived from statement:
<?xml version="1.0" encoding="UTF-8"?>
<statement batchable="true" sortColumnPath="/data/header/sortInfo/@sortColumn" sortDirectionPath="/data/header/sortInfo/@sortDirection" slicePath="/data/header/pagination/sliceInfo/@slice" sliceSizePath="/data/header/pagination/sliceInfo/@sliceSize" inputSource="map" xmlns="http://schemas.niku.com/2002/pmd">
<sql dbVendor="all" tsvTemplateAttrCode="">
<text>
UPDATE PRTEAM
SET ODF_NK_ODF_PRALLOCCURVE = ?
WHERE prID = ?
</text>
<param name="sqlcurve" type="sqlcurve" direction="IN" expressionListDelimiter=","/>
<param name="objectID" type="int" direction="IN" expressionListDelimiter=","/>
<condition count="1" inputSource="map" inputLocation="sql_curve_active" inputMapIndex="0"/>
</sql>
</statement>
16.2.2.1 (Patch 1)
This is reported as DE153781 and is under Engineering review.