cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Logon is "Waiting for Response" forever

Former Member
0 Kudos

Folks,

Platform: Virtual machine - Windows 2003 SP2, SQL 25K, 4G RAM. Clean machine.

I just did a rapid install of NW 7 SP14 on a virual machine named VMSAPSVR2. The install went through without any errors. When I start the server from MMC, I don't encounter any errors.

I also verified that J2EE engine is running by going to http://vmsapsvr2:50000/

I also verified that the portal is running by going to http://vmsapsvr2:50000/irj/portal.

However, when I bring up SAP GUI on the local machine and try to connect to the server, I get a "Waiting for response" message that never goes away. Grrrr...

Nothing in the event log either.

Can anyone tell me what is it that I am missing?

Thank you in advance for your help.

Regards,

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check following points

1. All work processes is up? (Should be waiting state)

2. Did you configure correctly in sap logon pad like

A. application server

B.System ID

C.System number

3. Check any network problems

Regards,

Ramesh Bupur

Former Member
0 Kudos

As I understand, rapid install creates two system numbers: 00 and 01.

When I connect to system number 00, the error I get is partner "192.168.20.22:sapdp00" not reached.

When I connect to system number 01, I get the GUI to hang.

Any ideas?

Regards,

Peter

TomCenens
Active Contributor
0 Kudos

What did you install btw, Abap and Java ?

If yes your filesystem would look like

/usr/sap/<SID>/DVEBMGS<instance nr>

/usr/sap/<SID>/SCS<instance nr +1 >

In this case /usr/sap/<SID>/DVEBMGS00 and /usr/sap/<SID>/SCS01, that would mean your abap can be addresses by running command "sapgui <hostname> 00" in command prompt or using saplogon.

JPReyes
Active Contributor
0 Kudos

Seems like your java side is responding without issues... now on the abap side the "waiting for reponse" usually means problems to connect to the db... can you do an R3trans -d and let us know the response... also check that your db is up and running.

Also post contents of dev_w0.

Regards

Juan

Former Member
0 Kudos

Hi,

1.Check dialog wp is up and waiting state

2.check your data base is up or not

3.check for file system -- free space in drives

Regards,

Ramesh

Former Member
0 Kudos

Hi

Check the instance number for your ABAP system, to see if it

is other than 00 in directory /usr/sap/SID/DVEBMGS<NR> check the NR part.

Rahul

Former Member
0 Kudos

Hi Juan,

Thank you for you suggestion. When I run "r3trans -d," the error that is reported is "Connect failed with DBLI_RC_LOAD_LIB_FAILED."

It is hard to believe that others don't see this problem. My installation was as clean as it can get.

1. Fresh install of Windows 2003 SP2. No other software on the box

2. Fresh install of SQL 2005 and the latest service pack

3. Fresh install of JDK 1.4.2

The database server is up and running as I connect to it using SQL Server Management Studio.

Can someone please suggest me on how to fix this problem?

Regards,

Peter

Former Member
0 Kudos

Hi Juan,

I do not see any file called dev_w0 file. I see a few dev_* files under c:\usr\sap\SLC\SCS01\work as well as under c:\usr\sap\SLC\JC00\work. Where is this file?

Thank you.

Peter

JPReyes
Active Contributor
0 Kudos

Sorry... i just noticed you reply to this thread...

Read this threads...

Regards

Juan