cancel
Showing results for 
Search instead for 
Did you mean: 

Undeploying Library Project

Former Member
0 Kudos

Hello,

is there another possibility to undeploy a library project as using the sdm (RemotGUI)?

Problem is, when starting the RemoteGUI and selecting the undeployment-TAB the remoteGUI seems to hang. No more action can be done. I also removed the jar-files from the filesystem, but they will be redeployed if the j2ee engine is restartet. There are no log in the sdm_remotegui.err/out.

Any ideas?

best regards Oliver Walter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Olivier,

you can use the Telnet administrator to remove a library from the server. Here are the steps:

1. Connect the telnet using <b>telnet <host> <telnet_port></b>. For example, for a system with instance number 00 on localhost, the right command will be <b>telnet localhost 50008</b>.

2. Enter Administrator user and password.

3. execute <b>jump 0</b>

4. Execute <b>add deploy</b>

5. Use the change_lib command with the -r option to remove the library you want. For more info on the change_lib command, see http://help.sap.com/saphelp_nw04/helpdata/en/ae/01343ef3f9ff2de10000000a114084/frameset.htm

Hope that helps!