|
-
November 22nd, 2004, 01:25 PM
#1
Restrictions?
[FONT=Arial
I recently upgraded my Dell lab with Win XP SP2, and upgraded my Client to 4.90 SP2. Everytime my students, or staff, log in they receive a "restictions"
error flag that states " this operation has been cancelled due to restrictions in effect on this computer. please contact youe sys. admin." I've instructed them to click on the "ok" button and proceed. All seems to work. but I can't figure out this error flag. Running Netware 6 on my file server, and Netare 5 on my login/print server. Any hints as to what I may have done wrong. Many thanks!
-
November 23rd, 2004, 11:07 PM
#2
Registered User
Sounds like something in your login script might be hanging things up. Is it possible for you to post a copy for us to look at?
Do you have any policies in place?
-
November 24th, 2004, 01:05 PM
#3
Restrictions
Thanks for the response. I will post a copy of the login scripts asap.
We also run Zenworks(3.2.3) application Launcher that places shotcuts of Office components(version 10) and on mapped drive program(Mavis Bacon).
 Originally Posted by MacGyver
Sounds like something in your login script might be hanging things up. Is it possible for you to post a copy for us to look at?
Do you have any policies in place?
-
November 24th, 2004, 08:33 PM
#4
Registered User
-
November 29th, 2004, 11:16 AM
#5
 Originally Posted by MacGyver
Many Thanks for the info! I will try to check on any spyware, etc additions installed. Here is the requested login scripts:
MAP DISPLAY OFF
MAP INS S1:=NWWSERV1/SYS:PUBLIC
IF NOT MEMBER OF “STUDENTS” THEN
MAP ROOT Y:=NWWSERV1_DATA:APPS
MAP ROOT X:=NWWSERV2_VOL1:APPS
MAP ROOT V:=NWWSERV2_SYS:APPS
MAP ROOT L:=NWWSERV1_DATA:APPS\STUAPPS
END
REM MAP ROOT W:=\\NWWSERV1\CDENC98ENC
REM MAP ROOT X:=\\NWWSERV1\CD2ENC98ENC
REM MAP ROOT G:=\\NWWSERV1\WBDN320
IF MEMBER OF "SYSOP" THEN
MAP H:=NWWSERV1_SYS:USERS\SYSOP\%LOGIN_NAME
MAP ROOT I:=NWWSERV1_VOL1:UTILITIES
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF "OFFICE" THEN
MAP ROOT H:=NWWSERV1_SYS:USERS\OFFICE\%LOGIN_NAME
MAP ROOT K:=NWWSERV1_SYS:USERS\OFFICE\MEMOS
MAP ROOT J:=NWWSERV1_SYS:USERS\TEACHERS\INFO
MAP ROOT N::=NWWSERV2_SYS:ANNOUNCEMENTS
MAP ROOT I:=NWWSERV1_vol1:USERS\STUDENTS\COMMON
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF "LIBRARY" THEN
MAP ROOT H:=NWWSERV1_SYS:USERS\LIBRARY\%LOGIN_NAME
MAP ROOT N::=NWWSERV2_SYS:ANNOUNCEMENTS
MAP ROOT U:=NWWSERV2_SYS:FOLLETT\CC40
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF "TEACHERS" THEN
MAP ROOT H:=NWWSERV1_SYS:USERS\TEACHERS\%LOGIN_NAME
MAP ROOT I:=NWWSERV1_vol1:USERS\STUDENTS\COMMON
MAP ROOT J:=NWWSERV1_vol1:USERS\TEACHERS\INFO
MAP ROOT K:=NWWSERV1_SYS:USERS\OFFICE\MEMOS
MAP ROOT M:=NWWSERV1_vol1:USERS\STUDENTS\CLSWORK
MAP ROOT N::=NWWSERV2_SYS:ANNOUNCEMENTS
MAP ROOT U:=NWWSERV2_SYS:FOLLETT\CC40
MAP ROOT L:=NWWSERV1_DATA:APPS\STUAPPS
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF "STUDENTS" THEN
MAP ROOT H:=NWWSERV1_VOL1:USERS\STUDENTS\%LOGIN_NAME
MAP ROOT I:=NWWSERV1_VOL1:USERS\STUDENTS\COMMON
MAP ROOT M:=NWWSERV1_VOL1:USERS\STUDENTS\CLSWORK
MAP ROOT L:=NWWSERV1_DATA:APPS\STUAPPS
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF "SUPPORT" THEN
MAP ROOT H:=NWWSERV1_SYS:USERS\SUPPORT\%LOGIN_NAME
MAP ROOT N::=NWWSERV2_SYS:ANNOUNCEMENTS
@\\nwwserv2\sys\public\nalexpld.exe
END
IF MEMBER OF “REMOTE” THEN
MAP ROOT H:=NWWSERV2_SYS:CES
END
REM@NWWSERV1\SYS\PUBLIC\PQ\RQREMOVE.COM
REM MAP ROOT U:=NWWSERV2_SYS:FOLLETT\CC40
NO_DEFAULT
DRIVE H:
-
November 29th, 2004, 09:48 PM
#6
Registered User
The only possible problem I can see is with the line
REM@NWWSERV1\SYS\PUBLIC\PQ\RQREMOVE.COM
I think there might need to be a space between the REM and @ so that Netware doesn't misinterpret the line. But I'm not even sure about that.
-
November 30th, 2004, 02:00 PM
#7
Restrictions?
 Originally Posted by MacGyver
The only possible problem I can see is with the line
REM@NWWSERV1\SYS\PUBLIC\PQ\RQREMOVE.COM
I think there might need to be a space between the REM and @ so that Netware doesn't misinterpret the line. But I'm not even sure about that.
Many Thanks Mac! From the login scripts, some groups do not receive the restrictions flag(library, and of course admin)-- no spyware installed but all needed programs for the lab seem to work. I'll figure it out, but again many thanks for your insight!!!!
Similar Threads
-
By Kakaroto in forum Windows 95/98/98SE/ME
Replies: 5
Last Post: November 5th, 2001, 04:06 PM
-
By Kakaroto in forum Tech-To-Tech
Replies: 2
Last Post: November 5th, 2001, 01:47 PM
-
By corturbra in forum Windows NT/2000
Replies: 6
Last Post: July 31st, 2001, 10:26 AM
-
By bostonflunkie in forum Tech-To-Tech
Replies: 6
Last Post: October 17th, 2000, 01:00 PM
-
By conmasau in forum Windows NT/2000
Replies: 3
Last Post: May 24th, 1999, 08:27 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks