Download - 404 not found

Hi all,
I have created a procedure to download a file.
the name of the procedure is download_my_file4
create or replace PROCEDURE download_my_file4(p_file in number) AS
        v_mime  VARCHAR2(48);
        v_length  NUMBER;
        v_file_name VARCHAR2(2000);
        Lob_loc  BLOB;
        a NUMBER;
BEGIN
     select s.siteid into a from site s,lbconline_users c where
           c.user_lbc_site=s.siteid and lower(c.user_login)=lower(v('APP_USER'));
    for c in (select a.siteid site, b.con_id conid from kconts a, con_doc_info b where a.con_id = b.con_id )
     loop
      IF  c.site = a  THEN
        SELECT MIME_TYPE, BLOB_CONTENT,NAME,DBMS_LOB.GETLENGTH(blob_content)
                INTO v_mime,lob_loc,v_file_name,v_length
                FROM CON_DOC_INFO
                WHERE id = p_file and con_id = c.conid;
        owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
        htp.p('Content-length: ' || v_length);
        -- the filename will be used by the browser if the users does a save as
        htp.p('Content-Disposition:  attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
                -- close the headers           
                owa_util.http_header_close;
                -- download the BLOB
                wpg_docload.download_file( Lob_loc );
      end if;
    end loop;
end download_my_file4;Permission has been granted to public
when i use this procedure in the report like
#owner#.download_my_file4?p_file=#File No.#
it is giving the error:
404 not found
The requested URL /pls/htmldb/INFOCENTRE.DOWNLOAD_MY_FILE4 was not found on this server.
Any help please?
Thanks in advance
bye
Srikavi

If you want to call packages procedures from the URL, you need to add it to a security function in the FLOWS schema:
# You need to make this procedure callable, so go to the FLOWS030100 schema
# Go to the Function WWV_FLOW_EPG_INCLUDE_MOD_LOCAL
# Add the "INFOCENTRE.DOWNLOAD_MY_FILE4" to the code like this:
if upper(procedure_name) in ( 
  'ADD_AS_A_FRIEND', 'INFOCENTRE.DOWNLOAD_MY_FILE4') then    
   return TRUE; 
else   
   return FALSE; 
end if;  Now you procedure is callable from the URL!
Greetings,
Rutger

Similar Messages

  • Cannot download WSDL from .....Invalid Response Code: (404) Not Found.

    Hi expert,
    hcb-msap59 (PI system) & hcb-msap49 (ecc system)
    When I try calling the ws navigator with this wsdl: http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101
    it gives error :
    Cannot download WSDL from http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101: Invalid Response Code: (404) Not Found. The request URL was:"http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101". Check, whether the URL is correct, and the Web Service that you are requesting is up and running
    In http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/webdynpro/sap/appl_soap_management?sap-language=EN and go to technical configuration, system global settings, access information j2ee server, the hostname and port is of PI system.
    Any idea why Im getting the error? If I click on http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101 the sire is opening.
    Any idea why I cant open it from ws navigator of my PI system?
    Thanks.
    Regards,
    Thava

    Hi,
    Can you access that URL when you paste it into your browser? You don't need to configure system global settings unless you want to go to PI's navigator automatically - you can always copy & paste the link after opening the wsnavigator in PI yourself as well. If you can access the link, kindly check your network & proxy setup.
    Regards,
    Gokhan

  • I get Server error 404 not found when downloading OSX LIONHELP

    I get Server error 404 not found when downloading OSX LION HELP!!!

    See message 11600
    "David R. Pina" <[email protected]> wrote:
    >
    Hello everyone,
    I'm using weblogic 6.0 for AIX.
    I'm trying to setup a new web application.
    Right now, I just want to access html files, but the web server is not working
    well.
    I can access the file
    http://myhost/myapp/index.html
    but if I try to access file2.html
    http://myhost/myapp/file2.html
    file2.html is in the same directory, with the same permissions and I get
    the 404
    error message
    At the beginning, I couldn't access index.html, because I created the directory
    "myapp"
    with user "root". Later, I changed the ownership to "wlowner" for "myapp"
    directory
    and for "index.html"
    Then I created "file2.html" with user "wlowner", and provided the same permissions
    as index.html but I can't access it.
    Could someone tell what might be wrong ?
    Any clues ?
    Thanks,
    David
    Mexico City

  • 404 not found error from BB Protect download

    Hi,
    My sync/charge contact has broken off, so I am trying to download Blackberry Protect directly onto the phone.  Every the browser seems to work fine, but every time I click 'Download Protect', whether from Google or within Blackberry's site logged on with BlackberryID, I get the 404 : Not found error on my phone.
    Is it impossible to download directly, do Blackberry have a problem with downloads at the moment or is there another issue?
    Thanks,
    Tom

    Hi,
    My sync/charge contact has broken off, so I am trying to download Blackberry Protect directly onto the phone.  Every the browser seems to work fine, but every time I click 'Download Protect', whether from Google or within Blackberry's site logged on with BlackberryID, I get the 404 : Not found error on my phone.
    Is it impossible to download directly, do Blackberry have a problem with downloads at the moment or is there another issue?
    Thanks,
    Tom

  • DADs on WLS 11g (version 10.3.6.0) do not work (Error 404--Not Found)

    Actually we use Application Server 10g (version 10.1.2.3.0) for different Forms 10g Applications (roundabout 1000 Forms) and want to change to Forms 11g and Weblogic Server 11g (version 10.3.6.0). A Test-Application on the Weblogic Server works fine, but DAD’s do not work at all.
    In Enterprise Manager 10g i can configure DADs within the GUI of the Enterprise Manager, where i can see, if a connection could be established or not.
    In Enterprise Manager 11g Fusion Middleware Control this doesn't seem to exist anymore, so i tried to configure the DADs manually, but something has to be wrong or missing, because there is no connection to the database and the following error appears:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I added several DAD’s to /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql/dads.conf like this:
    <Location /pls/jd-download-dev>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername w_web_user_download
    PlsqlDatabasePassword @BWKChfgPacV6yQL40lIKZqXUUA9wC4cmAw==
    PlsqlDatabaseConnectString jddev TNSFormat
    PlsqlNLSLanguage German_Germany.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage w_anwendung.p_web_show_document
    PlsqlAlwaysDescribeProcedure Off
    PlsqlErrorStyle DebugStyle
    </Location>
    The passwords were obfuscated with dadTool.pl and the http-Server restarted with /opt/oracle/product/Middleware/asinst_1/bin/opmnctl restartproc process-type=OHS
    The files /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql.cache.conf and /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/moduleconf.plsql.conf were left unchanged.
    Our Test-Application generates the following link
    'http://172.106.2.7:9001/pls/jddevdev/B_ARCHIVE.P_ARCHIVE_VIEW?docfid=200'
    that seems to be ok, because when i replace IP and port with our old IAS it works fine, but the WebLogic Server generates the above mentioned error.
    To get some more information i searched an error_log in /opt/oracle/product/Middleware/asinst_1/diagnostics/logs/OHS/ohs1 but there isn’t any.
    I used the following Documentation for configuring the DADs which is for HTTP Server 11g Release 1 (version 11.1.1), because I could not find one for version 10.3.6.0:
    http://docs.oracle.com/cd/E23943_01/web.1111/e10144/under_mods.htm#i1055269
    So probably there are differences between configuring version 10.3.6.0 and version 11.1.1 and so something is wrong configured or missing...
    Thank you in advance for your help
    Udo

    Hi Raj,
    it is a Sparc Solaris 10
    and yes that's my enviorment.
    After some more tests it's seems it's not a real bug but no realy nice working solution.
    Eclipse uses for all instances the same secure storage, where OEPE also saves the password.
    And if I look right the pasword was saved without the user context, so if you use an other user he takes the same password from the old user.
    and I doesn't know how do OEPE check the connection in reality or only reply the last failed login message.
    After deleting the complete secure storage and test it again with the juno version it works well.

  • I am trying to browse the web but this meesage keeps popping up everytime I enter the site I would like to go in 404 Not Found nginx

    Question
    I am trying to browse the web but this meesage keeps popping up everytime I enter the site I would like to go in/ 404 Not Found nginx edit

    There are 2 versions of Adobe Flash:
    *the Plugin version for Firefox and most other browsers
    *the ActiveX version only for IE (see: [[ActiveX]])
    *When updating, you need to update '''both'''
    You do not have the Plugin version installed for Firefox. Look for "Shockwave Flash" in Tools > Add-ons > Plugins
    #'''Install the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE

  • When launching firefox I get error 404 not found how do I fix that I upgraded to 3.2.20 (1)

    I upgraded to 3.6.20 (1) yesterday and it was working find. When I open firefox it automatically says "Error 404 not found" and nothing else but blank underneath. Any solutions I checked the plug in and it wants to download Quicktime 7 and it keeps referring to a MAC and I have Windows XP

    Hi jahhaas,
    Take a look at the troubleshooting steps outlined for Windlows 7 in this article:
    http://support.apple.com/kb/HT1923
    Cheers,
    GB

  • With firefox I encountered this: 404 Not - Found or 408 Not - foun, is it something to do with firefox? some website just couldn't go or open.

    I didn't have a fire fox before and uses the IE only which work well for over 2 years but towards the end of 2010 encountered a new problem on my email on yahoo which i have never before known the problem happen like this: when i open my email on yahoo, the website just flash and stop and it said the Internet Explorer could not display the web and need to stop and i find ti difficult even to sign out the email but when i could sign out the web came back saying the web site has been recovered, but then it will just keep on repeating the same process. I doubt this could be any virus but all the other web site are functioning perfectly (I am using a Kaspersky complete Protection) I related my problem to a friend and also recommended me to download a firefox to sovle the problem.
    after downloaded the fire fox my yahoo email just functioning perfectly to date, no more of that flashing back problem again.
    The new problem is i could not log in to some web site that i previously could have log in easily. like I said earlier, "404 Not - Found" or "408 Not - Found'
    "404 Not - Found" appeared when I click on the "Desktop Dating" website and the other a China internet movie website.

    If AVG is blocking it then you need to contact AVG and ask them why that is happening.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    Hi,
    I have mentioned some issues that I am facing in SOAP receiver adapter:
    [XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found;
    Apart from that I am trying with unchecking 'Do Not Use SOAP envelope' and by using MessageTransformBean, for which I am getting the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Need your help in resolving  this.
    Regards,
    Vishal

    I have some ideas which will help you out. Check the below option one by one:
    1. Check receiver server is accessable from XI/PI system through IP address in command prompt.
    2. Check whether any PORT is enabled for this server. ex: http://ipaddress:portno/XXX/XXX.asmx
    3. You can download webservice tool(SOAP UI and etc..)to check your webservice(WSDL) file able to connect the server by importing webservice file in this tool.
    4. Sometime customer may updated in their application(coding and etc) and not given the updated webservice file to us. so make sure you got updated one.
    Regards,
    Senthil

  • Bounded Task Flow as Dialog - 404 Not Found

    I am attempting to call a bounded task flow as an inline dialog from a view activity in my unbounded task flow. When the bounded task flow is invoked, I am presented with a dialog which contains a "404 Not Found" error. I thought that I had this right based on what I read in the developers guide:
    1. In my unbounded task flow, create a task-flow-call activity
    a. Set the "Run As Dialog" behavior to "true"
    b. Set the "Display type" to "inline-popup"
    2. Add a named control flow which associates a view activity to the task-flow-call activity.
    3. In the related view activity page, add a command control with the "action" set to the name of the control flow, and "useWindow" set to "true".
    4. In my bounded task flow, add a view activity which points to the JSF document (jsfx) that I want to display in the dialog.
    5. I add a task flow return activity to my bounded task flow, and a control flow that associates the view activity with the return activity.
    6. In my page fragment, I add a cancel button which invokes the control flow from the view activity to the return activity.
    Run
    When I click on the command button which invokes the bounded task flow as an inline pop-up, and I see an inline pop-up which contains the 404 page not found error.
    I must be missing something fundamental here. I've scanned all the doc and the forum, but I don't see it. Will someone please point it out to me?
    Cheers
    Edited by: gratuitious on Mar 24, 2011 5:03 PM
    Edited by: gratuitious on Mar 24, 2011 5:07 PM

    I appreciate the response, but I am actually building an ADF application that I am running in the JDeveloper embedded WebLogic Server. These instructions are for deploying a task form composite app to a standalone WLS.
    I'm just trying to run a bounded task flow in a dialog as described here: http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/taskflows_dialogs.htm#BABBAFJB
    However, I get the 404 Not Found error when I invoke the bounded task flow from a command control. The dialog appears, but the default page of my bounded task flow is not in it.
    Seems like this has to be a simple problem to fix. Anyone?
    Thanks

  • HTTP response Code 404: Not Found

    Hallo,
    I want to get a Email from the account to my SAP-System.
    The Email is downloaded in the XI-System and then directly the following error is shown.
    "Fehler beim Übertragen zum Endpunkt /sap/xi/engine?type=entry über die Verbindung AFW. Grund: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 404 : Not Found".
    What could i do?
    Thank you.
    Jochen Schütze

    I have checked this link: /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    The SLD and the Integrationserver pipeline URL the Port was 50100 and the HTTP port in the RFC Dest. is 8001.
    Witch port must entered in the URL, 50100 or 8001?
    If the port must be 8001, how could i change the URL in the SLD? Must the business System Integrationserver be deleted and new entered witch the right URL?
    Thank you for all answers.
    regards
    Jochen Schütze

  • [SOLVED] Catalyst-dkms Update Fails (404 Not Found)

    It seems there's some mirror problems with this file... on every mirror I've tried.
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.us.leaseweb.net : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from hive.ist.unomaha.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.cicku.me : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.rit.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.kernel.org : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from cake.lib.fit.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.tuxdroid.org : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.bytemark.co.uk : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from miroir.ezvan.fr : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp5.gwdg.de : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.openlabto.org : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.surlyjake.com : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.selfnet.de : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.datacenter.by : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.mirrors.uk2.net : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.liquidweb.com : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mir.archlinux.fr : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from arch.apt-get.eu : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.ece.vt.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.jaist.ac.jp : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.mirror.dkm.cz : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from fruk.org : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.mocker.org : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.archlinux.no : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.mirror.kangaroot.net : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.c3sl.ufpr.br : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.lysator.liu.se : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.aarnet.edu.au : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.n-ix.net : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.cat.pdx.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from www.gtlib.gatech.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.tku.edu.tw : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.cc.columbia.edu : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.yandex.ru : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from 1favre.de : The requested URL returned error: 403 Forbidden
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from arch.ping.uio.no : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirror.devnu11.net : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from arch.linux.net.mk : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from pet.inf.ufsc.br : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.byfly.by : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mir1.archlinux.fr : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from mirrors.dotsrc.org : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from archlinux.puzzle.ch : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'catalyst-dkms-12.9-1-x86_64.pkg.tar.xz' from ftp.spline.inf.fu-berlin.de : The requested URL returned error: 404 Not Found
    I tried manually browing to my top mirror in Firefox and had the same problem.  It's only for this one file though.  The rest of the packages that were marked for upgrade downloaded succesfully.  Try going here first:
    http://mirror.us.leaseweb.net/archlinux … os/x86_64/
    You can scroll down and see catalyst-dkms-12.9-1-x86_64.pkg.tar.xz on the list but when you try to click it:
    http://mirror.us.leaseweb.net/archlinux … pkg.tar.xz
    404 error
    EDIT: Actually after letting pacman sit for a minute, I got this:
    catalyst-dkms-12.9-... 4.2 KiB 64.0K/s 00:00 [######################] 100%
    (14/14) checking package integrity [######################] 100%
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    Obviously 4.2KB is too small for this package.  I'm really not sure what's going on here.
    EDIT 2: Before anyone suggests it, I did try force refreshing the database multiple times (pacman -Syy)
    Last edited by weirddan455 (2012-10-13 20:00:43)

    I had just a similar issue with freeglut. When this happens, an update is probably in progress. Just wait a few minutes or try a different mirror. In my case it was sufficient to use the US mirror of Leaseweb (http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch). I am able to download the catalyst DKMS package now, try again?

  • FLOW_EXCEL_OUTPUT_RegionID generating 404 Not Found error

    Hello,
    I've tried using the FLOW_EXCEL_OUTPUT option to download a report into CSV:
    +<--a href="f?p=&APP_ID.:14:&SESSION.:FLOW_EXCEL_OUTPUT_R30061016791424464"-->Download<--/a-->+
    or +<--a href="f?p=&APP_ID.:14:&SESSION.:FLOW_EXCEL_OUTPUT_R&P_REGION_ID."-->Download<--/a-->+ if I'm taking the region id dynamically, p_region_id's default value:
    SELECT region_id  FROM apex_application_page_regions
    WHERE       application_id = :app_id AND page_id = :app_page_id AND region_name = 'CSV export'
    The problem is if I try to download it (for example using Mozilla) I say ok once, and if I press cancel when it comes to selecting the location, than I get the 404 Not Found if I try to download the report again.
    Any ideas?
    Thanks,
    Adela

    Hey guys,
    The problem was that the region from which I've took the region ID was on Never (as display).
    That still doesn't explain though why the download worked if it wasn't canceled the first time.
    But still it's good that I don't get the 404 Not Found page anymore.
    Regards,
    Adela
    Edited by: adela on Jan 26, 2010 12:23 AM

  • OpenBinaryDirect returns 404 Not Found Error

    Hi All,
    I am trying to download a given document from a SharePoint Online library in an aspx page.
    I have the URL of a document, that when navigated to in a browser begins a download of the document in question (so it's definitely the correct one!), however when I use that same URL in OpenBinaryDirect, I am faced with a 404: Not Found error. Below is
    the entire stack trace
    Stack Trace:    at System.Net.HttpWebRequest.GetResponse()    at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()   at Microsoft.SharePoint.Client.File.OpenBinaryDirect(ClientContext context, String serverRelativeUrl)   at Convert_Web_Service.Convert.Page_Load(Object sender, EventArgs e)   at System.Web.UI.Control.LoadRecursive()   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I have tried suggestions from the other posts from blogs and this forum, created and re-created, encoded and decoded, but I still get this error no matter what I try.
    Is there a particular format, or processing path for SharePoint Online, or connecting through a web service in this way?
    Thanks :)

    Hi,
    According to your post, an error occurred when you download document file from SharePoint Online using Client Object Model.
    Please check whether you have authenticated in your code.
    http://www.wictorwilen.se/Post/How-to-do-active-authentication-to-Office-365-and-SharePoint-Online.aspx
    The following code snippet for your reference:
    public static void GetFileBinary_ClientOM(string fileUrlPath, string localFileNamePath)
    Uri fileUrl = new Uri(fileUrlPath);
    int position = 1;
    int bufferSize = 200000;
    ClientContext clientContext = new ClientContext(fileUrl.GetComponents(UriComponents.SchemeAndServer, UriFormat.UriEscaped));
    using (FileInformation fileInfo = File.OpenBinaryDirect(clientContext, Uri.UnescapeDataString(fileUrl.AbsolutePath)))
    if (IO.File.Exists(localFileNamePath)) IO.File.Delete(localFileNamePath);
    fileInfo.Stream.ReadTimeout = 120000;
    Byte[] readBuffer = new Byte[bufferSize];
    using (IO.Stream s = IO.File.Create(localFileNamePath))
    while (position > 0)
    position = fileInfo.Stream.Read(readBuffer, 0, bufferSize);
    s.Write(readBuffer, 0, position);
    readBuffer = new Byte[bufferSize];
    fileInfo.Stream.Flush();
    s.Flush();
    We can also use copy web service to download documents.
    http://nikpatel.net/2010/04/12/download-and-upload-the-sharepoint-documents-using-the-sharepoint-copy-web-service/
    More information:
    Remote Authentication in SharePoint Online Using the Client Object Model
    http://code.msdn.microsoft.com/office365/Remote-Authentication-in-b7b6f43c
    Best Regards
    Dennis Guo
    TechNet Community Support

  • I can't access router address. "404 not found"

    With my Linksys cable modem and wireless router hooked up and running properly, I can't access the router address. I get "File 404 not found" and "The requested URL was not found on this server. " It is the same address as in the Network Preferences window. The wireless router works great and all computers in the network have fast internet access but my boys want to "tweak" the port settings on the router and can't get to them. I've tried resetting the router every way possible but to no avail so I'm wondering if I don't have something
    set properly on the network page of OSX. Any help would be appreciated.
    Mac-Mini   Mac OS X (10.4.4)   1 GB Mem, Pioneer DVR Dual Layer

    Okay, sometimes routers go weird...so, unplug the router for at least a minute, then plug it back in. When it finishes the startup sequence, try logging in again.
    If you ever do get in, there is a firmware update available for your router. The firmware might be corrupted (happens a lot).
    http://www.linksys.com/servlet/Satellite?c=LCASupportC2&childpagename=US%2FLayout&cid=1166859837401&packedargs=sku%3DWRT54G&pagename= Linksys%2FCommon%2FVisitorWrapper&displaypage=download#versiondetail

Maybe you are looking for