Skip to Content
Author's profile photo Mathieu GRAVIL

Some tips when you use JSPM to upgrade java components

The standard proceduure is :

  • Put package in trans_DIR/EPS/in
  • Lanuch JSPM (in dual stack  /usr/sap/<SID>/DVEBMGS<SN>/j2ee/JSPM/go, and /usr/sap/<SID>/JC<SN>/JSPM)/go in java only)
  • Then select package and …

But if your directory  trans_dir is full, you can use an other directory by doing this :

cd <sdm_home>

StopServer.sh

./sdm.sh jstartup mode=standalone

./sdm.sh systemcomponentstate “mode=activate”

./sdm.sh filetransferdir dir=/stock/SPS23/SDM_filetransferdir

./sdm.sh jstartup mode=integrated

StartServer.sh

If you need to change password of  JSPM/SDM (because you forget it or because your collegue didn’t give you before going on vacation 😛 ), you can change it by doing :

cd <sdm_home>
StopServer.sh
./sdm.sh jstartup mode=standalone
./sdm.sh changepassword newpassword=NewPasswd
./sdm.sh jstartup mode=integrated
StartServer.sh

PS :

  • <sdm_home> = /usr/sap/<SID>/JC<SN>/SDM/program in java stack only
  • <sdm_home> =/usr/sap/<SID>/DVEBMGS<SN>/SDM/program in dual stack.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.