Skip to main content
sunilc0007
September 15, 2022
Question

I am facing this error in the process model

  • September 15, 2022
  • 11 replies
  • 0 views

Hello community,

that is the error-

An error occurred while trying to write to the entity "LMS_Approval_Details" [id=df9f2bb8-8169-4985-987e-21a22f970163@4662, type=LMS_Approval_Details (id=3874)] (data store: LMS Data Store). Details: org.hibernate.PropertyValueException: not-null property references a null or transient value: LMSApprovalDetailsDT7163.customerId Data: TypedValue[it=3874,v={<null>,<null>,,,Approve,,,}]

Thanks in advance

    11 replies

    ravir0014
    September 15, 2022

    You will require to mark the customer id column in database as auto increment if that is your primary key and then update your CDT.

    sunilc0007
    September 15, 2022

    I have already done this.

    ravir0014
    September 15, 2022

    Can you post your CDT XSD screenshot? Also check for other columns in table if there is no data for those columns make the nullable true.