I am in the process of switching from an IPX/IP network to IP only and I have found a small problem with a drive mapping from the login script. When I login using the IP only client for Win2k I get an error 8804 on a group member drive mapping.
This the script:
write "Good %GREETING_TIME, %LAST_NAME"
write "Your password will expire in %PASSWORD_EXPIRES days"
map root n:=fs01/sys:map root o:=fs01/apps1:map root p:=fs01/apps2:
if member of "CAD" THEN BEGIN
MAP ROOT J:=fs01/design:end
and this is the result:
Your current context is OU.TREE
Your current tree is: TREE
You are attached to server FS01.
Good afternoon, admin
Your password will expire in 32767 days
Drive N: = FS01_SYS: Drive O: = FS01_APPS1: Drive P: = FS01_APPS2: LOGIN-4.21.15-430: The following drive mapping operation could not be completed.
[ROOT J:=FS01_DESIGN:\]
The error code was 8804.
Novell knowledgebase support wasn't much help. Anyone have any ideas?
This the script:
write "Good %GREETING_TIME, %LAST_NAME"
write "Your password will expire in %PASSWORD_EXPIRES days"
map root n:=fs01/sys:map root o:=fs01/apps1:map root p:=fs01/apps2:
if member of "CAD" THEN BEGIN
MAP ROOT J:=fs01/design:end
and this is the result:
Your current context is OU.TREE
Your current tree is: TREE
You are attached to server FS01.
Good afternoon, admin
Your password will expire in 32767 days
Drive N: = FS01_SYS: Drive O: = FS01_APPS1: Drive P: = FS01_APPS2: LOGIN-4.21.15-430: The following drive mapping operation could not be completed.
[ROOT J:=FS01_DESIGN:\]
The error code was 8804.
Novell knowledgebase support wasn't much help. Anyone have any ideas?