Download problems with 9011NTSrv_Disk2.zip

I've been trying to download 9011NTSrv_Disk2.zip for two days. It keeps disappearing without finishing, but I finally got an error with it. It was a simple one: "Internet Explorer cannot download 9011NTSrv_Disk2.zip from download-west.oracle.com". That says it all for what's wrong.
I tried on 4/16 in the afternoon (PST) and 4/17. It is now 4/17, 4:52pm. I'm using MS Explorer version 5.50.4522.1800 on Windows 2000 Professional, version 5.0 (build 2195, service pack 1).
I was successful in downloading disks 1 and 3, however.
Could you tell me why it's failing? I'm at work and need to try staging something before my IT group tries to put it into production. This is probably the only time I'll ever use the Oracle database on my laptop...
Thank you,
Audra Rothman

quero uma apostila de backup alguem pode me arrumar

Similar Messages

  • Problem with file zipping!

    I have problem with my zip files. all that i need is a simple zipping of files. here's is what i am doing
    //this mehod takes 2 arugments, first argument is the file which is to be zipped and the second argument is the name of the zip file
    public void makeZIP(File fileToZip, String zfileName) throws IOException{
    try{
    byte[] buff = new byte[BUF_SIZE];//BUF_SIZE =128
    int cnt=0;
    FileInputStream swcConvFis = new FileInputStream(fileToZip);
    ZipEntry swcConvZipEntry = new ZipEntry(zfileName);
    ZipOutputStream swcConvZipOutputStream = new ZipOutputStream(swcConvFos);
    swcConvZipOutputStream.putNextEntry(swcConvZipEntry);
    while((cnt = swcConvFis.read(buff,0,BUF_SIZE)) != -1){
    swcConvZipOutputStream.write(buff,0,cnt);
    swcConvFis.close();
    swcConvZipOutputStream.closeEntry();
    }catch(NullPointerException npe){npe.printStackTrace();}
    whis code is a part of the servlet code that has to send the zipped file to the applet. What's happening is i am able to zip the files. but when i try to open the zip file it gives me a an error window saying " cannot open file: it does not appear to be valid archive."
    ofcourse the file is zipped on a linux machine and i am trying to open it in windows...it think this shouldn't be a problem though!!
    please somebody throw some light on this. i have searched the archives but not helpful sofar.
    thanks
    sri

    the outputToApplet is the ObjectOutputStream object.
    at the applet's reading end this is what i am doing
    ObjectInputStream intputFromServlet = new ObjectInputStream(connect.getInputStream());
    //code to read the output files from the servlet
    byte[] buff = new byte[BUF_SIZE];
    int cnt = 0;
    ArrayList getOutputFilesFromServlet = (ArrayList) inputFromServlet.readObject(); // at the servlet end i am writing outputToApplet.writeObject(send2Files), send2Files is an ArrayList object that has one .txt file and another .zip file
    System.out.println("total no.of files "+getOutputFilesFromServlet.size()); //shows 2
    Iterator getOutputFilesFromServletIterator = getOutputFilesFromServlet.iterator();
    while(getOutputFilesFromServletIterator.hasNext()){
                   File file = (File)getOutputFilesFromServletIterator.next();
    String fname = file.getName();
    System.out.println("received "+fname);//shows correct file names
                   try{
                        File nfile = new File(getOfile.getParent()+System.getProperty("file.separator")+fname);//puts the files in the requested directory on the client machine
                        FileOutputStream toFile = new FileOutputStream(nfile);
    //reading the files uploaded by the applet
                        while( (cnt = dump.read( buff )) > -1 ){
                             if(cnt<BUF_SIZE){
                             toFile.write( buff, 0, cnt );
                                  toFile.close();
                                  break;
                             toFile.write( buff, 0, cnt );
              }catch(Exception e){e.printStackTrace();}
    System.out.println("finished reading all files from the servlet....");
              }//while(it.next)
    not only the zip file even the other text file is not downloaded properly....(i.e) it shows some junk characters instead of the actual file context. so maybe there is mistake in the way that i am reading the files...but what i am doing at applet's end is just a mirror reflection of what i am doing at the servlet's end. you got me!! hope i am not confusing!
    any suggestions!!

  • Download problem with EM 11g Grid Control Release 1 (11.1.0.1.0)

    Hi all,
    I have problem with Enterprise Manager 11g Grid Control Release 1 (11.1.0.1.0) for Linux x86-64 (64-bit) downloaded archives.
    Actually with GridControl_11.1.0.1.0_Linux_x86-64_2of3.zip (1,589,671,704 bytes) (cksum - 535544209)
    I successfully downloaded all archives but cksum for this file (...2of3...) is invalid.
    Even it is invalid I tried to install. Installation starts ok, but it breaks after few moments.
    Regards

    Here is cksum from file that I downloaded 3966614633 and on download page is 535544209.
    It's obvious that something is wrong!
    Oracle personal should fix this issue.
    Anyhow, there is another way... Download from different location. See this thread:
    Re: Invalid Software Download from OTN for Grid Control 11g on Linux x86_64
    Regards

  • Can not open book i downloaded, problem with adobe id.

    I keep trying to open book i
    I downloaded and keep getting message to enter adobe id and password. I have done that then i get message error, help!

    The ID that matters is the internal ID, that stays the same with the account even when the email or password changes.
    Instructions to find that internal ID below.
    You can find the internal ID registered to ADE at the moment using crel-shift-I to see if that matches.
    (ADE1.7.2 only gives the external id, not the internal one.  One of the very few areas ADE2.0 is better)
    One thing that might be worth doing is deauthorizing both ADE and the Sony, then reauthorizing.
    The authorization sometimes gets its knickers in a twist.
    ctrl-shift-D to deauthorize ade
    ctrl-shift-E to deauthorize the Sony (to ADE with Sony plugged in)
    ~~~~~
    OK.  To find the internal AdobeID.
    open a sample DRM .epub file as a .zip file.
    With some zip programs, you can just open the .epub as an archive (ev, with 7zip),
    with others you will have to rename the .epub file to a .zip file first, then open it.
    find the file 'rights.xml' within the zip.  Probably  'META-INF\rights.xml'
    open the rights.xml file
    inside you will find a section '<user>' that looks something like
    <user>urn:uuid:ff2ddc22-eca0-46c6-a84d-xxxxxxxxxxxx</user>
    That string is the internal version for your AdobeID.
    That stays fixed for the AdobeID, even if you change the associated email (or password),
    that internal ID is what is really associated with the book.
    (n.b. there is no point in trying to change the urn to a current one you might find and recreating the .epub file; the DRM is cleverer than that).

  • Download problem with pacman

    Hi,
    i'm new to archlinux and am currently installing arch, unfortunately pacman waits for about 15-20 seconds after each package before he gets the next one so that installing packages is realy time consuming (downloadspeed of the packages is normal around 600kb/s). i do not have any similiar problems with other distributins or downloads and couldn't find anything like this in the wiki,forum or with a searchengine. i realy don't know what could cause this problem and would appreciate any help.
    regards,
    otowa

    Otowa wrote:thx nDray, already tried that without any success
    When you download manually a package (or any file) with wget, is it slow to connect or what?

  • Download Problem with iPhoto 6.0.4.

    New Mac user here. I have a clean install of OS X, uodated to to 10.4.8. I bought a copy of iLife 06 from Amazon.com and installed it and successfully updated the various programs....except for iPhoto.
    The version installed is 6.0.1. When I look for updates I get the message that 6.0.4 is available and I download it (i've done this 3 or 4 times) and each time it shows a successful download and then I get an error message:
    "The update "iPhoto Update" can't be installed.
    The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by "Apple"."
    This is odd. After I installed iLife from the disk I bought (in a sealed box) from Amazon I have successfully downloaded and installed updates to the other component programs; it is just iPhoto that is giving the problem.
    Which figures because that is the one program in the suite I want to use.
    I would appreciate any help or direction in solving this problem.
    (btw: I noticed some comments on this forum about problems with v 6.0.5. I have only been 'offered' a download of 6.0.4. Has 6.0.5 been withdrawn?)
    Thanks,
    --Bob
    G4 Pbk 12" Mac OS X (10.4.8)
    G4 Pbk 12"   Mac OS X (10.4.8)  

    Try downloading the standalone updater for iPhoto 6.04. iPhoto 6.05 has not been pulled, but you cannot install it until you've successfully installed the iPhoto 6.04 updater, and Software Update isn't supposed to show you any updates which can't be installed on your configuration.
    (16965)

  • Download Problems with iTunes Match

    I'm having problems with iTunes Match, upload the songs are done and had great difficulty with the freezing of steps.
    I'm not able to make the songs appear in iTunes: http://pqp.me/7qr
    and when I get the songs come I can not download:http://pqp.me/7qq
    Can you help me?

    Vinny Bastos wrote:
    I'm not able to make the songs appear in iTunes: http://pqp.me/7qr
    I don't know what you mean by this. Do you mean you can't figure out how to get off that screen? Click the "done" button.
    This is just to say that I managed to sync with iTunes Match, in my other notebook I can not do the songs appear.
    Vinny Bastos wrote:
    and when I get the songs come I can not download:http://pqp.me/7qq
    You're connection the iTunes Match servers is offline. That's why the songs are greyed out and the cloud icon has the horozontal lines in it. Quit iTunes, wait a few seconds, re-launch the application and wait until the tracks are no longer greyed out and you will be able to download them.
    That part you answered, thanks.
    How often iTunes Match is off? Sometimes?

  • TV Show download problem with library on a network share

    My local drive has 100GB disk space available. I have my iTunes library configured to be on a network share which happens to be on a NAS (network attached storage) drive. My NAS drive has over 600GB disk space available. When I try to download a TV Show (Battlestar Galactica) I get an error which says that:
    "The disk you are attempting to use is full"
    This is nowhere near true. I tried several times, then switched my iTunes library to point to my local drive, and the download worked. Does iTunes have a problem with a library on a network share?
    Help!
    Thanks,
    Brad

    Not easy because in order to open just one library file you would have to be running the same version of iTunes on all computers which would be limited to the lowest version supported by your computers (the G3).  Try to open a iTunes 10 library with 9.2.1 and it will refuse. This in turn might not support your equipment.  Even if you can do this you would have to make sure only one copy of iTunes was running because the library file cannot be opened by multiple copies of iTunes at the same time.

  • Download Problems with K8N Neo4 Platinum Nvidia Ethernet Controller

    Just to ask if there is some basic setup for Nvidia network drivers in Windows or in BIOS since I'm having download errors with a DSL connection when i use the Nvidia networking controller, not depending from  the OS I'm booting (WinXP Pro SP2 or  WinXP pro 64). When I download using the Marvell Yukon controller everything  works fine in both operating systems. Additional specs:
    K8N Neo 4 Platinum (latest MSI Nforce4 drivers)
    Athlon 64 X2 4200+
    2GB Transcend RAM
    EVGA 6600 GT 128MB PCI-E
    Samsung Spinpoint 200GB SATA (Win XP Pro + SP2)
    Samsung Spinpoint 200GB SATA (Win XP Pro 64)
    Samsung TS-H522U DVD-RW
    Seventeam ST-550EAG  3.3@30A  5.0@30A  12V1 & 12V2 @ 18A each

    Quote from: Indigian on 07-November-05, 00:23:35
    Open up the nvidia firewall.
    Click on 'Active Armour'
    Click on 'Application'
    change the setting from 'offloadable' to 'notoffloadable'
    This solves the download problem.
    Indigian,  you are The Man!!!!!
    That solved it !!! Thank you very much!

  • Download problems with Oracle 9i

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name : http://download-east.oracle.com
    - Filename : 92010NT_Disk1.zip, 92010NT_Disk2.zip, 92010NT_Disk3.zip
    - Date/Time : 15 Aug 2002
    - Browser + Version : IE 5.x, Netscape 4
    - O/S + Version : MS Windows 98/2000
    - Error Msg
    I have been trying to download Oracle 9i for the past three weeks. Every time I try to download the above mentioned files the file Login.jsp gets copied. I've tried using both GetRight and GoZilla!
    Could someone please advise me what to do. Any help would be appreciated.

    I recently downloaded Oracle9i personal edition, it took me more than 7 hours, and the downloaded zip file is A91514-01.zip. You need to check how reliable is your internet connection. regards. winston

  • Download problems with 10.1.3 JDeveloper

    Has anyone else had problems with downloading the new version of JDeveloper? The link appears to be going nowhere.

    we heard that people sometime are having problems that are usually solved by trying again a little later.
    Another option that might work is to add -west to the server name so it will become download-west.oracle.com

  • Problem with attached zip file

    I received an email with a zip file attached, but whenever I try to open it I get the message "Unable to unarchive "filename.zip: into "Desktop." (Error 1 - Operation not permitted)"
    Can anyone help?

    Download Stuffit Expander which can open just about anything you throw at it. You can obtain this "free" utility from Versiontracker and Macupdate.

  • Folio download problem with Android app

    I still have a problem with the app. It's ok with the certificate now and ok on google play store.
    The app was updated on two android tablets and when I try to download an issue which was uploaded a few months ago with v30 DPS tools, the app can't download it because I need to upgrade the app.
    The first one was build with v25 tools, is this something with the certificate.
    Yves

    What version number shows in the about dialog of your application? You can get to the about dialog from the "..." or hardware menu button on your device while in the library view. Select "About".
    Also, can you send me a private message with the adobe ID that you're using to publish your folios?
    Neil

  • Download problem with iPod Touch January software update

    Hi, some problems with the software update. Please advise
    - Ipod Touch user from australia
    - went for holidays in malaysia for a while and purchased the software update via itunes australia
    - The download did not start but i was charged $25AUD
    - Returned to australia, attempted the download again but failed because itunes stated that the update has already been downloaded.
    - Attempted to update the iPod Touch by clicking on "Check for Update" but software has already been updated to the current version (1.1.3).
    - The new applications did not appear on iPod Touch.
    Thanks in advance!

    Hi pdra05,
    Do you manually manage your music?
    iTunes has to sync to unlock the January software, manually manage music has to be deselected.
    Make sure your content on your ipod is backed up before sync.
    [Installing and verifying the iPod touch January Software Upgrade|http://docs.info.apple.com/article.html?artnum=307243]
    fern

  • Download problem with Tunsten E2 Guide

    I'm trying to download the "Tungsten E2 Getting Started Guide".  It stops 3/4 of the way through the download.  I downloaded the "User Guide" successfully so I know there is nothing wrong with my software.  Can somebody check that please?  Thank you.;
    Post relates to: Tungsten E2

    I'll try downloading it with Microsoft IE to see if that works.  My current browser is Mozilla Firefox which I'm happy with.  Also I'm using Norton Security and the firewall might get in the way.  Thanks.
    Post relates to: Tungsten E2

Maybe you are looking for

  • Internet-required apps not connecting (even though internet works!)

    Hi, just purchased a shiny new iMac 27inch after my old faithful G5 tower finally went to the great PC in the sky. Enjoying the experience immensely but have a big problem with bootcamp. I installed xp service pack 2 via bootcamp and after hundreds o

  • Update in RFCDES

    Hello, in the document "SAP System Landscape Copy for SAP NetWeaver and SAP Solutions"  [https://websmp102.sap-ag.de/~sapidb/011000358700003128302006E] i can read Disable system connections / RFC destinations to prevent any communication from being i

  • Implementing FEB_BADI and CHANGE_POSTING_DATA method

    According to OSS note 494777, I would use FEB_BADI for inserting additional line items in EBS. I have no experience in BADI. Did somebody already use this BADI ? Can you give me a step by step description of the necessary actions for implementing it

  • Command Line echo problem

    Hi there, So i have a little problem. I have a short code that i want to log, but the logfile must have redirection characters like these : < and > wmic qfe list brief /format:texttablewsys > "c:\wmic.txt" So i added this: echo ^<log^> >>c:\wmic.txt

  • Not able to create StdSchedulerFactory due to missing my_quartz.properties

    Hi , Below piece of code is returning NPE as it is not able to read my_quartz.properties from the context: factory =(org.quartz.impl.StdSchedulerFactory) ctx.getAttribute(QuartzInitializerServlet.QUARTZ_FACTORY_KEY); Here is the error <Sep 29, 2008 3