How to add new administrator to WEM without WEM Administration Console

How to add new administrator to WEM without WEM Administration Console

book

Article ID: CTX461339

calendar_today

Updated On:

Description

Existing administrator of WEM left organization and need to add new administrator to manage infrastructure through WEM Administration Console.

Resolution

Add new admin account in WEM database.
  1. Get new administrator's SID. You can get it by executing following command or from AD user properties. 
wmic useraccount where name="<USER name>" get sid
 
  1. Let SQL admin update the table VUEMAdministrators of WEM database with this SID replacing an SID (of Admin which has left the organization).
  2. Now connect to WEM Administration Console with new administrator. You should be able to manage your WEM infrastructure now.


 

Problem Cause

Existing WEM administrator no longer available with the organization.