I have created 2 UDFs on the USR table in DEV invironment, then exported them and imported in test environment without problems.
Then again the same procedure in PROD environment, but only one of the UDFs got created successfully.
The failed UDF has been created on the USR table and referenced in the SDC and SDP tables. But not in the User.xml file. Don't know if it should be referenced anywhere else.
now if I retry to reimport the attribute I get this error:
Exception during import [[
com.thortech.xl.ddm.exception.DDMException: Import failed for entity : 'identity_ucuser_id' which is of type : 'AttributeDefinition', with the following error message :oracle.mds.core.ConcurrentMOChangeException: MDS-00165: metadata Object "/metadata/iam-features-requestactions/model-data/CreateUserDataSet.xml" has changed
MDS-00164: There is a concurrent "UPDATE" operation on the document "/metadata/iam-features-requestactions/model-data/CreateUserDataSet.xml".
The logs are getting spammed by this error:
Error occurred while preparing the audit data for user (key: 464769). Unable to set current user state - com.thortech.xl.dataaccess.tcDataSetException: Column 'USR_UDF_IDENTITY_UCUSER_ID' not found[[
any idea how to fix this. it's kinda urgent. I'm unable to either finish the configuration of this UDF or delete it.