Application Access Violation Error In Nwscript.exe During LogonID: Q164281
|
During the normal Windows NT logon process, when a NetWare login script is run by Client Service for NetWare (CSNW) or Gateway Service for NetWare (GSNW), the following pop-up error message appears:
This problem occurs when the NetWare server in use is Novell NetWare version 4.x. It does not matter whether or not the CSNW or GSNW computer is attaching to the NetWare server as a bindery or NDS user.An application error has occurred and an application error log is being generated. NWSCRIPT.exe Exception: access violation (0xc0000005), Address: 0x01cae84b
Windows NT's Nwscript.exe logon script processor cannot interpret the
NetWare login script properly. The most common cause of the problem is the
use of conditional statements using the ELSE statement, when combined with
external DOS commands. External DOS commands may be called from NetWare
login scripts by using the #. For example, the following login script
will cause the problem:
IF MEMBER "MYGROUP" THEN
#CAPTURE Q=QUEUENAME
ELSE
#CAPTURE Q=OTHERQUEUE
ENDIF
Avoid the use of ELSE statements with external DOS commands in NetWare
login scripts as shown above. Check for any possible syntax problems in
the NetWare login scripts (both in the System Login script and users'
personal logon scripts). If the problem is difficult to track down, try
eliminating a section of the login script at a time to find the problem.
Microsoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kb3rdparty kbnetwork kbbug4.00 NTInterop ntprotocol NTSrvWkst
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug
Last Reviewed: February 10, 1999