cancel
Showing results for 
Search instead for 
Did you mean: 

How to downgrade XI ESR from SP08 to SP07 in PI NW 7.1 using UNDEPLOY

Former Member
0 Kudos

Hello SAP Community,

due to an error we upgraded XI ESR to SP08 while leaving all other components on SP07.

Now we have two choices :

- upgrading the whole instance to SP08

- downgrading XIESR to SP07

We do not use NWDI so we're trying to work with telnet admin tool and UNDEPLOY command.

Can anyone advise how to use this tool in this particular case ?

Will we undeploy the whole ESR ? How does this work ?

(Double Stack PI NW 7.1 SP07 on AS400 VR6)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Here is the solution:

SICM => GOTO Services => TELNET => change => activate

TELNET explore name=com.sap.xi.adminweb

Development Component:

name: 'com.sap.xi.adminweb', vendor: 'sap.com', location: 'SAP AG', version: '7.1008.20090720104921.0000', software type: 'J2EE',

dependencies: '[name: 'com.sap.xi.adminweb.sbeans', vendor: 'sap.com', name: 'com.sap.xi.util.misc', vendor: 'sap.com', name: 'engine.security.facade', vendor: 'sap.com', name: 'tcddicruntimefacade', vendor: 'sap.com', name: 'com.sap.base.technology.facade', vendor: 'sap.com', name: 'tccmi', vendor: 'sap.com', name: 'engine.j2ee14.facade', vendor: 'sap.com', name: 'tcwdapi', vendor: 'sap.com', name: 'engine.rprof.dbprofiles.lib.facade', vendor: 'sap.com']'

explore name=com.sap.xi.dbschema.ibrep

explore name=com.sap.xi.dbschema.ibreppvc

explore name=com.sap.xi.ib.exchangeProfile

explore name=com.sap.xi.repository

Undeploy:

>UNDEPLOY name=com.sap.xi.adminweb 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: 'com.sap.xi.adminweb', vendor: 'sap.com', location: 'null', version: 'null', status: 'Success', description: '', sda: 'name: 'com.sap.xi.adminweb', vendor: 'sap.com', location: 'SAP AG', version: '7.1008.20090720104921.0000', software type: 'J2EE', dependencies: '[name: 'com.sap.xi.adminweb.sbeans', vendor: 'sap.com', name: 'com.sap.xi.util.misc', vendor: 'sap.com', name: 'engine.security.facade', vendor: 'sap.com', name: 'tcddicruntimefacade', vendor: 'sap.com', name: 'com.sap.base.technology.facade', vendor: 'sap.com', name: 'tccmi', vendor: 'sap.com', name: 'engine.j2ee14.facade', vendor: 'sap.com', name: 'tcwdapi', vendor: 'sap.com', name: 'engine.rprof.dbprofiles.lib.facade', vendor: 'sap.com']''

Continue with each component

Put XI_ESR_SP07 dans EPS/IN

JSPM

New Component

->Post-Installations Repository

=> Import Design Object = SYSglobalxi epository_serverimport

Edited by: Jörg KOERFER on Aug 5, 2009 6:03 PM