Problem with MsgSend (Qnet)

Hello,

I have problems when I try to send datas with MsgSend to another pc.
The server unblock with its MsgReceive, but it doesn’t receive any byte
at all the sender (MsgSend) write :
“Function not implemented” (errno 89)


It is the same with other MsgSendxx.
When I try to use MsgSend_r, this is the same problem, but without the
error message.

Anyone can help me ??

Thanx a lot !


Vincent Gilson.
Belgium.

We need more information. Is the server based on resmgr framework?
How the server is registed ? Does your server manage MsgReceive() itself?..
If you could reproduce this with a small sample, that would be very helpful.

From what I can tell, this looks like an unknow message send to
a resource manager frame work, and the frame work just respond
an ENOSUP.

-xtang

Vincent Gilson <vincent.gilson@ibelgique.com> wrote in message
news:402B9C5D.6080405@ibelgique.com

Hello,

I have problems when I try to send datas with MsgSend to another pc.
The server unblock with its MsgReceive, but it doesn’t receive any byte
at all the sender (MsgSend) write :
“Function not implemented” (errno 89)


It is the same with other MsgSendxx.
When I try to use MsgSend_r, this is the same problem, but without the
error message.

Anyone can help me ??

Thanx a lot !


Vincent Gilson.
Belgium.