PRB: Sending a Large Recordset Over a Slow Modem May Cause an Error Message on a Blue Screen (317791)



The information in this article applies to:

  • Microsoft Visual Studio, Enterprise Edition 6.0
  • Microsoft Visual Studio 6.0 SP5

This article was previously published under Q317791

SYMPTOMS

If you send a large recordset over a very slow modem line from a computer that is running Microsoft Windows 95 or Microsoft Windows 98, you may receive the following error message on a blue screen:
An exception OE has occurred at 0028:C14C0CC5 VXD PPPMAC (01) + 000030B5 called from 0028C184EA2C in VXD PPPMAC (04) + 0000935C

CAUSE

The error message occurs because the modem connection is too slow and cannot support the packet size that Windows is using.

RESOLUTION

To resolve this issue, reduce the maximum packet size to a size that the connection can support. In Windows 95 or Windows 98, you can modify the default Maximum Transmission Unit (MTU) setting:
  1. Click Start, point to Settings, click Control Panel, and then double-click Network.
  2. On the Configuration tab, click Dial-Up Adapter, and then click Properties.
  3. On the Advanced tab, click IP Packet Size. In the Values box, click one of the following settings: The following list shows the values you can select in the Values box:

    Setting     Description
    -------------------------------------------------------------
    Automatic   Programmatic control; this is the default setting
    Large       1,500
    Medium      1,000
    Small       576
    						

STATUS

This behavior is by design.

MORE INFORMATION

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

183437 Description of the Internet Protocol Packet Size Setting


Modification Type:MinorLast Reviewed:8/15/2005
Keywords:kbprb KB317791