Microsoft KB Archive/241630

From BetaArchive Wiki
Knowledge Base


Article ID: 241630

Article Last Modified on 10/27/2003



APPLIES TO

  • Microsoft BackOffice Small Business Server 4.0
  • Microsoft BackOffice Small Business Server 4.0a
  • Microsoft BackOffice Small Business Server 4.5



This article was previously published under Q241630

SYMPTOMS

During configuration of the Modem Sharing Service in Small Business Server you may encounter the error message;

Modem Sharing Trap
AT e:\ntprivate\netcom\server\cpl\csrvdata.cpp(400):
Status 8ccc0001


Choosing the Ignore option results in;

Modem Sharing Trap
AT e:\ntprivate\netcom\server\cpl\init.cpp(400):
Status 8ccc0001


IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry




CAUSE

The code for the Modem Sharing Service has a limitation in the number of characters that a configured serial comm port can be named. Some third party multi-port boards will name the ports with long descriptive names causing this behavior.


RESOLUTION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.


Check in the documentation or with the vendor of the multi-port board and see if the ports can be installed with a custom name and install them with standared port names (ie: COM3, COM4, etc). If this is not an option the following procedure should correct the Modem Sharing Trap.

  1. Go to Start/Settings Control Panel
  2. Run the Services applet, click on Modem Sharing, Click Stop
  3. Start Registry Editor (Start/Run/Regedt32.exe).
  4. Navigate to the key HARDWARE\DEVICEMAP\SERIALCOMM.
  5. Highlight the SERIALCOMM folder.
  6. From the Edit pull down choose Save Key and back up this registry key in the event it must be restored.
  7. Locate the port name values for the multi-port board under the following key in the registry:

       HARDWARE\DEVICEMAP\SERIALCOMM
  8. Double Click on the value to be edited, delete any characters except a description of COM# and click OK. For Example:
    dgapci4Line1Concentrator1Port1:REG_SZ:COM3-PORT1 Change to Serial0:REG_SZ:COM1

    Repeat this for all ports.
  9. Quit Registry Editor.
  10. In the Services Applet click on Start.
  11. In Control Panel run the Modem Sharing applet to configure Modem sharing.


NOTE:The key value is limited to 7 characters total.

MORE INFORMATION


Additional query words: smallbiz

Keywords: kbui kbprb KB241630