The Dollar Universe uxupd upr depcon add command, used for defining Uproc (unit of production) dependencies, sometimes inconsistently accepts invalid status keywords without throwing an immediate error. Instead of rejecting the unrecognized status value, the command may successfully execute but assign an unexpected, random, or "incoherent" status (e.g., aborted or incidental) to the newly created dependency. This behavior leads to misconfigured and confusing Uproc dependencies, which can cause workflow issues.
Symptoms
uxupd upr depcon add command with a STATUS parameter not listed in the officially accepted keywords (TERMINATED, ABNORMAL, ENDED, ABSENT).Example of Inconsistent Behavior:
STATUS=COMPLETED (which is not an accepted keyword) might set the dependency status to incidental or aborted.STATUS=i might set the condition to completed.STATUS=cdefghijk does correctly produce an error message: "Invalid format, unauthorized response command in error!!". This highlights the inconsistency.Version: 7.x.x
Product: CA Automic Dollar Universe
Component: Dollar Universe Application Server
DE176534
Update to a fix version listed below or a newer version if available.