Problem:
"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. 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)