cancel
Showing results for 
Search instead for 
Did you mean: 

how to change MODE to Integrated

Former Member
0 Kudos

Hi

how to change mode to integrated..... can u tell me the entire process...... where to change that mode perminently....

How to download SDMkit.jar... where can i get that jar file....

Thanks & regards

Ravi Shankar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I assume you meant SDM?

Windows or Unix??

Call the following script:

<drive>:\usr\sap\<sid>\<central instance>\sdm\program

either

stopserver.bat (windows)

stopserver.sh (unix)

Windows:

Open command prompt to <drive>:\usr\sap\<sid>\<central instance>\sdm\program

run these commands

sdm.bat jstartup "mode=standalone"

sdm.bat j2eeenginestartstop "mode=automatic"

sdm.bat jstartup "mode=intergated"

startserver.bat

unix

switch to /usr/sap/<sid>/<central instance>/sdm/program

run these commands

sdm.sh jstartup mode=standalone

sdm.sh j2eeenginestartstop mode=automatic

sdm.sh jstartup mode=intergated

startserver.sh

Support package stacks are defined by SAP collections of support packages for all software components in one product. Support package stacks have been designed to

reduce the amount of different combinations of software versions at customer systems and to provide customers with a set of versions that can work best together.

A support package stack can contain a combination of the following:

&#9675; A set of different SCAs

&#9675; A set of different SCAs that are modified using the NWDI

&#9675; The SDM JAR – SDMkit.jar

May need to download the latest support pack from SAP - and uncar it.

Message was edited by: Barry Neaves

Former Member
0 Kudos

HI,

I aam able to change th mode to integrated but when I try to stsrt the SDM after changing it to Integrated SDM is not starting. I am getting the below error. can you help me out ..

CompilerOracle: exclude

com/sapportals/portal/pb/layout/taglib/ContainerTag addI

viewResources

CompilerOracle: exclude

com/sap/engine/services/keystore/impl/security/CodeBased

SecurityConnector getApplicationDomain

CompilerOracle: exclude

com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator g

enerateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils

escapeToJS

CompilerOracle: exclude iaik/security/md/SHA a

CompilerOracle: exclude

com/sapportals/portal/prt/core/broker/PortalServiceItem

startServices

CompilerOracle: exclude

com/sap/engine/services/webservices/server/deploy/WSConf

igurationHandler downloadFile

CompilerOracle: exclude

com/sapportals/portal/prt/jndisupport/util/AbstractHiera

rchicalContext lookup

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/6.4009.00.0000.20040910093614.0000

JStartupFramework is active

Operation mode of SDM in JStartupFramework is "Integrated".

Check if Server is running already.

OK server is not running. Enable SDM Process in JStartupFramework.

Successfully enabled SDM Process in JStartupFramework.

----


+ The SDM server will be started by the JStartupFramework now. +

----


Waiting 5 seconds for SDM server to start...

SDM server not up after 5 seconds. Waiting for another 5 seconds.

SDM server not up after 10 seconds. Waiting for another 5 seconds.

SDM server not up after 15 seconds. Waiting for another 5 seconds.

..........

SDM server not up after 595 seconds. Waiting for another 5 seconds.

SDM server not up after 600 seconds. Waiting for another 5 seconds.

ERROR: SDM server startup not finished after 600 seconds. Giving up.

Could not start SDM. Processing error. Return code: 4

Former Member
0 Kudos

could you please paste more detailed log of your SDM server

sdm_server.out: Server output to Stdout

sdm_server.err : Server output to Stderr.

Cheers,

-Sunil