Connecting to NetWare Servers Using Schedule Service (147555)



The information in this article applies to:

  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0

This article was previously published under Q147555

SYMPTOMS

When you attempt to connect to a NetWare server from an application or batch file that runs under the Windows NT Schedule service, an "Access Denied" error message appears.

CAUSE

This problem occurs if the Schedule service runs using an account that does not have permissions on the NetWare server.

RESOLUTION

To work around this problem, do one or all of the following:
  • Add the account to the NTGATEWAY group on the NetWare server.
  • Use the following command syntax:

    net use * \\<NetWare Server>\SYS /USER: <User Account>

Modification Type:MajorLast Reviewed:5/7/2003
Keywords:kbnetwork KB147555