Problem:
"Inspector", "Auditing Configuration" and "Auditor" roles are missing when logged in as a LANDesk Administrator in User Management(RBA) after LDMS 9.5 Upgrade.
Solution 1:
1. Go to "C:\Program Files (x86)\LANDesk\ManagementSuite\
2. Find the file ENUDefaultPermissions.xml (This should have a date of 10-17-2012, or at least close to this date) Most likely this is and older file.
3. Go to your LDMS 9.5 install media and find enuDefaultPermissions.xml in the extracted media files
4. Rename the existing ENUDefaultPermissions.xml and copy the new file in
5. Now in "C:\Program Files (x86)\LANDesk\ManagementSuite\, run CreateLandeskRights.exe
6. Relaunch the console
Solution 2:
1. Create a full backup of your LDMS database.
2. Open the following XML file:
"C:\Program Files (x86)\LANDesk\ManagementSuite\enuDefaultPermissions.xml".
3. Search the XML for the following line:
"- <Role Name="Auditor">
- <Permission Name="Auditing" Group="" id="39">
<Right Name="View" id="0" />
</Permission>
</Role>
- <Role Name="Auditing Configuration">
- <Permission Name="Auditing" Group="" id="39">
<Right Name="View" id="0" />
<Right Name="Edit" id="1" />
</Permission>
</Role>"
(most likely they will be missing)
4. Rename the file "C:\Program Files (x86)\LANDesk\ManagementSuite\enuDefaultPermissions.xml.old"
5. Go to the LDMS 9.5 installation source and copy the file "...\LANDeskSoftware950\LANDesk\PF\LD\MS\_non\enuDefaultPermissions.xml" to the managementsuite directory.
6. Make sure all LANDesk Win32 consoles are closed.
7. From an administrative cmd Prompt: Run the command: "C:\Program Files (x86)\LANDesk\ManagementSuite\createlandeskrights.exe /xml=enuDefaultPermissions.xml"
8. Log back into the core console and check if the roles have been created.
*(The "Managementsuite" folder location could be different depending on your installation)