Operation Fails with MinCheckAffectedRowCountException Error

Problem: An operation fails, and com.sybase.vader.da.jdbc.MinCheckAffectedRowCountException appears in the WorkflowClient log.

Explanation: The client is specifying outdated values for an update operation, which do not match the values in the back-end data source.

  1. In the workflow client log, if you see com.sybase.vader.da.jdbc.MinCheckAffectedRowCountException, check the preceding line, which should include JsonContent.
    This line contains the old values that are being sent from the client.
  2. Check these values against the outdated values in the back-end data source, determine which are different, and make appropriate changes.