BW report images

Hi guys,
I've created some BW report iViews using the iView template (BW 2.x/3.x Web Application iViews) tht will extract from our BW system that has already been configured in the Portal's system landscape. It is able to successfully retrieve the information but somehow cannot seem to render standard images properly. However, when I call the the report directly by typing the full URL of the report in the IE address, it is able to render everything.
Anyone has any idea?
Thanks,
ZM

Hi,
Check whether the the Mime repository has the images or not in BI 7 server.
If Mime has the images then the BI and portal configuration is not done properly using the BI template installer.
You need to set the set the BWMANDT in table RSADMINA to current used default client.
Also try to set the BEx web,
The problem might get resolved after setting BEx Web.
Required Steps
You can perform an initial check of the automatic configuration with the
following steps:
Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
1. Execute the report RSPOR_SETUP with transaction SE38 (or SA38; or you
can execute the report from the SAP Reference IMG, see Documentation
below)
2. Use value help of entry field Program ID (or RFC Destination) to
choose <BI_SID>_<J2EE_HOSTNAME>_<J2EE_SID> as RFC Destination (this
destination is created by the Template Installer)
3. Enter Portal SID (required to check step 10)
4. Press button Execute
Placeholder <BI_SID> correspond to the field BACKEND_SID of the Template
Installer's Data Entry. <J2EE_HOSTNAME> correspond to the field J2EE HOST
and <J2EE_SID> to J2EE SID.
Thanks,
Regards,
Aditya Metukul
Edited by: aditya metukul on Sep 25, 2008 12:30 PM
Edited by: aditya metukul on Sep 25, 2008 12:34 PM
Edited by: aditya metukul on Sep 25, 2008 12:35 PM
Edited by: aditya metukul on Sep 25, 2008 12:35 PM

