File to open a pdf file using the links in action

Hi all

I am trying to open a pdf file that resides in the following location (/ bishiphome/Middleware/Oracle_BI1/bifoundation/web/app/Hlo/l_en).
I chose this place just to be sure, there is no access right problem.
I am able to open any file residing in that folder html by using an action link (URL: http://IPADDRESS:PORT/analytics/olh/l_en/biee0001.htm), but once I try with a pdf http://IPADDRESS:PORT/analytics/olh/l_en/Test.pdf file I get the following error:
Error 404 - not found
RFC 2068 Hypertext Transfer Protocol--HTTP / 1.1:
10.4.5 404 not found
Server has not found anything matching the request URI
PS: when I copied the pdf file in the folder that I restarted weblogic.

Any idea guys?

Concerning
Adil

Hi Adil,

Place the PDF in /l_en dint record works for me too however, you can place them inside the following paths and restart the services.

D:\MWARE\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res

AND

D:\MWARE\Oracle_BI1\bifoundation\web\app\res

You can then call your file with the url http://hostname:port/analytics/res/filename.pdf

It worked for me, let me know in case of any problems.

Rgds,
DpKa

Tags: Business Intelligence

Similar Questions

  • How to open the pdf file using the LabVIEW program

    I want to open the pdf file using the system exe, but this isn't the case. Can you help me?

    Thanks for your help.

  • How to open .tif files using the Windows fax and picture viewer

    I have the file open options set to use the viewer photo and fax Windows, however, it is always opens the .tif file in a window of IE. In reading the other posts regarding this problem, I think it may be a number of MIME, but nobody published how to fix this. Can someone send please how to change the MIME type so I can open the files in the right way. I REALLY appreciate it.

    Windows XP SP3 with all updates and IE8.
    Thanks in advance,
    Eric
     
    Original title: how IE8 to open a .tif file by using the Windows fax and picture viewer?

    Hello

    I suggest that allows you to remove any CLSIDS listed under location:

    HKEY_CLASSES_ROOT Type\image/tiff
     

    Note: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/ )

    How to back up and restore the registry in Windows.

    I hope this helps.

  • Can I add watermarks to PDF files using the PDF package?

    Can I add watermarks to PDF files using the PDF package?

    Hi Susannah,

    Adobe PDF Pack does not allow to edit a PDF file. To do this, you would need Acrobat. We invite you to try Acrobat free for 30 days: see http://www.adobe.com/products/acrobat.html for more information.

    This help document describes how to watermark a PDF in Acrobat: add watermarks to PDF

    Best,

    Sara

  • Opening files using the InCopy layout

    How configure you a default to open all files using the InCopy layout? (CS5)

    Without any document open, go to the 'View' menu and select the Mode of disposal. On all of the files will be open in the corresponding mode.

  • Is it possible to create a new file using the XML via java Script?

    Hello everyone,

    Is it possible to create a new file using the XML via java Script

    • I have xml information that need to use for file name, size.
    • Based on xml file we can create a new file in InDesign with java script?
    • Kindly help me if anyone has an idea about this.

    I use InDesign CS4 on windows 7

    Sample file is attached below.

    Kind regards

    Siva

    <UpdateAd>
    <AdId>3403699</AdId>
    <Width type="mm">91,79</Width>
    <Height type="mm">80,00</Height>
    <ProductionCategory>4</ProductionCategory>
    <BookedCCIColors>sw</BookedCCIColors>
    <WorkFlowType>PDF</WorkFlowType>
    <CustomerNumber>652224</CustomerNumber>
    <CustName1>Erich Prang</CustName1>
    <Description/>
    <Description2>R</Description2>
    <UpdateIns>
    <Titel>RHZ</Titel>
    <Publication>B2</Publication>
    <RunDate>26-07-2011</RunDate>
    <Zone>H30</Zone>
    <KDDATEN>nein</KDDATEN>
    </UpdateIns>
    <WorkflowStep>IR</WorkflowStep>
    <Proof>No</Proof>
    </UpdateAd>
    
    

    xml.png

    Try this:

    var f =File.openDialog ();
    f.open('r');
    var xml = new XML(f.read());
    f.close();
    
    var myDocument = app.documents.add();
    myDocument.documentPreferences.pageHeight = xml..Height+"mm";
    myDocument.documentPreferences.pageWidth = xml..Width+"mm";
    var rect = myDocument.pages[0].rectangles,add();
    rect.geometricBounds = myDocument.pages[0].bounds;
    rect.strokeAlignment = StrokeAlignment.INSIDE_ALIGNMENT;
    rect.strokeColor = myDocument.swatches.item("Black");
    rect.strokeWeight = 1;
    myDocument.save(File(f.path + "/" + xml..AdId + ".indd"))
    

    Substances

  • Creation Waveform TDMS file using the functions DDC_ in C 6.0?

    I'm trying to implement an export written in C 6.0. I can make the TDMS files using the DDC_ controls without any problem. But I can't understand how waveform TDMS files. I thought that if I added properties wf_ I should be able to define the waveform = Yes. But it seems to be more complicated than that.

    Here's what I work until now... (with the exception of the error handling to make it easier to see)

    DDC_CreateFile (sDestFileName, "TDMS", gszinfoline1, gszinfoline2, gszinfoline3, gszinfoline4, & hOutputFile);

    DDC_AddChannelGroup (hOutputFile, szGROUP_NAME, szGROUP_DESC, & hgroup)

    DDC_CreateChannelGroupPropertyTimestampComponents (hgroup,
    szCHANNEL_NAME,
    year (unsigned int),
    months (unsigned int).
    days (unsigned int).
    hours (unsigned int).
    minutes (unsigned int).
    wholeseconds (unsigned int),
    (double) fractionseconds);

    DDC_AddChannel (hgroup, DDC_Double, szCHANNEL_NAME, szCHANNEL_DESC, szCHANNEL_UNITS, & lphchannel);

    DDC_CreateChannelProperty (lphchannel, "wf_increment", DDC_Double, dInterval);
    DDC_CreateChannelProperty (lphchannel, 'wf_xname', DDC_String, 'Time');
    DDC_CreateChannelProperty (lphchannel, "wf_xunit_string", DDC_String, "s");
    DDC_CreateChannelProperty (lphchannel, "wf_start_offset", DDC_Double, 0,0);

    Any suggestions? (Details of this aid are intended for LV or completely absent)

    Thank you very much

    Don

    Hi Don,

    Thanks for the additional information.  After doing research a bit more, it seems that there are 3 required properties so that the property of waveform to be set to yes.  These are wf_start_offset, wf_increment and wf_samples.  If you add in a call such as the following, this should solve the problem:

    DDC_CreateChannelProperty (lphchannel, "wf_samples", DDC_Int32, 5);

    Just replace with the length of your table 5.

    Kind regards

  • Transfer files using the Personal Communicator

    All,

    Can I transfer files using the cell phone?

    Someone at - it a user guide and Administrator's guide on how to configure and use this installation?

    Thank you

    Lucian Medeiros

    No, you can't. You would need for this jabber.

    Q.

    Cisco Unified Personal Communicator and Cisco Jabber for Windows can interact?

    A.

    Yes, these two clients can interact.   Note Although features that are not part of the Cisco Unified Personal Communicator client. like the screenshot, video, desktop sharing and file transfer; are not interoperable between two clients.

    http://www.Cisco.com/en/us/partner/docs/voice_ip_comm/Jabber/Windows/9_0_1/b_jabber_win_faq_chapter_01.html

    HTH

    Java

    If it helps, please note

    www.Cisco.com/go/pdihelpdesk

  • Generate class files using the WSDL url and wsimport

    I am trying to create a java application that hits the service exposed by hub.

    To create the application in java, I'm generating class files using the WSDL that is created and exposed by the hub.

    Executed steps:

    1 created an application in OPA.

    2. deployed on the hub (usinf deploy option of snapshot on Policy Modeling)

    3. in the deployment tab, I see the request and get the url of the wsdl by clicking on it.

    I try on this wsdl wsimport command. But it gives me following error messages.

    ---------------------------------------------------------------------------------------------------

    C:\***\AllFiles > wsimport http://localhost:7001/hub/determinations-Server/assess/SOAP/generic/12.2/AttemptOne?WSDL

    the analysis of WSDL...

    [ERROR] invalid WSDL http://localhost:7001/hub/determinations-Server/assess/SOAP/generic/12.2/AttemptOne?WSDL , expected {http://schemas.xmlsoap.org/wsdl/} html (line 2) data definitions

    Cannot read the WSDL document: ( http://localhost:7001/Hub/determinations-Server/assess/SOAP/Generic/12.2/AttemptOne?WSDL , because 1) did not find the document. (/ 2) the document could not be read. (3) the element the document root is not < wsdl:definitions >.

    [ERROR] WSDL:service is not found in the WSDL (s) provided:

    At least a WSDL with definition of at least one service must be provided.

    Unable to parse the WSDL file.

    ---------------------------------------------------------------------------------------------------

    If I store the wsdl file in a file on my local computer, and then run wsimport, it generates the classes very well.

    Can someone provide me with a way that I can generate the classes using the wsdl url and not the local file?

    Also, do I need to create a connection in the Connections tab on the hub?

    Thanks in advance.

    -Alain

    Looks like you could run in the user authentication when wsimport runs against the WSDL. Instead of the WSDL, its reception, the login page.

    The best way to work around this problem is perhaps what you do already - to obtain the wsdl and save them in a file.

    Another solution is to disable the restriction of connection to the Web Service API. You can do this in the menu on the users page (admin role can turn on and off.

    You can switch between a user and a password with the call of the WSDL file, but I don't know if its possible to do with wsimport

    See you soon

    Frank

  • My creative cloud cannot happen on the adobe servers and when I tried to repair the host file using the creative cloud cleaning tool, it displays Error occurred while setting entries HF: 5

    My creative cloud cannot happen on the adobe servers and when I tried to repair the host file using the creative cloud cleaning tool, it displays Error occurred while setting entries HF: 5

    Please let us know your operating system.

    Concerning

    Megha Rawat

  • I created a pdf file on my computer that has several links to to other PDFs, word documents, etc. When I send this to people that they cannot access the links. Probably because the files in the links are only stored on my computer. Any ideas?

    I created a pdf file on my computer that has several links to to other PDFs, word documents, etc. When I send this to people that they cannot access the links. Probably because the files in the links are only stored on my computer. Any ideas?

    Of course, it's an option as well. You can attach files to the main PDF file, or you can merge all files into a single PDF portfolio.

  • I want to use the custom pattern, actions ets... But I can not find custom files to [presets &gt; model] or [presets &gt; actions]... Where should you put these files?

    I want to use the custom pattern, actions ets... But I can not find custom files to [presets > model] or [presets > actions]... Where do I put these files?

    If you're on a PC - C:\Users\ [username] \AppData\Roaming\Adobe\Adobe Photoshop CC 2015\Presets

  • Loading multiple files using the same interface in ODI

    Hi all

    We load multiple files using the same interface and get the error "java.sql.SQLException: ORA-00942: table or view does not exist" while inserting record in the staging table. It looks like the same temporary table is used when loading multiple files and the error. Grateful if someone offers a solution to avoid this error.
    We use the following KMS:

    (1) LKM SQL file
    (2) IKM Oracle SQL COMMAND append.

    Receive a quick response.

    Thank you
    RP

    Hello

    See this http://odiexperts.com/interface-parallel-execution-a-new-solution

    Thank you
    Fati

  • content of an export file using the datapump

    How can we see the contents of an export file using the datapump.
    As in the normal exp/imp method, if we use the parameter show = o during import, it displays the script/content of the dump file.

    Is there a method to do this in the datapump method?

    Use the Option SQLFILE

    Directory system/passwd Impdp = directory_name dumpfile = filename.dmp logfile = logfile.log sqlfile = export_scripts.sql full = y

  • Using the link between PDFs on a local PC (not on the web)

    Hello

    I am creating a PDF with links to specific locations on external PDF.

    Web search shows that we can do this by adding pages or named destination for the link.

    My question is made of "binding" between documents on PC work local open in Acrobat (Reader) recovered himself, instead of the documents on the web and the web browser via the plug-in?

    One related answer on thread on another forum (creation of a link to a pdf to mark an another pdf - Adobe Acrobat Windows) indicates that this feature works only when the PDF file is retrieved from a web server.

    If this does not work, could someone explain the technical background?

    My client wants to use the link between the files on the PC, so I need to make my client to know why it won't work.

    Thank you.

    I think that the page you found makes it more complicated, not less. In my view, in part because there are several different problems mixed with each other.

    The easiest way to post a link to a page in another PDF file is EXACTLY the same as link to a page in the same PDF: just create a link to GO to the VIEW. It's obvious only when we know, so people often end up with alternatives that are unnecessarily complicated.

    Named destinations are complicated, but they are good if you may need to change the target file and the file source link in the right place, even if it's another page. They need careful planning and a systematic approach.

Maybe you are looking for

  • Satellite 5100-201: five keys: ' 9-O - L-.-Del "do not work

    Hello!I am owner of a Toshiba Satellite 5100 201. The five keys 9-O - L-.-led on the keyboard do not work. Is it a software or a defect of the keyboard control problem or a problem of contact on the map? Does anyone have experience with this problem?

  • Outlook express does not recognize my password and I can't receive e mails

    The password that I used for years on my outlook express has recently ceased to accept the password. How do I re register it or get it back because I can't access the e-mail account?

  • WiFi Dell 1704 no driver work for doesn't win 10

    Hello, I have a laptop Inspiron 3543 which has WiFi Dell 1704 map 10 64-bit Windows running, and I can't find drivers that work: (1) the last v7.35.295.0 on the Dell driver download page crashes the laptop every two hours with a blue PAGE_FAULT_IN_NO

  • Z10 blackBerry contacts

    I had a directory that has been my "contacts".  Then moved to z10 & I see that now, my 'Contacts' draw in anyone that I have on twiiter, FB & I don't know where else. OMG there are too many go through this list individually. Why the hell he would add

  • BlackBerry Z10 display problems

    My BB10 does not appear anything when I insert the battery it only displays the Balckberry on screen and then the screen goes black. I can't pretend warranty.what do im worried