3 Error Reports In Event Viewer

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

Guest

Hi I was going through Event Viwer and cam across 3 reports about 3 different errors that happend while my PC was turned on. They haven't cause any problems to my PC just that there annoying me what they are. The error reports are to the following:

Source: BITS

Tells me that the BITS job list is not in a recognized format. It may have been created by a different version of BITS. The job list has been cleared.

Microsoft say I can delete these files but when I go into search and search for .BITS files it comes up with a few but I'm not sure if I can delete them.
Example - BITSADMIN.EXE-2147E3B3.pf and then there's one ending in DLL.

Then there's a report saying that the DNS Client terminated unexpectedly it then says type this in the run command line sc query service name i do and a black quickly comes and goes.

And finnaly i'm getting a report about something to do with a profile that could not be loaded or unloaded cannot gives you anymore info on this one I deleted the report by mistake.

Can anyone solve these little annoying reports please many thanks
 
Did you recently install the update KB842773 (BITS 2.0) as part of the
critical updates from the Windows Update site? And did you have XP SP2 RC1
on your machine before you installed this update? If so then this error is
expected and you can ignore this error. You are seeing this error because
the format of the BITS metadata files has changed from XP SP2 RC1. BITS will
correct the format the next time someone submits a BITS job. In the mean
time if you don't want to see the error entries in the event viewer please
do the following:

1. net stob bits
2. del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*"
3. net start bits

Please note this solution applies to only the BITS problem you mentioned
below.

BITS is used by AutoUpdate, WindowsUpdate (from V5), Microsoft Money, SMS
and MSN among others.

--
Narayana Mahankali
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
 
[[Example - BITSADMIN.EXE-2147E3B3.pf and then there's one ending in DLL.]]

Niether of which are BITS files.
The first one is a reference to bitsadmin.exe = BITS administration utility.
The one ending in dll is a Dynamic Link Library.
===

[[i do and a black quickly comes and goes.]]

You're typing it in the Run box, not a command prompt, try this....

Start | Run | Type: cmd | OK |
A window with a black background will appear, now type:
sc query "name of service"
Hit the Enter key.
====

If you mean this Warning, you can safely ignore it.
The registry will be unloaded when it is no longer in use.

Event Type: Warning
Event Source: Userenv
Event Category: None
Event ID: 1517
Date: 11/18/2003
Time: 12:39:08 AM
User: NT AUTHORITY\SYSTEM
Computer: MYPENTIUM450
Description:
Windows saved user xxxxxxxx registry while an application or service was
still using the registry during log off. The memory used by the user's
registry has not been freed. The registry will be unloaded when it is no
longer in use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top