Download issue with 1 file in 11.5.10+ virtual Documentation Library

I am unable to download the following document from the 11.5.10+ virtual Documentation Library.
Title:          Using Oracle Workflow in Oracle Order Management
Part Number:     A96689-02
URL:          http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omwf.pdf
It seems that whether I try to open it or save the document to disk, it makes no difference. Please can you check whether there is a problem with the file as I am able to download all the other documents on this web site. Please can you correct this issue.
I would also like to suggest that a single zip file (containing all the documents revised or released since the creation of the original 11.5.10 documentation library CD) be made available so that customers can download all new documents with a single click, without having to download the entire CD.
Regards
Mark

Try replacing download-uk.oracle.com with one of the below:
download-east.oracle.com
download-west.oracle.com
Cheers, OTN

Similar Messages

  • Problems downloading 1 file from 11.5.10+ virtual Documentation Library

    I am unable to download the following document from the 11.5.10+ virtual Documentation Library:
    Title: Using Oracle Workflow in Oracle Order Management
    Part Number: A96689-02
    URL: http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omwf.pdf
    It seems that whether I try to open it or save the document to disk, it makes no difference. Please can you check whether there is a problem with the file as I am able to download all the other documents on this web site. Please can you correct the problem.
    I would also like to suggest that you have a link that enables you to download a single zip file of all documents updated since the base release (i.e. those marked New).
    Regards
    Mark

    Try replacing download-uk.oracle.com with one of the below:
    download-east.oracle.com
    download-west.oracle.com
    Cheers, OTN

  • Issue with File Download(messageDownload) on Search Page.

    Hi,
    I created a custom OAF search page which fetches values from one table. The document in getting stored in my custom table in a BLOB colums and NOT in FND_LOBS.
    The table has 3 collumns along with others:
    1st is primary key (Record_Seq) ==> number data type
    2nd to store actual file name (File1Name) ==> varcahar2 data type
    3rd to store the actual uploaded data (File1Data) ==> BLOB data type
    The reason for having the “File1Name” is so that I can display the original file name of the document that was uploaded, instead of just the “view” in the search page results .
    On the File1Data BLOB and created a messageDownload for that under query results table with following details:
    ID : File1Data
    ItemStyle : messageDownload
    FileMIME Type : pdf
    Datatype : BLOB
    View Instance : LacEmpExposureVO1
    view Attribute : File1Name
    File View Attribute : File1Data
    When I click on the "File1Name" data hyperlink, it is opening only the first document corresponding to the first record in the search page results.
    For example, If my search page returns 10 rows then when I click on the file1name on any row, It is open the first row file name only.
    I have a primary key column(RECORD_SEQ) in the Table / EO / VO which is displayed in the search page results.
    Also one weird thing is happening:
    If I try to do this more than 2 times then it is opening the update page with the first record from the search page results…
    I tried to print the context and it is nul the first time, But the second time then context is changing to "update". Dont know how this is happening????
    Any advice is greatly appreciated as it is very crucial for me to get this resolved ASAP. I have looked at several forums and did a lot of things as advised in the forums . But nothing seems to work for me.
    Thanks,
    Mir
    CO code for the search page
    ===========================
    if (pageContext.getParameter("Create")!= null)
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of CREATE");
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureCreatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    else if ("update".equals(pageContext.getParameter(EVENT_PARAM)))
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of UPDATE");
    System.out.println("LacEmpExposureCO ==> RecordSeq in PROCESS FORM REQUEST is: " + RecordSeq);
    HashMap params = new HashMap(1);
    params.put("RecordSeq", RecordSeq);
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureUpdatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    params,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
    OAWebBeanConstants.IGNORE_MESSAGES);
    else {           
    String strEvent = pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM);
    System.out.println(strEvent);
    System.out.println("Into the last ELSE part in LacEmpExposureCO.java");

    Duplicate post -- Issue with File Download(messageDownload) on Search Page.

  • Issue with file to file in PI 7.3 (Splitting huge files)

    Hi All,
    Need your help in fixing the issue with file splitting
    We are doing some sample scenarios(file to file) on PI 7.3 server.
    We are trying to split a 10MB file by using the 'Advanced Mode' option in the sender file adapter. We gave max split file size as 2MB. The file got split into 5 chunks and was successfully sent to receiver file adapter. In receiver adapter we are able to see that. But in the target folder only 1 file was seen with size 2MB. All other chunks were missing. We need to have the whole data sent from source to target.
    How to fix this issue? please provide your inputs.
    Thanks and Regards,
    Lakshmi Narayana

    PI 7.3 has capable of processing larger size files.
    Questions:
    Have you picked EOIO quality of service? Hope you dont do mapping or content conversion for this file?
    have you seen this link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a06d79f3-d094-2e10-1a81-f4d802d0bcf1?QuickLink=index&overridelayout=true
    http://help.sap.com/saphelp_nw73/helpdata/en/44/682BCD7F2A6D12E10000000A1553F6/frameset.htm

  • GUI Download Issue with Chinese characters

    Hello,
    Currently we are upgrading from 4.7 to ECC. I'm using GUI_DOWNLOAD
    function module to download the data from SAP to desktop. I do have an
    issue with Chinese characters while downloading the file from SAP to ECC.
    In 4.7 the Chinese characters are being downloaded (I haven't used any
    code page) perfectly, but where as in ECC the downloaded file has junk
    characters instead of Chinese.
    Is there any change in the GUI_UPLOAD FM.
    For your reference below is the code present in the program
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
        EXPORTING
          FILENAME             = Z_FILENAME
    *****DCDK900543 - Begin of fixing for Unicode conversion ****
         FILETYPE             = 'WK1'
          FILETYPE             = 'ASC'
          WRITE_FIELD_SEPARATOR = ABAP_TRUE
    *****DCDK900543 - End of fixing for Unicode conversion ****
        CHANGING
          DATA_TAB             = I_TAB_TMP
        EXCEPTIONS
          FILE_WRITE_ERROR     = 1
          NO_BATCH             = 2
          INVALID_TYPE         = 3
          UNKNOWN_ERROR        = 4
          OTHERS               = 5.
    Regards,
    Bharath.

    Hi bharat,
    please check whether you ecc 6.0 is uni coded or not (as you upgraded).
    If it is not uni coded then you will not be able to print the Chinese characters.
    You can see whether it is uni coded or not by the following
    in your app toolbar under system click on status.
    There you can see whether your ecc6.0 is uni coded or not.
    Regards,
    koolspy.

  • Issue with file name in receiver Communication channel

    Hi Experts,
      I am sending the files from SAP Application server to third party Application server.
    In my source folder i have different types of files with different names.
    but i need to pickup the files which is coming as of type sss_3300_was.txt and sss_3400_was.txt.
    what would be the logic for this.what my understanding is if i put sss_* it will works.
    If suppose the file is Exist in the folder as sss_3300_was.txt , so it will picked up and places in target folder.
    and next time if the file type is sss_3400_was.txt then that will pick up and places in the target folder.
    my question is, in the receiver comm channel what would be the file name scheme. i have tried with * and / but system has not been accepted as * can not be given.
    Kindly suggest what should i put in Receiver CommChanne file name sheme.
    Appreciate your inputs
    Thanks,
    Bhaskar

    Hi Satish,
    Thanks for your valuable inputs.
    Actually i need to change the subjet when i am asking other question...
    first thing is suppose i have 10 files like sss_3100_was, sss_3300_was, sss_3400_was........sss_3900_was  in the sender application folder and should be moved to receiver [target] folder with the same name.
    as you said mentioned above below is my undertsanding, please correct me if i am wrong.
    In sender cc
    1.  i will give file name as sss_*
    2. i will flag ASMA and also check file name.
    In receiver cc
    1. I will give file name as sss_*
    2. i will flag ASMA and also check the file name
    The above is my understanding with respect to your inputs,  is it correct?
    in receiver cc i have tried file name scheme as sss_*  but when i see the receiver CC log its telling that * is not allowed.
    may be i have not flaged ASMA at that time, but now i will flag ASMA in receiver CC dose it works? just need to confirm from you.
    Regarding seconf issue.
    when file is picking up from the source folder from SAP Application server as i can see file is picking up well and posting in third party folder and even in the sender cc and receiver cc logs i could see all shown in success.But when i see in the SXMB_MONI in the inbound interface the data are coming in the special charater format like @$??? and so on.But when i checked in SAP Appl server the same file contains the three lines of data like material number purchase order number and so on and it is Text file.
    below mentioned are done configs for sender CC by me.
    MP: file
    TP: NFS [as  it is SAP appl server]
    filepath:/
    file name: sss_*
    file type :text
                   add time stamp
                   ..... and so on
    Kindly advise me if any changes are required and also provide me inputs in case any correction.
    Thanks,
    Bhaskar Reddy

  • Permission issues with files put on desktop by Vista

    Hi Folks,
    I posted this before and got no response so I'm trying again.
    Trying to finally solve an issue that has dogged me ever since upgrading to Lion in the summer. Since installing Lion 10.7 (clean install), I now seem to be having File Sharing issues with a fellow colleague who is on Vista. When trying to open a file placed on my desktop by this user (who has been set up as a "real" network user in Sys Prefs) I get the following message:
    "You do not have permission to open the document "Some_Image.jpg".
    Contact your computer or network administrator for assistance.
    I have to do the following In order to gain access:
    1. Unlock small lock icon in bottom right of Get Info Window
    2. Enter Password in dialog that says "Finder wants to make changes. Type your password to allow this."
    3. Click the now enabled plus sign below list
    4. Select my self from the list of users
    5. Change privilege to "Read & Write" in Privilege column adjacent to my user name.
    Both Vista Machines do this to me although Windows 7 does not. UPDATE: one user has updated his vista install to WIndows 7 and I have this problem again.
    I had hoped that the 10.7.3 update would have fixed this problem for me as I read that the update addresses some Networking issues, but it hasn't.
    Any thoughts here?
    Thank you,
    J.E. Flynn

    Oddly enough, I can't even seem to provide "Write Only (Drop Box)" access to the Windows clients.
    My limited understanding of Widows networking and sharing is starting to rear it's ugly head.
    If I set up File Sharing and give the windows client access to a shared folder. It can copy files but still I do not have access to those (as described above).
    The only way I can get a Windows machine to access my Mac is for them to type my computers local IP in the Explorer address bar " \\192.168.1.XX " and login as me. Obviously, this is not desirable
    All other attempts to login from a Windows client are now failing.

  • Download issue with Oracle 9i DataBase

    I get the 404.htm error when I click the file download link.

    Hi,<br>
    <br>
    There are too many threads about this one. Depend of your desired plateform.
    See Downloads Issues<br>
    <br>
    Nicolas.

  • Issues with file upload in flex mobile application (sharepoint as backend)

    Hello,
    I am working on flex mobile application for android platform for which we are having sharepoint as a backend.
    (Flex SDK 4.6 and AIR 3.9)
    Issue which we are facing is as follows:
    We are communicating with the backend server using webservices: example:
    <s:WebService id="kWebService" wsdl="http://www.kservice.net/kdatabaseservice.asmx?WSDL" >
                <s:operation name="AddPost"
                             resultFormat="object"
                             result="addPostResult(event)"
                             fault="postsfaulterr(event)" />
    </s:WebService>
    Above services are working fine but we are facing issue with one service which is related to file upload.
    File upload for <10 MB is working fine but when we try to upload larger file on server it fails to process.
    We are sending bytearray to the backend and backend code is writing those bytearray into file.
    We have tried many ways to overcome from this situation. like we have checked configuration for file upload size on server , we have tried wcf services as well. Please help us on this criticle point as soon as possible
    Thanks
    Dhwani

    Prashant8809 wrote:
    Hi
    >
    > I have already gone through the video by Thomas Jung for multiple file upload but it saves the contents in server and not in >transparent table. So please suggest me alternative solutions.
    >
    >
    > Regards
    > Prashant Chauhan
    What do you mean that my video saves the contents int he server and not in transparent table?  I save the data into a temporary database table so it can be accessed by the parent WDA session. From there the WDA session can do whatever it wants with it.  What do you mean by transparent table - that would be a database table. Do you actually mean internal table?  if so, just read the data from the temporary database table into memory.

  • Please help! Issues with file permissions on the 'Edit' file created by LR for editing in Photoshop?

    I am running a Macbook Pro with Mountain Lion. I use a Netgear ReadyNas as my storage device. I can Save, Re Save, Delete and add files without any concern on the ReadyNas from within PS or LR. However when I use the 'Edit in Photoshop" command on LR. I chose the 'Edit a copy with edits', LR creates the new duplicate 'edit' file in the same directory as the original. It opens in PS, I edit as required, however when I save the file to return to LR, I am informed that the file is locked and that I need to edit settings on file or folder, even though the settings are working for all other edits etc. I have had Netgear on this for 3 hours this evening and they cannot see any issues with the setting on the ReadyNas. Does anyone know what permissions are changed or why they are changing when the file is being created by LR?
    Sorry bit of a long winded one - but I hope that all makes sense?

    h264 is highly compressed and might be the reason your skimming isn't smooth, it may also take a bit more time to convert. I don't have to worry all that much about space so I haven't particularly tried it and can't say whether there are any drawbacks of doing so.
    If you google 'mpegstreamclip tutorials', you will see quite a few tutorials you can look at, they do tend to be specific to one task which may not exactly fit in with what you are trying to do, but looking at a few might give you a better understanding of what some options do and when to use them if at all.

  • Thanks to Mandeep5062 Acrobat Pro download issue with Safari

    Before your response arrived I shut down Safari, loaded Firefox, went directly to the Adobe download page and attempted a download. The download started correctly and then switched over to the Creative Cloud downloader and I thought, "Here we go again". However, the process completed and installed the Acrobat Pro software as advertised. This might be a work around others can use that are having issues with Safari.

    Win 7 either comes with a virtural XP machine installed, or it's freelly availible.  I forget which, but this may be a simple solution to your issue. 
    Here's a link that might help:
    http://www.microsoft.com/windows/virtual-pc/
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • Download issues with LR

    Hi
    PLEASE READ my initial queries with this problem.  It seems as though the techs are not taking care in the answers by reading my previous correspondence.
    1. I am a subscriber to creative cloud.
    2. I have downloaded Creative cloud and have the app list. I have  NO problem with this - it is on my desktop and working.
    3. From the Creative cloud app list I have downloaded photoshop with NO problems as well.
    4. When downloading LR5 from the same Creative Cloud app list it fails after 42% - this is the problem (cannot complete download from Creative Cloud apps list )
    5. I have tried using Explorer and Firefox with same results (many times)
    6. My first response from support I was told to go to prodesign page and download from the trial link.
    7. The link from prodesign page does not work, and anyway i do not want a trial as I do not have a 'serial number' because I am a cloud subscriber and as far as is know no-one has given me a serial number for LR or the other programs I have downloaded through the app list.
    8. If there is a serial number for LR please let me have it and I will try and download from an Adobe page.
    9. Also there is a reference to 7 steps to follow when downloading.  I cannot find where these 7 steps are and if I have managed to get as far as downloading the CC apps and photoshop why should downloading LR be any different?
    10. The comment that my pc does not allow cookies - why would the other Adobe programs have no problem in downloading then?
    KGE

    If there is pertinent information in your previous replies on the same subject then including links to those replies would be helpful for those of us who use e-mail to read and respond to the forums.  We cannot see that you have other threads on the same subject without going to the web version of the forums.  I am another Lightroom user like yourself, not someone from Adobe.
    Your replies to previous messages, which I did go to the forums to look for, indicate the ProDesignTools webpages either are not visible to you or do not make sense to you.
    There are seven steps, numbered 0 to 6, on the ProDesignTools webpage within the Very Important Instructions section also previously referred to.  Aside from perhaps some brief periods of server maintenance, which I have never personally experienced, the ProDesignTools webpages are available and do work, so if you cannot even get those pages to come up, it suggests you have issues with connectivity to things on the internet, perhaps due to an iffy connection, or perhaps due to a virus or malware scanner that isn't playing nice.  Why only LR is affected, is unclear.
    Can you confirm if you can see the ProDesignTools pages, and if so, do you see the Very Important Instructions and steps 0 to 6, which involve setting an Adobe authorization cookie, so if you are following steps 0 to 6 and get an error from the Adobe download page that ProDesignTools eventually redirects to, then you might have cookies disabled.  Of course if you can't even see the ProDesignTools pages, then you're getting stopped before anything to do with cookies is occurring.  Being more specific and detailed about what you're doing and what errors or unexpected conditions happen would help the rest of us not be confused as to what your situation is and not give confusing answers.
    However, you are correct that the ProDesignTools trial is the serial-number version, which is different than the Cloud version, or at least that is my experience.  A reason to try the serial-number version would be to see if LR installs for you, in case the 42% that the Cloud installer is stopping at is really a preliminary install step rather than a download step and maybe the serial-number version is easier to see error messages from.  Some times screenshots of your error situation can be helpful.
    Another place to get the LR serial-number version, would be the Adobe updates page:  http://www.adobe.com/downloads/updateswhich would also be the most up-to-date version, LR 5.4, rather than LR 5.0 that the trial might still be.
    If the serial number version of LR installs from either of the above locations, then before trying the Cloud version of LR, again, you'd want to uninstall the serial-number version, and log out of or quit the CC Desktop app, then restart it, so it'll rescan what apps are installed or not.

  • Time Capsule download issues with Windows 7

    Hello together
    My problem is as follows: upload to Time Capsule with two PCs running on Windows 7 (both 32 and 64 bit) and a Mac Book Pro is working without any problems occuring. TC and the two PCs are in the same workgroup and PCs are connected via WIFI in private mode.
    Download from TC to Mac Book Pro works without problems. But in contrast to that, when downloading with the two Windows7-based PCs the connecting is breaking off all the time and the message "Network error" will be displayed. In order to get a new connection to TC the power plug must be unplugged and replugged again. Do you have any advice what to do? Thanks very much in advance.

    Are you using SMB compatible names for the TC and wireless.. short, no spaces.. pure alphanumeric.. If not do so?
    I also recommend using fixed channels and maybe fixed mode. Lock up as much as possible as the PC does not deal as well as the Mac with the auto band, channel and mode switches.
    I am not sure what you mean by this..
    PCs are connected via WIFI in private mode.
    Please explain a bit more.
    Windows wireless drivers are often terrible.. many people have fixed issues by using a more recent driver direct from the wireless card manufacturer.. this is important.. not windows default driver,, not computer manufacturer supplied one.. eg intel card then get latest intel driver from intel.
    Are you running bonjour for windows on the PC's??
    Try using static IP address which also might help.. windows did have issues with dhcp in the past.

  • Any issues with file sharing between Windows and latest Mac client?

    We're running Lync 2013. My Windows client is 15.0.4551.1005. Mac client is version 14.0.8.
    I open a conversation with a coworker on his Mac. I then try to share a png file. He clicks accept but then my client says the attempt timed out, and his client says that I canceled the file transfer. The coworker then boots the Mac into Windows and we try
    again, and the file share works fine. When I jump on my Mac, I can send files to his Mac without issue. When he tries to send from his Mac to my PC it fails, but when he tries to send from Windows on his Mac to my PC, it works.
    I can't find anything specific in the logs that would indicate a firewall issue. Is there a bug with file sharing between the Mac and PC clients?
    Thanks,
    Matt

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Issues with file sharing after changing password

    Last night I changed my system password on my MacBook Pro and for some reason it caused some issues with my file sharing with my windows PC.
    I was able to finally get the notebook to connect again to the XP PC shared documents by going through finder to go to network and then connected. But the PC would not see the notebook. Everything was communicating fine when I first got the system two weeks ago.
    Tech support did what they could tonight and I finally just decided to set up a connection to my notebook by entering the notebooks ip address on the pc.
    It's alte and sorry for the rambling, but does anyone know why the pc (as well as others in the house) no longer see the notebook?
    Jim

    No, There isn't a bug with file sharing between Mac and Pc client.
    2941640 Desktop sharing session stops in Lync 2013 when all screen data is updated
    Also you can check below links
    http://support.microsoft.com/kb/2952672/en-us
    http://support.microsoft.com/kb/2880474/en-gb
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

