Ref: 17320006
Title: Fixing "MacPrintService Error 0101" Under 3+Open
Date: 11/29/90

Copyright 3Com Corporation, 1991.  All rights reserved.

After installing MacPrintService (MPS) on your 3+Open server, it is possible
that the service will not initialize.  The following error message can
be found in the error log from the Net Admin NIF:

    MPS0101:  Unable to determine local share names...

There are two possible reasons for this error.

1.  You have a version of MPS that needs to be upgraded.  Check the
following files located in the 3OPEN\SERVER\LANMAN\SERVICES subdir:

        MACPS.exe       48307   7-23-90   4:54p
        AFPSRV.exe     261093   8-13-90  12:03p

If your files do not match those above, get the upgraded files from
the Ask3Com forum, Patches and Fixes library.  (The files are also located
under the respective subdirs found in SERVICES; for example, MACPS.EXE is
also found under 3OPEN\SERVICES\LANMAN\SERVICES\MACPS).

2.  You need to adjust the number of MAXSHARES in LANMAN.INI to include
all internal admin shares on your server, such as C$, D$, and ADMIN$.  To
determine the number of sharenames in use, issue the following command:

    NET SHARE > SHARELST

If you are administering a remote server, the command should be:

    NET ADMIN \\SERVERNAME /C NET SHARE > SHARELST

This command will output the current number of sharenames being used by the
server to the file called SHARELST.  Count the number of sharenames in the
file and subtract that number from the value following the MAXSHARES=
parameter in the LANMAN.INI file.  This is the number of sharenames available
for the MACPRINTSERVICE.

