BITS Error
C:\Windows\system32>bitsadmin /list /allusers BITSADMIN version 3.0 [ 7.5.7600 ] BITS administration utility. (C) Copyright 2000-2006 Microsoft Corp. BITSAdmin is deprecated and is not guaranteed to be available in future versions of Windows. Administrative tools for the BITS service are now provided by BITS PowerShell cm dlets. {93CAE081-7CD6-4613-A644-3FBD5ECDF4EB} 'CCM Message Upload {FE81550B-4D82-440C-8 D00-5C0EEADA9187}' TRANSIENT_ERROR 0 / 1 0 / 178915 {3ADE3230-07CD-498C-BECD-0D9AB82BAEAE} 'CCM Message Upload {E010D80E-45C9-4C02-9 170-9E6A48AA4192}' TRANSIENT_ERROR 0 / 1 0 / 12755 Listed 2 job(s). Help......
October 21st, 2011 8:51am

Does this have anything to do with SCCM? Your question is very vague. John Marcum | http://myitforum.com/cs2/blogs/jmarcum/|
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2011 9:07am

Can you execute and see what was that error? BITSADMIN /geterror {JOBID} also check that if your SCCM Server is hosted on windows 2008...check for this configuration is correctly present or not.... http://myitforum.com/cs2/blogs/cnackers/archive/2010/09/20/configuration-manager-configuring-server-2008-r2-for-site-systems.aspx This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
October 21st, 2011 9:09am

Yes, SCCM doesnt seem to be downloading packages to machines. Ive deleted those jobs and they havent some back yet, but similarly neither have the packages appeared in the cache of the machines. Not sure where to look.
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2011 9:21am

It has all been working for months, and I cannot put my finger on anythign that has changed on the server.
October 21st, 2011 9:22am

Getting errors in IIS logs: (bits_error:,501,0x80070005)
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2011 9:28am

this happens normally when BITS requestFiltering rules are configured (I mean for that specific file extension files) so nothing wrong to cross verify the settings here http://myitforum.com/cs2/blogs/cnackers/archive/2010/09/20/configuration-manager-configuring-server-2008-r2-for-site-systems.aspx This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
October 21st, 2011 9:34am

Getting errors in IIS logs: (bits_error:,501,0x80070005) It will be interesting to see the few lines of IIS logAnoop C Nair - Twitter @anoopmannur MY BLOG: http://anoopmannur.wordpress.com SCCM Professionals This posting is provided AS-IS with no warranties/guarantees and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2011 9:49am

Hi Peter, Try bitsadmin /list /allusers /verbose > bitslog.txt command when BITS job is hang for detailed verbose logging. Also check the BITS setting in SCCM, under computer client agent properties page BITS tab, look at the throttling window and the transfer rates both inside and outside of the throttling window. If either is set below 500kbps, your file transfers are going to be very slow at certain times. Depending on your network infrastructure and client roaming, set it to something reasonable. Also check the requestfiltering setting in the applicationhost.config file locate in the %Windir%\System32\Inetsrv\Config\ directory of your DP. Search for <requestFiltering> section make changes as you needed. Hope this will help. Thanks
October 28th, 2011 3:14am

Hi Peter The 501 is going to be showing that this is a server error. The 0x8........5 looks like an access denied message to me. Is this all content or only some content? I'd go with the suggestion of checking the applicationhost.config file for changes.
Free Windows Admin Tool Kit Click here and download it now
October 28th, 2011 7:07am

Hmmm, This is the section: <requestFiltering> <fileExtensions allowUnlisted="true" applyToWebDAV="true"> <add fileExtension=".asa" allowed="false" /> <add fileExtension=".asax" allowed="false" /> <add fileExtension=".ascx" allowed="false" /> <add fileExtension=".master" allowed="false" /> <add fileExtension=".skin" allowed="false" /> <add fileExtension=".browser" allowed="false" /> <add fileExtension=".sitemap" allowed="false" /> <add fileExtension=".config" allowed="false" /> <add fileExtension=".cs" allowed="false" /> <add fileExtension=".csproj" allowed="false" /> <add fileExtension=".vb" allowed="false" /> <add fileExtension=".vbproj" allowed="false" /> <add fileExtension=".webinfo" allowed="false" /> <add fileExtension=".licx" allowed="false" /> <add fileExtension=".resx" allowed="false" /> <add fileExtension=".resources" allowed="false" /> <add fileExtension=".mdb" allowed="false" /> <add fileExtension=".vjsproj" allowed="false" /> <add fileExtension=".java" allowed="false" /> <add fileExtension=".jsl" allowed="false" /> <add fileExtension=".ldb" allowed="false" /> <add fileExtension=".dsdgm" allowed="false" /> <add fileExtension=".ssdgm" allowed="false" /> <add fileExtension=".lsad" allowed="false" /> <add fileExtension=".ssmap" allowed="false" /> <add fileExtension=".cd" allowed="false" /> <add fileExtension=".dsprototype" allowed="false" /> <add fileExtension=".lsaprototype" allowed="false" /> <add fileExtension=".sdm" allowed="false" /> <add fileExtension=".sdmDocument" allowed="false" /> <add fileExtension=".mdf" allowed="false" /> <add fileExtension=".ldf" allowed="false" /> <add fileExtension=".ad" allowed="false" /> <add fileExtension=".dd" allowed="false" /> <add fileExtension=".ldd" allowed="false" /> <add fileExtension=".sd" allowed="false" /> <add fileExtension=".adprototype" allowed="false" /> <add fileExtension=".lddprototype" allowed="false" /> <add fileExtension=".exclude" allowed="false" /> <add fileExtension=".refresh" allowed="false" /> <add fileExtension=".compiled" allowed="false" /> <add fileExtension=".msgx" allowed="false" /> <add fileExtension=".vsdisco" allowed="false" /> </fileExtensions> <verbs allowUnlisted="true" applyToWebDAV="true" /> <hiddenSegments applyToWebDAV="true"> <add segment="web.config" /> <add segment="bin" /> <add segment="App_code" /> <add segment="App_GlobalResources" /> <add segment="App_LocalResources" /> <add segment="App_WebReferences" /> <add segment="App_Data" /> <add segment="App_Browsers" /> </hiddenSegments> </requestFiltering> Look OK?
November 4th, 2011 12:00pm

Is this happening to all of your systems, or a specific system? When did it start? By any chance did an Office 2010 update get stuck downloading, and nothing has downloaded on the client since?--Joe.
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2011 12:25pm

Office 2010 is a definite possibility - we are in the middle of an upgrade. How can I find out for sure? The original issue disappeared, but I'm now dealing with an issue whereby Hardware Inventory on some systmes is not getting back to the server - I'm hoping that the IIS log errors are related.
November 7th, 2011 3:27am

Hi there Peter Well, you certainly have not setup the applicationhost.config file per http://technet.microsoft.com/en-us/library/cc431377.aspx as the .mdb file is set to false in this file. Try taking a look at modifying it and try again
Free Windows Admin Tool Kit Click here and download it now
November 7th, 2011 9:47am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics