Friday 7 September 2012

Redeploy JAVA support packages in EP

To apply JAVA support packages we are normally using JSPM or SDM but now from NW 7.3 onwards we are not getting direct tool SDM so now every package has to be deploy through JSPM only.


If you have deployed any package and you want to redeploy the the same package with lower level or same level and you are not able to see in JSPM queue /usr/sap/trans/EPS/in then follow the SAP Note : 112333


It may happened you are using forcefully deploy option as per note 1123333 and then also you are not able to see the patch in queue or after applying also some of the component is missing then use the command line option to deploy as below.

Login with SIDadm

> telnet localhost 5<instance no>08

It will ask you for Login & password. Use administrator user & password and run the command

> DEPLOY -h

It will show you the help . Run the below command to apply the patch

> DEPLOY <path of the patch i.e. /usr/sap/trans/EPS/in/patch.SCA > versionRule = <all | lower etc as per help >


Cheers !!!