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
Is there is a way, to get the username with slave node in windchill . For example Username@sl01
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