DL link : apex_util.get_blob_file was not found on this server

I'm trying to make a DL link using GET_BLOB_FILE_SRC and so far no luck.
If you please can take a look here : http://apex.oracle.com/pls/otn/f?p=11910:9:276337790571189::YES:::
login/pass - guest/tango&cash
Page 9.
I pass product number = 1 in the element P9_TXT1 and expect to see HREF in the element P9_X which i should be able to DL.
But the html is
<a href="apex_util.get_blob_file?a=11910&amp;s=276337790571189&amp;p=9&amp;d=&amp;i=4242569802061169120&amp;p_pk1=1&amp;p_pk2=&amp;p_ck=5E253F61CC71868127E0440E823E383E">Download</a>Which "haply" produces :
The requested URL /pls/otn/apex_util.get_blob_file was not found on this server.
I double check that i'm calling apex_util.get_blob_file_src function.
Edited by: andrey on Jul 12, 2009 8:54 PM
pass
Edited by: andrey on Jul 12, 2009 9:01 PM

The PL/SQL Function source value for the item is:
RETURN 'Download' ;
...and the format mask for the item is:
DOWNLOAD:DEMO_PRODUCT_INFO:PRODUCT_IMAGE:PRODUCT_ID
I don't think this was meant to be used this way. I think you need a DML process to refer to 9see the &d= parameter value is null in your link).
What documentation were you using that led you to try this?
Scott

