Dynamic selection of images for OBIEE 11 g report

Hello dear colleagues,

need help to solve a problem with the dynamic selection of images for reports OBIEE 11 g.
For OBIEE 10 g, it works perfectly - put images in

*'\ < HOME_ORACLE_BI > \web\app\res\s_oracle10\images'*

Directory and enter edit the column formula (in the answers) of the expression:

* ' < table_name > '. "" < table_column > | ". jpg'*.

and selecting

URL of the image (in the properties of column-> Data Format)

retrieve the images appropriate for the corresponding model (the project is for fashion retail customer) regarding the description of the specified column (for example * "DM_ITEM".) «MODEL_CODE ' ('09361' = *) put correspondence the name of the image file (* '09361.jpg' *).»

For the OBIEE 11g (installed on W7, DWH on MSSQL 2008R2, VM in the field), I followed the link * "http://vikramwalia.wordpress.com/category/obiee-11g/" * and stuck at the step where the browser should recover image (s) based on the following address:

*' http://localhost:9704/analyticsRes/product / *.

Dive into the issue, I checked the staticports.ini and in the * [WEBLOGIC] * section find the following message is displayed:

*#The port of 'content' for the most part POET. This is the Weblogic managed server port on which BIEE applications are deploie.*
Oracle WLS BIEE managed Server Port No. = 9704

that seems to be OK...

The netstat command response confuses me much since I found (and also of external) record for TCP Local address (should be < IP localhost >: 9704), which lead me to the point that, probably one of the OBIEE 11 g services not started OR I made a mistake during installation of OBIEE 11 g, although the system did not send a message about this possibility. BTW, the BI Publisher on this machine works correctly.

So, kindly ask support or advice on this subject. Thank you
AL

Published by: user7374943 on 29.04.2013 01:01

Published by: user7374943 on 29.04.2013 02:15

Published by: user7374943 on 29.04.2013 02:19

Not able to open the IAM blog you referred to above.

Make sure that you have deployed the analyticsRes component as shown in http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/customizing_obiee11g/customizing_obiee11g.htm. Create a folder called produced under analyticsres and start accessing images.

Good luck...
Isabelle Renon

Tags: Business Intelligence

