cancel
Showing results for 
Search instead for 
Did you mean: 

System Log - Call of function GwRead failed, RC: -006

Former Member
0 Kudos

Hi All,

How to analyze the system log described below, will this cause performance issues ?

Process: Gateway

Text: Call of function GwRead failed, RC: -006

File Offset RecFm System log type Grp N variable message data

165 297360 m Error (Function,Module,Row) Q0 R GwRead-006GwReadFGwRead gwdp.c 4126

Please advise

Regards

Shiva

Accepted Solutions (1)

Accepted Solutions (1)

marcelo_sehnem
Explorer
0 Kudos

Usually there are other error messages relating to network disconnects prior to this error message.

RC -6 indicates the connection was broken:

NIECONN_BROKEN -6 /* Connection to partner broken */ */

This can be also related to an old kernel version.

You can use niping tool (note 500235) to check your network:

-on gateway host- start the test program niping to emulate a test server.

a) niping -s

-on another host - start the test program niping to emulate a client

a) niping -c -H [host GW]

b) niping -v -H [host GW]

c) niping -v -S sapgw00

Also try:

transaction SM51, GOTO -> HOST NAME BUFFER > RESET -> TOTAL SYSTEM.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check the Gateway Parameters if configured and try to use the application once again or check the tcp/ip connections and try to ping.

I hope the issue will be resolved.

Regards,

prabhu kishore reddy.