9i Reports Graphic using JSP not showing in Portal

Using Portal Rel 2, 9iAS Report Server Rel 2, Oracle 9i database and 9iDS Report Builder, SUN servers and Windows2000 (for Builder).
I've created 2 reports very simple, using scott.emp table, one tabular (deptno,ename, salary) and one line graph (ename,salary) both created as .RDF (paper layout) and .JSP (web layout).
The tabular reports both work fine on portal (after setting Oracle Reports Security as Servelet and as JSP).
The graphics only work as Servlets , as .JSP it shows the little box with the red x.
If I run the reports outside of portal, all 4 work fine.
Any idea what might be the problem?
Thanks in advance for all your help on this.
Max.

Hi Zsolt:
Thanks for your response. May I ask you further questions regarding your solution:
1) content SCORM compliant?? (yes/no)
Yes, it is SCORM compliant
2) check in / publish the content in the Authoring Environment
I am not sure if my colleague has check-in/publish it in AE. I'll check on this one.
3) go to the LSO back-end and create a WBT
Do you mean creating a Course Type with Delivery Method "WBT"? if yes, I've done so. If no, then how do I do it?
4) enclose the cheked in / published content
Do you mean creating IT5006 - Course Type Content to link the content to the course type? if yes, I've done so. If no, then how do I do it?
5) try to find on the portal again
I'll ask my colleague about Step 2 and then I'll re-try again..
Thanks,
Sean

