cancel
Showing results for 
Search instead for 
Did you mean: 

Telnet Admin using UNDEPLOY command

Former Member
0 Kudos

Hi All.

I have an issue just the same as thread

Unfortunatly, the syntax for the UNDEPLOY command is not listed, and we've been running without luck. For instance:

>UNDEPLOY name=SAP_XIPCK vendor=sap.com on_undeploy_error=stop

Undeploy settings:

on_undeploy_error=stop

on_prerequisite_error=stop

workflow=normal

If there is an offline undeployment, Telnet connection to host may be lost

Processing undeployment operation, please wait...

name: 'SAP_XIPCK', vendor: 'sap.com', location: 'null', version: 'null', status: 'NotDeployed', description: '[ERROR CODE DPL.DC.3222] There is no SDA which corresponds to the specified undeployment item 'name: 'SAP_XIPCK', vendor: 'sap.com', location: 'null', version: 'null', status: 'Initial', description: '', sda: 'null''.', sda: 'null'

>

So obviously, this is not the correct syntax. I'd really appreicate someone's help in getting the PCK dropped from the system. Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

I had the same Problem,

you have to undeploy the componets,

see example

bye

Sven

>explore | grep PCK

name: 'SAP_XIPCK', vendor: 'sap.com', location: 'SAP AG', version: '1000.7.10.6.0.20080507001300',

currently deployed sda ids:

'[sap.com_com.sap.xi.pck.dbc]',

originally deployed sda ids:

'[sap.com_com.sap.xi.pck.migration,

sap.com_com.sap.xi.pck.dbs,

sap.com_com.sap.xi.pck.dbc,

sap.com_com.sap.xi.pck]'.

>

undeploy name=com.sap.xi.pck.dbc

Undeploy settings:

on_undeploy_error=stop

on_prerequisite_error=stop

workflow=normal

If there is an offline undeployment, Telnet connection to host may be lost

Processing undeployment operation, please wait...

name: 'com.sap.xi.pck.dbc', vendor: 'sap.com', location: 'null', version: 'null', status: 'Success', description: '', sda: 'name: 'com.sap.xi.pck.dbc', vendor: 'sap.com', location: 'SAP AG', version: '7.1006.20080430145728.0000', software type: 'DBSC', dependencies: '[]''

>

Former Member
0 Kudos

go to textconsole and check with below command in the console whether the list show your application SDA in the list

Check that your application was already deployed : list_app

If it shows the App in the list then use below command to undeploy it :-

undeploy name=<name of APP> on_deploy_error=stop