Quantcast
Channel: SCN : Document List - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 571

Some tips when you use JSPM to upgrade java components

$
0
0

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.

Viewing all articles
Browse latest Browse all 571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>