Skip to main content
4-Participant
October 31, 2023
Question

List Server/Client Connections via CLI

  • October 31, 2023
  • 0 replies
  • 698 views

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