Also, just to note, it's not recommended to use UNC paths for drive mappings in login scripts. The recommended drive mapping notation is:
MAP M: = .<volume_object>.<context>
where <volume_object> is the name of your volume object and <context> is the context of the volume object. So, using one of your mappings for an example:
MAP H: = .COMP1_SHARE.CONTEXT1:\
Main Topics
Browse All Topics





by: ShineOnPosted on 2005-11-03 at 12:16:22ID: 15220009
8901 is kind of a generic error that is technically reporting lack of sufficient disk space. That's not literally true in most cases, and often means you have a licensing issue.
I see you have at least 3 servers (COMP1, COMP2 and COMP3) and the user is loggin in to COMP3 and then getting failures mapping.
What I have found to be the case in the past is:
1) The Admin made the mistake of associating user licenses with specific servers, and the user couldn't obtain a license
or
2) there's a problem with SLP configuration and the user is logging into a non-DA server and so not getting at the appropriate services to log in properly
8804 errors also tend to be indicative of the same things, even though technically they are reporting a problem with volume objects. I would recommend not redoing your volume objects until you've eliminated the two things I mentioned.