Environment
iManager 2.7.6 Patch 1 eDirectory 8.8.3
Situation
Can not add, modify, or delete a class or attribute mapping using iManager after applying the latest hotfix (iManager 2.7.6 patch 1).
iManager log shows
Java script error:
07/17/13 [09:29:20.981] SystemConfiguratio..456 java.io.IOException
Resolution
Reported to Engineering
Edit /var/opt/novell/iManager/nps/portal/modules/ldap/skins/default/devices/default/newMapTable_js.jsp
Add a single quote instead of double quotes in the line number's 997 & 919.
Example in line number 997 - Instead of:
searchWindow.searchFrame.document.writeln("</td></tr></table></form></body>" );
change it to:
searchWindow.searchFrame.document.writeln('</td></tr></table></form></body>');
In line no 919 : Instead of
"</form>" +
change it to:
'</form>' +
Additional Information
Plug-in versions:
eDirectory88 Plugins 2.7.20130214 eDirectory88 Plugins
LDAP Management 2.7.20120418 LDAP Management Plugin
iManager Base Content 2.7.6.20121130 Basic content for iManager
iManager Framework 2.7.6.20130409 Patch 1 for iManager 2.7.6
iManager Framework Content 2.7.6.20121130 Content required for the iManager
framework