Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Can I get the user's computer name when logging in to PLM?
Thank you in advance
Hello,
The easiest way to get this is to read apache access logs. You will get ip address of computer.
Regards
Ajit
I want to know the client computer name or MAC address, not IP address. is this possible with apache log? in plm 10.x version
Hello,
I guess that it is not possible if http request do not contains that information.
Apache HTTPServer access.log contains IP information of requests and login name.
Windchill_1x.x\HTTPServer\logs (Apache\logs)
PetrH
@RC_9599607 wrote:
I want to know the client computer name or MAC address, not IP address. is this possible with apache log? in plm 10.x version