I need a solution
Hi,
I'm tryring to reduce the number of stages in an old SLP version from 3 to 2.
$ nbstl SLPNAME -l -version 5
SLPNAME *NULL* 0 0x0 5
0 stu1 *NULL* *NULL* 0 3 *NULL* 0 0x2 0 0 1
3 *Remote*Master* *NULL* *NULL* 0 1 *NULL* 0 0x0 1 0 2
1 stu2 Monthly-Fulls *ANY* 0 10 *NULL* 1 0x0 1 0 3
$ nbstl SLPNAME -modify_version -version 5 -source 0,1 -uf 0,1 -residence stu1,stu2
Exit status: 144(invalid command usage) - attempt to modify fixed values of existing version
Do I have to specify every command line option that references the indexed tasks ?
Thanks.