cancel
Showing results for 
Search instead for 
Did you mean: 

CPIC connection

Former Member
0 Kudos

I have a lot of messages like this in CPIC. it appears on almost every new CPIC connection.

Any ideas?

[Thr 4176] *************** SAP_CMGETOWNNAME ***************

[Thr 4176] SAP_CMGETOWNNAME: my own name: w3wp (length=4)

[Thr 4176] NiIWrite: hdl 6 sent data (wrt=599,pac=1,MESG_IO)

[Thr 4176] NiIRead: hdl 6 recv would block (errno=EAGAIN)

[Thr 4176] NiIRead: read for hdl 6 timed out (0ms)

[Thr 4176] NiIRead: hdl 6 recv would block (errno=EAGAIN)

[Thr 4176] NiIRead: read for hdl 6 timed out (0ms)

[Thr 4176] NiIRead: hdl 6 recv would block (errno=EAGAIN)

[Thr 4176] NiIRead: read for hdl 6 timed out (0ms)

[Thr 4176] NiIRead: hdl 6 recv would block (errno=EAGAIN)

[Thr 4176] NiIRead: read for hdl 6 timed out (0ms)

[Thr 4176] NiIRead: hdl 6 recv would block (errno=EAGAIN)

[Thr 4176] NiIRead: read for hdl 6 timed out (0ms)

[Thr 4176] NiIRead: hdl 6 received data (rcd=489,pac=2,MESG_IO)

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

EAGAIN means

"The socket is marked non-blocking and the receive operation would block, or a receive timeout had

been set and the timeout expired before data was received."

It seems to me that you have a network problem, either between application server(s) and/or central instance or to the clients.

What kernel patch are you using?

Markus

Former Member
0 Kudos

Hi,

Thanks for your reply.

The patch level is : 196

Here is the info:

Kernel release 640

Compilation NT 5.0 2195 Servi

Patch Level 196

markus_doehr2
Active Contributor
0 Kudos

Check your network connections also.

Markus