OriginalPostID-224868
Discussion posts and replies are publicly visible
Hi Stefan HelzleI have received the following error message from a process.An error occurred while trying to write to the entity “US_Profile” [id=25681974-d814-4cdd-9f2c-61bdb807f8bc@15915, type=US_Profile (id=3346)] (data store: US_Data store). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=3346,v=<null>] Data: TypedValue[it=3346,v=<null>]
Recommended Action: Examine the activity class to correct the error and then resume.
Priority of this problem: High PriorityWould really appreciate if anyone can suggest a solution to such errors.
Hi, this error occurs when the value is not passed ot one of the non nullable columns in the database table. It will help if you compare the CDT from the run time process against the table definition.