CCMSETUP "failed to download files through BITS"

Hi
I'm strugling with my SCCM Clients.
We use:
ConfigMgr 2007 SP1. Client version 4.0.6221.1000. Mixed mode, one site. Server installed on Windows 2003 R2, database clustered. Client are Windows XP Pro with SP3. Site has been published in AD.
Push Client Deployment works fine.
First I tried to deploy the client with Group Policy. Stopped with "failed to download files through BITS"
Then I tried to deploy the client with a script, and finally manually. Got the same error message:"failed to download files through BITS".
End of log file looks like this:
Starting BITS download for client deployment files
Failed to download files through BITS
A Fallback Status Point has not been specified.  Message with STATEID='309' will not be sent
Kind of stuck here. Please help!

I solved the "BITS" problem. There was another web-application on the site-server that altered the permissions on the "Default Web Site". The CCM_CLIENT properties had "Script and Executables" selected for "Execute permissions". I Set this back to "None".
Now trying to deploy the client via GPO another error came: "Installation failed because another program is installing (1618)". This was during the wingapi.msi installation.
When a new Window XP Pro Computer is installed various applications are installed from GPO and also Office 2007 scripted. I guess this is a challenge for the ConfigManager Client Bootstrap installation.
So then I tried to deploy the client from startup script, setting the Policy "Maximum wait time for group policy script =0 (infinite)" and the policy "Run startup script asynchronously" = Disabled. This Works!!
The script will fire each time it boots until it is installed. The GPO installation will not retry to install. Therefore I think a script is a safer way to deploy the client.
I will test more on this.
Thanks for pointing me in the right direction!
-frode

