Any ideas what are causing this?
-------
C:\Program Files\Support Tools>bitsadmin.exe /util /getieproxy LOCALSYSTEM
BITSADMIN version 2.0 [ 6.6.3790.1830 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
Unable to get IE proxy settings - 0x80070002
The system cannot find the file specified.
What do you get if you use some more options?
bitsadmin /util /getieproxy localsystem /conn /?
Also what do you from
bitsadmin /util /version /verbose
If you're not getting enough clues from the standard diagnostics
I would try using ProcMon to supplement them. E.g. that could
help give a name to your "specified" file.
Good luck
Robert Aldwinckle
---
I have included the output of the two commands. I don't see anything wrong
and will explore the procmon route.
C:\Program Files\Support Tools>bitsadmin /util /getieproxy localsystem /conn
/?
BITSADMIN version 2.0 [ 6.6.3790.1830 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
C:\Program Files\Support Tools>
C:\Program Files\Support Tools>bitsadmin /util /version /verbose
BITSADMIN version 2.0 [ 6.6.3790.1830 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
Version of BITS installed on the system: 2.0
File version for BITS binaries:
file path version langId
C:\WINDOWS\system32\qmgr.dll 6.6.3790.3959 1033
C:\WINDOWS\system32\qmgrprxy.dll 6.6.3790.3959 1033
C:\WINDOWS\system32\bitsprx2.dll 6.6.3790.3959 1033
C:\WINDOWS\system32\xpob2res.dll 5.2.3790.3959 1033
C:\WINDOWS\system32\bitsprx3.dll 6.6.3790.3959 1033
Is BITS secondary service DLL active: No
BITS secondary service DLL path: N/A
Pending rename operations involving BITS files (delayed until next reboot):
None
Is BITS's maximum network bandwidth utilization policy active? NO
Is BITS's job inactivity timeout policy active? NO
Checking BITS main COM interfaces...
Attempting to instantiate BITS main interface, IBackgroundCopyManager...
The BITS service will be started if not already running.
SUCCESS - IBackgroundCopyManager is correctly registered and can be
instantiated.
SUCCESS - IBackgroundCopyJob2 is correctly registered.
SUCCESS - IBackgroundCopyJob3 is correctly registered.
SUCCESS - no BITS configuration errors were found!!
Your /conn /? response is a surprise, I think.
E.g. I don't have one; I get told that. You supposedly have one
but don't?
Oops. Serendipity? I pasted your truncated line... ; )
<cmd_output OS="XPsp3">
E:\>bitsadmin /util /getieproxy localsystem /conn
BITSADMIN version 2.0 [ 6.6.2600.2180 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
Current IE proxy settings for account localsystem:
(connection = default)
Proxy usage: NO_PROXY
</cmd_output>
Here's what I intended to show you: ; )
<cmd_output>
E:\>bitsadmin /util /getieproxy localsystem /conn /?
BITSADMIN version 2.0 [ 6.6.2600.2180 ]
BITS administration utility.
(C) Copyright 2000-2004 Microsoft Corp.
Internet Explorer currently has the following network connections names registered (other than the default connection): <none>
</cmd_output>
> and will explore the procmon route.
Good luck
Robert
---