event id 7003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I keep getting this message in my event log error every time i start the computer up :-

The Backgroun Inteligent Transfer Service service depends on the following nonexistent service:Lanman Workstation.

I have disabled this service for the moment but would like to know if i need it.

I am on a network where this computer is the host of the internet sharing with the firewall enabled.
 
Hi,
The error message refers to "Background Intelligent Transfer Service" which
is used by Windows Automatic Update to download Windows patches to the
client machines and hence it is important to have that service running.
BITS service is also used by applications such as MSN Explorer, Messenger
etc.

The problem on your machine is that you have uninstalled "Client for
microsoft networks" component and hence lanmanworkstation service doesnt
exist.
To resolve the problem, Either you can re-install the "Client for microsoft
networks" component or remove the dependency from BITS Service, and then
enable the BITS service.

Reinstalling "Client for Microsoft Networks" networking component:
* Select Start -> Settings -> Control Panel
* Double-click "Network and Internet Connections" and then "Network
Connections"
* Here you should see "Local Area Connection" icon
* Right-click on that icon and select "Properties". "Local Area Connection
properties" dialog pops up
* In the dialog box that opens
* Select Install. "Select Network Component Type" dialog pops up
* Select Client and click Add
* Select "Client for Microsoft Networks" and press OK (the installation
may prompt for Windows XP CD)
* select "cancel" in "Select Network Component Type" dialog
* Click Close in "Local Area Connection properties" dialog

Removing the BITS service dependency on lanmanworkstation
The dependency of 'lanmanworkstation' on BITS can be removed by the
following sc.exe commands.
The dependency list is different for Windows 2000 and Windows XP. The
modification can be done by the following commands.
sc.exe is available in resource kit for Windows 2000. It is already
available in Windows XP Pro.
On Windows XP, run the command from the command prompt
sc config bits depend= RpcSs
On Windows 2000, run the command from the command prompt
sc config bits depend= RpcSs/Sens/WMI

--
Sudheer GN
Microsoft, BITS
This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
BITS SDK:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bits/bits/bits_start_page.asp
BITS White-paper:
http://www.microsoft.com/windows.netserver/docs/BITS.doc
BITS FAQ:
http://microsoft.com/technet/treeview/default.asp?url=/technet/itcommunity/Newsgroups/BITS_FAQ.asp
BITS Known Issues:
http://support.microsoft.com/default.aspx?scid=kb;en-us;331716


XP User said:
BITS newsgroup is microsoft.public.windows.backgroundtransfer
CCing that group

stuart <stuart240980(nospam)@ntlworld.com> wrote in message
sharing with the firewall enabled.
 
Back
Top