Similar Messages

  • How to create report image like artwork demo

    Dear Pakars
    How to create report image like artwork demo ?
    Thanks
    Imansyah

    Hello,
    Are you asking how to include images in a report? If so, take a look at the declarative blob support documentation -
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Report images in Report Viewer are shown in original size

    I have a strange problem with embedded report images. I have inserted few images to report and set their size to FitProprtional. When I run the report in BIDS (VS 2008)  the rendered image is shown as it is supposed. When I install the report to CRM
    2013 Online environment and run the report the report viewer shows the images in original size. But when the report is exported to PDF or Word the images are displayed the size I want them to be shown. Good thing is that the reports are ment to be used as
    printed, but it is quite annoying to the users when they preview the reports in report viewer.
    Cheers,
    Pete

    Any ideas to this?

  • Live Office and Webi reports images..

    Hi All,
    I have one webi reportrs and put the imgaes in the webi report.when i am pulling this report in the word or PPT via live office these images are not coming  in the word or PPT.
    Can any one please tell me to this is possible or not in the word or ppt via live office?
    any workaround to get webi reports images in the live office.

    alex1234
    Did you check OnDemand option in Object/Application properties??
    Which will show on the fly, all Prompts defined @ WebI report/query level.
    I'm Back

  • Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Experts,
    I am using Crystal report for Eclipse and also using Struts2 and tiles framework combination.
    The problem is when viewing the report all I've got is red X on all images and the graph image also not showing. This is when I use tiles and my jsp is inside the web-inf folder.
    This is my struts link: href="s:url value='/report/reportOpen.action?report=1'
    I've checked that the path to the viewer generated HTML is not correct. see code below.
    src="../../../crystalreportviewers/js/crviewerinclude.js"
    But when I test to access a simple jsp viewer that resides on the web root folder, this works fine but of course this is not what I want to have. I need to have my banner and menus on top of the report page (using tiles)
    This is my jsp link: href="s:url value='/ReportViewer.jsp?report=1'
    Viewer generated HTML below.
    src="crystalreportviewers/js/crviewerinclude.js"
    This might be a common problem and that you can share to me your solution.
    Note: I removed the script tags because I can't submit this entry.
    Thank you  in advance,
    Regards,
    Rulix Batistil
    Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Saravana,
    After a few experimentation from your idea i was able to figure out the problem and now it is working.
    I don't have to copy the folder to where my jsp resides but still maintains it in the root location:  web/crystalreportviewers
    The changes should always be in web.xml.
    1st: change the crystal_image_uri value to ../crystalreportviewers
    2nd: change crystal_image_use_relative value to "web"
    Change to "web" instead of webapp because that is what I named my web root folder.
    <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>../crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>web</param-value>
         </context-param>
    Thank you. You showed me the way on how to solve the 3 day problem.
    BTW, my next problem is when clicking on any buttons prev/next/print/export, I got this error HTTP Status 404.
    Well, at least for now I can view my initial report.  I just need to figure out the next issue and with the help of the great people here in the forum.
    Thanks a lot.
    Regards,
    Rulix
    Edited by: Rulix Batistil on Nov 26, 2008 7:27 AM

  • Crystal Report Image Problem

    On launching the Crystal Report we are getting the error "Failed to get the specific page." this is shown above the Crystal report viewer.  In the bottom of the viewer "Error:Programming Error" is displayed.  The same report is working fine when the image is removed in the rpt file. 
    Opertaing System : Windows Server 2008 Standard with Service pack1 (64 bit server).
                                    IIS is running in 32 bit
    Crystal Report Version : Crystal Report XI.  (It is not release 2)
    It is a web based application coded in C# for launching the report.
    Steps that has been verified are
    1. Modifying the App pool from integrated to clasic
    2. In the web.config http handlers has been included (under classic mode)
    3. In the integrated mode i tried with <handlers> entries in System.Webserver that too got failed.
    <handlers>
         <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandlerPage, CrystalDecisions.Web, Version=<version>, Culture=neutral, PublicKeyToken=<keytoken>" preCondition="integratedMode"/>
    </handlers>
    <validation validateIntegratedModeConfiguration="false"/>
    Is there any hot fix or settings available for this issue.
    Please Note : The same report deliverables are working fine in Crystal Reports XI Release 2 and Windows 2003 server.

    Your best bet is to install the last service pack for XI and use the same level runtime for deployment and give it a shot or just move to XI R2.
    XI hasnt been supported for quite a while and was never tested or supported on Win2008 or 64 bit servers as far as I know.
    I didnt see anything specific to this that wasnt fixed by a hotfix.
    Are you publishing this as a web service or a regular web app?

  • Interactive Report, Image display on download.

    hi all
    I have an interactive report with an image column displayed with a case statement (below)
    CASE
    WHEN APP.RENEWAL_DATE < SYSDATE
    THEN <--img src="#IMAGE_PREFIX#FNDCANCE.gif"-->
    WHEN APP.RENEWAL_DATE > SYSDATE
    THEN <--img src="#IMAGE_PREFIX#Fndokay1.gif"-->
    ELSE <--img src="#IMAGE_PREFIX#wwv_small_help.gif"-->
    END CRB_Valid,
    when i download this for printing (as pdf / xls / rtf) i just get the <--img src="#IMAGE_PREFIX#FNDCANCE.gif"--> text in the report column. i assume this is to do with the URL being outside of an APEX app but im no HTML boffin can anyone tell me how i reference the image so it shows up on the reports? or is there a better way of acheiving the above?
    - Sol

    Hi,
    You can use v('IMAGE_PREFIX') in your SQL statement:
    CASE
    WHEN APP.RENEWAL_DATE < SYSDATE
    THEN '&lt;img src="' || v('IMAGE_PREFIX') || 'FNDCANCE.gif"&gt;'
    WHEN APP.RENEWAL_DATE > SYSDATE
    THEN '&lt;img src="' || v('IMAGE_PREFIX') || 'Fndokay1.gif"&gt;'
    ELSE '&lt;img src="' || v('IMAGE_PREFIX') || 'wwv_small_help.gif"&gt;'
    END CRB_Valid,Andy

  • How to set crystal report image object's file path dynamically from file system in vb 2010

    I using visual studio 2010 and sap crystal report is installed on it.
    I have a report with picture box on it and i need to load image to this picture box from vb e.i.
    Dim imgPhoto As CrystalDecisions.CrystalReports.Engine.PictureObject = crShortReport.ReportDefinition.Sections(3).ReportObjects("imgPhoto")
    imgphoto.image= loadpicture("c:\abc.jpg")
    So, please help...
    Thanks

    Crystal reports is a thrid party program
    and is
    not supported by
    Microsoft, you will have a beter chance getting help here
    http://scn.sap.com/community/crystal-reports.

  • Portal activity report(image problem).

    Hi All,
    I have a problem in Portal Activity report of Number of users who logged on.
    In "Number of users who logged on" report, there is one java image(applet).It is not rendering. It is giving the error :
    Java Plug-in 1.6.0_01
    Using JRE version 1.6.0_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\km39649
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    Piglet Version 1.1.35 - 07.12.01
    java.lang.NullPointerException
         at com.sap.miniapps.graphics.CategoryChart.setChartType(CategoryChart.java:898)
         at com.sap.miniapps.graphics.Piglet.init(Piglet.java:268)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.AnimationPanel.createTranslucentImage(Unknown Source)
         at sun.plugin.util.AnimationPanel.createGradientShapeImage(Unknown Source)
         at sun.plugin.util.AnimationPanel.initBackground(Unknown Source)
         at sun.plugin.util.AnimationPanel.preloadResources(Unknown Source)
         at sun.plugin.util.AnimationPanel.doPaint(Unknown Source)
         at sun.plugin.util.AnimationPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Can any one please help me why it is coming?
    Thanks in Advance,
    Kavitha

    I am using ORACLE.
    Actually the iview is the standard par iview, so i have created it from the "iview from Par" and that too in my test server seperately. I have created a new folder and under it i have created this new iview from Par. I have taken the com.sap.km.activityreport.frontend. and under this the activity report component.
    I have also restarted the Data collection service. Other than these I did not do any other configurations. Any thing else is required?
    Thanks in advance,
    kavitha

  • Crystal Reports Image box does not display images.

    Post Author: xbhavesh
    CA Forum: .NET
    i have CR report which has a Imagebox to display images from db table. i am storing the images in a table as path. in my dev machine when i load the .aspx page with the crystal report it shows the image in the box but when i run it from the web server the image does not show.
    even from the .rpt file i get the image and all data.
    anyone know how can i get this working?
    the images are stored in a mapped network drive and the version of cr is XI R2.

    Please post to Business One forum

  • Reports - Image resolution : How to minimize file size of exported report?

    Our reports are currently using high quality images which makes the file size bigger. Is there any way to reduce the exported report's file size?
    Please provide us the way to use lower quality images in reports to minimize the file size.
    NOTE: In these reports we are embedding the images (with ".jpg" format) programatically at runtime. Also we are using Crystal Reports XI (Product Version 11.5.0.313) with .Net 1.1 framework.

    Using an image program like Photoshop or Paint Shop Pro you need to reduce the number of colors and DPI while maintaining as much of the clarity as possible.
    Here's what steps will help.
    Open the image you want to change.
    Check the 'Count of Colors used' in the tool you're using.  If more than 256 (8 bit) you'll not be able to do much to reduce colors, but most likely the image has a palette of 17.6 million colors (24 bit)
    If a color image, try reducing to 8bit, 10bit or 12bit.  If a b&w change it to grey scale and reduce.  Some forms can be reduced to 16 (4 bit).
    Next, check the DPI, usually in the 'image information' tool.  If it's more than 200 try reducing to 200.
    Save the image in BMP format with RLE compress if possible.  Look at it in the image tool to see if it has held up.
    We recently pulled 11 pages from a PDF to PNG, changed them to greyscale BMP at 4bit 200DPI and it reduced the RPT file size from 317000k to 2000k.

  • Report Image not clear in Oracle Apps

    Hi guys
    I wonder if you can help me. I have a report with a logo. The report works fine but when I run it in Oracle Apps, the logo comes out blur. My output is PDF. Is there a way I can make the image look clear?

    Refer
    How to CLEAR all the items in OAF on a button click
    Clear Button Issue
    -Anand

  • 9i Reports images not displayed

    I have a report that generates a graph
    It is working fine in pdf format but in HTML format it works only on the App Server or the Infrastructure box
    Could somebody help me with this
    Thanks in advance
    Santosh

    We am using "jv:imageButton" tag for displaying the image and below is the tag code,
    <jv:imageButton styleClass="buttonStyle"
    selected="true"
    onclick="networkCanvas.setInteractor(clientSelect)"
    image="../oracle/communications/inventory/ui/images/arrow.png" buttonGroupId="interactors"
    rolloverImage="../oracle/communications/inventory/ui/images/arrowh.png"
    selectedImage="../oracle/communications/inventory/ui/images/arrowd.png"
    title="#{inventoryUIBundle.SELECT}"
    message="#{inventoryUIBundle.SELECT}" />
    The able code is present in the below path,
    ..\public_html\oracle\communications\inventory\ui\network\page\NetworkView.jsff
    The images are present in the following path,
    ..\public_html\oracle\communications\inventory\ui\images\zoomrecth.png
    I am not thinking this is a Platform Beta 3 uptake issue. And I am suspecting an issue with integration of ilog with ADF. Any help in this regard would be helpful.
    regards,
    Chandra
    Edited by: user638992 on Feb 25, 2010 3:40 AM

  • Standard Report & Image Column

    Hi everybody,
    I have a standard report for employees in this report there is an image column displaying the employee photo.
    Of course if there is no image in the database for the employee the report won't display anything.
    What I want is that if the image column is NULL the report will display a standard NO_PHOTO.JPG image for this employee.. is this possible??
    My select statment is simple:
    select
           "EMP_ID",
           "EMP_FIRST_NAME",
           "EMP_SECOND_NAME",
           "EMP_FAMILY_NAME",
           dbms_lob.getlength("EMP_PHOTO") "EMP_PHOTO"
    from   "T_EMPLOYEE"

    One method is to use a Dynamic Action to insert the default image when there isn't one in the report. This avoids having to modify the report query or attributes.
    h4. When
    Event: After Refresh
    Selection Type: Region
    Region: <your report region>
    h4. True Action
    Action: Execute JavaScript Code
    Fire On Page Load: Yes
    Code:
    $('#emp-report td[headers="PHOTO"]')
      .contents()
      .filter(function() {
        return this.nodeType === 3; // report cell contents is a text node, not an img element
      .replaceWith('<img src="&WORKSPACE_IMAGES.NO_PHOTO.jpg" alt="No photo">');Another is to put the logic in the query and get the image source programatically:
    select
           "EMP_ID",
           "EMP_FIRST_NAME",
           "EMP_SECOND_NAME",
           "EMP_FAMILY_NAME",
              '<img src="' || nvl2(photo, apex_util.get_blob_file_src('P2_PHOTO_FILE', employee_id), '&WORKSPACE_IMAGES.NO_PHOTO.jpg')
           || '" alt="' || nvl2(photo,  "EMP_FIRST_NAME" || ' ' || "EMP_FAMILY_NAME", 'no photo') || '">' "EMP_PHOTO"
    from   "T_EMPLOYEE"Where <tt>P2_PHOTO_FILE</tt> is the file browser item used to upload the photos.
    The Display As column attribute for the EMP_PHOTO column must be changed to Standard Report Column when using this method.

  • Crystal Report images not showing up.

    Post Author: cfloss
    CA Forum: JAVA
    I am displaying reports in my web application
    using the Viewers SDK. The reports are being displayed with a frame
    where the image would be and a small red X in the corner. I have
    entries in my web.xml (shown below) that control where the graphic
    files are put, and I see the files show up that match the name I see
    when I do a view source (shown below), but still no image. The folder
    C:\Temp\CrystalReportsImages contains the file crystal63812.png along
    with serveral other .png files with a similar naming pattern. Does
    anyone have any ideas? web.xml fragment
      <context-param>
        <param-name>crystal_image_uri</param-name>
        <param-value>crystalreportviewers115</param-value>
      </context-param>
      <context-param>
        <param-name>crystal_image_dir</param-name>
        <param-value>C:/Temp/CrystalReportsImages/</param-value>
      </context-param>
      <context-param>
        <param-name>crystal_image_no_delete</param-name>
        <param-value>true</param-value>
      </context-param>
      <context-param>
        <param-name>CrystalEnableLogging</param-name>
        <param-value>true</param-value>
      </context-param>
      <context-param>
        <param-name>CrystalExceptionInfo</param-name>
        <param-value>long</param-value>
      </context-param>
      <context-param>
        <param-name>CrystalExceptionLogFile</param-name>
        <param-value>C:/temp/CrystalReports.log</param-value>
      </context-param>
      <context-param>
        <param-name>CrystalGenerateEPFDebug</param-name>
        <param-value>1</param-value>
      </context-param>
    html source fragment
    <div class="ad1209040389468-0" nowrap="true" style="top:8px;left:9px;width:53px;height:54px;">
        <img src="crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal63812.png"
    border="0" width="53px" height="54px">
    </div>

    Post Author: Ted Ueda
    CA Forum: JAVA
    Right-click on the "Red X", copy the complete URL, paste it into the web browser address field where the viewer is displayed, then go.
    Do you get an error message?
    Is the crystalreportviewers115 folder where it's expected?  Is the crystalimagehander.jsp file where it's expected?  Ensure you've placed the crystalreportviewers115 folder in the expected location.
    Do you happen to have crystalreportivewers115 in a different web app?  You can try FileMon:
        http://www.microsoft.com/technet/sysinternals/systeminformation/filemon.mspx
    to ensure that the web app process is trying to retrieve the image from the correct location.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Studio 17" LCD went black

    I have a 17" Studio LCD monitor connected to a Mac Mini intel via a DVI to ADC adapter. Last night when using the computer the screen suddenly went all black, as if the power was removed and I can not get the picture to return. The power indicator on

  • P6 R8.1.0 Web Access not loading EPS

    Hi, This is really weird situation. It started out of nowhere without any specific change to the app or the DB (SQL Server 2008 R2). Whenever i try to load the EPS (clicking on the tan Project) the Java bar for loading data shows starts and stays the

  • External LCD Monitor Flickers for 10 - 15 minutes before it settles down

    I have a Lenovo 3000 N100 with a samsung syncmaster 931B as the second monitor. When I activate the monitor, it flickers for around 20 minutes before it settles down. I have the resolution set at 1280x1024 32-bit color 60hertz refresh rate. I've had

  • Table cell contents won't show

    I've added a simple sum formula but the result doesn't show. In fact the cell appears totally blank. This has happened in a couple of other cells where the number (single digit) won't show unless I double click and then don't move the cursor. I've ch

  • Bass/treble controls greyed out on audigy 2 nx sound mixer pa

    Hello, I have just re-installed my audigy 2 nx and all related software and the controls for bass and treble are now greyed out and unusable, is this a software problem, i have videlogic fi've one speakers, what can i do to rectify it's thanks