Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to load local workspace(sandbox) with scm

first:
I have created repository workspace with command
lscm create ws 2583_HMI_20_EPO -s 2583_HMI_2.0_Main -r https://myserver.pcm.endress.com:9443/jazz -u myid -P mypassword

the respose was:
Arbeitsbereich (1447) "2583_HMI_20_EPO" wurde erfolgreich erstellt

second:
the command for loading ws fails.
lscm load -r myserver:9443/jazz -u myid -P mypassword -d D:\Sandbox\HMI_Test workspace @1446

the response is:
Fehler bei Ausfuehrung von 'load':
workspace "workspace" ohne Entsprechung

Dietmar


0 votes


Accepted answer

Permanent link
As Ralph points out the load syntax could be one of the following:
lscm load -r myserver:9443/jazz -u myid -P mypassword -d D:\Sandbox\HMI_Test 1447
where the sandbox is D:\Sandbox\HMI_Test and 1447 is the alias of the workspace.
or
lscm load -r myserver:9443/jazz -u myid -P mypassword -d "D:\Sandbox\HMI_Test workspace" 1447
where the sandbox is "D:\Sandbox\HMI_Test workspace" and 1447 is the alias of the workspace.
Dietmar Wolf selected this answer as the correct answer

0 votes


One other answer

Permanent link

lscm load -r myserver:9443/jazz -u myid -P mypassword -d D:\Sandbox\HMI_Test workspace @1446

I don't think workspace belongs there in the help https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/c_scm_cli.html&scope=null it is in brackets which means it has to be replaced by


The workspace to load. To specify the workspace, use its name[@repo], alias, or UUID[@repo].



You could also have a space too many or an underscore too few.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019

Question asked: Jul 07 '15, 7:48 a.m.

Question was seen: 2,849 times

Last updated: Jul 07 '15, 11:08 p.m.

Confirmation Cancel Confirm