Skip to main content
4-Participant
November 18, 2024
Question

How to check recently accessed projects by users in windchill 13,2 as an ADMINISTRATOR

  • November 18, 2024
  • 3 replies
  • 777 views

How to check recently accessed projects by users in windchill 13,2 as a ADMINISTRATOR

3 replies

24-Ruby III
November 18, 2024
avillanueva
23-Emerald I
23-Emerald I
November 18, 2024

@VladimirN is correct if we want to know who used wcadmin and that generally applies for any non-user account or shared account. You can only trace back to IP address. However, there is another way to read this question. As the admin, how can we see the recently accessed list of projects by user? So we are looking for the data on which projects are being accessed and by whom. Is that correct @HK_10893644?  That is stored in RECENTUPDATE table:

https://www.ptc.com/en/support/article/CS74782?source=search

This table can be accessed via QueryBuilder and a report can be generated for it.

 

joe_morton
18-Opal
18-Opal
November 18, 2024
18-Opal
November 19, 2024

You would likely need to correlate that with the access logs if you were trying to do a forensic audit to find out what IP addresses logged in as the administrator (if using a generic account).