ID: Q130699
When the SNMP service is started with debug level 2 or greater, it returns this error message:
error on getproc(InitEx) 127
This error message should be ignored.
Microsoft 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.
The 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:10
This 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 query words:
Keywords : kbnetwork kbAPI kbNTOS310bug kbNTOS350bug kbSDKPlatform kbSNMP kbGrpNet
Issue type : kbbug
Last Reviewed: July 31, 1998