I've tried to install SQL Server 2005 September CTP as the first named instance on a Windows Server 2003 Enterprise Edition Cluster.
During the setup process a scheduled task is created on the second cluster node, but this task is not able to run.
I received this error message in the scheduled task log file:
0x80070005: Access is denied
The user account I'm using to install SQL Server is member of the administrator on all cluster nodes, it has also the permission to log on as a service and as a batch job. The user is also permitted to access the computer from the network.
Thanks in advance for the help!
Regards,
ClausThis might be caused by a known Windows bug. Task Scheduler service fails to launch setup on a remote node even if Task Scheduler is running. If someone is logged into remote node, they risk of hitting this Windows bug. Thefore log off any Terminal Server sessions from all remote nodes before you start setup.
Yes! That's it - i logged of from the second cluster node and the installation completes successful!
Thanks a lot!
No comments:
Post a Comment