uxadd FLA with SES UPR does not receive variable from Task
search cancel

uxadd FLA with SES UPR does not receive variable from Task

book

Article ID: 231036

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

In v5 it was possible to launch a Task with the following command and transfer a Task Variable:

uxadd FLA with SES UPR MU USER TSKVAR (TSKVAR is default)

uxadd FLA SES=MYSES UPR=MYUPR MU=MYMU USER=ME TSKVAR

This does not work anymore in v6

Environment

Release : 6.10

Component : DOLLAR UNIVERSE

Cause

In v6 the Task Name was introduced which opens the possibility to have 2 (or more) Tasks with a different name but the same Session / Uproc / MU but a different Task Variable.

Therefore, a Task launched with the SES / UPR / MU can refer to different Task with different Task Variables. As a consequence the Uproc Variable will be used.

Resolution

Launch Task with their Task Name:

uxadd FLA with TSK MU

uxadd FLA TSK=MYTSK MU=MYMU