Hi All
i am access my 4.7 Server which in US i am in india.while i execute my BSP program.i got error message like
NOT FOUND
The fllowing error MsSGetnextLogon:no Server found which provides service HTTP(Msxxserv.([13432]) my SAP.com 620 msg_server(ENT).
Plz friends i need ur help. what is the program where i have change the my settings and every think plz send me the all details. Its urgent.
Regards
Saravanan
Try with using the ip address in the URL instead of the host name directly.
example Like http://172.12.28.234:80/../../../ / main.do
also if you maintain the hosts file in your windows file system i.e C:\<WINDOWS>\SYSTEM32\DRIVERS\ETC with host name like
172.12.28.234 myhost
and then you can use http://172.12.28.234:80/../../../ / main.do
Add a comment