Environment
Situation
Cannot access iManager RBS Configuration page.
Resolution
Additional Information
If you cannot apply MU1, you can work around the issue by using Unrestricted mode (TID 7006109 - Forcing Unrestricted Mode access in iManager 2.5 or greater) or by manually adding a version number to the module that is missing it.
To manually add the version number to the rbsModule2 object in eDirectory you can follow these steps:
Determine which module is missing the version number:
Open ConsoleOne.
Browse to the collection container and expand it.
Right click a rbsModule2 object (represented by the icon) and select properties.
Go to the Other tab and double click the rbsXMLInfo attribute. It will have a value similar to this: <?xml version="1.0" encoding="UTF-8"?><rbs-xml-info><version>1.0</version>.........</rbs-xml-info>
Verify that there is a <version> tag present. If there is a version, click Cancel and move to the next rbsModule2 object until you find one missing the <version> tag.
Once you have found the module missing the <version> tag:
Double click the value in the rbsXMLInfo attribute and then click the ... icon to the right. Or just highlight the attribute and click Modify.
Directly after the <rbs-xml-info> tag, insert the text <version>1.0</version> (without the quotes).
Click OK to save your change to the rbsXMLInfo attribute and then click OK again to save the object.
You should now be able to see the collection in iManager. (If you still receive a java.lang.nullPointerException error there is another module without a version number. You will need to repeat the steps until you find all modules without version numbers.)
Formerly known as TID# 10097314