Ask a questionAsk a question
 

QuestionTroubleshooting BITS in Native mode with BITSADMIN

  • Monday, September 21, 2009 5:04 PMTim McGilvery Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    We are having some wierd network issue's SW downloads (via BITS) on specific subnets and I'm trying to troubleshoot.  We are using SCCM 2007 sp1 in Native mode and I can't get BITSADMIN.EXE to access the NOCERT or regular SMSPKGx$ web links.  I've tried to supply credentials via /setCredentials but its not working.  I also used Aaron C.'s CMD file but still the same issue. (http://blogs.technet.com/aaronczechowski/archive/2008/03/08/bitsadmin-script.aspx).    It's probably something simple but has anyone tried to do this?

    TM
    • Moved byTorsten [MVP]MVPTuesday, September 22, 2009 6:20 AMMoved to IBCM subforum (From:Configuration Manager Software Distribution)
    •  

All Replies

  • Tuesday, September 22, 2009 3:35 PMAdam Meltzer [MSFT]ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Tim, could you provide more information as to the problem you're trying to solve? /SetCredentials probably won't help you with authentication issues to BITS DPs because it uses certificate authentication primarily rather than user authentication. If credentials are required, they should be getting set automatically by the client when creating the BITS job.

    Is this Internet or intranet native mode? Is there anything interesting in DataTransferService.log?
  • Tuesday, September 22, 2009 7:41 PMTim McGilvery Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    The site is in Native mode but we were able to move an affect system to a different network and the download happenned right away.   We used Aaron's BITSADMIN download on that switch port and it downloaded the file but errors at the end.  


    DISPLAY: Test1 TYPE: DOWNLOAD STATE: TRANSFERRED

    PRIORITY: NORMAL FILES: 1 / 1 BYTES: 15953408 / 15953408 (100%) Unable to complete job - 0x80200002 The requested action is not allowed in the current job state.

    So we didn't need to do a test via HTTPS ... but I would still like to know how to test that.  The log files were totaly clean, it created the CACHE\S01xxxxxxxx the directory but no files were downloaded.  Just "Waiting on content".   The network team is reviewing there configuration now.

    Thanks
    Tim 
  • Wednesday, September 23, 2009 2:27 PMTorsten [MVP]MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
  • Wednesday, September 23, 2009 3:12 PMTim McGilvery Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    All other clients are working that access the same DP and the only difference is the actual network they are on.  If you don't set the advert to Download and execute .. it works also.    Thanks for the info.