cancel
Showing results for 
Search instead for 
Did you mean: 

SDM errors

Former Member
0 Kudos

Hi Experts,

I am trying to install support pack on our NW 7.0 stack SP17 to SP18.When deployment on the first support pack SDMkit.jar (SAP_JAVASL) I get the below message

Deployment message for component SAP_JAVASL : Cannot update SDM.

Could not auto-update SDM server.

Cannot execute Java process for autoUpdate.

Return code condition success evaluated to false for process java.exe for action ACTION_AUTO_UDPATE.. Cannot update SDM..

I can see that first JSPM takes down the SDM to standalone mode and then it just does not detect it .

I tried to bring SDM to integrated mode again started SDM with startserver.bat it showed up(Green) in MMC so I resumed it again but again it takes SDM down and shows above message.

Has any one faced this error.Your help will be really appreciated.

Regards,

Max

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Max

Note 1249354 - SDM autoupdate fails because of OutOfMemoryError

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1249354

Best Regards

Bhudev

Former Member
0 Kudos

Hi ,

I was facing problem as per note SAP Note 1249354.

I did the following workaround and then I restarted JSPM to continue with the rest of the stack.

Copy the SDM jar file(SDMKit<Vno>.jar) to a temporary directory.

then cd to this temp directory and call this command:

jar -xvf SDMKit<Vno>.jar

It will be unpacked.

Navigate to the SDM folder using a command prompt (X:\usr\sap\SID\JCXX\SDM\program)

StopServer.bat

sdm.bat jstartup "mode=standalone" (Notice the double-quotes in Windows)

Go back to your temporary SDM directory

Update.bat

enter the path of the SDM home when asked by the updater: X:\usr\sap\SID\JCXX\SDM\program

When the update is successfully finished, go back to the official SDM directory:

cd X:\usr\sap\SID\JCXX\SDM\program

Launch this command: sdm.bat jstartup "mode=integrated"

And finally this one: StartServer.bat

Once done remove the following files from the JSPM directory

<JSPM_HOME>/data/variables/Jspm.DataModel.xml

<JSPM_HOME>/data/variables/Jspm.JSPM.DataModel.xml

<JSPM_HOME>/data/variables/Jspm.J2EE.DataModel.xml

And finally I restarted JSPM and continued with the rest of the support packs successfully.

Regards,

Max

Answers (0)