Maybe you are looking for

  • Youtube playback bug: the video dosen't buffer at the start

    Hello, I'm having this weird problem for youtube videos which I've just encountered few days ago. Basically, on normal occasions when you click the video you'll enter the page and video should immediately start playing as it buffers. However, for som

  • How to apply a receipt to the invoice.

    Hi all, How do we apply a receipt to a invoice techinically. I mean what tables are taken into consideration how to link them.do we take customer id into consideration to know which receipt is applied to which invoice? thanks, nagender

  • MX Includes (or whatever they are called after the take-over) search engines friendly urls - what am

    Hi I have a set-up with PHP, Apache (mod-rewrite enabled), using "MX includes" and I'm trying get it to work with "/whatever" instead of "mod=whatever" having removed the "mod" from the server behavior. In the database (includes from table) I have ad

  • Bug When Porting From Web Logic

    According to IPLANET, this is Bug # 547750, according to the bug notes ... this issue is said to have been resolved and will be fixed within iAS 6.0 SP3 due and this month - beginning of July. We have EJBs developed on Weblogic. We need to deploy it

  • How to save music?!

    I have a 5th gen 80GB iPod and it appears to be corrupted. Of the 74.xx GB formatted capacity, I have 5.5 free. I have music from my Mac, along with music from 2 or 3 other computers. Recently, the iPod locks up OSX when it is plugged in, and when I