cancel
Showing results for 
Search instead for 
Did you mean: 

How to undeploy an .sda file through command line

Former Member
0 Kudos

Hi,

How to undeploy an .sda file through command line.send me the related command to do it.and related information and links.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhogi

You can deploy ear´s and sda´s files with Telnet.

For example, i have deployed ear´s with the next steps:

1.- Open a prompt window :

c:

2.- Make a telenet to your host

c:

telnet deploy c:my_ears est_EAR.ear

And this all.

Good luck!!!

Regards

Joshua

Former Member
0 Kudos

Hi Cruz,

what u have said is correct,Just I want to undeploy

an .sda file through command-line,what is the procedure

to undeploy an sda file through command-line

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

Former Member
0 Kudos

Hi Bhogi,

U can undeploy the .SDA files in the SDM directly. why do u want to go for commandline.

I m not sure of command line but undeployment of this could be done easily in SDM.

Steps:

1) Goto usr/sap/<SID>/<INSTANCE_NAME>/SDM/program/RemoteGUI.bat

2) Open the RemoteGUI by giving the password.

3) choose undeployment tab.

4) select the files that u want to undeploy.

5) click on start undeployment.

This should remove ur .SDA files.

Also refer this link for the process involved in SDM for Deployment/Undeployment.

http://help.sap.com/saphelp_erp2005/helpdata/en/28/2c3c1bf823204c8370bfacbe54133b/frameset.htm

Hope this helps,

Regards,

Nagarajan.