C:\Users\Administrator>bitsadmin /list /allusers /verbose
BITSADMIN version 3.0 [ 7.0.6001 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
GUID: {12F6460A-FC3F-4353-9EFC-01E243D75CC5} DISPLAY:
'1f00fa44-53a2-4d49-a412-0
55337e16225'
TYPE: DOWNLOAD STATE: SUSPENDED OWNER: NT AUTHORITY\NETWORK SERVICE
PRIORITY: NORMAL FILES: 0 / 0 BYTES: 0 / 0
CREATION TIME: 31/08/2008 12:18:17 AM MODIFICATION TIME: 31/08/2008 12:18:17
AM
COMPLETION TIME: UNKNOWN ACL FLAGS:
NOTIFY INTERFACE: UNREGISTERED NOTIFICATION FLAGS: 3
RETRY DELAY: 600 NO PROGRESS TIMEOUT: 1209600 ERROR COUNT: 0
PROXY USAGE: PRECONFIG PROXY LIST: NULL PROXY BYPASS LIST: NULL
DESCRIPTION:
JOB FILES:
NOTIFICATION COMMAND LINE: none
Peercaching flags
Enable download from peers :false
Enable serving to peers :false
CUSTOM HEADERS: NULL
GUID: {0DB510F9-AF08-49D8-83E2-8A3E5FAAB2E4} DISPLAY:
'1f00fa44-53a2-4d49-a412-0
55337e16225'
TYPE: DOWNLOAD STATE: SUSPENDED OWNER: NT AUTHORITY\NETWORK SERVICE
PRIORITY: NORMAL FILES: 0 / 0 BYTES: 0 / 0
CREATION TIME: 31/08/2008 12:18:20 AM MODIFICATION TIME: 31/08/2008 12:18:20
AM
COMPLETION TIME: UNKNOWN ACL FLAGS:
NOTIFY INTERFACE: UNREGISTERED NOTIFICATION FLAGS: 3
RETRY DELAY: 600 NO PROGRESS TIMEOUT: 1209600 ERROR COUNT: 0
PROXY USAGE: PRECONFIG PROXY LIST: NULL PROXY BYPASS LIST: NULL
DESCRIPTION:
JOB FILES:
NOTIFICATION COMMAND LINE: none
Peercaching flags
Enable download from peers :false
Enable serving to peers :false
CUSTOM HEADERS: NULL
Listed 2 job(s).
C:\Users\Administrator>bitsadmin /resume
{0DB510F9-AF08-49D8-83E2-8A3E5FAAB2E4}
BITSADMIN version 3.0 [ 7.0.6001 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
Unable to resume job - 0x80070005
C:\Users\Administrator>bitsadmin /cancel
{0DB510F9-AF08-49D8-83E2-8A3E5FAAB2E4}
BITSADMIN version 3.0 [ 7.0.6001 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
Unable to cancel job - 0x80070005
>>Re: So how do I resume (or get rid of) BITS jobs?
The command to clear the entire bits cache is: BITSADMIN /RESET /ALLUSERS
> C:\Users\Administrator>bitsadmin /resume
> C:\Users\Administrator>bitsadmin /cancel
These two commands failed because the logged on account is not the owner of
the jobs.
--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Senior Data Architect, APQC, Houston, Texas
Microsoft MVP - Software Distribution (2005-2008)
MS WSUS Website: http://www.microsoft.com/wsus
My Websites: http://www.onsitechsolutions.com;
http://wsusinfo.onsitechsolutions.com
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
There's a bit downloading at the moment (new files) but I see the two tasks
in question are still 'suspended'. When my new stuff completes I'll try the
command.
"Lawrence Garvin" <lawrence@nospam> wrote in message
news:C1D715AF-6A54-48DC...@microsoft.com...
BITSADMIN version 3.0 [ 7.0.6001 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
Unable to cancel {12F6460A-FC3F-4353-9EFC-01E243D75CC5}.
Unable to cancel {0DB510F9-AF08-49D8-83E2-8A3E5FAAB2E4}.
0 out of 2 jobs canceled.
"SuperGumby [SBS MVP]" <n...@your.nellie> wrote in message
news:OewwFp6E...@TK2MSFTNGP03.phx.gbl...
C:\Users\Administrator>bitsadmin /takeownership
{12F6460A-FC3F-4353-9EFC-01E243
75CC5}
BITSADMIN version 3.0 [ 7.0.6001 ]
BITS administration utility.
(C) Copyright 2000-2006 Microsoft Corp.
Unable to take ownership - 0x80070005
"SuperGumby [SBS MVP]" <n...@your.nellie> wrote in message
news:eQORU6EF...@TK2MSFTNGP02.phx.gbl...
The 0x80070005 error is usually associated with access permissions, but I
wouldn't expect that kind of issue with a local Admin account.
--
<comin' to you from the heart of Ike>
I created a scheduled task to run 'bitsreset.cmd' containing a single line
'bitsadmin /reset /allusers'. Telling the task to run as NTAuth\NETWORK
SERVICE didn't work however, the command claimed successful run but the jobs
remained, so I ran the task as 'SYSTEM', list clear, sched deleted.
"Lawrence Garvin" <lawrence@nospam> wrote in message
news:D5CAFB64-CD86-4917...@microsoft.com...