Cannot clear user from Personal Cabinet Administrator
I have a user who has been deleted. Well, they have been deleted twice since I see two entries in WTUser table for them. The two accounts have different IDA2A2 in the WTPart table. One of those accounts shows up in the Personal Cabinet Admin to remove but fails with the following message:
DeleteUserCabinetList:wt.folder.Cabinet:969083953<username>
2025-03-03 16:19:51,314 INFO [ajp-nio-127.0.0.1-8010-exec-22] wt.system.err - (wt.epm.util.EPMResource/32) wt.epm.util.EPMCannotDeleteWorkspaceFolderException: Folder <workspace name> belongs to Workspace <workspace name> , and may not be deleted.
Ok, so I go to view other user's workspace as admin on my homepage. The two deleted user account appear but I am able to distinguish one from another. When I got to pull them up to clear the workspaces I see this error:
2025-03-03 16:47:42,863 ERROR [ajp-nio-127.0.0.1-8010-exec-4] com.ptc.windchill.uwgm.cadx.workspaces.WorkspacesPageContext - WorkspacesPageContext.getOtherUser :: (wt.fc.fcResource/18) wt.util.WTException: Malformed URL: "uid={wt.org.WTUser:969083949}<username>,<ldap path>". Format must be: "classname:idValue"
Nested exception is: java.lang.NumberFormatException: For input string: "969083949}<username>,<ldap path>" (wt.fc.fcResource/18) wt.util.WTException: Malformed URL: "uid={wt.org.WTUser:969083949}<username>,<ldap path>". Format must be: "classname:idValue"
Nested exception is: java.lang.NumberFormatException: For input string: "969083949}<username>,<ldap path>"
I can see the workspaces are tied to this user account id. I can see the second account was created from an upgrade event. I also get same message when I try to look up workspaces by that user's second account.

