Process Model Error

Hi all , 

Can you guys help me to resolve this .

An error occurred while trying to write to the entity “testTableR” [id=29e7a83e-f6e0-4bd6-a17f-5cc8c25ca65f@384909, type=testTableR (id=21820)] (data store: Testing). Details: java.lang.IllegalArgumentException: The list of records to be saved must not be null or empty: TypedValue[it=21821,v=<null>] Data: TypedValue[it=21821,v=<null>]

  Discussion posts and replies are publicly visible

Parents
  • I mostly see this happen in one of two cases:

    1. You don't have an input value defined for your write to data store entity. Make sure you reference a variable for the value.

    2. You have a variable defined for the value, but the variable is null. In this scenario, check the current value of your variables in the monitoring mode by going to File > Properties. If your value is null, you might not have saved something correctly at a previous step in the process.

Reply
  • I mostly see this happen in one of two cases:

    1. You don't have an input value defined for your write to data store entity. Make sure you reference a variable for the value.

    2. You have a variable defined for the value, but the variable is null. In this scenario, check the current value of your variables in the monitoring mode by going to File > Properties. If your value is null, you might not have saved something correctly at a previous step in the process.

Children