Unable to create attributes on object.
ODF-0231: Serious error on inserting or updating object attribute, contact system administrator
Error in APP log:
ERROR 2021-11-18 11:18:58,237 [http-nio-8080-exec-279] niku.xql2 (clarity:xxxxx:session:odf.addObjectDefinitionAttributeAndExit) Database Error thrown
com.niku.union.persistence.PersistenceException:
SQL error code: 0
Error message: ERROR: column "attributexxx" of relation "odf_ca_project" already exists
Executed:
alter table odf_ca_project add attributexxx character varying(2000) null
Derived from statement:
<?xml version="1.0" encoding="UTF-8"?>
<statement location="unionPMD.xml" id="union.dynamicSQL" sortColumnPath="/data/header/sortInfo/@sortColumn" sortDirectionPath="/data/header/sortInfo/@sortDirection" slicePath="/data/header/pagination/sliceInfo/@slice" sliceSizePath="/data/header/pagination/sliceInfo/@sliceSize" inputSource="none" xmlns="http://schemas.niku.com/2002/pmd">
<sql dbVendor="all" tsvTemplateAttrCode="">
<text>@dynamic@</text>
<param direction="IN" dynamicReplacement="@dynamic@" expressionListDelimiter=","/>
</sql>
</statement>
Release : 16.0.0
Check the attribute page to verify if the ID has already been taken. If so, use another unique ID.