Hi can anyone help me with this recurring problem. I got a main process witch cr

Hi can anyone help me with this recurring problem. I got a main process witch create, deactivate or reactivate user, then I would like to update variable of the process instance (accountStatus & dateUpdate) from where the user was created once it was deactivated or reactivated. I get this error when I'm using "Set External PV" (There is a problem with task “Update RPT” in the process “User Account Management”. The user account for java.lang.IllegalArgumentException: Could not find PV: dateUpdate could not be created. (APNX-1-4160-000)). As far as I'm concern all pv's are available on process model and also with the report. TIA....

OriginalPostID-116515

OriginalPostID-116515

  Discussion posts and replies are publicly visible

Parents
  • This indicates the smart service is not finding the pv called "dateUpdate" in the process you are specifying. Remember that process variable names are case sensitive so maybe the right name is "dateupdate".

    Another thing to check is that the node input in the Set External PVs that takes the process ID is actually pointing to the right process. If you are storing that in a process variable simply navigate to http://....../suite/proc/XXXX where XXXX is the process ID you're passing then go to Process Details - Variables and confirm the variable name.
Reply
  • This indicates the smart service is not finding the pv called "dateUpdate" in the process you are specifying. Remember that process variable names are case sensitive so maybe the right name is "dateupdate".

    Another thing to check is that the node input in the Set External PVs that takes the process ID is actually pointing to the right process. If you are storing that in a process variable simply navigate to http://....../suite/proc/XXXX where XXXX is the process ID you're passing then go to Process Details - Variables and confirm the variable name.
Children
No Data