SMS Added to NetWare Login Script Twice (150878)



The information in this article applies to:

  • Microsoft Systems Management Server 1.0
  • Microsoft Systems Management Server 1.1
  • Microsoft Systems Management Server 1.2

This article was previously published under Q150878

SYMPTOMS

A second SMS section is added to the NetWare Login Script when "Automatically Configure Workstation Logon Scripts" is enabled.

CAUSE

The Site_Config_Manager service looks for the two SMS REM statements in the system logon script. If it does not find them, it will add the SMS section to the script.

RESOLUTION

Do not remove the REM statements surrounding the SMS section of the logon script.

MORE INFORMATION

Example of SMS section:
    REM Microsoft Systems Management Server (start)

    REM SMS Build 692

    set SMS_LOGON="SYS:SMS\logon.srv"
    INCLUDE %<SMS_LOGON>\SMSLS.SCR
    set SMS_LOGON=

    REM Microsoft Systems Management Server (end)
				

Modification Type:MinorLast Reviewed:6/14/2005
Keywords:kbConfig kbMaintMan kbnetwork KB150878