cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate SDM in JStartupFrameWork?

Former Member
0 Kudos

Hi All,

i installed Netweaver Sneak Preview. Unfortunately, the SDM was not included (there was no folder for SDM).

So i installed the SDM separately (by downloading from SAP-MarketPlace).

Now i try to use the command:

sdm jstartup "mode=integrated" but this fails with the error message:

Error: This SDM installtion is not integrated in the JStartupFramework. "jstattup" is not supportet. Return code: 304.

Does anybody have a hint what the error could be ?

Thanks,

Chrisitan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

To change the SDM mode, you need to stop the SDM Server.

To <b>start or stop</b> the SDM Server independently of the J2EE Engine, proceed as follows:

1. Navigate to the usr/sap/<SID>/<INSTANCE_NUMBER>/SDM/program directory of your J2EE Engine installation.

2. Open a command prompt.

-- To stop the SDM Server, execute the command:

<b>StopServer.sh password=<sdm_password></b>

-- To start the SDM Server, execute the command:

<b>StartServer.sh</b>

To remove the link between the SDM and the Java Control Framework, proceed as follows:

1. Navigate to the usr/sap/<SID>/<INSTANCE_NAME>/SDM/program directory of your J2EE Engine.

2. Open a command prompt in this directory.

a. To remove the link between the SDM and the Java Control Framework execute the following command in the command line:

<b>sdm jstartup "mode=standalone" for Windows

sdm.sh jstartup mode=standalone for UNIX</b>

b. To integrate the SDM in the Java Control Framework, use the following command:

<b>sdm jstartup "mode=integrated" for Windows

sdm.sh jstartup mode=integrated for UNIX</b>

3. Start the SDM Server again.

Regards

Sumit Jain

Former Member
0 Kudos

Hi Will,

Just try this.

sdm jstartup "sdmhome=c:\usr\sap\SID\JCxx\SDM\program" "mode=integrated"