cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

List Server/Client Connections via CLI

TP_10829930
4-Participant

List Server/Client Connections via CLI

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 

 

0 REPLIES 0
Top Tags