Skip to Content
Author's profile photo Jayanth Velugati

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 

1.JPG

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

2.JPG

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

  1. AJAXRUNTIME08P_3-20009921.SCA
  2. FRAMEWORKEXT08P_2-20009932.SCA
  3. 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

3.JPG

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

4.JPG

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Nice arcticle very useful