Similar Messages

  • Apex_util.get_blob was not found on this server

    Hi All,
    APEX Version: 3.1.1.00.09
    Database version 11g
    I am trying to create a report, with a column having a link to download the file stored as BLOB type in the database.
    I performed the following steps:
    *1. created custom report base on SQL Query:*
    select PROGRAM_ID ,
    USER_ID ,
    dbms_lob.getlength(FILE_CONTENT) "FILE_CONTENT" ,
    File_name
    from PGMRECRT_FRMS_USRSUBMTSTATUS
    [Primary Keys for the table PGMRECRT_FRMS_USRSUBMTSTATUS are :  Program_id and user_id]
    *2. Configured BLOB Download Format Mask for the column "File_Content" as:*
    DOWNLOAD:PGMRECRT_FRMS_USRSUBMTSTATUS:FILE_CONTENT:PROGRAM_ID:USER_ID::FILE_NAME:LST_UPD_TSTMP::attachment:Download
    *3. When I run the report I get the Download link in the "File_Content" column.*
    *4. When the link is clicked it throws 404 Not found Error, with the following message on the browser:*
    The requested URL /pls/apex/apex_util.get_blob was not found on this server.
    The Page Source contains the following
    href="apex_util.get_blob?s=3261371303066053&a=101&c=2878703203169482&p=16&k1=147&k2=&ck=01786319873F8A6F1A1344A1B2A17567&rt=CR" alt="Download" title="Download 32KB"
    I don't see the second Primary key being passed in the source. (User_id)
    I checked the HTTP Server error log, here is the error recorded in the log file:
    [Sat Jun  6 02:22:14 2009] [error] [client 141.144.160.57] [ecid: 1244280134:148.87.1.123:18724:0:2223,0] mod_plsql: /pls/apex/apex_util.get_blob HTTP-404 ORA-00900: invalid SQL statement\nORA-06512: at "SYS.WWV_DBMS_SQL", line 206\nORA-06512: at "FLOWS_030100.WWV_FLOW_DML", line 2409\nORA-06512: at "FLOWS_030100.HTMLDB_UTIL", line 1580\nORA-06512: at line 31\n
    Please suggest what is the problem here and how should I go about resolving it.
    I have created sample report: Visit following link: [It is SSO enabled]
    https://techbpo-stage.oracle.com:4443/pls/apex/f?p=101:16
    Thanks & Regards
    Pooja

    For people who are still searching for a solution:
    I think you have to make sure that you select the primary key of the table containing the blob and do not use an alias for this column.
    I first tried following scenario:
    select my_table.pk_id, my_table.description, dbms_lob.getlength(doc.document_data) document_data
    from table1 my_table
    join table2 doc
    on doc.pk_id = my_table.fk_doc_id;
    I filled in the correct column attributes but still this resulted in the 500 error.
    After some research i tried following scenario:
    select my_table.pk_id, my_table.description, doc.pk_id document_id, dbms_lob.getlength(doc.document_data) document_data
    from table1 my_table
    join table2 doc
    on doc.pk_id = my_table.fk_doc_id;
    But still this resulted in the 500 error.
    Finally thanks to a lucky guess I removed the alias from the doc.pk_id and added an alias for the my_table.pk_id and everything worked fine.
    select my_table.pk_id table_id, my_table.description, doc.pk_id, dbms_lob.getlength(doc.document_data) document_data
    from table1 my_table
    join table2 doc
    on doc.pk_id = my_table.fk_doc_id;
    I also read something about the order in which you select the blob file, I always select it as the last column. I'm not sure if this has any influence on the result.
    Regards,
    Bjorn

  • The requested URL /pls/portal/display.jsp was not found on this server.

    Hi,
    I managed to get ultrasearch running now. The crawling process seems to run smooth. Executing a search gives me the correct result. However, i can not display the documents that are listed in the resultpage.
    The link to the document is like this:
    http://myportal/pls/portal/display.jsp?type=file&f_url=C:\ultra_docs\sultan\filetransfer\htc\site.doc
    The path in the url seems ok to me.
    Cliking on this link gives me the following error:
    The requested URL /pls/portal/display.jsp was not found on this server.
    Please, help me out here :/
    mvg
    Bram

    I just tested it by accessing the search page with the following url:
    http://myportal/ultrasearch/query/search.jsp
    This gives me the same result and the links to the actual documents work fine now too! But it is not working from within portal, the links generated by the ultrasearch portlet give me an error.
    The requested URL /pls/portal/display.jsp was not found on this server.
    Please Help me Out
    thx

  • The requested URL /discoverer/viewer was not found on this server

    hi
    In e-business suite 12.1.1 , In projects super user responsibility when I want to open JSP forms like :
    Team Role Details Workbook and Overcommitted Resource Hours Workbook and Scheduled Resource Hours Workbook This error take place :
    Not Found
    The requested URL /discoverer/viewer was not found on this server.
    i think this is not related to Oracle Projects, i think it should solve by It.
    can any body tell me what should i do???

    M.Khayatan wrote:
    hi
    In e-business suite 12.1.1 , In projects super user responsibility when I want to open JSP forms like :
    Team Role Details Workbook and Overcommitted Resource Hours Workbook and Scheduled Resource Hours Workbook This error take place :
    Not Found
    The requested URL /discoverer/viewer was not found on this server.
    i think this is not related to Oracle Projects, i think it should solve by It.
    can any body tell me what should i do???Do you get this error with this specific page only?
    Please see these docs.
    11i: "NOT FOUND The requested URL /discoverer/viewer was not found on this server" Error When Attempting To Open Workbook From Apps Menu [ID 1327364.1]
    How to Create a Link to a Discoverer Workbook in Apps R12 [ID 471303.1]
    Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1]
    Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]
    Thanks,
    Hussein

  • The requested URL /apex/listenerConfigure was not found on this server

    please help me..
    after run in command prompt (java -jar c:\apex.war) to install apex listener,
    i have error when i call link http://localhost:8080/apex/listenerConfigure.
    In browser show :
    Not found
    The requested URL /apex/listenerConfigure was not found on this server
    how i can fix this error?
    thx :) :) :)

    Hi Beny,
    let's see what I can do to help you fix your installation.
    java -Dapex.port=1521 -jar c:\apex\apex_listener\apex.warThat way you would try to start the APEX Listener on a port that is usually used by the database listener. This could work if you don't have a database installed on that machine or you configured the database listener to use a different port, but I wouldn't recommend to use that port anyway, as anybody will associate it with at database listener... In your case, it sounds like you have a database installed on the same machine you start your APEX Listener on and the database is using that port already. That's why you get "nothing" when you try to access the APEX Listener - the APAEX Listener can't bind to a port that's already used by another process.
    java -Dapex.port=8081 -jar c:\apex\apex_listener\apex.war That port sounds better. The fact that you get an internal error indicates that the APEX Listener is actually working on that port, so we could try to debug.
    My first guess is, that you've already configured the APEX Listener before. Since you had it running before, I assume you didn't remove the old configuration, so the APEX Listener will reuse it. You'll find the corresponding information in the console output of your APEX Listener.
    If that's the case, the error will most likely not be in the previously working APEX Listener configuration, but in your APEX installation. Did you perform the installation steps concerning the APEX_PUBLIC_USER documented for the installation of APEX using APEX Listener? See the corresponding section of the [url http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/otn_install.htm#BABDEEIH]APEX Installation Guide for details.
    -Udo

  • I keep trying to load firefox 6 and keep getting this error - The requested URL /cse?cx=partner-pub-3540673482024757:xbhdw8hkfz5&ie=ISO-8859-1&q=&sa=Search was not found on this server. That's all we know. in English

    I keep trying to load firefox 6 and keep getting this error - The requested URL /cse?cx=partner-pub-3540673482024757:xbhdw8hkfz5&ie=ISO-8859-1&q=&sa=Search was not found on this server. That’s all we know. in English

    Bookmark and use this;
    Download the '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up
    and then resets your search preferences and home page
    to their default values, and then uninstalls itself. This
    affects the search bar, URL bar searches, and the home page.
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • Recorded Videos after Sync: The requested URL was not found on this server.

    A few days ago, i recorded a couple of videos. They were saved properly and i could watch them after it in the Camera Roll of my iPhone. Because my memory was almost full, i connected my iPhone to my MacBook and synchronized about 900 old pictures with iPhoto and selected to delete the pictures after the sync. I did not select the recently recorded videos.
    After the sync, i opened the Camera Roll on my iPhone and tried to watch the videos again. But now, they all have a grey icon and it says the duration is 0:00 minutes. When i click on a video, it shows me the following error message:
    The requested URL was not found on this server.
    When i connect my iPhone to iTunes, it says that there is about 350 MB of "Documents and Data" on my phone that I have no idea where it is coming from. Do you think it is possible that the videos are still saved on my phone but my phone doesn't recognize it as videos and can't assign it to the icons in the Camera Roll? Do you have any tips how I can access the videos in case they are still saved somewhere on my iPhone?
    Thank you very much in advance for your help and tips!

    I have the same problem too!! I was deleting some photos and videos in my phone when the next picture I swiped to was a blank picture with JPG in the middle~ after I closed camera roll and reopened it my photos and videos after that picture are all gone~ and I'm left with 3 videos I took about 30 mins before with 0:00 and when I tried to play them the message popped up saying "requested URL cannot be found on this server" T^T does anyone have a solution to this problem?

  • The requested url was not found on this server is displayed when trying to play a video I paid for on itunes

    When I try to play my itunes videos that I downloaded it says that "This requested url was not found on this server."  Why?  I paid for it, it s/b stored on my phone in itunes.  It was working fine 2 weeks ago.  I am using my iphone 4

    I had a similar problem with a tv show. I contacted Apple Support and got the following instructions:
    "please delete the episode from your iPad and then redownload it directly to the device. You can download past tv show, app, music, and book purchases without incurring additional charges as long as what you want to download is showing on your Purchased page. Some content may not be available for download again if its provider no longer offers it on the iTunes Store, App Store, or iBookstore. 
    To enable this feature, you must have the latest version of iTunes. It is available on the Apple website:
    http://www.itunes.com/download
    The latest version of iTunes will not affect your library or any items in your account.
    To learn how to download past purchases, check out this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519"
    I tried it this morning, and it worked.

  • TS1717 i was wonering why is it when i restord my iphone5 from my laptop now when i try to play my music and movie a blog pops up saying (the requested URL was not found on this server)?

    I was wondering why when i restored my iphoe5 from my laptop now when I try to play my music and movies a blog pops up saying (the requested URL was not found on this server)?

    The problem resolved itself when I resynced the iPod with my computer. I suspect the error displayed when I tried syncing with my laptop and canceled out of it.

  • On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."

    On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."  It's on my laptop but when I play it there, it 'jerks' every couple of seconds.  How can I fix both these issues?  Thanks!!

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • I get a "the requested URL was not found on this server" when trying to play a song in my iphone

    I have a new iphone5 and after synking my songs and musice. I get a "The requested URL was not found on this server" when I click on a song or a music video. It is almost like itunes did not copy my songs from my account to the new iphone.

    I was having the same problems with my movies and tv shows.  I unchecked them, then rechecked them, and synced all them again.  Presto!  They are all working again.  Thank you.

  • Music video that I PURCHASED says the requested url was not found on this server...***?

    When I go to play music videos that I PURCHASED from iTunes I get a pop-up that says "The reuested URL was not found on this server" so I have to go to friggin' iTunes and remove and readd all of my music videos. I bought the ipod (Touvh 4G) about a month ago and the idiots say that it's out of warranty so I have to pay more money to the pirates to get an answer. Is there something I can do to keep this crap from happening?

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Download from loop masters says "The requested URL was not found on this server.

    I'm downloading some audio files from http://www.loopmasters.com/ but whenever I try, in the download progress in the top right corner of safari, it'll stop downloading and say "The requested URL was not found on this server." There doesn't seem to be any rhyme or reason as to where in the download it'll stop. The first time got 37.3% of the way through, the second time got barely 12% (but my computer went to sleep this time,) and the last time it got to 34.8%. I can't do any more attempts because this website will only let me download it five times. Is there anything that's going wrong on my end, perhaps? Or is it likely just their servers being all wonky?
    Let me know if you need any other information :]

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Uploaded music videos to my new ipad and when I try to play it, it says  the requested url was not found on this server.

    When I uploaded music videos to my new ipad mini and when I try to play it, it says "the requested url was not found on this server.
    the Video will  not play.

    See this previous discussion:
    https://discussions.apple.com/message/16962474#16962474

