I'm back now. Any new info that might be useful?
"Mike M." <nospam@someplace.com> wrote in message
news:eg0eKriKFHA.2812@TK2MSFTNGP15.phx.gbl...
> Oops! Yes I meant SMTP and yes I can't see the virtual server in MMC.
> Sorry about the goof but I am also implementing an SNMP extension agent so
I
> get these two mixed up. I am leaving for a trip tomorrow so after this
> afternoon I won't be checking the groups for a week or so. Thanks for
your
> efforts Jason.
>
>
> "Jason Brown [MSFT]" <i-brjaso@online.microsoft.com> wrote in message
> news:eMmoKHbKFHA.3484@TK2MSFTNGP12.phx.gbl...
> > Right. so your root problem is you can't see the SMTP snap-in in the
MMC?
> > (not SNMP?)
> >
> > the idea of the filemon/regmon while you're registering the smtpsnap.dll
> was
> > to see if there's some dependency also missing, or perhaps a perms
> problem.
> > I think you might have deeper issues. I'll see what I can dig up on
those
> > event log messages and get back to you
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> >
> >
> > "Mike M." <nospam@someplace.com> wrote in message
> > news:e1XM%23LWKFHA.3296@TK2MSFTNGP15.phx.gbl...
> > > That article does seem a stretch for my problem registering
> snmpsnap.dll.
> > > When you suggest using Filemon and Regmon are you talking about when I
> run
> > > regsvr32 on snmpsnap.dll? If not, when? My base issue (which is not
> the
> > > beginning of the thread as I am not the OP) is that when I start my
SNMP
> > > service I do not see a virtual server in MMC. Here is part of my
> original
> > > post:
> > >
> > > "When I install IIS I get two errors in the System event log. They
are:
> > > 1. Source: smtpsvc
> > > Description: Virtual server 1 was unable to register itself and the
> local
> > > delivery sink with the event binding database. Server events and
local
> > > delivery will not function properly for this virtual server.
> > >
> > > 2. Source: smtpsvc
> > > Description: Server events initialization failed for virtual server 1.
> > > Server events may not be called for this virtual server.
> > >
> > > When I uninstalled IIS I rebooted, deleted everything from
> > > c:\winnt\systems32\inetsrv before re-installing IIS.
> > > I have also tried to register inetmgr.dll and smtpsnap.dll manually.
> > > inetmgr.dll registers fine but smtpsnap.dll fails with the message:
> > > DllRegisterServer in smtpsnap.dll failed. Return code was:
0x80070073."
> > >
> > > Any help would be appreciated.
> > >
> > > Thanks Jason.
> > >
> > > "Jason Brown [MSFT]" <i-brjaso@online.microsoft.com> wrote in message
> > > news:%2323IpdOKFHA.4092@tk2msftngp13.phx.gbl...
> > >> Well, I found a citation for the error message, but it's possibly
> > > unrelated
> > >>
> > >>
http://support.microsoft.com/Default.aspx?kbid=836928 > > >>
> > >> what I can gather from that is that maybe there's a dependency
> > > unregistered
> > >> as well, though troubleshooting that might be tricky. Judicious use
of
> > >> Filemon and Regmon may help you determine what exactly it's trying to
> > > access
> > >> (
www.sysinternals.com)
> > >>
> > >>
> > >> --
> > >> Jason Brown
> > >> Microsoft GTSC, IIS
> > >>
> > >> This posting is provided "AS IS" with no warranties, and confers no
> > > rights.
> > >>
> > >>
> > >> "Mike M." <nospam@someplace.com> wrote in message
> > >> news:OhffyiJKFHA.2852@TK2MSFTNGP14.phx.gbl...
> > >> > It exists and the version shown on the properties is 6.0.3940.24.
I
> > > think
> > >> > maybe something is conflicting with it but I can't figue out what.
> > >> >
> > >> > "Jason Brown [MSFT]" <i-brjaso@online.microsoft.com> wrote in
message
> > >> > news:eDylq0BKFHA.3960@TK2MSFTNGP09.phx.gbl...
> > >> >> knee jerk reaction: check if smtpsnap.dll exists at all.
> > >> >>
> > >> >> I'll check that error code though.
> > >> >>
> > >> >>
> > >> >> --
> > >> >> Jason Brown
> > >> >> Microsoft GTSC, IIS
> > >> >>
> > >> >> This posting is provided "AS IS" with no warranties, and confers
no
> > >> > rights.
> > >> >>
> > >> >> "Mike M." <nospam@someplace.com> wrote in message
> > >> >> news:eCeEG8jJFHA.4012@TK2MSFTNGP09.phx.gbl...
> > >> >> >I am having the same issue but when I try to register
smtpsnap.dll
> I
> > > get
> > >> >> >the
> > >> >> > error:
> > >> >> > DllRegisterServer in smtpsnap.dll failed. Return code was
> > > 0x8007007e.
> > >> >> > Any
> > >> >> > thoughts on what that might be?
> > >> >> >
> > >> >> > TIA
> > >> >> >
> > >> >> > "Jason Brown [MSFT]" <i-brjaso@online.microsoft.com> wrote in
> > >> >> > message
> > >> >> > news:Odo%23dWeJFHA.2852@TK2MSFTNGP09.phx.gbl...
> > >> >> >> try the following, from a command line in
> > > c:\windows\system32\inetsrv
> > >> >> >>
> > >> >> >> regsvr32.exe smtpadm.dll
> > >> >> >> regsvr32.exe smtpsnap.dll
> > >> >> >>
> > >> >> >> then reopen the IIS service manager. Which files you need
depends
> > >> >> >> on
> > >> > the
> > >> >> > OS
> > >> >> >> you're on, but either way it should do no harm.
> > >> >> >>
> > >> >> >>
> > >> >> >> --
> > >> >> >> Jason Brown
> > >> >> >> Microsoft GTSC, IIS
> > >> >> >>
> > >> >> >> This posting is provided "AS IS" with no warranties, and
confers
> no
> > >> >> >> rights.
> > >> >> >>
> > >> >> >>
> > >> >> >> "morello" <morello@discussions.microsoft.com> wrote in message
> > >> >> >> news:D1DF3CF9-3EDD-46BB-8486-FB1F5FFCA470@microsoft.com...
> > >> >> >> > Hello !
> > >> >> >> >
> > >> >> >> > After de-install and re-install SMTP service now i'don't see
> > > anymore
> > >> >> >> > the
> > >> >> >> > SMTP icons in IIS Manager.
> > >> >> >> >
> > >> >> >> > I try to re-boot the server, but nothing.
> > >> >> >> > The service is on , in fact in services list the smtp service
> is
> > >> > start
> > >> >> > but
> > >> >> >> > in IIS manager i'dont see the icon !!
> > >> >> >> >
> > >> >> >> > This is true !
> > >> >> >> >
> > >> >> >> > Thanks for your help.
> > >> >> >> > Matteo Mazzoni
> > >> >> >>
> > >> >> >>
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >
> >
> >
>
>