Skip to main content
1-Visitor
January 20, 2016
Question

How to see which slave node we are accessing in Windchill from UI?

  • January 20, 2016
  • 1 reply
  • 1119 views

Is there is a way, to get the username with slave node in windchill . For example Username@sl01

1 reply

2-Explorer
January 20, 2016

I have used the method detailed in https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS142955 a couple of times to get the full name of the user. In the custom class, you can add a method to read the java.rmi.server.hostname from wt.properties which would give you the host name of the server. You can add a custom name for each of the nodes you have in, like node-1 or 2 based on value of java.rmi.server.hostname

Thank you

Binesh Kumar