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.
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.
2 answers
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.
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.