J Patrick 18.Feb.10 08:49 AM a Web browser Administration2.5Windows
I've been playing around with a process to generate the delete_employees.in file in our organization. In running through some tests I see that while the delete_employee_records.bat process removes a user from the EMPLOYEE table of the PEOPLEDB, it does not remove the reference to them from, for example, the LOGINNAME table of HOMEPAGE (and I assume other tables/DBs as well) .
This is an issue if a user with the same email address (rehire or just another john.doe@abc.com) is added to the organization. The populate_from_dn_file.bat process adds the user into the EMPLOYEE table of the PEOPLEDB just fine, but when the user tries to log in you get an error as below.
Any suggestions from anyone who does adds/deletes in production environment ?
It would be ideal if there was a solution that did not involve custom coding a process in TDI.
Thanks.
Error:
======
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: CLFRQ0341E: Could not retrieve details for the user with login ID: jsmith due to an exception. The exception occurred when retrieving the details via Profiles Directory Service Extension: CLFRQ0334E: E-mail [jsmith@abc.com] already exists in the database. User identified with login name [jsmith@abc.com] cannot be added to the database.