Whenever Self-Service user role is selected in SCVMM 2008 R2 SP1 Console crashes with error CLR20r3
SYMPTOMS
Whenever try to select or right click on the Self-Service user roles in SCVMM console. The console crashes with below error
Description:
Stopped working
Problem signature:
Problem Event Name : CLR20r3
Problem Signature 01: vmmadmin.exe
Problem Signature 02: 1.0.523.0
Problem Signature 03: 4d432cdf
Problem Signature 04: System.Windows.Forms
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4f682206
Problem Signature 07: 14d0
Problem Signature 08: 23
Problem Signature 09: System.ObjectDisposedException
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 1033
CAUSE
The assigned resources (Templates) has been deleted or moved to different location
When Self-Service user role is selected it will try finding the assigned resources. Since assigned resource doesn’t exist it will through the above exception
RESOLUTION
1. Click on start -> All Programs-> Virtual Machine Manager-> right click on “Virtual Machine Manager Command Shell” Run as Administrator
The below commands will help you to delete the problematic SSP user role from SCVMM
2. Get-VMMUserRole –Name “Name of the SSP user role which you want to delete”
3. $UR= Get-VMMUserRole –Name “Name of the SSP user role which you want to delete”
4. Remove-VMMUserRole –UserRole $UR
MORE INFORMATION