cancel
Showing results for 
Search instead for 
Did you mean: 

My SDM server cannot open

Former Member
0 Kudos

Hi,

This morning I changed J2E engine password. Because old password was time-out. After I changed the password I couldn't do deployment. When I try to deploy it gave me

deployment aborted : <b>file:/C:/DOCUME1/trersoyp/LOCALS1/Temp/temp14701sony.comisasonyb2c.ear

Aborted: development component 'isa/sonyb2c'/'sony.com'/'JDI_CRM-Dev_D'/'20070321145023':

Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.

com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [trsturistlt193] with user name: [Administrator] Check your login information. Exception is: </b><b>com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Access Denied.]

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)</b>

I tried to deployment old SDM password . (The SDM password and new J2EE engine pasword are different by the way)

Then I tried to new J2EE engine password for deploying. But I couldn't deploy again.

Then I changed SDM server password. But now I cannot start SDM server. and restar option of SDM server is "No"

So could any one help me how can I start SDM server

It is urgent and I'll be very happy if anyone help me

Perihan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Thank you for the advice, but it is too late indeed. I had to reinstall NWDI. So I installed everything from the begining. But I notted your advice and If any of my friends have this problem I will try (I hope I won't get this problem again )

Former Member
0 Kudos

Hi

First check if your server is running properly.I mean see in mmc that everything is up and running

set to program directory of SDM in the command propt

\usr\sap\SID\JCXX\SDM\program>sdm changepassword "sdmhome=C:/usr/sap/SID/JCXX/SDM/program" "newpassword=abc123"

Any issues feel free to ask.

Reward with suitable points

Message was edited by:

Rajat Anand

Former Member
0 Kudos

Hi,

changing the engine password doesn't change the SDM password sometimes.

You have to do it seperately like this,

Go to c:/usr/sap/SID/JCxx/SDM/program in command prompt,

excute the following commands,

StopServer.bat

sdm.bat jstartup "mode=standalone"

sdm.bat changepassword "newpassword=( enter new pasword here)"

sdm.bat jstartup "mode=integrated"

StartServe.bat

if this doesnot work,

You have to change the database user password through database manager.

steps:

in database manager,connect particular database,go to cofiguartaions and then to DBMOperator,change the password of database users to engine password there by double clicking on it.

go to configtool ,

change in jdbcpool/sid/password : change it to engine password.