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
I am working on a project, where the client wants to integrate their production server with their corporate LDAP server. And they have some 2000 users. They want to dis-connect the users before the LDAP integration. After integrating, they are going to re-connect the users from windchill DB to the corporate LDAP.
Can someone explain why this is being done and please give me insight in this...Also will it be easy to re-connect 2000 disconnected users?
Solved! Go to Solution.
1. Disabled - This is marked when the user is there in LDAP but not in windchill cache?
This is marked when user is deleted from Windchill. From Site>Utilities> Participant Administration > Delete User from Windchill / Delete User from Windchill and Directory Service
If you have to reconnect a disconnected user, then you have to go to Site>Utilities> Participant Administration > From Actions search for disconnected users > RMB of disconnected user > Repair > Search and connect for newly created user in AD
Thank you
Binesh Kumar
Barry Wehmiller
Hello Ganesh,
You can do this in two ways
Thank you
Binesh Kumar
Barry Wehmiller
Thanks Binesh for the details...I think we will doing by the first way. I have the following questions too.
1. What makes a user disconnected? The user will be deleted from LDAP or he will be deleted from windchill tables?
2. How can we get the list of active users? From LDAP or from wtuser table (DB)?
What makes a user disconnected? The user will be deleted from LDAP or he will be deleted from windchill tables?
If a user is persisted in Windchill database tables and if Windchill is not able to locate the user in any of the LDAP repositories, then that user will be marked as disconnected in Windchill. repairdNeeded in WTUser table will be set.
How can we get the list of active users? From LDAP or from wtuser table (DB)?
Active users are the users in WTUser who does not have repairneeded or disabled flag set
Thank you
Binesh Kumar
Barry Wehmiller
Got that
Thank you so much. I went to the WTUsers table. There are two columns in WTUser table
1. Disabled - This is marked when the user is there in LDAP but not in windchill cache?
2. RepariNeeded - I got this from your explanation
I know it is too much to ask, but do you have any procedure for re-connecting users after enterprise LDAP integration?
1. Disabled - This is marked when the user is there in LDAP but not in windchill cache?
This is marked when user is deleted from Windchill. From Site>Utilities> Participant Administration > Delete User from Windchill / Delete User from Windchill and Directory Service
If you have to reconnect a disconnected user, then you have to go to Site>Utilities> Participant Administration > From Actions search for disconnected users > RMB of disconnected user > Repair > Search and connect for newly created user in AD
Thank you
Binesh Kumar
Barry Wehmiller
Thanks binesh for taking the time in explaining all these. I completely understand it now.
Hi Binesh,
I need to re-connect 2000 users. Since it is not possible manually, can we do it through a utility?
If so, can you please let me know if there are any APIs to achieve this?
Thanks,
Ganesh.
Hello Ganesh,
PTC TS has some SQL scripts to do that, not through APIs. In the meantime, I will lookup my notes to see whether i have it .
Thank you,
Binesh Kumar
Barry Wehmiller
Thanks Binesh....
Hi,
If you have PTC SQL script to reconnect disconnected user from AD to WIndchill DS. Please share this with me