I tried also.
./uxadd UPR APP upr=UPROC1 LABEL='Test UPROC' UPT=CL_INT CL_INT=/tmp/toto APPL=A0
./uxadd SES APP SES=SESSION1 LABEL='Test Session' HEADER=UPROC1
./uxadd TSK APP LABEL="Test task" SES=SESSION1 UPR=UPROC1 MU=MU1A TECHINF MULT PARALLEL type=S USER=user1
./uxupd TSK APP SES=SESSION1 UPR=UPROC1 MU=MU1A IMPL ADD rule="(("CAL",01/01/2023,01/01/2036,0800,99))"
Answer is:
Command : uxupd tsk app ses=SESSION1 upr=UPROC1 mu=MU1A ttype="*" tsk=* vupr=* nomodel nopartage impl add rule=((CAL,01/01/2023,01/01/2036,0800,99))
command in error!!
Kind regards,
Yves
Original Message:
Sent: May 13, 2025 05:28 AM
From: Angus Reid
Subject: Adding rule to TSK in command line
Had a look at your command and this all that is missing is the rule name needs to be in quotes
./uxupd TSK APP SES=SESSION1 UPR=UPROC1 MU=MU1A IMPL ADD rule="((CAL,01/01/2023,01/01/2036,0800,99))"
becomes
./uxupd TSK APP SES=SESSION1 UPR=UPROC1 MU=MU1A IMPL ADD rule="(("CAL",01/01/2023,01/01/2036,0800,99))"
Original Message:
Sent: May 13, 2025 04:24 AM
From: Angus Reid
Subject: Adding rule to TSK in command line
Can you share what your session looks like and whether this is adding a rule to a secondary task and also the curent task and the new rule.
Original Message:
Sent: May 12, 2025 03:46 PM
From: Yves Degauquier
Subject: Adding rule to TSK in command line
Hi,
I'm running DUAS 7, and when I try to add rule to a newly defined task on command line, I get an error.
./uxupd TSK APP SES=SESSION1 UPR=UPROC1 MU=MU1A IMPL ADD rule="((CAL,01/01/2023,01/01/2036,0800,99))"
Command : uxupd tsk app ses=SESSION1 upr=UPROC1 mu=MU1A ttype="*" tsk=* vupr=* nomodel nopartage impl add rule=((CAL,01/01/2023,01/01/2036,0800,99))
command in error!!
Any help is appreciated :-)
Kind regards,
Yves