cancel
Showing results for 
Search instead for 
Did you mean: 

hi when deploying my dc , it showing error about configuring SDM in sap ep

Former Member
0 Kudos

hi Masters ,

i am using EP7 software.

when i am tring to deploing my web dynpro java application (nwds)it shows the error like

" can not determine sdm host is empty. please configure ur engine / sdm directory ."

1) how can i find j2e engine port number .

2) how can i configure SDM tool regarding work on web dynpro java.

i configure in nwds that is i give host name is -- SURYA .

and port no is -- 3900

when selecting j2ee engine tab it shows all the in green colour .

but when deployig the DC . it show that error.

please give reply .

if the problem solved , it will be very much appreciated.

i assign full points

Accepted Solutions (0)

Answers (2)

Answers (2)

p_2_5_6_9_6_0
Active Participant
0 Kudos

Hi,

1.) Launch NWDS.

2.) Goto Window->Preferences->Java Development Infrastructure->Development Configuration Pool

3.) Enter the URL for your local/remote DTR Server in the "URL" Input Field:

http://<server.domain.com>:<port>/sld/cimom

4.) You should be able to get the details required from your local Basis Team or other team members.

5.) Click "Ping Server" - If you get a message like

"URL: http://<server.domain.com>:<port>/sld/cimom

Warning:User authentication is not checked in offline mode."

It means you have configured your environment correctly.

You will need your own password to actually deploy anything onto the server - again you will need to ask someone in your organization to provide one.

Hope that this will help you.

Thanks.

p256960

Former Member
0 Kudos

Hi ,

Try adding an entry in your system's host file .

c: \windows\system32\drivers\etc like

10.2.1.144 <YOUR HOST NAME>

Thanks ,

Srini