An error occurred while trying to write to the data store [ISR Data Store]. No values have been written. Details: org.hibernate.PropertyValueException: not-null property references a null or transient value : ISRJMeetingAdhocReviewerDT8605.studyRequestId

Certified Associate Developer

Hi All,

I am getting the below error at write to multiple data story entities node ( Note ISRJMeetingAdhocReviewer --This is not a new table )

An error occurred while trying to write to the data store [ISR Data Store].  No values have been written. Details: org.hibernate.PropertyValueException: not-null property references a null or transient value : ISRJMeetingAdhocReviewerDT8605.studyRequestId (APNX-1-4208-004)

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    What are the data stores that you are trying to write in this and also do these entities have relationship or any Foreign key addresses against each other? Your error basically is about not having a value/id where it is defined as mandatory or not-null in the database structure. Please pass a value to the mentioned column in the error as it is defined as not-null in the structure.

Reply
  • 0
    Certified Senior Developer

    What are the data stores that you are trying to write in this and also do these entities have relationship or any Foreign key addresses against each other? Your error basically is about not having a value/id where it is defined as mandatory or not-null in the database structure. Please pass a value to the mentioned column in the error as it is defined as not-null in the structure.

Children
No Data