BUG: SNMP Service Produces Bad "Error on getproc(InitEx) 127"Last reviewed: September 29, 1995Article ID: Q130699 |
The information in this article applies to:
SYMPTOMSWhen the SNMP service is started with debug level 2 or greater, it returns this error message:
error on getproc(InitEx) 127 RESOLUTIONThis error message should be ignored.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are reasearching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
How to Start the SNMP ServiceThe SNMP service can be started from either the control panel or from a console window. Type "net help start snmp" in a console box to see how to configure error logging of the SNMP agent. The syntax of the command is:
net start snmp [/logtype: type] [/loglevel: level]where:
net start snmp /logtype:6 /loglevel:10This starts the SNMP service with loglevel 10, and logs events in the eventlog as well as in SNMPDBG.LOG. The SNMP service can also be started from a console window without typing "net start." This makes all error messages go to the console window and can be used to help in debugging when writing SNMP applications. For example, the following starts the SNMP service:
cmd-prompt> snmp |
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |