Distorted Portal Page for SAP Netweaver 7.4 SR2 sp08.
After installation of AS Java on SAP Netweaver 7.4 SR2 sp08 , the run-time portal i.e., http://<hostname>:5<nn>00/irj/portal looks distorted
SOLUTION
Check the current version of the sap software EP_BASIS
Download the latest patch for EP-BASIS form download center
Support Packages and Patches > Browse our Download Catalog > SAP Netweaver and complementary products > SAP Netweaver > Entry by Component > Enterprise Portal > PORTAL BASIS > # OS independent
Select the SCA Dependency to know the dependent components for the EP-BASIS
EP-BASIS has dependency for sap software components AJAX-RUNTIME and FRAMEWORK-EXT
So, download the latest patches of AJAX-Runtime, FRAME-WORK Extension and EP-BASIS and place the SCA files in /usr/sap/trans location
- AJAXRUNTIME08P_3-20009921.SCA
- FRAMEWORKEXT08P_2-20009932.SCA
- EPBASIS08P_4-20010035.SCA
Take a backup of the system
Login to application server and open telnet
CMD : telnet localhost 5<nn>08.
Login as application administrator user
Deploy the three components using below command
- deploy /usr/sap/trans/AJAXRUNTIME08P_3-20009921.SCA version_rule=lower on_prerequisite_error=stop
- deploy /usr/sap/trans/ FRAMEWORKEXT08P_2-20009932.SCA version_rule=lower on_prerequisite_error=stop
- deploy /usr/sap/trans/ EPBASIS08P_4-20010035.SCAversion_rule=lower on_prerequisite_error=stop
During deployment , application will restart .
After deployment of components irj/portal looks perfect
Nice arcticle very useful