cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI WSATYPE_NOT_FOUND

Former Member
0 Kudos

Hi

I'm installing SAPGUI for Windows 7.10 on windows XP and is work fine, but after reboot windows and connect to SAP this show error message WSATYPE_NOT_FOUND ninti.c Line 939 Return code -1

PS: some machines work fine after reboot

Has somebody can solve this ?

Thanks a lot.

Cleber Santz

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

1. Install SAPGUI

2. saplogon.ini : Give administrative access to User for saplogon.ini

Location C:\WINDOWS

3. Configure the SAP system with ( Application Server , System Id , System Number )

4. Services : Path for services : C:\WINDOWS\system32\drivers\etc

Add following entry at the top in the services

Sapdp<System Number> 3206/tcp

e.g. If System Number = 06

sapdp06 3206/tcp

Former Member
0 Kudos

Hi Cleber,

Did you have any other version of SAP Logon pad before .

Cheers

Deepanshu

Former Member
0 Kudos

Hello!!

What you need to do to solve this problem is to take a look at your System Number when adding an entry to the saplogon. If it's not 00, you'll have check your SERVICES file in c:\windows\system32\drivers\etc (Assuming your windows is XP or Vista. C:\WINNT\system32\drivers\etc for win2k and C:\Windows for Win9X). Make sure you have the following lines inserted:

sapdp00 3200/tcp

sapdp01 3201/tcp

sapdp02 3202/tcp

.

.

.

sapdp10 3210/tcp

.

.

.

sapdp99 3299/tcp

As you can see, this entries correspond to the system id you type in your saplogon entries. If the corresponding system ID is not listed in the SERVICES file, then SAP LOGON won't be able to figure out which port to use.

There are also other sapgw00 entries that wouldn't hurt to have'em there too.

sapgw00 3300/tcp

sapgw01 3301/tcp

sapgw02 3302/tcp

sapgw03 3303/tcp

.

.

.

sapgw98 3398/tcp

sapgw99 3399/tcp

You might also copy this entries from another computer, just look for wverything that starts with "SAP" in the SERVICES file.

Better late than never. I just saw this question today and thought it would be a good idea to share this with everyone. It happened to me this morning.

former_member204746
Active Contributor
0 Kudos

have you installed SAPGUI 7.10 patches?

frp://ftp.sap.com

Former Member
0 Kudos

Yes, the installation server already have PATCH 01

former_member204746
Active Contributor
0 Kudos

find what is different between those machines. perhaps IE6 vs IE7?