Mod_osso folder protection and file download issue

We are using 10.1.2.2 AS with SSO. I have a directory under the htdocs directory that I have specified to be protected via SSO. This part works fine.
I have a protected directory of log files which works fine. Even a log file of 54M downloads fine.
I have a protected DOCS folder that contains
1 .doc file 4.9M,
1 .doc file 78K
1 .pdf file 2.1M
After the user logs in via SSO, they can download the .pdf and the small .doc file, but the large .doc file gives the following error message:
Internet Explorer cannot download largefile.doc from localhost
Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
This has also happened to me in the past with large .zip files.

Hi!
I had wondered whether it was the websites issue: i've since managed to get the application-my friend downloaded it onto his phone over the internet and Bluetoothed it to me, so i've got it anyway. Just a bit strange, as i transfereed the file to my Mac and it decompressed into a folder again...
Oh well-i'm not into fiddling around so it can stay as it is! Thanks for the reply!

Similar Messages

  • Multiple file download issues

    Hi All,
    I have designed an APEX application to download multiple files. I have check box in each row of the file name and a download button.
    When the users checks set of checkboxes and click on the "Download" Button, i am expecting the marked files to be downloaded. I am encountering the below issues in this implementation(i.e single file download is fine):
    1. When ticks all the check boxes and click download, the files are never downloading. The target URL goes something like this :
    www.example.com/abc/bcd/wwv_flow.accept
    and there is a cross icon in the new page. No download happening.
    2. When ticks few files and leave rest of the files un-checked, there are either junk charactes in target page (or) only the last checked box file alone downloading.
    Please refer the code below and advice. Thanks very much in advance.
    Code:
    =====
    declare
    check_box_val varchar2(500):=' ';
    file_name varchar2(500):=' ';
    begin
    for i in 1..htmldb_application.g_f01.count
    loop
    check_box_val:=nvl(htmldb_application.g_f02(i),' ');
    if(check_box_val<>' ') then
    sho_pdf(check_box_val);
    end if;
    end loop;
    exception
    when others then
    null;
    end;
    sho_pdf.sql
    ========
    CREATE OR REPLACE PROCEDURE FDM_UAT14.sho_pdf(p_file in varchar2)
    AS
    l_blob BLOB;
    l_bfile BFILE;
    BEGIN
    DBMS_LOB.createtemporary (l_blob, TRUE, DBMS_LOB.SESSION);
    l_bfile := BFILENAME ('UPDOWNFILES_DIR', p_file);
    DBMS_LOB.fileopen (l_bfile);
    DBMS_LOB.loadfromfile (l_blob, l_bfile, DBMS_LOB.getlength (l_bfile));
    DBMS_LOB.fileclose (l_bfile);
    OWA_UTIL.mime_header ('application/octet',
    bclose_header => FALSE);
    HTP.p ('Content-length: ' || DBMS_LOB.getlength (l_blob));
    HTP.p( 'Content-Disposition: filename="' || p_file || '"' );
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file (l_blob);
    DBMS_LOB.freetemporary (l_blob);
    EXCEPTION
    WHEN OTHERS
    THEN
    NULL;
    END;
    /

    I have read that "patch number 8548651" need to be applied in order to download multiple files in Single Page. Is it true? Pls refer this page :
    http://dgielis.blogspot.com/2010/01/oracle-application-express-patch-set.html
    8555172 -- BLOB download links are incorrect when multiple file items referenced on a page.

  • Web browsing and file downloads stops

    Hi Guys,
    I've been looking at a few posts but not seen the answer yet.  I'd be grateful if someone could help me out or point me in the right direction.
    I had BT Infinity 2 installed with the HH5 on Friday.  I have problems with browsing web pages.  When I click a link most of the time the page loads quickly without issue, but then occassionally the page wont load and the page will 'stick'.  It sometimes take 30-60 seconds for the page to fully load, or there is a timeout.  Usually, by reloading the page it resolves this and the page loads really quickly again but within a minute you will have the same issue.
    Also, I have downloaded a few files, from 300mb to 1gb.  Just like web browsing, the file download will stop and the only way to resume the download is to reboot the HH5.  I had to reboot the HH5 five times to download the full 1gb file.  I checked the connection and it's not dropping so I wonder why the connection just stops or sticks for a while.
    I know it can take a while for the connection to settle down but it shouldn't stop working.
    Am hoping someone could help me out with this as i need this for my business.
    With thanks,

    I would leave it alone for the next few days and do not keep restarting the Homehub. This will cause DLM (Dynamic Line Management) to kick in and lower your speeds because it will interpret the restarts as a fault. It is normal for the speeds to fluctuate during the training period. If things do not improve after the ten day training period post back for more advice.

  • Web Pages and file download corruption Cisco VPN

    We have a problem our users are having. Clients are having problems using Cisco 5.06 VPN along with Internet Explorer. Quite often web pages hang or load incorrectly or unformatted. Also links to documents or downloads are downloaded unusable (i.e. a PDF file that is corrupt). If you refresh the page or retry the download it will work eventually. None of these problems exist while they are directly on the corporate network. (Win7 32-bit OS)
    Our standard corporate VPN installation package uses Cisco VPN 5.0.06.0160 which installs version 3.22.4.17992 of DNE (Deterministic Network Enhancer), It also installs the DNE Update version 4.9.1.1837. This combination works correctly in our standard corporate build. The problem exists in two of non-standard builds on a couple different hardware models.
    If I uninstall the DNE update and the VPN client and just install the VPN client by itself without the DNE Update (which leaves the client at 3.22.4.17992 for DNE) the problem goes away and the web pages load correctly and the files download properly.
    I have tried the latest DNE, and updates to the NIC driver without success. Any suggestions or logic to why the newer versions of DNE will not work. The hardware we are using are high end HP and Dell Mobile workstations that are only about a year old. We have a problem our users are having. Clients are having problems using Cisco 5.06 VPN along with Internet Explorer. Quite often web pages hang or load incorrectly or unformatted. Also links to documents or downloads are downloaded unusable (i.e. a PDF file that is corrupt). If you refresh the page or retry the download it will work eventually. None of these problems exist while they are directly on the corporate network. (Win7 32-bit OS)
    Our standard corporate VPN installation package uses Cisco VPN 5.0.06.0160 which installs version 3.22.4.17992 of DNE (Deterministic Network Enhancer), It also installs the DNE Update version 4.9.1.1837. This combination works correctly in our standard corporate build. The problem exists in two of non-standard builds on a couple different hardware models.
    If I uninstall the DNE update and the VPN client and just install the VPN client by itself without the DNE Update (which leaves the client at 3.22.4.17992 for DNE) the problem goes away and the web pages load correctly and the files download properly.
    I have tried the latest DNE, and updates to the NIC driver without success. Any suggestions or logic to why the newer versions of DNE will not work. The hardware we are using are high end HP and Dell Mobile workstations that are only about a year old.

    I would leave it alone for the next few days and do not keep restarting the Homehub. This will cause DLM (Dynamic Line Management) to kick in and lower your speeds because it will interpret the restarts as a fault. It is normal for the speeds to fluctuate during the training period. If things do not improve after the ten day training period post back for more advice.

  • Character Encoding and File Encoding issue

    Hi,
    I have a file which has a data encoded using default locale.
    I start jvm in same default locale and try to red the file.
    I took 2 approaches :
    1. Read the file using InputStreamReader() without specifying the encoding, so that default one based on locale will be picked up.
    -- This apprach worked fine.
    -- I also printed system property "file.encoding" which matched with current locales encoding (on unix cooand to get this is "locale charmap").
    2. In this approach, I read the file using InputStream as an array of raw bytes, and passed it to String contructor to convert bytes to String.
    -- The String contained garbled data, meaning encoding failed.
    I tried printing encoding used by JVM using internal class, and "file.encoding" property as well.
    These 2 values do not match, there is weird difference.
    For e.g. for locale ja_JP.eucjp on linux box :
    byte-character uses EUC_JP_LINUX encoding
    file.encoding system property is EUC-JP-LINUX
    To get byte to character encoding, I used following methods (sun.io.*):
    ByteToCharConverter btc = ByteToCharConverter.getDefault();
    System.out.println("BTC uses " + btc.getCharacterEncoding());
    Do you have any idea why is it failing ?
    My understanding was, file encoding and character encoding should always be same by default.
    But, because of this behaviour, I am little perplexed.

    But there's no character encoding set for this operation:baos.write("���".getBytes());

  • Download backups and file numbering issue

    A while back I lost a lot of stuff when a backup went wrong.
    I have been slowly trying to sort out the catalogues which has often meant importing stuff from the downloads backups.
    Anyway what seems to exist and is making life hard is that there are 2 different file numbers for the same picture. So it may have originally be IMG_1033.jpg but the same picture in the downloads back ups might be IMG_ 2355.jpg
    While I know I did a lot of things wrong I am more interested right now in trying to tidy things up and get the library and backups matching so that I know I don't have dups and I do have all the originals I was able to recover.
    Is there anyway to do this.
    Cheers
    LR2 OSx 10.5.8

    So it may have originally be IMG_1033.jpg but the same picture in the downloads back ups might be IMG_ 2355.jpg
    How come that happened? As far as I know, Lightroom renames both files when you rename and backup on import.
    Did you renamed the files in Library module after importing? If yes, you can use Rename in Lightroom to restore the original filenames. If no, there's nothing Lightroom can do about it. You need a good third party program to help find image duplicates among files with different file names.

  • Browsing is very slow on Mac Mini connected to 100mbit LAN. FTP and file download is very fast.

    Hi all
    I have a strange behaviour of my Mac MIni 2012. The mini is connected to the internet by LAN. When I download a file via http or ftp everything is very fast (arround 95mbit/s). But when I try to open a website in Safari, Chrome or Firefox i have to wait some seconds until the page starts rendering.after the page is rendered completely, everything works fast and smooth.
    Do you have any ideas where the problem migth be? I have reinstalled Mavericks from zero yesterday. The problem resists. With my Macbook Air (conntected to the same router) and my Windows computer I dont have this problem.
    THanks in advance for your help.
    Greets
    Marc

    By any chance, do you run sophos?  I had the same issue as you and fixed it on my mac mini and macbook pro by doing the following:
    Sophos --> Open Preferences --> Web Protection --> General
    You will need to enter your admin password after clicking the padlock in the bottom left to allow you to change settings.
    From there, deactivate "Block access to malicious websites using realtime URL reputation checks".  For good measure, I also deactivated "Block malicious downloads from websites".
    Hope this helps!

  • Window 7 32 bit client machine dot net exe running in IE8 or IE9 from server security warning file download issue

    Help me in the issue, Asp dot net exe which run from server in IE 8 window 7 32 bit client machine show security file save download message. This app was running fine if we don't apply any window 7 or IE8 patches. same issue when running in
    IE9. I already run the caspol, add the server link to trusted site with low security. I wonder why it was working fine without any patches.
    I just found that client machine win 7 32 bit has dot net 4.5.1 installed when updated all the patches. after uninstall the dot net 4.5.1. the application worked fine. now I wonder what are the settings need to change to run the application with dot net 4.5.1
    installed on machine. as Microsoft always has these things in window updates. thanks in advance.

    Hi Gparhar,
    In case you are posting on .NET setup forum, I suspect it is not the right forum for your issue, we talks about "setup and deployment of .NET Framework.", if you have problem on installing and uninstalling .NET 4.5.1, we can share you some advice.
    For your specific case, I recommend you consult ASP.NET forum instead:
    http://forums.asp.net/
    Regards,
    Barry Wang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Powl File Download issue

    Hi All,
    I have a requirement of downloading data from a POWL feeder class into an ASCII format file. Within the method, GET_OBJECTS of the feeder class, I am calling the method cl_wd_runtime_services=>attach_file_to_response and passing the internal table data as below. The itab data has been converted to string format into variable lv_text.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
           EXPORTING
             text   = lv_text
           IMPORTING
             buffer = itxstring.
    CALL METHOD cl_wd_runtime_services=>attach_file_to_response
           EXPORTING
            i_filename      = 'TEST.txt'
            i_content       = itxstring
             i_mime_type     = 'NOTEPAD'
            i_in_new_window = abap_false
             i_inplace       = abap_false.
    On execution, this gives a dump 'Access using a zero object reference is not possible'.
    Does anybody have any idea of why this dump is occurring. Please let me know if there is any other way of downloading internal table data from POWL   into a file on presentation server.

    I solved this issue in my environment Apex 3.2.1
    I did not see this solution posted here so thought I should update this thread.
    It is basically the security that is preventing the call of your "download_my_file" proceedure.
    If you look in the Apache log you will see the error as well.
    There is a FUNCTION called "Wwv_Flow_Epg_Include_Mod_Local" owned by APEX_030200.
    You must edit this function to allow your own version of "download_my_file" to be authorized.
    Edit this part of the validation below to include YOUR function.
    Note that I used every possible combination of the function call in case you call it slightly differently from different places in your App.
    IN ('','DOWNLOAD_MY_FILE?P_FILE','SAFETYRISK.DOWNLOAD_MY_FILE?P_FILE','SAFETYRISK.DOWNLOAD_MY_FILE','DOWNLOAD_MY_FILE','PMO.DOWNLOAD_PMO_FILE','DOWNLOAD_PMO_FILE')
    Hope this helps.
    If nothing else I'll find my own note next time I have to look this up.
    Ray
    CREATE OR REPLACE FUNCTION APEX_030200.Wwv_Flow_Epg_Include_Mod_Local(
    procedure_name IN VARCHAR2)
    RETURN BOOLEAN
    IS
    BEGIN
    -- RETURN FALSE; -- remove this statement when you modify this function
    -- Administrator note: the procedure_name input parameter may be in the format:
    -- procedure
    -- schema.procedure
    -- package.procedure
    -- schema.package.procedure
    -- If the expected input parameter is a procedure name only, the IN list code shown below
    -- can be modified to itemize the expected procedure names. Otherwise you must parse the
    -- procedure_name parameter and replace the simple code below with code that will evaluate
    -- all of the cases listed above.
    -- IF UPPER(procedure_name) IN ('') THEN
    IF UPPER(procedure_name) IN ('','DOWNLOAD_MY_FILE?P_FILE','SAFETYRISK.DOWNLOAD_MY_FILE?P_FILE','SAFETYRISK.DOWNLOAD_MY_FILE','DOWNLOAD_MY_FILE','PMO.DOWNLOAD_PMO_FILE','DOWNLOAD_PMO_FILE') THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    END Wwv_Flow_Epg_Include_Mod_Local;
    ----------------------------------

  • AL11 File Download Issue

    Hi,
    I had a report which is executed in Background and its output is stored in a .txt file on Application Server.
    I had used field seperator as '#' . I am downloading that file into an 'excel' file directly from AL11 (not from any ABAP coding) .
    File contains more than 70000 records, but when i look into the downloaded file , many rows are not getting downloaded correctly even everything is correct in AL11. Some rows has many fields missing , many rows get merge into one cell and some are coming correctly.
    So, can anyone help me that what is the issue. Is the field seperator is incorrect?
    Thanks in Advance

    Hi Mayank,
    I think you have some special chars in the downloded content. For that reason it is not coming in proper format.
    In my opinion you need to use '|' as seperator. Then d/l it in presenatation server in .txt format. Then open excel application then open the .txt file as '|' as separator.
    Regards,
    Amitava

  • Excel file download issue

    Hi Experts,
    I am downloading an excel file which is stored at the MII server using JSP file. I am using the below code for the same. I am able to download the excel file successfully but when I open the same I get some junk value as content. I mean to say the content is not at readable format. I have tested the java code using standalone program where it worked successfully.
    I  tested this JSP at MII 12.2 and MII 14.0 and both provided same result. I have attached the screenshot of excel how it looks after opening
    I want to know is this a problem with Netweaver web server?. I mean the way it runs JSP. Unfortunately I could not test this on another web server
    Any help on this is very much appreciated.
    <%
      String filePath = "C:\\myfile.xls";
      try
      FileInputStream in = new FileInputStream(filePath);
      response.setContentType("application/vnd.ms-excel");
      response.addHeader("content-disposition","attachment; filename=" + filePath);
      int octet;
      while((octet = in.read()) != -1)
      out.write(octet);
      in.close();
      out.close();
      catch(Exception e)
      out.println("Exception occured:"+e);
    %>
    Thanks
    Shaji

    Hi Christian,
    Thanks for your response.
    I tried that as well but same result. I get a alert message as below while opening the file.
    "Excel cannot open the file Demo.xls because the file format or file extension is not valid. Verify that file has not been corrupted and that the file extension matches the format of the file"
    I am trying to run the same file on another web server such as tomcat and see if the issue persist.
    Thanks
    Shaji

  • File download issue through ASA

    Hi,
    We have ASA 5540 with 8.2 SW. We are trying to download a file (3 MB pdf)  from https session which fails if done behind the firewall. In case, the client bypasses firewall, the file gets downloaded as usuall. Interesting thing here to note is that when client is behind the firewall, its takes a long time to download the file and the file size always 312 Bytes, of course its a corrupt file.
    We have chaged the MSS setting but did not help.
    Did anybody face such problem before?
    Thanks
    Saif

    Hello,
    I would like too see the logs at the time you are facing the issue, when the download its slow.
    Is it possible that you could provide your ASA configuration,
    Are you using a CSC-SSM or AIP-SSM?
    Regards,
    Julio.

  • File Download issue of PPTX file

    Hi Everyone,
    I have a issue with my Content Server. Here is a brief description of the problem i am facing.
    I am uploading a Powerpoint file(pptx) with all pages having some animations. The file size is 5.27 MB.
    It properly checks-in the server. In the server also the size remains the same.
    But when i try to download the same file from native file link in the content server. I get the file with reduced size of 4.65MB. and in this file i see that some pages have lost the animations.
    It is using GET_FILE service to download the file.
    Please can anyone tell me wht is the problem here. it is very urgent.
    Thanks in advance.

    Yes, I am requesting for native file.
    I am using these all providers
    ServletIncomingProvider
    System Servlet Integration
    SystemDatabase
    System Database
    database
    SystemJspServer
    System Jsp Server
    jsp
    SystemServerSocket
    System Server Socket
    incoming
    SctLock
    Locking provider for SCT logging
    incoming
    JpsUserProvider
    Default JPS User Provider
    jpsuser
    DefaultFileStore
    Default File Store Provider
    FileStore
    good
    Info
    Test

  • Lumia 520 and File explorer issues.

    Hi I have just bought lumia 520 and I am trying to trasnfer files using file explorer on windows XP.
    Thing is when I connect my phone via data cable, a folder appears named "lumia 520 #2". But when I open it, it doesn't show anything in it. No folders. And when I try to copy paste any file, the paste option doesn't appear. When I try to drag a file, it doesn't copy.
    When i click on the folder and go into properties it only shows camera options.
    I can't think what's the issue here.
    Please reply soon, it will be really helpful. Thanks

    You are using Xp SP3 and Windows Media Player 10 or later?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Corrupted itunes and re-downloaded issue

    I have Windows 7 and my itunes randomely said it has been corrupted and I needed to reinstall it. When I did it then said the library cannot be read because it was created with a newer version of itunes. I am at a loss as to what to do. Please help!

    Hi teachamen!
    I have some information here that I believe will help to resolve your issue. First, since your library file says it was created by a newer version of iTunes, let's make sure the latest version is installed on your computer. In order to verify this, you may need to completely uninstall and reinstall iTunes on your PC. There is a group of components that must be uninstalled from your computer in a certain order when uninstalling iTunes for the best possible conditions, and that is outlined in this article right here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Then you will want to make sure you download the latest version of iTunes, which can be found here:
    Apple - iTunes - Download iTunes Now
    http://www.apple.com/itunes/download/
    After performing these steps, if you are still having issues opening your iTunes library, then you will want to see this article about re-creating your iTunes library file:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

