Question

BUG 22.1.4 - Object Property objversion definition make object unusable in Aurena (ETAG exceed 100 characters)

  • 5 August 2022
  • 3 replies
  • 113 views

Userlevel 6
Badge +12

IFS Cloud 22.1.4, Case CS0087287

ObjectProperty property_value cannot be longer then 24-67 characters in Aurena. Because ETAG exceed 100 characters.
 



etag_ VARCHAR2(100) := 'W/"'||objid_||':'||objversion_||'"';

objid length = 18
other characters = 5


100chars is exceeded when
value length > 67 chars
when validation is enabled => max. value length = 67 – (length of validation method aprox. 43 ch) = 24 characters

SELECT avg(length(validation_method)) FROM object_property where validation_method is not null; = validatation avg length = 43ch

I want to use 250 characters long string, column is defined as 2000 chars long.

This BUG is system wide, etag creation or long objversions must be redesigned at least for specific logical units.

 

rtrim(rpad(property_value||chr(31)||validation_enabled||chr(31)||validation_method,2000)) objversion,

 

 


3 replies

Userlevel 6
Badge +12

CSM CS0087287, 2022-09-16 06:02:58:


Our Product Development (RnD) team has diagnosed the reported issue as being a defect in the standard system. The fix is currently planned to be release with/on 22.1.7, 22.2.0. and 23.1E.0. We will keep you updated on the progress.

Userlevel 6
Badge +12

CSM CS0087287, 2022-09-23 04:52:25:
 

RnD team fixing the issue- planned to release on 22.1.7, 22.2.0. and 23.1E.0

Userlevel 6
Badge +12

CSM CS0087287, 2022-09-27 12:17:10:

We have created a fix for this issue and it will be part of 22.1.7, 22.2E.1 and 23.1E.0.

Reply