Restrictions?
Results 1 to 7 of 7

Thread: Restrictions?

  1. #1
    Registered User
    Join Date
    May 2001
    Location
    North Wildwood, NJ
    Posts
    100

    Question 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!

  2. #2
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232
    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?

  3. #3
    Registered User
    Join Date
    May 2001
    Location
    North Wildwood, NJ
    Posts
    100

    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).

    Quote 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?

  4. #4

  5. #5
    Registered User
    Join Date
    May 2001
    Location
    North Wildwood, NJ
    Posts
    100
    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:

  6. #6
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232
    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.

  7. #7
    Registered User
    Join Date
    May 2001
    Location
    North Wildwood, NJ
    Posts
    100

    Thumbs up Restrictions?

    Quote 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

  1. [RESOLVED] Windows 98 restrictions
    By Kakaroto in forum Windows 95/98/98SE/ME
    Replies: 5
    Last Post: November 5th, 2001, 04:06 PM
  2. [RESOLVED] Windows 98 restrictions
    By Kakaroto in forum Tech-To-Tech
    Replies: 2
    Last Post: November 5th, 2001, 01:47 PM
  3. Restrictions on Exchange 5.5
    By corturbra in forum Windows NT/2000
    Replies: 6
    Last Post: July 31st, 2001, 10:26 AM
  4. Internet Restrictions!
    By bostonflunkie in forum Tech-To-Tech
    Replies: 6
    Last Post: October 17th, 2000, 01:00 PM
  5. [RESOLVED] Restrictions!
    By conmasau in forum Windows NT/2000
    Replies: 3
    Last Post: May 24th, 1999, 08:27 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •