cancel
Showing results for 
Search instead for 
Did you mean: 

error while testing web dynpro application

Former Member
0 Kudos

Hi all,

I am trying to test a webdynpro application, following error is being generated.

The problem is, that I when I try to create a View for a Web Dynpro, the layout window reports the following error message:

ERROR

The requested URL could not be retrieved

-


While trying to retrieve the URL:

http://<url-of-remote-machine>:8000/sap/public/myssocntl?

The following error was encountered:

Connection to <ip-of-remote-machine> Failed

The system returned:

(110) Connection timed outThe remote host or network may be down. Please try the request again.

Your cache administrator is webmaster.

Please comment.

Thanks,

Rekha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The line in the error message "Your cache administrator is webmaster." makes me think that this may have come from some sort of proxy and that this URL was caught by the proxy. You should discuss the URL of your ABAP system with your network administrators and make sure that the address is resolvable via DNS and that it is included in any proxy exceptions.

Former Member
0 Kudos

register fully qualified doamin in your ICM file.

go to drivers->etc->hosts

write your IP address and fully qualified doamin.

thanks

Suman