Hyperlink to pdf on the local file system

Hello,
I'm using Oracle Reports 6i. I'm trying to set hyperlinks in my report through the pl/sql command srw.set_hyperlink to another pdf document.
When I set the hyperlink to a URL, eg, http://localhost/document.pdf#dest, it works fine, the pdf opens in IE to the destination. Now when I specify the link to a file on the local file system, eg, file:///c|/document.pdf#dest, I get a file not found within IE. If I take out the destination, it works ok, that is, it opens up the document with IE.
What am I doing wrong here? Is there a way to link a report to another pdf to a named destination within the local file system?
Thanks,
Ricky

Ricky,
This is more of IE - PDF issue I guess. Also this problem is seen more specifically for IE + File protocol + PDF
Nothing related to the Reports PDF here. You can try by just referring a PDF section through file protocal in IE and you would see the same behaviour
Thanks
Rajesh

Similar Messages

  • How to get access to the local file system when running with Web Start

    I'm trying to create a JavaFX app that reads and writes image files to the local file system. Unfortunately, when I run it using the JNLP file that NetBeans generates, I get access permission errors when I try to create an Image object from a .png file.
    Is there any way to make this work in Netbeans? I assume I need to sign the jar or something? I tried turning "Enable Web Start" on in the application settings, and "self-sign by generated key", but that made it so the app wouldn't launch at all using the JNLP file.

    Same as usual as with any other web start app : sign the app or modify the policies of the local JRE. Better sign the app with a temp certificate.
    As for the 2nd error (signed app does not launch), I have no idea as I haven't tried using JWS with FX 2.0 yet. Try to activate console and loggin in Java's control panel options (in W7, JWS logs are in c:\users\<userid>\appdata\LocalLow\Sun\Java\Deployment\log) and see if anything appear here.
    Anyway JWS errors are notoriously not easy to figure out and the whole technology in itself is temperamental. Find the tool named JaNeLA on the web it will help you analyze syntax error in your JNLP (though it is not aware of the new syntax introduced for FX 2.0 and may produce lots of errors on those) and head to the JWS forum (Java Web Start & JNLP Andrew Thompson who dwells over there is the author of JaNeLA).

  • Sharing the local file system on another machine

    Version : 5.10
    We have an HP Proliant machine and a SunFire V40 machine. Both installed with solaris 5.10 (x86 AMD).
    In HP proliant machine we have filesystem with 600gb . We would like to mount this file system in the SunFire V40 machine . Is this possible? If yes, could you guys point me an URL where steps are mentioned to do this.

    Hope this is how one determines Filesystem type (got this from googling)Nope. There are several ways to determine the filesystem currently being used:
    $ mount | grep filesystem (where 'filesystem' is all or part of the mount point)
    /etc/vfstab will normally tell you (so long as it's not zfs)
    $ fstyp {mountpoint}
    sun.com links i get by Googling are taking me Oracle documentation homepage !We moved from docs.sun.com to the Oracle Documentation site last week and not all links have been updated. It's work in progress at this time. The Solaris 10 documentation can be found here - http://download.oracle.com/docs/cd/E19253-01/index.html
    And this is the link to the start of the NFS section - http://download.oracle.com/docs/cd/E19253-01/816-4555/rfsintro-2/index.html
    I wouldn't worry too much about getting the systems to auto-mount at boot until you've tested it manually. I'll assume this is a UFS/VxFS filesystem (ZFS requires a slightly different approach). If everything works, you can use the dfstab on the server and the vfstab on the client to automatically share and mount the filesystem so it persists across reboots.
    You'll need to do something like this as a test:
    On the HP System (the NFS Server) you'll need to enable the NFS Server SMF Service:
    server> $ svcadm enable svc:/network/nfs/server:default
    On the client enable the NFS Client SMF Service:
    client> $ svcadm enable svc:/network/nfs/client:default
    Back on the NFS Server you now need to share out the /foobar filesystem:
    server> $ share -F nfs -o rw /foobar
    Check the share using dfshares or mount
    server> $ dfshares
    server> $ mount
    On the client you can then mount the filesystem:
    client> $ mount -F nfs -o rw nfsserver:/foobar /foobar2
    The above is saying mount the exported /foobar filesystem residing on 'nfsserver' host to a local mountpoint of /foobar2 on this client.
    As a test you can also use the Automounter by simply cd'ing to the exported filesystem:
    client> $ cd /net/nfsserver/foobar
    Hopefully after reading the documentation you should get a working setup.
    Regards,
    Steve

  • How to get the local file system path of an image that loaded into the image component in cq5?

    Hi,
    I'm having hard time uploading image from filesystem where as drag and drop works.
    I'm not getting a path of image selected from filesystem.
    here is my code..
    private String populateImage() throws Exception {
                        if (currentNode != null && currentNode.isNode()) {
                                       Node ImageNode = JcrResourceUtil.createPath(currentNode, "image",
                                                                          null, "nt:unstructured", true);
                                       imageUrl = ImageNode.hasProperty("fileReference") ? ImageNode.getProperty("fileReference").getValue().getString() : "";
           imageUrl = imageUrl.trim();
            log.info("MANAGE PROFILE BEAN IMAGE URL INSIDE IF IS: " + imageUrl);
                        } else {
                                            imageUrl = properties.get("fileReference", "");
                                            imageUrl = imageUrl.trim();
                                            log.info("MANAGE PROFILE BEAN IMAGE URL INSIDE ELSE IS: " + imageUrl);
                        return imageUrl;
    So if I drag and drop..
    ImageNode.hasProperty("fileReference") is returning a valid path
    but if I upload an image  it is returning Null.
    So how to get the path? any suggestions around would be appreciated...

    When you say path you mean you want the path to print out in your HTML? Is that accurate? If so you generally need to constructe that path based on the path to the current component. So if you component is located at /content/mysite/en/about/mypage/jcr:content/parsys/image then the path to the image would generally be something like /content/mysite/en/about/mypage/jcr:content/parsys/image.img.jpg/1283829292873.jpg. The .img. selector triggers the servlet associated with the foundation parbase - /libs/foundation/components/parbase/img.GET.java. The reason you reference it this way is that there is no filesystem path to the image - it is stored in the repository not on the file system, and it requires a servlet or script to ge the binary from the repository and steam it.
    Normally the way you'd construct this is to use the out of the box Image class - so look at /libs/foundation/components/image/image.jsp. Now this example assumes that your component where you loaded the image extends /libs/foundation/components/parbase. If it doesn't then you either have to change your sling:superResourceType to /libs/foundation/components/parbase or some other component that does exten /libs/foundation/components/parbase.

  • How the applet can access local file system?

    1. I want to plugin the applet into the JSP. That applet should access the local file system. How to enable this programmatically.
    2. Is it is possible to embed a frame inside the JSP. If so how?
    Thanks in advance..
    K G Vinoth

    1: If you want the applet to access the client's local file system you'll have to sign the applet. There is a tutorial some where on the java.sun.com that explains how to sign an applet.
    2: No you;ll need to use an applet to display swing or awt components on the client browser.

  • Access to local file system for desktop application

    As a .NET and VBA developer/user, I have found Flash to be a
    great RAD development solution for certain desktop app. projects...
    if only actionscript could access the local file system and talk to
    local (preferably non-XML) data-sources!
    I'm not familiar with the latest version of Flash CS3 &
    Actionscript 3.0
    Is there any reliable way Flash CS3 can be programmed to access
    the user's local file system - that is, as a stand-alone desktop
    application????

    Thanks for the response.
    I hope Adobe catches a clue ... with Microsoft's Windows
    Presentation Framework and the new ability of easily implementing
    Flash-like animation on .NET apps, Adobe is going to have to get
    busy. Stand-alone desktop apps still rule (as opposed to web-based)
    in the business world, and they are driven by data. If Flash was
    capable of easily talking to local data-sources (Access, Excel,
    Text etc.), it could significantly increase its adoption as a
    widely used business RAD tool. The Flash IDE is great and rivals
    any Microsoft RAD IDE + users love the slick Flash GUIs.

  • How do you move blob content in a table out to the server file system

    Hi,
    I have a table that contains a blob column containing word and pdf documents I want to be able to take content such as a pdf held in the blob column and move a copy of the pdf to the servers file system. Can it be done.
    Thanks in anticipation.
    SDG

    There is no Monitoring SQL Activity, so we Need to find other Solutions.
    1: can be this Integration Pack:
    http://www.kelverion.com/integration_packs/ip-sql-server/
    2: Create a Trigger in SQL Side, which will Trigger a Runbook
    3: Query every ? 5 ? Minutes the Table,  compare to a sample Table and get the new Informations
    Seidl Michael | http://www.techguy.at |
    twitter.com/techguyat | facebook.com/techguyat

  • IOS: (not) playing sound from local file system - Error #2032

    Dear all,
    I am working on an app where I want to (among others) play sound files from the local file system.
    I have added a few mp3 files into my .ipa file.
    With a small file browser in my app I can select any one of them which returns me a File object.
    I then use this File object to do a URLRequest to load the sound:
    var req:URLRequest = new URLRequest(file.nativePath);
    sound = new Sound();
    sound.addEventListener(IOErrorEvent.IO_ERROR, soundLoadError);
    sound.addEventListener(Event.COMPLETE, soundLoaded);
    sound.load(req);
    It works in flash, but fails on the iPAD. Everytime I try to load, I get a IOErrorEvent with error code Error #2032
    When I replace new URLRequest(file.nativePath) with URLRequest("http://.../testfile.mp3"), everything works fine!
    Any help appreciated.
    Is this a matter of Security settings? Can I change those?
    Something to do with Sandboxing (whatever that is)?
    or something to do with cross-domain access?
    I have been looking around for days now and any help would be appreciated!
    I am using Flash CS5.5 & AIR 2.7
    Thanks, Marcus.

    Hi Sanika,
    this was something closer to that paragraph for "nativePath":
    Some Flex APIs, such as the source property of the SWFLoader class, use a URL (the url property of a File object), not a native path (the nativePath property).
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.h tml#nativePath
    but that is not exactly what I've read (maybe that was A-blog or post on someone from A-team on his personal blog or post on stackoverflow).
    (myself I'm using and providing solutions for paths using FILE protocol - file URI schemes - mostly whenever I can and where it is supported)
    regards,
    Peter

  • Duplication of file folders in local file system Navigator

    My colleague and I have just noticed that in DIAdem 2010 we have duplication of file folders and network drives in the local file system window of Navigator. In the attached screen dump you can see folders that have duplicated - sometimes more than once as they are shown with full network path and with alloted drive letter (e.g. K&C, Project Info, Proposals 2010, SQEQUELData).
    You can also see where our 'N drive' is repeated part way down the folder tree. Needless to say, these are all rubbish.
    Any ideas?
    Thanks, Si.
    Attachments:
    folders.jpg ‏81 KB

    Hi Brad,
    Regarding not showing a Win Explorer screen dump, you'll have to trust me. I can assure you they are phantom, especially as there would not be a network drive shortcut letter part way through a folder tree structure. I don't know how much it has to do with the DataFinder either as we don't use it (unless it runs automatically in the background).
    Here are the answers to your other questions:
    Do you have DIAdem / DataFinder running continuously, or do you shut them down from time to time? DIAdem is only run when required - it spends more time shut than open.
    How do you have the DataFinder set up-- will it notice file system changes automatically? I haven't set DataFinder up at all so it is exactly as it came out of the factory. I ran a test by adding a new folder and it didn't show up until I hit the refresh button.
    Have you tried the <Index Now> button in the DataFinder configuration to force a re-indexing of all Search Areas? I tried this and it made no difference.
    Cheers, Si.

  • [SOLVED] Find modified files from a package in local file system

    Is there a quick pacman command doing a diff between the local file system and a pacman package?
    Say I have installed a package foo and modified /etc/foo.conf. Now I want to find what's the difference between the file in my local file system and that in a clean package.
    If there's not a quick pacman command, what would you use in this case?
    Last edited by cyker (2014-10-10 05:18:46)

    amish wrote:
    Size difference does not always work!
    Lets say original conf file had two lines:
    Alert=true
    #Alert=false
    Now you changed it to:
    #Alert=true
    Alert=false
    So size will remain same!!
    So mod time is possibly better way to check!
    Right. Actually diff is the best way to check but doesn't seem to be there.

  • Can an applet loading from a browser read from local file system?

    I have to load my applet from a browser, and the "browse" button on it should be able to select and read certain files in the local file system( or the files located under the server's home directory). Is there a way to address the security issue? I know there are ways to enable an appletviewer to do it, but how about a browser?

    You'll need to have a signed applet.

  • How can I use Firefox to view a pdf in a local file? On the web pdf's open in Acrobat but in a local file (file:///C:/T10/drafts/adc3/adc3r04.pdf) Firefox displays raw text instead of launching Acrobat

    I am configured to open pdf's in Acrobat instead of Firefox. This works great on the web. I have a local mirror of a website on my local disk as well as a network disk. When I use my html file to attempt to open the pdf on the local disk (file:///C:/T10/drafts/adc3/adc3r04.pdf) it opens as text in Firefox - appears to be ASCII view of the binary contents of the pdf. When I use my html file on my network disk (http://tucgsa.ibm.com/~kdbutt/T10/drafts/adc3/adc3r04.pdf) everything works as it should.

    You can set the pdfjs.disabled pref to true on the <b>about:config</b> page to disable the build-in PDF viewer and use the Adobe Reader instead.
    *http://kb.mozillazine.org/about:config
    See also:
    *https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them
    *https://support.mozilla.org/kb/change-firefox-behavior-when-open-file

  • Deliver a report in XML format and save it to local file system on the server

    We have OBIEE 10.1.3.4 on Redhat linux. We want to have generate a report in XML format and saved it to the server's file system. Did not realize this is s difficult task. Basically
    1) How to create a XML report? It is not listed in the output items of a layout template.
    2) How to deliver XML the report  to local file system. Look into the Delivery section of Admin page. FTP should be the best choice, but does that means that one need to install and run ftp server on the BI server box?
    Thanks

    Hi,
    Since I still have problems on this subject, I would like to share on how it progresses.
    Currently I have a problem of timeout in step "Truncate XML Schema" with the URL that I mentioned above.
    The exact error is the following : 7000 : null : com.sunopsis.sql.l: Oracle Data Integrator TimeOut : connection with URL [...]
    The connection test is still OK.
    I tried to increase the value in the user's pref but there's no change.

  • Why can't I access the K1 file system from my PC?

    I could access the entire file system excluding the data folder yesterday. However since installing Letools, I no longer can drag-and-drop photos and movies to the K1 from Windows Explorer.  I uninstalled Letools, but I still can't access the file system.
    Please help.
    Thank you

    Thank you for trying to help. We have compared security mode settings and their Macs say that commenting is allowed, while mine says it's not allowed. I'm assuming this is why I can't highlight and they can. But I dont understand why they're different? The files this happens to are PDFs that our college classes assign as reading- so we all go to the same place to access these PDFs and save them, so the security modes shouldn't be different, but they are. Any idea why? Are Macs just enabled to do this for whatever reason and PCs aren't?

  • Flex 3 How to recording the voice to the local file.can u help sample souce code

    How to recording the voice to the local file.can u help sample souce code

    What? the link is not opening? Check once properly man.  If you need code here it is
    import flash.system.Security;
    import flash.media.Microphone;
    import flash.events.ActivityEvent;
    import flash.events.SampleDataEvent;
    import flash.events.StatusEvent;
    import flash.utils.ByteArray;
    import flash.media.Sound;
    import flash.events.MouseEvent;
    import flash.media.SoundChannel;
    import flash.events.Event;
    import org.bytearray.micrecorder.encoder.WaveEncoder;
    import flash.net.FileReference;
    var mic:Microphone;
    var soundBytes:ByteArray;
    var recBytes:ByteArray= new ByteArray();
    var sc:SoundChannel;
    var sound:Sound;
    recordBtn.addEventListener(MouseEvent.CLICK, getMic);
    stopBtn.addEventListener(MouseEvent.CLICK, stopRecording);
    playBtn.addEventListener(MouseEvent.CLICK, plays);
    saveBtn.addEventListener(MouseEvent.CLICK, saveAudio);
    function getMic(e:MouseEvent)
    soundBytes= new ByteArray();
    //returns an array that total mics available
    var totalMics:Array = Microphone.names;
    //mic is a singleton class gets microphone to record sound
    mic = Microphone.getMicrophone();
    //Sets the minimum input level that should be considered
    mic.setSilenceLevel(0);
    mic.rate = 44;
    //to capture microphone audio listen for this event
    mic.addEventListener(SampleDataEvent.SAMPLE_DATA, recordAudio);
    function recordAudio(e:SampleDataEvent)
    //capture the byte array data available with the event
    while (e.data.bytesAvailable)
    var soundData:Number = e.data.readFloat();
    soundBytes.writeFloat(soundData);
    function stopRecording(e:MouseEvent)
    mic.removeEventListener(SampleDataEvent.SAMPLE_DATA, recordAudio);
    //set the bytearray position to zero for playing from starting
    soundBytes.position = 0;
    function plays(e:MouseEvent)
    //intatiazle sound instance
    sound= new Sound();
    soundBytes.position = 0;
    //listen for the event when runtime requests new audio data.
    sound.addEventListener(SampleDataEvent.SAMPLE_DATA, playAudio);
    //play the sound with sound channel
    sc = sound.play();
    sc.addEventListener(Event.SOUND_COMPLETE, soundComplete);
    function playAudio(e:SampleDataEvent)
    //if audio bytes is greate than 4 read the recorded byte array data and write it into the sound
    for (var i=0; i<8192; i++)
    if (soundBytes.bytesAvailable > 4)
    var sample:Number = soundBytes.readFloat();
    e.data.writeFloat(sample);
    e.data.writeFloat(sample);
    function soundComplete(e:Event)
    sound.removeEventListener(SampleDataEvent.SAMPLE_DATA, playAudio);
    sc.stop();
    function saveAudio(e:MouseEvent)
    soundBytes.position = 0;
    //waveencoder class used to encodes bytearray data properly used to play properly after saving
    //you can get this api from below link
    //http://code.google.com/p/micrecorder/downloads/detail?name=MicRecorder%201.2.zip&can=2&q=
    var encod:WaveEncoder= new WaveEncoder();
    var byte:ByteArray = encod.encode(soundBytes,2);
    var file:FileReference= new FileReference();
    file.save(byte, “test.wav”);

Maybe you are looking for

  • A Problem with a K7T-Turbo 2

    HI I have a K7T Turbo2 (MS-6330 Ver5.0) and I'm with a problem here: When I'm botting, the POST screen shows my Cyberdrive 48x CD-Rom as a ATA-33. This is ok but, when I'm in the Windows XP Professional or in the Windows 2000 Professional, I cannot s

  • Unable to create a book in iphoto '08

    I am unable to create a book in iphoto '08. When i click on the book icon down the bottom and choose a type of book then click on 'choose' nothing happens.

  • How to insert a file as attachment in e-mail

    How do I attach a file to my e-mail. I can attach a photo or video but I cannot attach a file!

  • H.264 vs. mp4. and older codecs

    So I'm pretty new to all this and I was wondering what the differences between between h.264 and all of the "other" codecs. I was watching a couple of samples of video of the exact same footage. One is h.264 and the other is mp4.(?) and I was running

  • Application Not Found on Emulator

    Hi Experts, I have developed a MI application and deployed it successfully. It is running fine on desktop client but while executing the application on Windows Mobile Emulator 5.0 it shows below error - Not Found (404) Original request: / <APPLICATIO