Products | Versions |
---|---|
TIBCO MDM | 8.3.x, 9.x |
Below is a use case.
1). We have two commands, A and B for two unrelated repositories A and B in the same transaction. Command A is located ahead of command B.
2). If command A fails, then command B fails too regardless of whether or not command B will trigger any error.
3). If command A succeeds but command B generated some errors, then command A still gets executed and command B errors out.
If the web service transaction contains a record modify command that does not update any existing data, the “Data unchanged, request ignored" message should be a warning versus an error. From a business user’s perspective, they do not want the unchanged data command to fail other commands in the transaction.