Show TOC Start of Content Area

Background documentation JSPM Does Not Update the Versions of the Deployed Components  Locate the document in its SAP Library structure

Problem

You have selected a software component for deployment. There are no errors during deployment. The deployment of the component finishes with status DEPLOYED. However, JSPM does not update the deployed component versions on the Deployed Components tab page. If you select the component for deployment again, at the Check Queue wizard step, you are informed that it is already deployed on the system.

Possible Reasons

Component versions are updated in the SDM GUI but not in the JSPM GUI. SDM does not update the versions of the deployed components in the database but only in the SDM repository.

Solution

To synchronize the database and the SDM repository:

...

       1.      Go to the /usr/sap/<SID>/<Central instance name>/SDM/program directory.

       2.      Run the StopServer script file.

       3.      In the command line, execute the following commands:

       On a Microsoft Windows system:

sdm jstartup “mode=standalone”

sdm systemcomponentstate “mode=activate”

sdm jstartup “mode=integrated”

       On a UNIX system:

./sdm.sh jstartup “mode=standalone”

./sdm.sh systemcomponentstate “mode=activate”

./sdm.sh jstartup “mode=integrated”

       On an IBM eServer iSeries system:

QSH

cd /usr/sap/<SID>/<Central instance name>/SDM/program

./sdm.sh jstartup “mode=standalone”

./sdm.sh systemcomponentstate “mode=activate”

./sdm.sh jstartup “mode=integrated”

       4.      Run the StartServer script file.

       5.      Restart JSPM.

For more information, see the SDM command line documentation in the /usr/sap/<SID>/<Central instance name>/SDM/program/doc directory.

 

 

End of Content Area