cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot connect to Host: ?

Former Member
0 Kudos

Hi

I have installed Sneak Preview in my system. When i am executing the Web Dynpro application its asking for SDM password. I have given the password which i am using for RemoteGUI.bat. I am able to login to RemoteGUI using the same passord. But when ever i have given the same password to the in SDM in Web Dynpro i am getting the following error

<b>

Error: Aborted: development component 'Sample'/'local'/'LOKAL'/'0.2007.04.08.19.37.49':

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: [compaq] with user name: [Administrator]

Check your login information.

Exception is:

com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]

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

But my password is correct..

One more question.. How to create SLD in Sneak Previrew....

Please Help Me

Best Regards

Ravi Shankar B

null

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just make sure tht your administrator password(which you have given while installing) and SDM password as identical. Then your problem will be solved.

If it is different, kindly change the password of sdm with the following steps:

1. Stop the server from the SAP Management console.

2. Navigate to the SDM\program directory in MS-DOS window . For example on my machine it was C:\usr\sap\J2E\JC00\SDM\program

3. start the standalone SDM

sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=standalone"

4. change the password

sdm changepassword "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "newpassword=abcd1234"

5. sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode==integrated”