Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem getting and setting proxy details

1,074 views
Skip to first unread message

Philip Fourie

unread,
May 14, 2009, 4:00:10 PM5/14/09
to
I am trying to configure a proxy server for BITS. Getting or setting a proxy
results in a 'The system cannot find the file specified' error message. (See
below)

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.

Robert Aldwinckle

unread,
May 15, 2009, 12:30:19 AM5/15/09
to

"Philip Fourie" <Philip...@discussions.microsoft.com> wrote in message news:2D83E8F7-B30E-4572...@microsoft.com...


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
---


Philip Fourie

unread,
May 15, 2009, 2:12:01 AM5/15/09
to
Thanks Robert,

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!!

Robert Aldwinckle

unread,
May 15, 2009, 7:38:13 AM5/15/09
to

"Philip Fourie" <Philip...@discussions.microsoft.com> wrote in message news:10168553-94D3-46DE...@microsoft.com...

> Thanks Robert,
>
> I have included the output of the two commands. I don't see anything wrong


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
---

Message has been deleted

shapoval...@gmail.com

unread,
Oct 8, 2015, 4:25:00 AM10/8/15
to
I suppose the initial target was to feed BITSadmin with proxy settings. I also got this error, and in my case following worked:

bitsadmin /SETPROXYSETTINGS yourJobName OVERRIDE http://yourproxyaurl.com:8080 NULL
bitsadmin.exe /SETCREDENTIALS yourJobName PROXY BASIC proxyUser proxyPass
0 new messages