dangermouse68
MIS
I'm getting the following error when trying to map a drive in a container login script.
LOGIN-LGNWNT32.DLL -400: A network drive cannot be mapped to a drive that is designated as a local drive.
The statement in the login script is:
IF MEMBER OF ".60s-Project.student.zbths" THEN MAP ROOT N:=\Server\DATA\60s-project
There is a statement just before this one that is identical, but uses a different group(in the same container), drive letter and mapping (to the same volume but different directory), and it works fine with the same user.
The map statement works fine if used in a user login script or even within a Zen application object. The Zen would work, but it also pops up the message of the day screen, which I don't want.
LOGIN-LGNWNT32.DLL -400: A network drive cannot be mapped to a drive that is designated as a local drive.
The statement in the login script is:
IF MEMBER OF ".60s-Project.student.zbths" THEN MAP ROOT N:=\Server\DATA\60s-project
There is a statement just before this one that is identical, but uses a different group(in the same container), drive letter and mapping (to the same volume but different directory), and it works fine with the same user.
The map statement works fine if used in a user login script or even within a Zen application object. The Zen would work, but it also pops up the message of the day screen, which I don't want.