The information in this article applies to:
SYMPTOMSIf a 16-bit RPC application on Windows 95 uses SPX with the Client32 Netware Client from Novell, it may occasionally get RPC_CALL_FAILED errors (decimal 33) while making RPC calls to a server running on a Windows NT platform. CAUSE
This error occurs on the return from the RPC call, when a large amount of
data is being transferred. The packet size is negotiated incorrectly. As
a result, when the size of the data to be transferred exceeds the
underlying networks maximum frame size, the call fails.
RESOLUTIONAs a workaround, programmers must ensure that the data they transfer does not exceed the MTU of any of the networks between the client and the server. For example, if a client on an Ethernet talks to a server on a Token Ring network, the data must be less than the Ethernet MTU per RPC call. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kb3rdparty kbnetwork kbAPI kbRPC kbSDKPlatform kbWinOS95bug kbGrpNet |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |