Unable to modify object from iManager after upgrading to OES2 SP2

  • 7005071
  • 21-Dec-2009
  • 27-Apr-2012

Environment

Novell Open Enterprise Server 2 (OES 2) Linux
Novell eDirectory 8.8 for Linux
Novell iManager 2.7

Situation

Symptoms:
ERROR: "com.novell.emframe.tags.iManInclude.Tag: /poratl/modules/dev/skins/default/devices/mozilla/TC_inc.jsp(246,113) Attribute value c.var("TC.callBack")"while selecting the Modify Object task from the eDirectory Administration role in iManager
 
Changes:
Upgraded OES2 Support Pack 1 ( Linux Based ) to OES2 Support Pack 2
 

Resolution

  1. Launch a Terminal.
  2. Edit TC_inc.jsp file. from the following path. /var/opt/novell/tomcat5/webapps/nps/portal/modules/dev/skins/default/devices/mozilla
  3. Find the following XML entry
    <iman:os typeFilter="${requestScope['TC.osTypeFilter']}" control="single"  history="true"  callBack="<%=c.var("TC.callBack") %>" />
  4. Edit that entry to change as follows.
    <iman:os typeFilter="${requestScope['TC.osTypeFilter']}" control="single"  history="true"  callBack="<%=c.var(\"TC.callBack\") %>" />
    ( The only change here is putting a " \ " before and after "TC.callBack )
  5. Type rcnovell-tomcat5 restart .

Additional Information

Notes:
com.novell.emframe.tags.iManInclude.Tag is an entry in /var/opt/novell/tomcat5/webapps/nps/WEB-INF/iman.tld
 
The error message points to  
 /var/opt/novell/tomcat5/webapps/nps/portal/modules/dev/skins/default/devices/mozilla/TC_inc.jsp