[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference netcad::hub_mgnt

Title:DEChub/HUBwatch/PROBEwatch CONFERENCE
Notice:Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7
Moderator:NETCAD::COLELLADT
Created:Wed Nov 13 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:4455
Total number of notes:16761

1666.0. "Problems using NDU" by GRANPA::DFAUST (Bad Things, man...) Mon Nov 07 1994 18:15

    In trying to use the version of NDU (version 1.0) that comes with
    HUBwatch for Windows (version 3.1), I am having problems getting it
    started. 
    
    After coptying the contents of the disk onto a bootable floppy, I get
    an error that says "PRO0011E: EQUAL SIGN MISSING BETWEEN KEYWORD AND
    VALUE". I believe that the line in CONFIG.SYS that gets the error is
    "DEVICE=\PROTMAN.SYS /I:A\".
    
    I then modified the line in CONFIG.SYS to "DEVICE=\PROTMAN.SYS /I:=A:\"
    and I now get an error that says "PRO0003E: PROTOCOL.INI FILE OPEN
    FAILURE".
    
    I am running this on a DECpc MTE 466d2 with 16 meg of memory and an
    ETHERworks 3 NIC. I have modified PROTOCOL.INI and CONFIG.SYS to
    reflect this NIC.
    
    Can anyone tell me what I'm doing wrong??
    
    Dennis Faust
    
T.RTitleUserPersonal
Name
DateLines
1666.1Added one too many charactersROGER::GAUDETBecause the Earth is 2/3 waterTue Nov 08 1994 12:596
You still have the wrong syntax.  Don't put an "=" in the "/I:" switch.  The
following is what you need:

DEVICE=\PROTMAN.SYS /I:A:\

...Roger...
1666.2GRANPA::DFAUSTBad Things, man...Tue Nov 08 1994 21:138
    re :-1
    
    I tried that first.... the base note lists the error with that syntax.
    
    Any help appreciated.
    
    Dennis Faust
    
1666.3It all looks the same if you stare at it long enough :-)ROGER::GAUDETBecause the Earth is 2/3 waterWed Nov 09 1994 12:2916
RE: Dennis

The first example you gave was this:

       "DEVICE=\PROTMAN.SYS /I:A\"

There is no ":" between the "A" and the "\" for the device specification in the
/I switch.  The second example you wrote was this:

       "DEVICE=\PROTMAN.SYS /I:=A:\"

That, too, is wrong.  Do not put an "=" in the /I switch.  The proper syntax is:

       "DEVICE=\PROTMAN.SYS /I:A:\"

...Roger...
1666.4My version !?EEMELI::SOHLMANJouko Sohlman , NIS Helsinki FinlandWed Nov 09 1994 12:499
	Hello!

	On my downloader disk the config.sys contains:

	device=PROTMAN.SYS /I:A:\

	It worked for today!

			Jouko
1666.5Still doesn't workGRANPA::DFAUSTBad Things, man...Mon Nov 14 1994 10:5227
    I have just copied the DNU Plus kit from NETCAD (DOS version) and
    edited the CONFIG.SYS to the reflect the EWRK3 driver. My CONFIG.SYS
    consists of:
    
    shell=\command.com /P /E:526
    device=PROTMAN.SYS /I:A:\
    
    device=\ewrk3.DOS
    
    When I boot the disk, the print out is as follows:
    
    MS DOS LAN Manager Protocol Manager v1.1
    PRO0011E: Equal sign missing between keyword and value
    
    
    It bombs out trying to do all of the other network loads because the
    Protocol Manager isn't loaded.
    
    I have gotten the same errors using two different versions of the
    HUBwatch for Windows (Version 3.1) of the NDU distribution kit. I have
    modified PROTOCOL.INI to remark out all of the non EWRK3 driver stuff
    and loaded EWRK3 into the Bindings section. 
    
    Can anyone tell me what I'm doing wrong?!?!?!
    
    Dennis Faust
    
1666.6PROTOCOL.INI problem?ROGER::GAUDETBecause the Earth is 2/3 waterMon Nov 14 1994 13:028
Dennis...

   There must be something wrong in your PROTOCOL.INI file.  That's what gets
read in when the protocol manager runs.  Check that file for improper syntax. 
Note 836.5 has an example of a PROTOCOL.INI file that works for me with an
Etherworks III card.

...Roger...
1666.7GRANPA::DFAUSTBad Things, man...Tue Nov 15 1994 16:586
    
    It now works... the problem was that I used rem to get rid of the lines
    I didn't need, rather that using a semi-colon. I just _love_ DOS.
    
    Dennis Faust
    
1666.8When DOS is not DOS ...ROGER::GAUDETBecause the Earth is 2/3 waterTue Nov 15 1994 20:287
Yup, that'll do it.  PROTOCOL.INI is not a DOS batch file.  It's the
initialization file read by PROTMAN.SYS (the /I switch tells PROTMAN where to
look for PROTOCOL.INI).  As you discovered, PROTMAN doesn't do REM.

Glad it's working now.

...Roger...