List of all disabled/expired user account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
List of all disabled/expired user account
Is There a way to generete a report or a list of all windchill users which have the account disabled or expired?
Does this list be retrived from windchill or from WindchillDS?
I try to do a report listing the user "Disabled", but this is not what I need; I need all the user in the LDAP with the account disabled or expired.
Does anyone know how can I have this information?
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Query builder will only query the Windchill database. The Windchill DB doesn't store information on whether LDAP accounts are disabled/expired. All the Windchill DB stores is the Disabled column on the WTUser table that you show above, which indicates that a user has been deleted from Windchill. In order to get a list of disabled/expired LDAP accounts, you will need to query the LDAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Query builder will only query the Windchill database. The Windchill DB doesn't store information on whether LDAP accounts are disabled/expired. All the Windchill DB stores is the Disabled column on the WTUser table that you show above, which indicates that a user has been deleted from Windchill. In order to get a list of disabled/expired LDAP accounts, you will need to query the LDAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Chris, I supposed what you said but I hoped there was a solution different to write java code to query the ldap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ciao Giovanni,
there is an article from TS which explain how to put together user and groups with query builder using Java method.
https://support.ptc.com/appserver/cs/view/solution.jsp?source=subscription&n=CS22167
If you work with query builder I suggest you also to join this group Reporting and to take a look at this document Resource for reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Grazie Marco. I'll pass your info to our developer.
