cancel
Showing results for 
Search instead for 
Did you mean: 

IDE cannot connect to SDM in a different domain

Former Member
0 Kudos

Hi there I'm looking at SAP Note

It says the solution is this:

Note 783965 - IDE cannot connect to SDM in a different domain

Solution

This problem can be fixed without any code changes, just by adding of a corresponding record to the file %WINDIR"/system32/drivers/etc/hosts on the IDE host, so that the remote host short name is known to the local host.

Can someone show me an example, please?

My hosts file has this line

127.0.0.1 localhost

How should the new line be?

the name of the remote host short name is

XXX

and the complete name on the net is

XXX.domain1.company.com

So I'm trying like this:

127.0.0.1 localhost

XXX.domain1.company.com XXX

Is not working. Should I restart something ?

Is the line wrong ?

This is the error I get when I deploy:

Deployment exception : Server 10.0.0.10 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server 10.0.0.10 at port 50018: Connection timed out

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

you have to configure message server port and not the sdm port in the IDE

for 04s in general it wil be 3602(36<instanceno+2>)

Regards

Pavan

Edited by: PAVAN PATIL GC on Mar 19, 2008 6:53 AM