Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I'm new To Windchill RV&S (12.4) and I'm implementing a little library (in java) that will connect to Integrity Server.
I would like to list all client & server connections to know if the current user needs to connect with its credentials.
For the moment I use the function
IntegrationPoint.getCommonSession()
and if an error is generated I call
IntegrationPoint.createNamedSession(username, password)
but I would like to know if there is a way to know in advance if the user is logged in and what their rights are.
I'm trying to implement
im diag --diag=connections
but couldn't find any documentation, I think it might be deprecated