Maybe you are looking for

  • My songs that I bought on my iPod disappeared after I synced it

    Last night I had bought songs off iTunes with an itunes gift card. I bought it on my iPod. I then plugged it into the computer and it said it needed to be restored. I then restored it and all my new songs were gone! It is  syncing my old songs now. 

  • Printing Problem with Quicken & Preview

    I recently tried to print a Report in Quicken 2003. It just spit out 2 blank pages. I went back to print window and clicked on Preview and the Report shows but just spits out 2 pages. I went back to print window and did a Print as PDF and saved the f

  • Downgrading to Tiger from Leopard on a mac mini 2.0ghz

    I just purchased a mac mini 2.0ghz that came with Leopard. Since I am relatively new to the MAC world, I assumed that I could immediately replace Leopard with Tiger on the HD using a set of mac mini install discs I had previously purchased on eBay (I

  • How to raise error in Essbase UDF.

    Hi all. I have an udf: pulbic statuc void publish(String arg) throws RTimeException { throws new RTimeException ("error"); and RTimeException defiend as: class RTimeException extends Exception RTimeException() RTimeException(String msg) super(msg); W

  • SSD in an MBP 1,1

    I installed an SSD in my 1,1 MBP to use as a knock-around machine. After a clean install of Snow Leopard, starting it up and playing around, I realized that it was running extremely hot. I thought it had to do with Spotlight re-indexing the new drive