Create stream via CLI fails
I tried to create a stream like like this:
create stream -r REPOSITORY -d "STREAMDESCRIPTION" --projectarea STREAMNAME PROJECTAREA
With scm.exe this works as expected but fec.exe and lscm.bat are faulty. I don't even get a response with these two commands and the stream will not be created.
(I tried it with 6.0.2 and 6.0.3.)
I would be deeply grateful if you could share your practical experience. Thanks in advance!
Comments
Shashikant Padur
JAZZ DEVELOPER Jun 05 '17, 12:42 a.m.Do you see any daemon process running? Use "scm list daemon" subcommand. If so, could you run "scm daemon stop --all" and rerun the "lscm create stream" subcommand. By the way, does "lscm help" or "lscm help create stream" work?
Donald Nong
Jun 06 '17, 2:34 a.m.I can confirm that both scm and lscm work for me - 6.0.3 on a Mac. Although fec refuses to run due to the lack of mkroot script.
Zoran Tomaskovic
Jun 06 '17, 8:58 a.m.The daemon is not really the problem.
Maybe I should emphasize the matter that only "create stream" is not working with fec/lscm. All other subcommands (e.g. "create workspace" or "create/add component") are working just fine with all three commands (scm/fec/lscm).