It's all about the answers!

Ask a question

How to do "log out" on MSSCCI?


Yoshihisa Komai (3002422) | asked Oct 02 '12, 5:24 a.m.
retagged Oct 01 '14, 3:48 p.m. by David Lafreniere (4.8k7)
It seems there is no "log out" menu on MSSCCI.
Does anyone know how to do "log out" on MSSCCI?

Accepted answer


permanent link
Kiran M N (3262) | answered Oct 03 '12, 11:27 p.m.
JAZZ DEVELOPER
Hi Yoshihisa-san,

Yes, there is no log out option in MS-SCCI currently. MS-SCCI Client is supposed to be a set of libraries that implement the APIs mentioned as part of the MS-SCCI specification, which are to be used from the host application's UI.
Therefore, we do not have a Team Artifact Navigator as in other clients through which the user can login / log out. Managing the repositories functionality is limited to creating repository connections via the control panel application bundled with MS-SCCI client.

Not sure what is the limitation u r facing with this: Is it that you cannot switch users? Or just that there is no log out?

If u want to switch users, it is still possible by re-opening the project and when it prompts for authentication (typically, on the first SCM operation), try logging in as a different user. Of course, the authentication dialog is shown only if the user has not saved password.

David Lafreniere selected this answer as the correct answer

Comments
David Lafreniere commented Jan 14 '19, 4:20 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

In terms of MS-SCCI API, the closest thing there is that simulatesa log-out of the RTC server from the client, would be to have the host IDE call SccCloseProject() and SccUninitialize() (each IDE has different ways this is done...so it's difficult to describe them all here... but generally closing the IDE should also make those calls).

Your answer


Register or 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.