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

error of scm login command

When I run the scm login command on my RTC 3.0 environment, I obtain the following error

angelo@angelinux:/opt/IBM/SDP/scmtools/eclipse$ ./scm.sh login -r https://clmweb:9443/ccm -u CLMADMIN -P XXXXXXXX
Problem running 'login':
Repository registry cannot be secured. Error changing permissions of file /home/angelo/.jazz-scm/repositories.txt
angelo@angelinux:/opt/IBM/SDP/scmtools/eclipse$

The other scm commands works without problems.

Can you help me?
Thanks in advance.

0 votes



2 answers

Permanent link
The cli runs a script to set the permission of repositories.txt file to "-rw-------" so that only the user has read/write access to the file. This script (which is located at /jazz/scmtools/eclipse/scripts/unix/mk) is failing as it is not able to set the permissions.
I believe workitem 182100 may have addressed this issue.

When I run the scm login command on my RTC 3.0 environment, I obtain the following error

angelo@angelinux:/opt/IBM/SDP/scmtools/eclipse$ ./scm.sh login -r https://clmweb:9443/ccm -u CLMADMIN -P XXXXXXXX
Problem running 'login':
Repository registry cannot be secured. Error changing permissions of file /home/angelo/.jazz-scm/repositories.txt
angelo@angelinux:/opt/IBM/SDP/scmtools/eclipse$

The other scm commands works without problems.

Can you help me?
Thanks in advance.

0 votes


Permanent link
Thanks Padur solved!!!

The file /jazz/scmtools/eclipse/scripts/unix/mkfile had not the execute permission.

Bye.

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

Question asked: Dec 15 '11, 3:22 a.m.

Question was seen: 9,039 times

Last updated: Dec 15 '11, 3:22 a.m.

Confirmation Cancel Confirm