Connecting to NetWare Servers Using Schedule Service
Article ID: 147555
Article Last Modified on 11/1/2006
APPLIES TO
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
- Microsoft Windows NT Workstation 4.0 Developer Edition
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Server 4.0 Standard Edition
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>
Additional query words: prodnt schedule AT
Keywords: kbnetwork KB147555