Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Service sapdp01 timed out

former_member582701
Contributor
0 Kudos

Hi people,

Firt my apologizes if this is not the corresponding forum to post this error. I didn't know where i should post it.

When i try connect through sap logon i have this error:

Connection to host XXXXX service sapdp01 timed out.

In services file (windows/system32/drivers) I have the input

sapmsS01 3601/tcp and in SAPMSG.INI in windows i have

S01=XXXXX (the server)

If someone have had this problem any time please help me!

Thx

pd with others servers i can connect without problems

Message was edited by:

Manel Casadesus

10 REPLIES 10

Former Member
0 Kudos

i think ur SAP server is not Up, please ask ur basis person abt ur connections of SAP server or r LAN.

Rgards

Prabhu

former_member194669
Active Contributor
0 Kudos

Keep the services files in windows\system32\drivers\etc

Please check in SAP login pad whether the login properties tab your application server and system number are correct?

and also for checking the connection

go to your command mode ie run--> cmd

type

PING xxxxx ( Here XXXXX means your application server name from login pad)

aRs

former_member582701
Contributor
0 Kudos

I have some partners connects to the server.

I have kept service file.

About the ping, good idea... we have done it and is rare to comprove that the ping is timeout for me and for my partners (remember they are connected in sap).

I don't know....

former_member194669
Active Contributor
0 Kudos

Hi,

c:\windows\system32\drivers\etc\services... does it have an entry for sapdp01 ?

aRs

former_member582701
Contributor
0 Kudos

Yes....

sapdp00 3200/tcp

sapdp01 3201/tcp

sapdp02 3202/tcp

And more entries....

former_member194669
Active Contributor
0 Kudos

This may be last option :-->

Reboot your system and try or reinstall your SAPGui.

aRs

Former Member
0 Kudos

Manel ... were you ever able to resolve your problem?

I am getting the same error and am looking for solutions.

0 Kudos

Hi Lewis

check the ip address of u r sap server is pinging or not from u r system.........

0 Kudos

Hi

In SAPGUI, I have an entry for MBD pointing to IP 172.17.20.38

I can ping that succesfully

If I add "sapmsMBD 3601/tcp" to my services file, then I get the error


Connection to host 192.168.120.157, service sapdp01 timed out 

Now, as far as I am told by basis, the 192.168... address is another IP address for the same server.

I am not able to ping the 192.168... IP address ... could this be the problem?

Why would the portal be trying to use the 192.168... address instead of the internal address?

Cheers,

Andrew

0 Kudos

My problem was solved by changing the hosts file on the server.

It appears our server has 2 IP addresses, and the IP address which was not accessible from our machines was higher up in the hosts file ... got the entries swapped around, server reset, and now workbooks open

Cheers,

Andrew