Similar Messages

  • Push button ijn appraisal showing in backend but not showing inn portal

    Hi Expert,
    I would like to ask that push button in appraisal while configuring ESS/MSS package.
    It is showing in backend, but not showing in portal.
    Request you to give your inputs to bring push button on to the portal.

    Hi,
    are you using the same user to access backend and portal?. In backend, did you try from transaction PHAP_CHANGE with that user?. If you try with transaction PHAP_ADMIN in backed you are accessing as administrator, so you cannot compare the behaviour in PHAP_ADMIN and portal.
    Regards,
    Ana

  • Graphics in applet not showing

    Hi
    I am new to applet making. I am using some jpgs in my applet for menu purposes.
    I have put the images in the jar file in the correct directory but the images are not showing up.
    but if i actually put the jpgs in the directory of the jar files it shows up.
    my question is .. how can I make the images show up with out having to actually have them in a folder but just have them in the jar files.
    Thanks

    Just use the archive attribute of the applet tag point
    to your jar file e.g
    <applet code=someclass archive="somejar.jar" width=xx
    height=xx>
    </applet>I am using the archive attribute.
    and I made sure my graphics are in the right directory.
    I also tried putting them in same directory as the classes and changing my code.
    But they still don't show up.
    Thanks for you help!

  • JSP not showing code insight on press of CTRL+SPACE

    Hi , i am using jDeveloper 11.1.2.
    When i was using JDeveloper 11.1.1.3 , my jsp's where showing code insight correctly when i clicked on CTRL+SPACE after writing any methodname etc.
    But after upgrading to jdeveloper 11.1.2 my jsps are not showing code insight on ctrl+space , only java file shows properly code insight.
    Please help me.
    Note: but my jsp's compile successfully and run also, only code insight is not working.
    Zeeshan

    can some one please help me ?
    Zeeshan

  • ALV Title using I_GRID_TITLE not showing up in REUSE_ALV_GRID

    data:      vg_grid_title    TYPE LVC_TITLE.
    move 'Batch: XXXXXX'' to vg_grid_title.
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
         EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
       I_CALLBACK_PROGRAM                = sy-repid
           i_callback_pf_status_set          = vg_status
           i_callback_user_command           = vg_ucom
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
       I_GRID_TITLE                      = vg_grid_title
    *   I_GRID_SETTINGS                   =
       IS_LAYOUT                         = sg_layout
    Title is not showing up.
    Do i need to do anything extra.?

    Hi
    Please try dis :
    VG_GRID_TITLE = 'Batch: XXXXXX'.
    and
      I_BACKGROUND_ID                   = ' '
       I_GRID_TITLE                      = VG_GRID_TITLE
    *or *
    make use of
    class : CL_DD_DOCUMENT .
    DATA: TEXT1 TYPE SDYDO_TEXT_ELEMENT,
    data : DOCUMENT TYPE REF TO CL_DD_DOCUMENT. "#EC CALLED
      CALL METHOD DOCUMENT->ADD_GAP
        EXPORTING
          WIDTH = 150.
      TEXT1 =  'YOUR GRID TITLE IN THE REPORT '.
      CALL METHOD DOCUMENT->ADD_TEXT
        EXPORTING
          TEXT         = TEXT1
          SAP_EMPHASIS = strong .
    Hope it helps
    Regards
    Swapnil

  • Problem with html link in my jsp----Not showing

    Hii frnd ,i m trying to put a <hhtml:link> tag in my jsp ,
    the tag is not showing up.
    Wht can be the possible reason for tht.

    You would probably increase the chances of getting a reply if you posted the code you use. There could be a hundred different reasons.

  • REPORT VIEW OUT PUT NOT SHOW

    HI ALL
    Report view output not show. only one user cant not view report output
    here is a 1 user who cant see report view output what ever other user can see view
    when the user click view output no error show nothing happen
    can anay 1 tell me how can i slove this problem ?
    Regards
    Yasir
    [email protected]

    Hi,
    Report view output not show. only one user cant not view report output
    here is a 1 user who cant see report view output what ever other user can see view
    when the user click view output no error show nothing happenWhat is the application release?
    What is the type of this concurrent program? Is it a seeded or custom one?
    can anay 1 tell me how can i slove this problem ?Please see if these docs help.
    For R12:
    Concurrent Report Access Level [ID 736547.1]
    How To See Log And Output Files Of Requests Ran By Other Users Using Same Resp In R12 [ID 563946.1]
    R12 RBAC Unable to View Output of Requests Submitted by other Users [ID 862812.1]
    In EBS R12 How Setup UMX / RBAC To View A User's Request Under Any Responsibility [ID 960405.1]
    For 11i:
    How to View the Output of a Request Launched by Someone Else [ID 413382.1]
    Thanks,
    Hussein

  • Report generation using jsp

    I am developing a website using jsp on tomcat.The site required a number of online report generation option from database(mysql).
    My problem is-
    1.how to generate different types of report other than simple html tag embedded within jsp .
    2.How to store all those reports in a file(.txt or .doc).
    N.B I dont want to use any reporting tool.

    Mantosh,
    Have you seen this developer zone article which details accessing Citadel Data using COM+ and ADO?
    http://zone.ni.com/devzone/conceptd.nsf/webmain/725A6C3843F13C8786256EA600633724#6
    Also, this KB article provides more detail on how to access Citadel data using SQL commands and I think will help answer your question:
    http://digital.ni.com/public.nsf/websearch/C7D32F9A59D4637086256A7200692F30?OpenDocument
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

  • Graphics Card Does Not Show Up In Device Manager (Re: Installing AMD Video Drivers - Windows 8.1 (Step-By-Step Tutorial)

    This tutorial is a step-by-step tutorial on how to "fix" issues of a new graphics card not appearing in Windows 8.1 Pro, or not appearing (as a device) in Device Manager, or it's not being detected by Windows 8.1.
    This is the "second part" of a Step-by-Step Tutorial on how to install AMD Radeon graphics card drivers in Windows 8.1 Pro.
    GRAPHICS CARD IS NOT DETECTED AND DOES NOT SHOW UP IN WINDOWS 8.1 DEVICE MANAGER
    This problem can appear if the video card is not installed properly in the PCI slot and as a result the card is not detected in device manager. Check the physical connections again, reinsert the card properly in the PCI slot, check the connections (including the power cables going to the video card, and ensure that the fan on the graphics card is spinning and the card does have power and is properly seated/inserted) and then install the drivers from the manufacturer’s website.
    If the video card is in fact installed properly, but the problem of the video card not being discovered/found by the operating system persists, then try these following methods below to check if this solves the problem.
    Method 1:
    First, I would suggest you to run the following Microsoft Fixit to get the problem automatically detected and fixed. This Microsoft "fixit" App checks if the device is currently disabled or turned off or the driver is not installed.
    Hardware devices are not working or are not detected in Windows.
    http://support.microsoft.com/mats/hardware_device_problems/en-us
    Method 2:
    Sometimes, some devices in device manager are hidden due to corrupt or missing drivers.
    Follow the steps below to show hidden devices in the device manager and troubleshoot accordingly.
    Press the Windows key + X
    Select Command Prompt (Admin)
    Type set devmgr_show_nonpresent_devices=1 and hit enter
    Type Start DEVMGMT.MSC and hit enter.
    Once in Device Manager hit the View menu and select show hidden devices.
    From here, remove each instance of the AMD or Nvidia card you see as well as each unknown device. Exit Device Manager and reinstall the latest drivers you can find for your graphics card.
    After you install the drivers, reboot and see if you get any different results.
    If the above solved your problems and the Graphics Card is now working and is now being properly detected/displayed in Windows Device Manager:
    If your graphics card is now being detected by Windows 8.1 in Device Manager, but has a "yellow exclamation" mark (or video drivers are not found or not properly installed or the device is disabled) then install the latest graphics card drivers and proceed with this Step-by-Step Tutorial on how to install AMD Radeon graphics card drivers in Windows 8.1 Pro.
    Method 3:
    If methods suggested above does not help, I would recommend you to contact Apple/AMD/NVIDIA to get the latest chipset, BIOS, graphics card drivers installed properly.

    This tutorial is a step-by-step tutorial on how to "fix" issues of a new graphics card not appearing in Windows 8.1 Pro, or not appearing (as a device) in Device Manager, or it's not being detected by Windows 8.1.
    This is the "second part" of a Step-by-Step Tutorial on how to install AMD Radeon graphics card drivers in Windows 8.1 Pro.
    GRAPHICS CARD IS NOT DETECTED AND DOES NOT SHOW UP IN WINDOWS 8.1 DEVICE MANAGER
    This problem can appear if the video card is not installed properly in the PCI slot and as a result the card is not detected in device manager. Check the physical connections again, reinsert the card properly in the PCI slot, check the connections (including the power cables going to the video card, and ensure that the fan on the graphics card is spinning and the card does have power and is properly seated/inserted) and then install the drivers from the manufacturer’s website.
    If the video card is in fact installed properly, but the problem of the video card not being discovered/found by the operating system persists, then try these following methods below to check if this solves the problem.
    Method 1:
    First, I would suggest you to run the following Microsoft Fixit to get the problem automatically detected and fixed. This Microsoft "fixit" App checks if the device is currently disabled or turned off or the driver is not installed.
    Hardware devices are not working or are not detected in Windows.
    http://support.microsoft.com/mats/hardware_device_problems/en-us
    Method 2:
    Sometimes, some devices in device manager are hidden due to corrupt or missing drivers.
    Follow the steps below to show hidden devices in the device manager and troubleshoot accordingly.
    Press the Windows key + X
    Select Command Prompt (Admin)
    Type set devmgr_show_nonpresent_devices=1 and hit enter
    Type Start DEVMGMT.MSC and hit enter.
    Once in Device Manager hit the View menu and select show hidden devices.
    From here, remove each instance of the AMD or Nvidia card you see as well as each unknown device. Exit Device Manager and reinstall the latest drivers you can find for your graphics card.
    After you install the drivers, reboot and see if you get any different results.
    If the above solved your problems and the Graphics Card is now working and is now being properly detected/displayed in Windows Device Manager:
    If your graphics card is now being detected by Windows 8.1 in Device Manager, but has a "yellow exclamation" mark (or video drivers are not found or not properly installed or the device is disabled) then install the latest graphics card drivers and proceed with this Step-by-Step Tutorial on how to install AMD Radeon graphics card drivers in Windows 8.1 Pro.
    Method 3:
    If methods suggested above does not help, I would recommend you to contact Apple/AMD/NVIDIA to get the latest chipset, BIOS, graphics card drivers installed properly.

  • Expense Report Summary page does not show any totals - only zeros

    Hi All,
    On creation of Expense Report in the portal  When entering a billable expense report, when you get to the summary page is does not show any totals - only zeros for other two schema's its working fine like displaying totals
    we are surprised that any custom development is hitting or anything relates with configuration
    Provide valuable inputs to proceed further
    Regards
    Jaipal

    Hello vetsrini.
    Thanks a lot for your kind reply. As i said, i'm new to this and sometimes i just cannot pass over some problems. Here are the fields i have inserted:
    <?for-each:LIST_G_SETUP/AS_OF_DATE?>
    <?end for-each?>
    <?for-each@section:G_CUST_INV?>
    <?for-each:G_1?>
    <?INVNUM?>
    <?INVOICE_TYPE_INV?>
    <?DUE_DATE_INV?>
    <?sum (C_INV_BALANCE)?>
    <?sum (C_INV_B0)?>
    <?sum (C_INV_B1)?>
    <?sum (C_INV_B2)?>
    <?sum (C_INV_B3)?>
    <?sum (C_INV_B4)?>
    <?sum (C_INV_B5)?>
    <?end-for-each-group?>
    <?TOTAL_INV_AMT_DSP?>
    <?TOTAL_INV_B0_DSP?>
    <?TOTAL_INV_B1_DSP?>
    <?TOTAL_INV_B2_DSP?>
    <?TOTAL_INV_B3_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?end for-each:G_CUST_INV?>
    In the header of the template i also have <?CUST_NAME_INV?> and the report date. When i try to enter the <?AS_OF_DATE?> it is not printed and also the header is not shown any longer. Once again, thank you for any help,
    Octavio

  • Report Painter - Account descriptions not showing

    Hi guys...I have created a balance sheet in report painter, using a library based on table FAGLFLEXT. this table does not have account descriptions in it, but only account number. The client wants to see the account description as well. Is there a way I include that in my report? Since we are using the new GL, i have used FAGLFLEXT. Please advise how I can accomplish this...can I use a view or a table join between FAGLFLEXT and SKA1?
    please help
    thanks
    Brian

    Dear Brain,
    In the report painter, GRR2, select your report and go to
    Formatting > Section layout
    Select the lead column tab
    Here in the Contents field, select "Key and description"
    That would resolve the issue.
    regards
    Venkatesh
    assign points if useful

  • Crystal Report Viewer icons do not show in Web Application Project in VS2005 (Web Site Project OK)

    Post Author: jsdude99
    CA Forum: Crystal Reports
    Hi,
    With Visual Studio 2005, the Icons at the top of the CrystalReportViewer do not show on Web Application Project. However, If I have a web site project, they are all shown. Please note that I found number of posts that people not seeing the icons after the deployment but my case is the development environment. Once I pass the first hurdle I may face further problems like the other people, so If you happen to know answers in both situations, please share your knowlegde..
    PS: I created two new types of projetcs and have just a CrystalReportViewer on the default page. Data is shown fine but the icons are missing (red X placeholders instead of icons) in Web Application Project. Very straight forward test.

    We havent tried that.  We changed the link in the web part to access an html page that claims that the report is loading.  It states in the html that if the page doesnt load to "click here" which redirects to the crystalreportviewer.  Its a temp fix for it.  One thing we are looking at is the 64 bit version of the Sharepoint integration kit.  That may contain a reportviewer webpart.
    Thanks for the reply.
    Brian

  • I book text boxes that are not used will not show up in the printed book?

    If I don't want to use all the text boxes for my printed book will the outline be printed anyway?(black background with white text box) I assume there is no way to turn the captions off.
    Many thanks in advance.
    Dennis

    Dunny
    Welcome to the Apple user to user assistance forums
    Which theme and layout are you discussing
    In general text boxes do not show in printed books - however they must have something in them - at least a single space
    But some clearly show up - in the travel theme the layouts that have text blocks that look like a torn piece of paper or a post card will of course print
    Always preview your book and verify the resulting PDF to see what you rfinal book will look like - http://support.apple.com/kb/HT1040
    And usually I can find an alternative layout with no text
    LN

  • Exchange 2013 Delivery Reports - Why does it not show forwarded mail?

    We just migrated from 2010 to 2013 and all seems to be working well... We started using EOP at the same time with only a few hiccups.  Our Get-MessageTrackingLog command shows all of our email that was delivered or failed, etc... but when I try to run
    "Mail Flow -> Delivery reports", it forces me to select a mailbox and I leave the other fields empty - and it only shows emails that come directly to me.  The problem is, I have half a dozen email accounts that are set to forward their email
    to my exchange account.  None of those emails show up with the delivery reports method - but they DO show up via the powershell get-messagetrackinglog command...
    With EOP I can see all the emails if I use "Mail Flow -> Message Trace"... why does it work with EOP, but on our local box - it's nerfed to just emails who specify my direct exchange address?

    Hi,
    I have tested to use Delivery Reports to search my manually forward messages in my Exchange 2013 CU1 environment. And the forward messages can be searched and listed in the Search results.
    Please make sure the users who forwarded emails to you are in your organization and they are sending
     messages by using the Microsoft Outlook or Outlook Web App email clients. Because Delivery Reports doesn’t track messages send from POP or IMAP email clients. For more information about Delivery Reports, please refer to:
    http://technet.microsoft.com/en-us/library/jj150554(v=exchg.150).aspx
    Additionally, I also tested auto-forward scenario:
    User1 is configured to auto-forward messages to User2 in Exchange side(for details, please click
    here), when User3 sends a message to User1, the message is forwarded to User2 automatically. If so, when we use Delivery Report to search this forward message for User2, we
    need to use Search for messages received from User3 instead of User1 to get this forwarded message.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Web App not showing in Portal Preview

    We are running two web apps (Wordpress sites zebraWP and zms) under our subscription at Azure. They both show under the old management portal but only one shows in the new portal.  Reading through a previous question, I went to resources.azure.com and
    the site (zebraWP) that is not showing shows Error: 'Resource not found'
    The website otherwise appears to function normally.
    I am not sure how to correct this. I have a nice example of what should be there from the other site but am reluctant to try to edit anything myself.

    You can work around by using resources.azure.com to create the site with the same name (zebraWP).    Make sure you put the matching location and serverFarm with the origin site.   For instance, location "West US" and serverFarmName
    "DefaultServcerFarm".   See if it helps.  
    Suwatch

Maybe you are looking for

  • HT5266 best resolution in windows 8.1 on macbook pro retina 15 ?

    Hi which resolution is the best in windows 8.1 on macbook pro retina 15 ? for software Like SolidWorks or the other? because the recommended resolution is good but some software like SoliWorks not optimized for retina resolution !!! Thanks

  • Scanner and Software for Lion with document feeder to Scan thousands of photos

    I have an older HP PhotoSmart Print 7280 that can scan photos.  On the PC HP had software that would allow you to scan through the document feeder and batch correct/crop the photos before creating files.  This printer/scanner doesn't have HP software

  • Change the Operating Unit and GL set of books on a responsiblity

    Hi Every one few of the responsibilities which were configured have a either a wrong of set of books or a wrong operating unit For example a responsibilty which was suppose to have US Set of Books and US operating Unit has MX Set of Books and US Oper

  • Printing All Documents being browsed FileMaker

    When printing from FileMaker on any of my printers, after upgrading to Mountain Lion, it will only print one record out of the found set of records even when you select print all records. I am running FileMaker 10.03 Any suggestions as to a fix?

  • Calling C function that has Void* pointer

    Hi I am trying to use some c functions in java using the JNI. This C function has 3 inputs, 2 integers and a void* pointer. I can import the 2 integers from java but dont know how to deal with the void* pointer. I would be greatful if someone could h