cancel
Showing results for 
Search instead for 
Did you mean: 

Is JSPM in Java stack a T-code.....?

former_member953603
Participant
0 Kudos

Hi gurus.......

Can any one tell me about JSPM which is used for applying support packs in Java stack of netweaver platform... What it is actually T-code or .exe file... or something else..... how to start it and stop it.....

Thanks in advance....

Regards,

BBR.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

JSPM is a tool provided by SAP to apply Java Support Packages. JSPM stands for Java Support Package Manager. These all have already been told. The thing I want to include is JSPM is available as of Netweaver 2004s and above version. If you are in Netweaver 2004, you need to apply the patch for single component via SDM.

To start JSPM, go to JSPM directory which is /usr/sap/<SID>/DVEBMGS<instance_number> OR JC<instance_number>/j2ee/JSPM.

There you will find a .bat or .sh script named "go". After running this script with <sid>adm user, it will start JSPM. FOr Unix, please keep in mind that you need to set the DISPLAY variable.

Regards

Gautam

Answers (4)

Answers (4)

Former Member
0 Kudos

JSPAM and SDM these are two tools used for applying java supports and patches .

SDM:

1- Can apply one patch at time

2- Can undeploy packages .

3- It does not check allready applied support patches version.

JSPM

1- Support pack

2- Support package stack

3-single patch

4 - Multiple patches

5- Check already applied patches version . If it is greater then present ..no process.:

ajjunit84
Active Participant
0 Kudos

SDM can and it do check the version before deploying.We have options to choose ..deploy with same or lower version in SDM.

JSPM till NW 7.0 is a GUI for SDM and the underlying mechanism is SDM.

But from 7.1 onwards there is no SDM.Undeployment is quite a challenge in JSPM ,we may need to use NWDS or NWDI to undeploy stuff (until JSPM comes with some option ,which is not there till now).

Regards

Ajay

Former Member
0 Kudos

hi BBR,

i am giving the answer one by one for your query

tell me about JSPM

JSPM : Java Support Package Manager is a tool which is used to apply the following package types to the JAVA Stack on the SAP Netweaver Environment

1) support package stack

2) jspm

3) single support packages

4) new software components

5) business packages

6) additional usage installation

What it is actually T-code or .exe file... or something else.....

there is no T-code because it is not available at SAP level, it is only available at Operating System level in the form of batch file ( windows ) / script file ( unix ).

how to start it

run the go.bat in windows ( batch file) or go.sh in unix (script file ) in the command prompt under /usr/sap/<SID>/<Central_instance_name>/j2ee/JSPM folder or file system, then it will display GUI and prompt you to give the password for SDM once the password is currect it will display a list of package types which i have mensioned above.

how to stop it

once your job has finished press the JSPM's GUI EXIT button.

or close command prompt

thanks,

Bharathi ch.

Former Member
0 Kudos

Check this video blog

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11791] [original link is broken] [original link is broken] [original link is broken];

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4596] [original link is broken] [original link is broken] [original link is broken];

Former Member
0 Kudos

Hi BBR,

JSPM is a tool to apply java support package.

It is a .bat file at o/s level inwindows.You have to run it at o/s level.

http://help.sap.com/saphelp_nw70/helpdata/en/87/4797422930c56ae10000000a155106/content.htm

http://help.sap.com/saphelp_nw70/helpdata/en/1f/c45b4211aac353e10000000a1550b0/content.htm

Regards

Ashok Dalai