Similar Questions

  • I'm trying to select several images (Forms), but I have not found a selection tool. This selection tool to transform the mouse cursor in an arrow and it is possible to select several images or figures. I use Microsoft Excel for Mac 2011 Version 14.5.3.

    I'm trying to select several images (Forms), but I have not found a selection tool. This selection tool to transform the mouse cursor in an arrow and it is possible to select several images or figures. I use Microsoft Excel for Mac 2011 Version 14.5.3. Thank you!

    tupensi wrote:

    use Microsoft Excel for Mac 2011 Version 14.5.3. Thank you!

    Then you should post on the Microsoft Mac forums where to hang out the gurus of the Office, as is the Microsoft product, with that you are having problems:

    http://answers.Microsoft.com/en-us/Mac

  • My nail of the thumb in bridge always have evidence the adjustments I make to RAW files. Now, for the first time they have not. However when I select the images adjusted and open them in CS6 adjustments are there. I restarted the bridge and PS, and I rest

    My nail of the thumb in bridge always have evidence the adjustments I make to RAW files. Now, for the first time they have not. However when I select the images adjusted and open them in CS6 adjustments are there. I restarted bridge and PS, and I restarted the computer (Mac). Still the same problem.

    I thank assani, but it wasn't the answer. The problem was, I finally understood, that the "option for generation of quality and preview thumbnails" wasn't on "high quality" as it usually is. I have no idea how this happened as I never change this option.

    Thanks a lot for your help.

    Mitchel Gray

  • Using #WORKSPACE_IMAGES # with the names of dynamic list of Image, not to hardcode

    I hope someone can help me with this request.

    I am developing an Apex application but I am learning as I go along by examples of Google search and read the tutorials, etc.  I am trying to create a slideshow based on a dynamic list of Image names. First, I created an apex_collection in a header containing the names of the image process, I need (view/column APEX_COLLECTIONS. C001) I then created a Page called P81_IMAGE_NAME element. I'm trying to loop through the collection and display the pictures in a slide show.   I have a HTML Page with the following code in the Source of the region (found the code in an example online)... Please can someone tell me where I can add the following PL/SQL code so that #WORKSPACE_IMAGES # nom_image may contain the names of images dynamically recoveries rather then hard-coded image names as in the < div Section of the Source region - Code I want to add somewhere, don't know where it add or even if it will work

    Declare cursor c1 is

    Select c001

    of apex_collections

    where collection_name = "CO_IMAGES";

    Start

    A1 to c1 loop

    : P81_IMAGE_NAME: = c1. C001;

    < img src = "#WORKSPACE_IMAGES & P81_IMAGE_NAME" alt = "Slideshow Image" / >

    end loop;

    end;

    -End

    -The code which displays images, I found (Harcoded in the < div section)

    < script type = "text/javascript" >

    function slideSwitch() {}

    var $active = $("#slideshow IMG.active");

    If ($active.length == 0) $active = $("#slideshow IMG:last");

    This allows to take images in their order of appearance in the tag

    var $next = $active.next () .length? $active.next)

    : $('#slideshow IMG:first');

    Uncomment the 3 lines below to shoot images in random order

    var $sibs = $active.siblings ();

    var rndNum = Math.floor (Math.random () * $sibs.length);

    var $next = $($sibs [rndNum]);

    $active.addClass('last-active');

    $next.css ({opacity: 0.0})

    .addClass ('active')

    . Animate ({opacity: 1.0}, 3000, function() {})

    $active.removeClass ('active last active');

    });

    }

    {$(function()}

    setInterval ('slideSwitch()', 3000);

    });

    < /script >

    < style type = "text/css" >

    / * the value width and height to match your images * /.

    {#slideshow}

    position: relative;

    height: 400px;

    }

    #slideshow IMG {}

    position: absolute;

    top: 0;

    Left: 0;

    z index: 8;

    opacity: 0.0;

    }

    {IMG.active #slideshow

    z-index: 10;

    opacity: 1.0;

    }

    {IMG.last - active #slideshow

    z index: 9;

    }

    < / style >

    < div id = "slideshow" >

    < img src = "" #WORKSPACE_IMAGES #Logo.png "alt =" slideshow Image 2 "/ >" "

    < img src = "" #WORKSPACE_IMAGES #Logo1.png "alt =" slideshow Image 1 "/ >" "

    < img src = "' #WORKSPACE_IMAGES #2_Burg - 1.png" alt = "Slideshow Image 2" / > "

    < img src = "" #WORKSPACE_IMAGES #Car11.jpg "alt =" slideshow Image 3 "/ >" "

    < img src = "" #WORKSPACE_IMAGES #Screen1.png "alt =" slideshow Image 4 "/ >" "

    < / div >

    < / div >

    user8016921 wrote:

    Please update your profile of the forum with a recognizable user name: Video tutorial how to change username available

    Always include the information described in these guidelines when you post a question: How to get the answers from the forum

    I am developing an Apex application but I am learning as I go along by examples of Google search and read the tutorials, etc.  I am trying to create a slideshow based on a dynamic list of Image names. First, I created an apex_collection in a header containing the names of the image process, I need (view/column APEX_COLLECTIONS. C001) I then created a Page called P81_IMAGE_NAME element. I'm trying to loop through the collection and display the pictures in a slide show.  I have a HTML Page with the following code in the Source of the region (found the code in an example online)... Please can someone tell me where I can add the following PL/SQL code so that #WORKSPACE_IMAGES # nom_image may contain the names of images dynamically recoveries rather then hard-coded image names as in the

    Depends on the number of images. How are they involved?

    With a small number (e.g. 10-20), you can simply use a page element to register the handset img reference items and she as a substitution string in the region existing HTML. For more information, it would be preferable to use a report.

    On the approach of page element:

    1. create the point P81_IMAGES of the page as an element of the display only. The value of the Condition Never element so it is not included in the rendered page and the security attribute point escape special characters No.

    2. create a page process before header (sequenced to run once the collection created if that is done at this point in the process):

    begin
    
      :p81_images := null;
    
      for img in (
        select c001 src
        from apex_collections
        where collection_name = 'CO_IMAGES')
      loop
        :p81_images := :p81_images || 'Slideshow Image '
      end loop;
    
    end;
    

    3 refer to the value of the element in the HTML source of the region

    
    
    
    
    
    &P81_IMAGES.
  • I have blocked the images for the site how to unlock the

    I clicked block images for khanacademy.org and when it loaded a new page all images where gone and how I got to the window that locked was I clicked on an image and one of the options but now there are only two!

    You can control and manage permissions for the domain in the tab currently selected through these steps:

    • Click the address bar onthe Site identity button"(globe/lock)
    • Click on 'More information' to open ' tools > Page Info "with the Security tab is selected
    • Go to the permissions tab (Tools > Page Info > permissions) to check the permissions for the domain in the currently selected tab

    You can control and manage permissions for all areas on the Subject: authorizations page.

    You can check the "tools > Page Info > media ' for blocked images

    • Select the first link of the image, and then use the cursor key to scroll the list.
    • If an image in the list is grayed out and 'block Images of..."is checked then uncheck this box to unlock pictures of this area.
  • How can I dynamically select the shared Variable API programming data type?

    I am trying to create a configuration of open connections of variable shared using the programming API. It seems to me that the cleanest way to do would be to put one "open and check" routine in a loop, then call it for each variable in the library.

    The question that I am running is that I have different types of data in my library (to help a server Modbus i/o and data types 'boolean' and 'single' in my library.) How can I dynamically select the data type of the shared variable API?

    See the attached snipit.

    Thank you

    What I ended up doing was doing a Subvi to open, read, write, and close each data type, I use the packaged in 4 polymorphic SubVIs (polymorphic Open, read, etc...)

    Now all I have to do I drop in the polymorphic Subvi and it switches automatically to the appropriate data type

  • 'image' for the conversion of "photo".

    LabVIEW dear gurus,.

    I have a problem I would like to help with. I have a labview VI that creates an image using the entire block 'IMAQ image', and I a VI which allows the selection of image with the mouse. Most of the code for this second VI is an example. The problem is my photo VI selection requires that the image of the data type 'image', but the photos my other VI creates are the data type "image." CTRL-h wrote the first type of wire is 'image' and the second type of thread is "Image Dst Out (IMAQImage). I need either to convert the 'image' to 'image', or rewrite my photo selection to take in a variable "image" instead of "photo". I'm not particularly good at labview, I'm short on time, so conversion seems to be the best option. I found another thread that talks about the conversion of an 'image' in a table, but I do not know how to turn this table back into a 'picture '. Someone at - it ideas?

    Thank you
    sdt51

    Hi Daniel,.

    The VI I posted actually did the right thing, but I misnamed it.  Where did you see this VI?  I just created myself on my PC here.  Anyway, here's the same VI to 8.2.

  • Background images for differnet resolutions

    Hello

    Is there a way to define a single resource (background image) via styles or any other approach that will have definition for all taken screen resolutions supported (BB10 has 3 resolutions defined with portrait/landscape modes = 5 bitmaps)?

    So, I can use this asset without success all the stuff in a code trying to find what the resolution is now and where - and then only - get a correct picture of the assets.

    There are a lot of messages in this forum, but none seems to describe exactly the same problem.

    Thank you

    If you talk to a background image for the application, you have to manage yourself. If you are talking about the splash screen, then you would list each boot image in the XML file.

    You can resize the image to fit the scene, then you might have a rectangular and square and then resized image depending on the scene according to the needs. If you don't want to resize, then you need an image for each resolution device and a naming convention, you could load dynamically depending on the size of the stage (bg_720_720.jpg, etc.).

    CSS may be able to help, since you can load different CSS at startup, but this would require still allows you to define a CSS for each change that you want to support. CSS will be more important when BB10 is available on the PlayBook, since the density of the screen is very different.

    Does that help?

  • How to select the image through the gallery or the camera on the blackberry torch 9800?

    Hi all

    I developed the web application. In I want to select the image through the camera on the blackberry 9800 torch or Gallery. so I need the code for when I click the button to view the two options which is 1. take a picture of the camera and 2. Take a photo from the gallery... So please me to fact... Thanks in advance...

    With Ragards,

    Marimuthu_P

    Sorry, there is no API available on the old version of WebWorks for this. You must create your own extension "file picker".

  • How can I change the background image for the lock screen?

    Hi, I just bought a new laptop and I got Windows 7 installed in the store, and I would like to change the background image for the lock screen.  When I went to activate my account, I found out that it has already been activated, but I can't find the settings-> settings more PC in the lower corner on the right.  Thank you!

    Lock screen?

    Are you referring to the login screen?

    Or wallpaper?

    Right-click on your desktop and select Personalize.

    Office link is at the bottom left and use a win-7 theme.

  • I need a box multi select drop-down list or list of selection with image or icon faclitliy

    Hello

    I tried to find a plugin or a jquery plugin that allows to perform the task of

    have a list of selection with images and there should be a facility such as multi select.

    How this can be accomplished. One have they implemented it in any of their application

    Any information will be greatly appreciated.

    Thank you

    pauljohny100 wrote:

    Hello

    I tried to find a plugin or a jquery plugin that allows to perform the task of

    have a list of selection with images and there should be a facility such as multi select.

    How this can be accomplished. One have they implemented it in any of their application

    Any information will be greatly appreciated.

    When ask questions user interface-related still State (at least) the full version of APEX, the theme and the version of browser compatibility / required.

    See the plugin jQuery Select2 , for which there is a plug in APEX .

    Pre-plugin when we have implemented requirements like this using a model report, CSS and personal...

  • Dynamic selection tabular list

    Hello, I am new to the PL/SQL and APEX.

    I want to create the dynamic selection list in a table based on another column in the same tabular form. But lack me of expression stop.

    Can someone tell me whats wrong with my code?

    Behold, my code

    SELECT ID, NILAI,

    APEX_ITEM. SELECT_LIST_FROM_QUERY (7, NILAI,'SELECT V.MEANING AS DISPLAY,)

    LOOKUP_CODE AS RETURN_V FROM apps.fnd_lookup_types_vl@SUCODEV T,

    Apps.fnd_lookup_values_vl@SUCODEV V where T.lookup_type = V.lookup_type and v.attribute_category =' |' SCI_TYPE_SELEKSI' | "and V.ATTRIBUTE1 =' |" BADAN |) SELECT_LIST_NILAI

    OF SCI_TABLE

    v.attribute_category is the search category in the database

    I want to make this dynamic selection list as V.ATTRIBUTE1 value is generated by another column named BADAN

    I'm sorry for the bad explanation

    I just edited my nickname of Lexover XD

    Thank you

    Post edited by: Lexover

    Post edited by: Lexover

    Hi guys, I found the error. Here's the correct code:

    SELECT ID, NILAI,

    APEX_ITEM. SELECT_LIST_FROM_QUERY (7, NILAI,'SELECT V.MEANING AS DISPLAY,)

    LOOKUP_CODE AS RETURN_V FROM apps.fnd_lookup_types_vl@SUCODEV T,

    Apps.fnd_lookup_values_vl@SUCODEV V where T.lookup_type = V.lookup_type and v.attribute_category = "SCI_TYPE_SELEKSI" and V.ATTRIBUTE1 =' | NILAI) SELECT_LIST_NILAI

    OF SCI_TABLE

    I put the apostrophe before | and the column name (parameter) and doble single quote in varchar where clause. Double quotation mark, 2 times the apostrophe. Easy to understand hope.

    Thanks guys for the feedback.

    Lexover

  • Creating HTML dynamically in JS tags for my Panel (using the syntax)

    I am tryinng to dynamically generate a user interface for my Panel. Create tags work very well with the code below - the problem is the syntax for the background image.

    // Construct HTML tags dynamically and append to content container
    for (var i = 0; i < myList.length; i++){
        var html = "";
        html += "<button class='lol'>";
        html += "<span class='lol2' style='background-image: url(" + myList[i].icon + ")'></span>"; // Syntax broken here
        html += "<p class='lol3'>" + myList[i].text + "</p>";
        html += "</button>";
        $("#content").append(html);
    }
    

    The tags are generated fine - but I don't get the property background-image for them - probably because the url() attribute syntax is broken. Also important to mention is that myList [i] icon contains a string - so it's not a data problem.

    The url of the background image is not a string itself? Try adding additional quotes in there:

    var html = "";
    

    Had to get away from them otherwise is a mess.

    Hope this helps,

    Davide Barranca

  • ImageCapture.jsx - select ALL images in a folder?

    Hi all

    I am designing a book, 300 images with captions.  I was delighted to discover that this script should theoretically create a contact sheet with the titles of each image for me!

    Except it does not register that in 38 of the 300 images. I can't understand why he can't see the rest in the folder. Any ideas?

    Thank you very much

    HM, you could add the names of files as well without using scripts.

    I don't know the exact English order, because I'm on a German InDesign, so here's a screenshot:

    Should be under objects-online legends (InDesign CS6 and above).
    If you check "[x] group with image caption" in this dialog box, you can also do dynamic captions containing the name of the image or other metadata, which will change automatically, if you replace the image with another in the group. If you ungroup the group legend is not dynamic more.

    See also:

    Create captions in InDesign

    Uwe

  • Library module always selecting 2 images

    Library module is now always select 2 images, even after any order. It started all of a sudden during the definition of metadata location in Lightroom 5.6 on Windows 10.  How to restore the normal selection behaviors?

    Resolved - likely user error.  Fixed by switching to library mode compare by clicking Done.  I had accidentally entered this mode at any time by updating the metadata for the location.  The strange thing is that several years of similar use, I've never seen so far this behavior to always have a minimum of two selected images.

  • Maybe you are looking for

    • Satellite 510 - Wlan upnp sharing question

      Hello I have a Sat 510 Windows 7, I connect to my network through a wireless access point.Everything seems to work except upnp sharing from my laptop which does not recognize some devices, same XBOX360 connect / even though I can see it on the networ

    • Regsrv32 is not recogniozed as an internal or external command

      Running Windows 7 Ultimate SP1 as the only user (Administrator) Only recently installed: new installation of Windows 7 Just ran SFC/scannow and fixed some prioblems. Try saving the DLL to elevated command prompt. Typed: regsrv32 lxbxtime.dll Answer:

    • Ink &amp; Slide like a regular pen?

      Hello!I love this product! Just one thing so far, he is not an Android version.However, that being said, I think the pen is better than 95% of the Android tablet pens. He seems comfortable, does not block the tip of hundreds of pixels, the quality of

    • load order

      I'm trying to get a .oam file to load the first page rather than wait for other animations to load. I chose the alternative "immediate" on the edge, but I don't think it applies. Is it possible to specify in the Muse?Thank you

    • CSS file remote - how do italicize the text in the cell

      I added this rule remote CSS file. FTR {}text-align: center;.   make-style: italic! important;}Tried applying class TR, TD and same P, but it will not display italic.Prefer not to use an inline style.Test page is here: Peattie Capital Management: inv