scm create workspace fails
Hi,
I am trying to create a workspace with the following command line:
scm create workspace -r https:rtcserver:9443/ccm -s steamName workspaceName
I recieve the following error:-
Problem running 'create workspace':
Could not loging to https:rtcserver:9443/ccm as "userName". Already logged in as "userName".
Run "scm logout" and retry.
I have tried the same command without the stream option and worked with no problem.
I am working with RTC 3.0.1.1 server, RTC CLI 3.0.2. My repository intialy created in RTC 2.0 and was migrated to 3.0.1.1 recently.
Please assist,
Liora
Accepted answer
Hi Liora,
a similar case with answer was reported in the forum in this entry.
Basically it comes down to using your user id in UPPER CASE when you first log in, for example
>lscm login -r https://myserver:9443/ccm -u ABISTER -p ...
rather than "-u abister"
Explanation see linked entry.
Does this work?
- Arne
a similar case with answer was reported in the forum in this entry.
Basically it comes down to using your user id in UPPER CASE when you first log in, for example
>lscm login -r https://myserver:9443/ccm -u ABISTER -p ...
rather than "-u abister"
Explanation see linked entry.
Does this work?
- Arne
Comments
Evan Hughes
JAZZ DEVELOPER Jun 20 '12, 11:46 p.m.Have you tried logging out?