Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Problem getting and setting proxy details

Reply
Thread Tools Display Modes

Problem getting and setting proxy details

 
 
Philip Fourie
Guest
Posts: n/a

 
      05-14-2009
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.
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      05-15-2009

"Philip Fourie" <> wrote in message news:2D83E8F7-B30E-4572-98DE-...
>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.



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


 
Reply With Quote
 
Philip Fourie
Guest
Posts: n/a

 
      05-15-2009
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!!
 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      05-15-2009

"Philip Fourie" <> wrote in message news:10168553-94D3-46DE-903B-...
> 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
---


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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Proxy setting change on reboot Microsoft Communities Windows Vista General Discussion 0 02-02-2009 02:24 PM
How to use proxy setting in Internet Options, and the others @gust Windows Vista Mail 1 11-01-2008 05:51 AM
suspect proxy setting issue Brown Windows Vista Networking 2 10-21-2007 12:41 AM
Re: IE proxy setting and VPN Robert Aldwinckle Windows Vista Networking 0 08-14-2007 02:06 PM
Setting a proxy using netsh Simon Windows Vista Installation 0 09-04-2006 12:16 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59