


Hi
We have upgraded Enterprise portal from XX to 7.31 SP 21. After upgrade under Team, Organization and PCR tabs few iViews are giving errors. We have fixed taglib errors, and changed enum to ENUMS. But we still cannot these iviews work.
Process followed:
1. our Basis admin gave us the EAR files that have errors in iViews.
2. we have imported the EAR file into NWDS 7.31 file Import --> Java EE --> EAR, we get 3 components. for ex: 1. com.sap.pct.hcm.reminderofdates, 2. com.sap.pct.hcm.reminderofdates_web, and 3. Reminderofdates as a folder.
3. In _WEB component (2), we have the errors displaying. so when I fix the errors for instance in the file Reminderofdates.jsp we had enum references. so for 7.31 we have added com.sap.portal.htmlb.jar in the libraries, and changed the references to enums.
changed the taglib code from:
<%@ taglib uri="htmlb" prefix="hbj" %>
TO:
<%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj" %>
Save, export the _WEB file to a folder, and deploying again. But nothing is changing.
in few blogs I have read ComponentRequest and taglib still shows error, but can be deployed.
The deploy says success. But we dont see any thing on this iview.
adding few screenshots:
Anyhelp is really appreaciated.
Thanks
Hima