cancel
Showing results for 
Search instead for 
Did you mean: 

JCO destination gives ip adress of server instead of hostname.

J_DJ
Discoverer
0 Kudos

We are connecting to a 46d system with a web dynpro application (with WAS 7.0) from a different location then the 46d system. The problem is as followed. When i test the JCO Destination, the message server (PUBLIC group)responds with an IP address where the JCO can connect to. Because the addresses are being NAT the from IP is different then the destination IP. The message server response an IP of the backend system. Now the JCO Destination test tries to connect to the IP address given from the message server. The JCO is not able to connect to the IP because of NATing. I just want the message server to respond with an hostname instead of an IP address. Is there a way to solve the problem? Thanxs in advanced. Jeroen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had the same problem and solved it.

Please see my thread:

Former Member
0 Kudos

Hi

Try this

Make an entry in

C:\WINDOWS\system32\drivers\etc\services

<MSGSERVER> <port>/tcp

and

C:\WINDOWS\system32\drivers\etc\hosts

<IP> <Alias>

Kind Regards

Mukesh

J_DJ
Discoverer
0 Kudos

Mukesh,

Already done that on the WAS 7.0 system. The connection to the message server starts, and for testing, you can connect to it with telnet. The problem is that de message server repond a ip address instead of an hostname.