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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Capture user additions/removals

dbharade
4-Participant

Capture user additions/removals

Looking into the possibility of capturing user actions against roles and groups. Would like to know which user added individuals to roles in which containers. We can create a table in the database or just a flat file. Database would allow for easier filtering and searching.

3 REPLIES 3

Have you checked to see if this is available in the Security Audit Reports in the Site Utilities?

We have  a similar requirement and this is the response I got from PTC TS/

I have investigated the possibilities around the Security Audit report for Edit Team event, however this might not achievable with the existing functionality of Windchill, refer to below article:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS242068&source=Case%20Viewer

You can capture changes to Groups and Roles in the Security Audit Reporting, but you have to turn them on first.

In <WT_HOME>/conf/auditing/configAudit.xml:

Change ‘false’ to ‘true’ for wt.org.WTGroup:

<ConfigEntry class="wt.org.WTGroup" enabled="true">

And 'false' to 'true' for wt.team.RolePrincipalMap:

<ConfigEntry class="wt.team.RolePrincipalMap" enabled="true">

Top Tags