Thanks John;
The Site mentioned did not work however you can download netmon 3.0
Go to
http://connect.microsoft.com
Sign in with your passport account.
Choose "Available Connections" on the left.
Choose "Apply" for Network Monitor 3.0 (once you've finished with the
application, the selection appears in your "My Participation" page).
Go to the Downloads page (On the left side), and select the appropriate
build 32 or 64 bit build.
But I still dont see a wins parser included
"JohnGil (MSFT)" wrote:
> Netmon 3 is released. The WINS parser is built in. You can get it at:
>
> https://connect.microsoft.com/Downlo...spx?SiteID=216
>
> "Schuml" wrote:
>
> > I am trying to research a wins error 4102, and I can not find anything to
> > help me resolve the issue.
> >
> > I do have 2 wins servers that are located at 2 diffrent sites and are
> > confugured as wins servers push/pull. These 2 servers seem to replicate fine
> > when I manully request replication. And the data in the 2 servers is
> > accurate. My concerne is there is a rogue winserver some where that is
> > generating this error.
> > Both Servers are 2003 SP1
> >
> > I have done the following
> >
> > 1. Make sure the all WINS servers are configured correctly such as from
> > either Pull only or Push only, to Push/Pull. If you configure WINS A to
> > perform pull replications with WINS B, make sure it is a push partner of WINS
> > B.
> >
> > 2. If the other WINS server is located across a router, check for network
> > connectivity to the remote WINS server.
> >
> > 3. If the WINS is running on a multihomed server or RRAS server , you may
> > want to setup WINS to replicate with any partner. Neither are RRAS servers so
> > not applicable
> >
> > 4. You may want to run a Network Monitor trace, and then identify the remote
> > WINS server (Pull partner) that sends the "WINS: Stop Reason = Message Error"
> > error message.
> >
> > The problem with number 4 is I downloaded the 2003 tools to obtain the
> > Wins.dll
> > I have completed the following.
> > Open Tcpip.ini in the Netmon\Parsers subdirectory.
> > Add "42 = WINS" to the [TCP_HandoffSet] section of the file, as in the
> > following example:
> > [TCP_HandoffSet]
> > 20 = FTP
> > 21 = FTP
> > 23 = TELNET
> > 25 = SMTP
> > 42 = WINS
> > 53 = DNS
> >
> > Save and close Tcpip.ini.
> > Open Parser.ini in the Netmon subdirectory.
> > Add "WINS.DLL = 0: WINS" to the [PARSERS] section of the file, as in the
> > following example:
> > [PARSERS]
> > FRAME.DLL = 0: FRAME
> > MAC.DLL = 0: ETHERNET, TOKENRING, FDDI, TMAC, SMT
> > LLC.DLL = 0: LLC, RPL, SNAP, BPDU
> > NETBIOS.DLL = 0: NETBIOS
> > SMB.DLL = 0: SMB
> > ...
> > WINS.DLL = 0: WINS
> >
> > Add the following section to the end of Parser.ini.
> > [WINS]
> > Comment = "WINS Server Replication"
> > FollowSet =
> > HelpFile =
> >
> > Save and close Parser.ini.
> >
> > And I have copied the Wins.dll into the parsers folder.
> >
> > Yet when I run network monitor wins does show up as a parser to filter on.
> > and I am not seeing wins entries in the capture.
> >