The information in this article applies to:
SYMPTOMS
The SLI_SEND and SLI_RECEIVE verbs can only send or receive a maximum of
65 kilobytes (KB) of data each time they are issued by a SLI application.
CAUSEThe 65-KB data length per SLI_SEND/SLI_RECEIVE is by design. The lua_data_length and lua_max_length parameters are defined as Unsigned Integers (unsigned int), which limits their maximum values to 2^16 bytes (approximately 65 KB). RESOLUTIONMicrosoft has confirmed this to be a problem in SNA Server versions 2.1, 2.11, 2.11 SP1, 2.11 SP2, 3.0, 3.0 SP1, 3.0 SP2, 3.0 SP3, 4.0, and 4.0 SP1. SNA Server 3.0A supported fix that corrects this problem is now available from Microsoft, but has not been fully regression tested and should be applied only to systems experiencing this specific problem. To resolve this problem immediately, contact Microsoft Technical Support to obtain the fix. If you are not severely impacted by this specific problem, Microsoft recommends that you wait for the next SNA Server 3.0 service pack that contains this fix.For SNA Server 3.0:
NOTE: If you contact Microsoft to obtain this fix, a fee may be charged.
This fee is refundable if it is determined that you only require the fix
you requested. However, this fee is non-refundable if you request
additional technical support, if your no-charge technical support period
has expired, or if you are not eligible for standard no-charge technical
support.
For more information about eligibility for no-charge technical support, see the following article in the Microsoft Knowledge Base: Q154871 Determining If Your Product Is Eligible for No-Charge Technical Support SNA Server 4.0This problem was corrected in the latest Microsoft SNA Server version 4.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):S E R V P A C K MORE INFORMATIONThe SLI API has been extended to include the following new verbs:
Each of these new parameters is defined as Unsigned Long Integers (unsigned
long), which allows their maximum values to be 2^32 bytes (approximately 4
GB).
These SLI API updates are available after applying the fix or service pack mentioned previously. Please refer to the SNA Server LUA Programmer's Guide for more details on both the RUI and SLI APIs included with SNA Server. Additional query words: snalua snaprog
Keywords : |
Last Reviewed: September 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |