Skip to Content
0
Apr 16, 2014 at 08:11 AM

Users are not getting deleted

147 Views

Hi experts,

I am using SAP IDM 7.2

We have two views

  1. Idmv_vallink_basic: This view contains all the users(both enabled and Disabled) in IDM.
  2. Idmv_vallink_basic_active: This view contains only the enabled users.

User XYZ whose MSKEY is 12345 exist in Idmv_vallink_basic but doesn't exist in Idmv_vallink_basic_active.

when i tried to delete one user(XYZ) from the UI, then i got the following error.

and after that when i checked that user in IDM, i found that user XYZ complete data(Dispalyname, CN, Person ID etc. including all rolesa and privileges) has been removed from the IDM except the User ID.

when we delete any user from UI, it calls the Delet user task.

Delet user task contains two passes.

  • the first one is remove privileges: here we removes all the privileges associated with the particular user.

the source of this pass is

while Script and destination configuration is

  • Second pass is Delet User, whose source and script is same as above but destination configuration is

Could you please tell me why i am getting such error.(User's data are getting deleted but user ID is not) and how to fix this issue.

Thanks in Advance,

Regards,

C Kumar

Attachments

3XU.png (19.4 kB)
source.png (4.4 kB)
dest.png (9.9 kB)
script.png (8.7 kB)
dest1.png (8.9 kB)