You remove the Client for Microsoft Networks network component and then you restart the computer. After you restart the computer, if you try
to start the Background Intelligent Transfer Service (BITS), you may receive
the following error message:
System error 1075 has
occurred. The dependency service does not exist or has been marked for
deletion.
If you open the event viewer for this problem, you may
notice the following log message:
The Background Intelligent Transfer Service service depends on the following nonexistent service: LanmanWorkstation
Note You also receive this error message in Microsoft Windows 2000 Service Pack 4 (SP4).
In Microsoft Windows XP Service Pack 1 (SP1) and in Microsoft
Windows 2000 Service Pack 3 (SP3) and SP4, the BITS service lists the LanmanWorkstation service as one of its dependent services. In some network environments
(for example, in a Novell only network), if you remove the Client for Microsoft Networks networking component, the LanmanWorkstation service is removed from the computer. In such cases, the BITS service does not start because the dependent service cannot start,
and the service controller creates an event log entry that states that the BITS service did not start because the dependent service LanmanWorkstation cannot be started.
To resolve this problem, you may use any one of the
following solutions:
Install the Client for Microsoft Networks network component. To do this, follow these steps:
Click Start, point to
Settings, and then click Network Connections.
The Network Connections window appears.
Note On a computer that is running Windows 2000, click Start,
point to Settings, and then click Network and Dial-up
Connections. The Network and Dial-up Connections
window appears.
Right-click Local Area Connection, and
then click Properties. The Local Area Connection
Properties dialog box appears.
Click Install. The Select
Component Type dialog box appears.
Click Client, and then click
Add. The Client for Microsoft Networks option
is now available in the This connection uses the following items list in the General tab. Click
Close.
Remove the dependency from the BITS service. To do this, follow these steps:
Log on to the computer as an administrator.
Click Start, and then click
Run. The Run dialog box appears.
In the Open box, type cmd, and then click OK to open the command
prompt.
At the command prompt, type the following command, and
then press ENTER:
sc qc bits
This command shows all the
dependencies of this service.
If dependency shows the LanmanWorkstation service, type the following command at the
command prompt, and then press ENTER:
sc
config bits depend= RpcSs
Note In Windows 2000, type the following command at
the command prompt, and then press ENTER:
sc config bits depend=
RpcSs/Sens/WMI
This command removes the LanmanWorkstation service dependency from the BITS service.
Note:
In Microsoft Windows XP, BITS is dependent upon the RpcSs service.
In Windows 2000, BITS is dependent upon the RpcSs, SENS, and WMI services.
To reproduce the error message that is mentioned in the "Symptoms" section, follow these steps:
Click Start, point to
Settings, and then click Network Connections.
The Network Connection dialog box appears.
Right-click Local Area Connection, and
then click Properties. The Local Area Connection
Properties dialog box appears.
By default, Client for Microsoft Networks
is selected. Click Uninstall. The Uninstall Client for Microsoft Networks
dialog box appears.
Click Yes to remove the Client for Microsoft Networks network component.
When you are prompted to restart the computer, click
OK.
After you restart the computer, click
Start, and then click Run. The
Run dialog box appears.
In the
Open box, type cmd, and then click OK.
At the command prompt, type the following command, and then press
ENTER:
net start bits
You may receive the error
message that is mentioned in the "Symptoms" section.
Note By default, the Service Control utility (Sc.exe) may not be on your computer. It is not
available in Windows XP or Windows 2000. It is available in the Windows Resource
Kit.