Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

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 :razz: ), 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.
Labels in this area