Maybe you are looking for

  • DIscoverer output different from toad

    Hi I have an apps mode EUL (Discoverer 10.1.2.2 , EBS R12 and Oracle 11g database) I have a custom folder for onhand material analysis. The output will be something like below Item Onhand Batch Start Date Requirement for this batch Net-Onhand ABC 100

  • How Do I "detach" an iPod touch from one PC?

    I recently put a new hard drive in my computer, and can now dual boot. I am switching between Windows Vista (32-bit) and Windows 7 (64-bit). When I try to sync my iPod to the Win 7 configuration, it tells me that you can only sync an iPod to one comp

  • ITunes 7.6 and Windows XP Pro x64  ---- 64 bit version of Windows XP Pro

    My wife was given an iPod nano, so I downloaded the current version of iTunesSetup.exe from www.apple.com and tried to run the executable. It told me that it wasn't designed to install iTunes on my 64 bit version of Windows XP Pro, and that I should

  • All Refurbished and Replacement iPhone 4 are yellow tinted

    Has anyone seen one that isnt? Ive seen 8 now and all are yellow. at the SF apple store and Cupertino...

  • Multiple monitor fullscreen support

    One of the features that was announced for Mountain Lion was Full screen support for multiple monitors, however while I can now full-screen to either of my monitors, it stiull blanks out the other monitor which is kinda useless. Any plans or ways to