[closed] lscm (scm) command line is very slow (solved)
The question has been closed for the following reason: "Duplicate Question" by krzysztofkazmierczyk Jan 19 '15, 3:15 a.m.
3 answers
Hi Brett,
Could you please try with the below details.
LSCM_USE_JAVA_FEC EV and that seems to have speed things up considerably.
Set EV to any value i.e
set LSCM_USE_JAVA_FEC=xyz.
This can be done via the windows environment variables or at the command line before running the lscm commands.
Here is an example of a batch file that you can use to start run the initial login using lscm
set LSCM_USE_JAVA_FEC=xyz
@echo %LSCM_USE_JAVA_FEC% Fec
set PATH=C:\OPT\eclipse\RTC\RTC-Client-Win-4.0.5\jazz\scmtools\eclipse;%PATH%
@echo Start Bat file: %time%
lscm login -c -n r -r https://server:9444/ccm -u user -P password
Regards,
Arun.
Arne Bister (2.1k●3●15) | answered 1 hour ago
JAZZ DEVELOPER
please cp. https://jazz.net/wiki/bin/view/Deployment/RTCClientPerformance#Command_line_interfaces_CLIs to references how to enable Metronom and additional logging for command line to pinpoint exactly what is causing the performance issue you are observing.
- Arne
Comments
Remy Suen
Sep 30 '14, 11:18 a.m.Brett Waldo
Sep 30 '14, 12:16 p.m.Remy Suen
Sep 30 '14, 2:21 p.m.Brett Waldo
Sep 30 '14, 2:49 p.m.Donald Nong
Oct 01 '14, 1:13 a.m.Brett Waldo
Oct 01 '14, 6:59 a.m.Evan Hughes
JAZZ DEVELOPER Nov 18 '14, 11:56 a.m.