cancel
Showing results for 
Search instead for 
Did you mean: 

undeploy an sda file through command-line

Former Member
0 Kudos

Hi All,

I want to undeploy an .sda file through command-line,what is the procedure to undeploy an sda file through command-line and send me the procedure for this

Thanks & Regards,

guru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Please find below the steps to undeploy thro command line :

Shut down the sdm server

1)SDM shutdown "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program" "sdmguiport=50018" "sdmhostname=<hostname>" password="<password>" "shutdownmode=abort"

2)sdm jstartup "mode=standalone" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"

3) sdm undeploy "sdmhome=D:\usr\sap\J2E\DVEBMGS00\SDM\program" "compname=c:\test.sda"

4)sdm jstartup "mode=integrated" "sdmhome=c:\usr\sap\J2E\DVEBMGS00\SDM\program"

5)start the sdm server again

SDM server "sdmhome=D:\usr\sap\J2E\JCO1\SDM\program"

Hope this helps. do not forget to reward points

regards

rajeshkr