Error installing SNMP with SYSOCMGR

D

dkaneti

I've been trying to install optional windows components using
sysocmgr.exe

but during the process I got the following error:
"an error occured which prevented the Simple Network Management
Protocol component from being installed or removed. The error was
0x8007000D."


the OS was Win2k SP4 Server,
I've used the following command line:
sysocmgr.exe /i:sysoc.inf /u:"c:\unattend.ini" /r


here is the unattended file:


[COMPONENTS]
iis_common= on
iis_inetmgr= on
iis_www= on
iisdbg= on
iis_doc= off
iis_ftp= on
iis_htmla= on
iis_nntp= off
iis_smtp= off
LicenseServer= off
msmq= on
indexsrv_system= off
WMS= off
TSClients= off
TSEnable= off
hypertrm= on
[MSMQ]
type= IND
DisableAD= true
[NetOptionalComponents]
SNMP= 1
NETMONTOOLS= 1
wins= 0
DNS= 0
[SNMP]
Accept_CommunityName="public:Read_Write,private:Read_Write"
Any_Host=Yes
Community_Name=Contact_Name
Limit_Host=*
Location=XXX
Send_Authentication=On
Traps=HMS1


you can see that the SNMP was set to "1".


any ideas why I got the error ?!?
 
D

Dave Patrick

0x8007000D = The data is invalid.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

| I've been trying to install optional windows components using
| sysocmgr.exe
|
| but during the process I got the following error:
| "an error occured which prevented the Simple Network Management
| Protocol component from being installed or removed. The error was
| 0x8007000D."
|
|
| the OS was Win2k SP4 Server,
| I've used the following command line:
| sysocmgr.exe /i:sysoc.inf /u:"c:\unattend.ini" /r
|
|
| here is the unattended file:
|
|
| [COMPONENTS]
| iis_common= on
| iis_inetmgr= on
| iis_www= on
| iisdbg= on
| iis_doc= off
| iis_ftp= on
| iis_htmla= on
| iis_nntp= off
| iis_smtp= off
| LicenseServer= off
| msmq= on
| indexsrv_system= off
| WMS= off
| TSClients= off
| TSEnable= off
| hypertrm= on
| [MSMQ]
| type= IND
| DisableAD= true
| [NetOptionalComponents]
| SNMP= 1
| NETMONTOOLS= 1
| wins= 0
| DNS= 0
| [SNMP]
| Accept_CommunityName="public:Read_Write,private:Read_Write"
| Any_Host=Yes
| Community_Name=Contact_Name
| Limit_Host=*
| Location=XXX
| Send_Authentication=On
| Traps=HMS1
|
|
| you can see that the SNMP was set to "1".
|
|
| any ideas why I got the error ?!?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top