cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi all

I have installed WEB AS for ABAP and SAP Front end GUI on the same machine. when I try to connect to the server from SAP SAP Logon, it gives the following error

partner not reached(host 192.168.0.153,service sapdp00)

WSAECONNREFUSED: Connection refused

could any body please help me in this regard.

Regards

Shafi

0 Likes
View Entire Topic
Former Member
0 Likes

Do you have the appropriate entries in your services file?

ex.

sapdp00 3200/tcp

sapgw00 3300/tcp

You can even try adding

sapms<SID> 3600/tcp

-Drew

Former Member
0 Likes

yes, I have all these entries in my services file.

Regards

Shafi

Former Member
0 Likes

Hi Shafi,

On the server console, please start the SAP MMC console. Does it show green for the SAP system processes? In the task manager, do you see multiple processes called disp+work.exe ? Is your database running? Please sort on the folder /usr/sap/<SID>/DVEBMGS00/work by latest files, and attach some of the latest trace files here.

Thanks,

Sanket

Former Member
0 Likes

Thanks Sanket,

yes, Server is running(It shows green for the SAP system processes)

yes, I see multiple processes called dsip+work.exe

database is also running.

Could you please tell me which files in the Work folder should I send you?? there are many files. Please give me your email address, so that I can send these files to you.

Regards

Shafi

Former Member
0 Likes

Pls try this.

  • on Command prompt , ping sapxidev. see if it returns IP address of your server.

  • what is the system number for the SAP system installed? Goto /usr/sap/<SID>/dvebmgs<nn>

if the nn is 00, then it is 0, if it is dvebmgs01, then your system number is 01.

Your saplogon should show the correct system number.

  • on command prompt, type telnet sapxidev 36nn ( where nn is your system number ). If you get a blank screen that just sits there, that is a good sign. If you get error, please tell what error you get.

  • logon to your server as <sid>adm user. on command prompt, run executable dpmon. Choose options m, then p.

Do you get a list of work processes in status waiting?

Thanks,

Sanket

Former Member
0 Likes

Thanks Sanket.

I have started the installation again. I will let you know if I face the same problem again.

Regards

Shafi