Similar Messages

  • Failed in downloading files printed CreatePDF

    The CreatePDF started failing in downloading files printed from Quick Books. Why is that? How can I fix it?

    Hi Takae,
    Are you still having trouble converting your PDF?
    Is there a specific error message?
    Let me know how I can assist.
    Kind regards, Stacy

  • Downloading files through a MIDlet

    Hi there, I am new to the J2ME network connections API, especially for downloading data through a MIDlet. I have a small question I hope you could provide some assistance on.
    I was wondering if there was a way to download data (ie: a text file) from a website or server. I know that there is a class called "FileConnection" that may do this, but I was wondering how to use it to do that. Also, is there a way to do it without the FileConnection API for phones that do not support it? And as for when the data is downloaded, where exactly on the phone is it stored? In the RMS? Is there a way to download the data into the "/res" folder directly?
    Any help would be appreciated,
    thanks,
    take care

    You can do it by a thread, sample run function is given below
    public void run() {
            HttpConnection c = null;
            DataInputStream is = null;
            DataOutputStream os = null;      
            try
                String downloadURL = "yourdownloadurl";
                c = (HttpConnection) Connector.open(downloadURL);   
                c.setRequestMethod(HttpConnection.GET);
                int resCode = c.getResponseCode();   
                is = new DataInputStream(c.openInputStream());
                ByteArrayOutputStream baos = new ByteArrayOutputStream();                       
                os = new DataOutputStream(baos);                     
                int v;
                byte []data = new byte[2048];
                while ((v = is.read(data)) >0 && downloading) 
                    os.write(data,0,v);
                os.flush();
                is.close();
                os.close();
                baos.close();
                c.close();
                System.out.println("The file is "+baos.toString());
            catch (Exception e)
    }Edited by: Shimul on Oct 7, 2007 3:32 AM

  • Upload and Download file through RFC called by java

    We are trying to download/upload file through rfc function called by java(JCO),In the rfc function,we use WS_DOWNLOAD,but it does not work.
    Any one know about this,Please help ,thanks very much.
    Message was edited by: gw gw

    Hi gw,
    This question looks a little confusing to me.
    WS_DOWNLOAD is used to download files from SAP to the presentation server (your PC).  It will not work through RFC.
    BUT, also if you want to access a function module via RFC is must be RFC enabled (as Anand pointed out).
    AND WS_DOWNLOAD uses a PUSH approach.  It pushes a file to the PC from ABAP.  So even if the two points above weren't a problem it still would not be suitable for what you are doing.
    Perhaps you could explain a little what you are trying to achieve.
    Cheers,
    Brad

  • Fail to download file with explorer 10 while explorer 9 and other browsers succeed to download the same file

    I try to download file from management website of switch device. The file size is 11.66K.
    The webserver is GoAhead, OS is windows7 and explorer version is 10 (it also happens with explorer 11). The server is using Transfer-Encoding: chunked.
    After I download the file, I get pop-up message from the browser “Do you want to open or save running-config.txt from 1.1.1.11?”
    If I press the save/open button I get message “running-config .txt couldn’t be downloaded”. If I press the retry button the file is downloaded successfully.
    When I used meddler to debug the problem, it didn’t occur and the file was downloaded successfully.
    I took capture of successful download (with meddler debugger) and  another capture of download that raised “couldn’t be downloaded” message, but I didn’t see any difference between the requests and the responses. I also made sure the last chunk
    “0” was not missing in the response and it wasn’t.
    Please note, I also tried many suggestions given to other users that reported similar problem – restart explorer, remove add-ons, etc – nothing worked!
    Please help.

    Hi,
    Did  this issue occur on when you download file from other website?
    This problem occurs if the Do not save encrypted pages to disk option in Internet Explorer is selected.
    To fix this issue, try these methods:
    Methods 1
    On the Tools menu in Internet Explorer, click Internet Options, click the
    Advanced tab, click to clear the check mark from the Do not save encrypted pages to disk check box in the
    Security area, and then click OK. (This is the default Internet Explorer setting.)
    Methods 2
    1.Start Registry Editor.
    2.For a per-user setting, locate the following registry key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    For a per-computer setting, locate the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    3.On the Edit menu, click Add Value, and then add the following value:
    "BypassSSLNoCacheCheck"=Dword:00000001
    4.Exit Registry Editor
    Karen Hu
    TechNet Community Support

  • Safari 4.0.4 fails to download files

    I'm unable to download files simply by clicking a link. If I do this Safari tries to open the file in a new browser window. I have to right click the link and ask it to save Linked file as --
    This causes lots of problems when the website askes for an email address before sending the file as it then gets sent to a browser window again. In such cases I have to use firefox. Is there a setting I can change?

    Hello b:
    If you have not done so, reset Safari and then trash the preference file (com.apple.safari.plist). Then restart your computer and reenter your Safari personal preferences.
    Barry
    Message was edited by: Barry Hemphill

  • Download files through web Dynpro

    Hai All,
      Now i am working in web Dynpro2.0.9. "IWDResource" property is used to download and upload files in web Dynpro. "IWDResource" is not supported by web Dynpro2.0.9.what is the alternative way for to download files other than using "IWDResource" property.If you have sample codings send it.
    Thanks in Advance,
    s.v.selva Bala.

    Hallo Anilkumar,
    read my tutorial on Uploading/Downloading Files in Web Dynpro NW04:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d2201c20-0801-0010-49b3-94fca8f590d5">Uploading and Downloading Files (39)</a>
    You are right, that the new on-demand-stream concept based on the IWDResource-API (Resource Simple Type) is not applicable in NW04.
    Regards, Bertram

  • Backup Error (Failed to download file to target destination) SAP BPC

    Good Afternoon
    I do a backup but throws an error.
    Steps:
    Execute UJBR
    Execute SM37
    The user running the backup is SAP ALL
    please help
    Best Regards
    Juan Pablo

    Hi Juan Pablo,
    I tried it on my system (thanks for the detailed screenshots).  I got the same error as you.  I also found that the selector button did not work when selecting the "Download Directory Name".
    I changed the "Execute in..." from 'Background' to 'Foreground'.  Then the selector button worked in the "Download Directory Name".  After selecting a local folder and executing the backup, I got the following security popup:
    After selecting the 'Allow' option, the backup completed without error.
    So perhaps when 'Background' is selected, the security popup is not visible and access is never granted.  Other than using the "Remember My Decision" check box, I'm not sure how to bypass this security window in order to get it to run in the background.
    Thanks,
    Scott

  • SCCM2012 - CcmSetup failed with error code 0x80190191

    I can't get client push working. Getting these errors:
    CcmSetup failed with error code 0x80190191
    Failed to download files through BITS. Error: 0x80190191, Description HTTP status 401: The requested resource requires user authentication.
    , Context: The error occurred while the remote file was being processed.
    I still have SCCM 2007 running with existing boundaries as I am trying to migrate. Is that the problem? I found an article similar from SMS 2003 to SCCM 2007 so I'm not sure if it applies.
    Site servers are 2008 R2
    GPO startup script is working.
    Ideas? Thanks!

    I just enabled Windows Authentication in IIS... Let's see what happens. I'm frustrated as this was working about a month ago when I tested it to a limited group.
    Didn't work. I restarted the default web site. Restarted server too. Enable basic authentication?
    I found similar issues regarding bits authentication and WSUS but nothing seems to help yet.
    Also, prior to the errors I'm getting these warning which are actually inaccurate...
    File 'C:\Windows\ccmsetup\vcredist_x86.exe' doesn't exist. ccmsetup 6/24/2014 10:23:14 AM 19028 (0x4A54)
    File 'C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi' doesn't exist. ccmsetup 6/24/2014 10:23:14 AM 19028 (0x4A54)
    File 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' doesn't exist. ccmsetup 6/24/2014 10:23:14 AM 19028 (0x4A54)
    File 'C:\Windows\ccmsetup\SCEPInstall.exe' doesn't exist. ccmsetup 6/24/2014 10:23:14 AM 19028 (0x4A54)
    File 'C:\Windows\ccmsetup\client.msi' doesn't exist. ccmsetup 6/24/2014 10:23:14 AM 19028 (0x4A54)

  • Unable to download files with IE 9, 10 or 11

    We have a user who is not able to download files using IE. She's running Windows 7 Pro 32-bit. She's able to download using other browsers. This seems to have started when I changed her local rights from Local Admin to Standard user.
    I've disabled all plugins, downgraded from IE10 to IE9, upgraded to IE11. We've also tried running her system in Safe Mode with networking still no luck. I also changed her local rights from standard back to Admin.
    I've tried most of what was suggested here: https://social.technet.microsoft.com/Forums/ie/en-US/7a8e5897-9708-4506-9efc-8f888efbba21/ie9-and-ie10-cannot-downloadopen-any-files
    Any other suggestions?

    Hi,
    Is there any error message when this system couldn't download file through IE? Is this computer added to Domain?
    It would be better to provide a screenshot for this problem.
    Roger Lu
    TechNet Community Support

  • Uploading and downloading files in webdynpro java

    how to upload and download xl files in webdynpro java application .

    Hi ,
    Refer these links they maybe helpful to you
    You can check this sampple example from SDN
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40db4a53-41a9-2910-d4a2-9c28283f6658
    Uploading and Downloading Files In Web Dynpro Java
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/202a850a-58e0-2910-eeb3-bfc3e081257f
    http://help.sap.com/saphelp_nw04/helpdata/en/43/85b27dc9af2679e10000000a1553f7/content.htm
    Uploading and Downloading Files In Web Dynpro Tables
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982cb83f
    Some more links regarding Uploading and DownLoading Files
    Uploading and downloading files
    Upload and Download file through RFC called by java
    Regards,
    Saleem

  • [Verifying Downloads] Java-Downloaded file not same filesize as on server

    This is in the security forum, but really involves a few details:
    1.) My program downloads files from a server
    2.) I have precalculated hash md5 values and file sizes in a .cfg file in the server which is also downloaded
    3.) The md5 is calculated of the downloaded files
    4.) The filesize is checked and the md5s are checked
    I have 4 client windows computers I've tested this on. It worked on 3. The fourth has a strange behavior: About every other file would have ~ 8 additional bytes in the filesize. I have no idea where those bytes are coming from, everytime it redownloads, same filesize, albeit 8 bytes too big. Therefore, the Md5 is screwed up.
    Here's my downloading from server code:
    OutputStream out = null;
              InputStream  in = null;
              try {
                   URLConnection dat = online.openConnection();
                   local.getParentFile().mkdirs();
                   out = new FileOutputStream(local);
                   while(true){
                        try {
                             in = dat.getInputStream();
                             break;
                        } catch (ConnectException e){
                             System.err.println("Couldn't contact server!");
                   byte[] buffer = new byte[1024];
                   int numRead;
                   tsecago = System.nanoTime();
                   readbytessecAgo = -1;
                   while ((numRead = in.read(buffer)) != -1) {
                        out.write(buffer, 0, numRead);
                        readbytes += numRead;
              } catch (Exception e){
                   e.printStackTrace();
              } finally {
                   try {
                        if (in != null) {
                             in.close();
                        if (out != null) {
                             out.close();
                   } catch (IOException ioe) {
              }SO, my solution was as follows:
    1.) Download file once and check md5 & filesize
    2.) If failed, download file AGAIN and check md5 & filesize
    3.) If failed 2x, download file for last time and check filesize - if the filesize is within 40 bytes of the actual file, allow it.
    This now works on all 4 computers, and as far as I can tell the downloaded files are wholly correct.
    But this is really annoying! Why is the above download code producing 8 extra bytes?!

    Thanks for your reply, Timo, and John, the same file downloading is working fine with my Integrated weblogic server, but the same application when i deployed in my DEV server i am getting the error.
    Code which i am trying to download file is
    public void downloadCardInserts(FacesContext facesContext,
    OutputStream outputStream) throws FileNotFoundException,
    IOException {
    // Add event code here...
    UploadedFile filename=(UploadedFile)browseFile.getValue();
    String fname=filename.getFilename();
    String fname1="//bwi-wfp-v01/Apps/SCII/TEST/LOG/Cards/RENEWAL/"+fname;
    System.out.println("file name11111:"+fname1);
    FileInputStream in = new FileInputStream(new File(fname1));
    byte[] buffer = new byte[1024];
    int bytes = in.read(buffer);
    while (bytes >= 0) {
    outputStream.write(buffer, 0, bytes);
    bytes = in.read(buffer);
    }

  • Uploding file through FTP

    Hi
    How can i upload file and download file through FTP server .is any body has some sample code.pls help me
    Thanks!!

    I think there one undocumented sun.net.ftp
    U can try with that pkg...Better yet, don't.
    Why Developers Should Not Write Programs That Call 'sun' Packages
    http://java.sun.com/products/jdk/faq/faq-sun-packages.htmlI recommend the Jakarta Commons Net package...
    http://jakarta.apache.org/commons/net/

  • Problems uploading big files via FTP and downloading files

    I've been having problems uploading big files like video files (.mov 12MB) via FTP to my website (small files like .html or .doc I can upload but it takes longer than usual). I'm using Fetch 4.0.3. as FTP. Same problems when downloading files via Bit Torrent. I recently moved to Spain, since then I seem to have the problem. But my roommate with a PC doesn't have that problem. Connecting to internet with Ethernet cable also didn't resolve the problem. I also tested it from a Starbucks coffee connecting to Internet from there but still couldn't upload that 12MB file to the FTP. The security settings for firewall are set to "allow all incoming connections". I didn't change any of my settings so I don't know what the problems could be. I have a MacBook Pro, Mac OS X (10.5.7) Any suggestions? Thanks!

    Welcome to Apple Discussions!
    Much of what is available on Bittorrent is not legal, beta, or improperly labelled versions. If you want public domain software, see my FAQ*:
    http://www.macmaps.com/macosxnative.html#NATIVE
    for search engines of legitimate public domain sites.
    http://www.rbrowser.com/ has a light mode that supports binary without SSH security.
    http://rsug.itd.umich.edu/software/fugu/ has ssh secure FTP.
    Both I find are quick and a lot more reliable than Fetch. I know Fetch used to be the staple FTP program, but it grew too big for my use.
    - * Links to my pages may give me compensation.

  • I downloaded the 32 bit version of photoshop cc 2014. When trying to install I get the message that installer failed to initialize and that this could be due to a missing file. Has anybody a solution ?

    I downloaded the 32 bit version of photoshop cc 2014. When trying to install I get the message that installer failed to initialize and that this could be due to a missing file. Has anybody a solution>?

    Did you unzip the entire contents of the download zip file onto your hard drive before running the installer?  You need to do that.
    I have installed it myself and it went in just fine.
    -Noel

Maybe you are looking for