Anybody has any clues to how to solve the alert error of the following. I am get

Anybody has any clues to how to solve the alert error of the following. I am getting it on a write to data store entity node. This is the error:

There is a problem with task “Save Company Location” in the process “CM_CompanyLocations”. An error occurred while trying to write to the entity “CM_CompanyLocation” [id=592fa65f-0c79-498d-9bbc-5fae6cabdc98@5005, type=CM_CompanyLocation (id=7196)] (data store: Company Management). Details: org.hibernate.TransientObjectException: object is an unsaved transient instance - save the transient instance before merging: CMLocationDT1845 Data: TypedValue[it=7196,v={72,18836,Location four five six,002,142,address line 1,address line 2,address line 3,city,askdjalkdj,2014-05-28 16:06:08.24,<null>,,,<null>,,<null>,1,{<null>,<null>,,,,<null>,<null>},2}]...

OriginalPostID-111257

OriginalPostID-111257

  Discussion posts and replies are publicly visible

  • The ManyToOne relationship will allow you to store a parent CDT even if the child is NULL as long as two conditions are met:

    1. The XSD should specify the relationship is "optional=true"
    2. The child needs to be NULL
    ----> Which is different from a child with NULL fields
    ----> If the child has fields then this is considered as an insertion, but if all values are empty you won't be able to save.

    If you want to pass the child CDT as null you have to nullify it by storing null in the CDT itself not in each field.
  • I just had the same (or at least very similar) problem. The solution that worked for me was recreating the Data Entity in the Data Store. I guess it was using a different version of the Data Type than the Process Model.
    This was the only thread I could find about the topic, so it took me some time to solve it. Hope this helps if anyone else gets this error.
  • similar kind of issue I got today on my production system. Previously it was working fine. I don't have access to the production system. I'll check with my TL and let you know.


    An error occurred while trying to write to the entity “ACSI_Rcb” [id=cf65f649-e23d-43d6-a092-1674dde21ac5@12083, type=ACSI_Rcb (id=4992)] (data store: ACSI_DS). Details: org.hibernate.TransientObjectException: object is an unsaved transient instance - save the transient instance before merging: ACSIRcbStatusDT1847 Data: TypedValue[it=4993,v={{<null>,D080,ITSOW005 D080 Taurus SOW - Interim HFC Network Planning and Design Solution ,The outcome of the work to be performed covered by this SOW is to implement the required IT changes that will support the interim solution for High Level Design and Detailed Design Interactions for HFC. ,{<null>,,,<null>,<null>,,<null>},,<null>,1,0,0,0,,563962.0,2016-04-01 00:00:00.0,,2016-01-31 00:00:00.0,Keith Walker,CostReimbursement@team.tel.com,v-penrabarts,1,Yes,<null>,1,<null>,<null>,2015-06-30 00:00:00.0,2017-07-24 09:58:06.93,Administrator,1,DRSI,1,<null>,<null>,}}]