cancel
Showing results for 
Search instead for 
Did you mean: 

About change_lib and change_service.

Former Member
0 Kudos

i can use change_lib -r to remove a library deployed by RemoteGUI.bat, so can i use change_lib to deploy a library DC? also, can i use change_service to deploy or undeploy a service?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks, i have found the methods to deploy sda/sca by sdm command line.

at first, should shutdown the sdm server and use sdm command set the running mode of sdm is standalone, after doing those , can use "sdm deploy" to deploy the sda/sca to sap j2ee engine.

thanks for your answer again.

Former Member
0 Kudos

Hi,

the change_lib command has an option <b>-d</b>, with which you can deploy libraries. However, as the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ae/01343ef3f9ff2de10000000a114084/frameset.htm">documentation</a> states, the libraries must have been packaged as <b>JAR</b> files, not SDA.

However, using this command is <b>not recommended</b>. You should consider using the SDM, which is the official tool for deploying/undeploying libraries!

Former Member
0 Kudos

At first, thank you for your answer.

but when i use sdm.bat/sdm.sh, some errors as belows:

******************************

could not start sdm - another server may be running already

exiting ....'

error :Another SDM is running already for this sdm_home direcotry.exiting....

processing error. return code:4

*****************************

after i shutdown the sdm server by mmc tools , there are still some errors. as belows:

*******************************

initializing network manager(50017)

checking if another SDM is running on port 50018

SDM is integrated in JStartFramework. No Repository changing commands are possible.

*******************************

would you or other tell me how to use sdm(commandline)?

i can not get more information in detail from the SDM'document.

thanks.