Running Web Layout Of JDBC Query in Oracle Report Builder 11g.

javax.servlet.jsp.JspException: REP-4100: An attempt to execute data source failed. JDBCPDS-62008:A SQL error occurred: {0}. S1000 [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
javax.servlet.jsp.JspException: REP-4100: An attempt to execute data source failed.
JDBCPDS-62008:A SQL error occurred: {0}.
S1000 [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
     at oracle.reports.jsp.ForEachTag.doStartTag(ForEachTag.java:407)
     at jsp_servlet.__module1000802592._jspService(__module1000802592.java:191)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:417)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

For the more clarification, I have used JDBC Query as Data source type and Database connected via ODBC Driver in System DSN. The Driver selected from the drop-downs are jdbc-odbc.
Kindly explain the mistake I m doing.

Similar Messages

  • Run Web Layout in Reports Developer not working properly

    I created a simple tabular report on hr.employees. It runs fine for the "Run Paper Layout" button. When I click "Run Web Layout" I get an IE browser window with the following:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    I do not know where to 'Set the init-param debug_mode to "true"'
    I'm using windows XP
    My "home" for the 10g Developer Suite is I:\DevSuite10g
    My "home" for the 10g Rel2 database is I:\oracle\product\10.2.0\
    I can navigate to http://mycomputer:8890/reports/rwservlet and see the
    "OracleAS Reports Services - Servlet Command Help" webpage
    I'm not using Oracle Application Server software.
    Please Advise........Mark

    Sure, here is the note.
    Subject:  Running JSP Report in Builder returns: Error: 404 Not Found Oraclejsp: Java.Io.Filenotfoundexception
      Doc ID:  372624.1 Type:  PROBLEM
      Modified Date :  07-JUN-2006 Status:  MODERATED
    In this Document
      Symptoms
      Cause
      Solution
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to: Oracle Reports Developer - Version: 10.1.2.0.2
    This problem can occur on any platform.
    Symptomso The loss of functionality
    Cannot test jsp using Run to Web Layout button.
    o The sequence of events
    Open a report in builder.
    Click on Run to Web Layout.
    Browser shows 404 error.
    o The significance of loss
    Cannot test reports in builder.
    o Include specific error messages (error number with syntax)
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the initialization parameter in debug_mode to "true" to query the complete exception message.</HT
    o What IS working
    Paper layout reports work.
    CauseA space in the name caused the URL call for the jsp not to be valid.
    When the URL is generated, the space is treated as the need for a new parameter.
    EXAMPLE
    JSP name: 'my test.jsp'
    Builds the following URL:
    http://server:3000%2Fmy+test000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    While the following name without a space produces a good URL
    JSP name: 'myname.jsp'
    http://server:3000%2Fmyname000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    Note that the '+' is not in the good URL.
    SolutionTo implement the solution, please execute the following steps:
    1. Rename you report from my test.jsp' (with space) to 'mytest.jsp' (no space)

  • Run Web layout hangs

    Hi all,
    I'm having problems running a simple test report on Reports Builder 9.0.2.
    I've created a report based on an Html file saved from Excel, as in the "Output to Excel with Oracle9i Report" from the "Getting Started with Oracle9i Reports" demonstrations.
    When I click on "Run Web Layout" Reports Builder hangs and never unlocks any more.
    The trace log just states the following:
    LOG :
    Rapporto: test6
    Collegato al server: ITTOF066.TORINO.IT.INT.ATOSORIGIN.COM
    Nome utente: joelusr
    Here's the jsp code:
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    <rw:report id="report">
    <rw:objects id="objects">
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <report name="test6" DTDVersion="9.0.2.0.0">
    <xmlSettings xmlTag="TEST6" xmlPrologType="text">
    <![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
    </xmlSettings>
    <data>
    <dataSource name="Q_STUDY">
    <select>
    <![CDATA[select study_code "f_study_code", title "f_title"
    from Joel_study]]>
    </select>
    <displayInfo x="0.88538" y="0.93750" width="0.69995" height="0.19995"/>
    <group name="G_study">
    <displayInfo x="0.56116" y="1.63745" width="1.34839" height="0.60156"
    />
    <dataItem name="f_study_code" datatype="vchar2" columnOrder="11"
    width="16" defaultWidth="100000" defaultHeight="10000">
    <dataDescriptor expression="study_code"
    descriptiveExpression="f_study_code" order="1" width="16"/>
    </dataItem>
    <dataItem name="f_title" datatype="vchar2" columnOrder="12"
    width="512" defaultWidth="100000" defaultHeight="10000">
    <dataDescriptor expression="title" descriptiveExpression="f_title"
    order="2" width="512"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <reportPrivate templateName="rwbeige"/>
    </report>
    </rw:objects>
    <html>
    <head>
    </head>
    <body>
    <h1>TEST6</h1>
    <table>
    <tr>
    <td>Study_code</td>
    <td>Title</td>
    </tr>
    <rw:foreach id="gStudyId" src="G_STUDY">
    <tr>
    <td><rw:field id="fStudyCodeId" src="f_study_code" /></td>
    <td><rw:field id="fTitleId" src="f_title" /></td>
    </tr>
    </rw:foreach>
    </table>
    </body>
    </html>
    </rw:report>
    And here's the query Sql:
    select study_code "f_study_code", title "f_title"
    from Joel_study
    Any hints? I've followed the demo step-by-step so I just don't have any idea about what could be wrong.
    TIA
    Andrea

    Hi,
    it was not a hardware problem. I resolved it by installing 9iDS in English only, excluding all other languages.
    Andre

  • Run Web Layout Error 11g R2 Report

    Report Builder 11.1.2.0.0
    When button pressed on Run Web Layout in Oracle Report Builder then
    It's show Error:-
    java.lang.NoClassDefFoundError:
    javax/servlet/tagext/tagLibraryInfo
    Installed proucts are:-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle 11g R2 (Forms & Reports )
    Please give advice

    Have you checked out {thread:id=2418100} ?
    Cheers,

  • Reports Builder 9i when you click Run web Layout error

    Hi,
    After creation of a new report within the reports builder 9i and then click Run web layout I got the following error: Failed to locate the browser.
    Please help,
    Dutch

    the browsers are not properly set to your report builder
    check these registry settings
    HKEY_USERS\S-1-...\Software\ORACLE\Toolkit\TKBrowser\BrowserName and
    HKEY_USERS\S-1-...\Software\ORACLE\Toolkit\TKBrowser\Browserpath

  • Problem with "Run Web Layout" using own template

    When I run a report (using Run Web Layout) which uses my own template (a modified version of rwblue.tdf), it outputs a plain page on the browser (as though it has no template).
    When running the same report (using Run Paper Layout), the output is as it should be.
    Can anyone help? Thank you in anticipation.

    Hi John
    Take a look at Reports product site on otn site. It has an example on how to create a web template for Reports Web View. In addtion to tdf file, for web layout, you need to have a .css file as well as a html code template.
    Hope this will help.
    Thanks
    Rohit

  • ORACLE reports Build 10g - Data Model - query - If statement in Alias ?

    I have the following select statement. It has the alias Survivors, Deaths and "All
    With the ORACLE reports Build 10g - Data Model - I have the following query statement. I require the alias to change. Can the following be done.
    Cases". Is it posible to use :P_LANGUAGE variable to say that -- IF :P_LANGUAGE = FRENCH THEN alias are Survivants for survivors, Décès for Deaths, Tous_les_cas for All Cases. Please advise
    SELECT ALL T_NTR_MULTIBAR.CAT, T_NTR_MULTIBAR.NUM_CASES_LEFTBAR AS Survivors,
    T_NTR_MULTIBAR.NUM_CASES_MIDDLEBAR AS Deaths, T_NTR_MULTIBAR.NUM_CASES_RIGHTBAR AS "All Cases"
    FROM T_NTR_MULTIBAR
    WHERE INSTANCE_NUM = :P_INSTANCENUM
    order by ORDERS

    It is no problem, you can automatically change the complete query before the report is running, which delivers you different kind of values. But the alias names does not change in the group of the data-model, although two query are running with different alias names at different times. In the data model you see the alias names of the first implemented select statement, which are the column fields in the layout.

  • How to write REF-CURSOR Query in Oracle Reports

    Hello Guys!!
    I have a form in which you can select regions/divisions/locations etc by the use of check boxes. And the selected values will be inserted into a table, and based on the selected values of the table the report is run.
    The issue I have is with the query inside the Oracle reports(attached to this file).
    The query works fine until the last two EXISTS conditions.
    IF a region exists In the table report_param then it works fine but if there are no divisions in it , then the query returns no values, which is not correct.
    Someone has advised me to use a ref-cursor query inside reports tool, which I am not aware off. So, anykind of suggestions or advises are welcome. Please let me know about it as it is very urgent issue for me. Anykind of help would be greatly
    appreciated.
    Thanks,
    Vishal
    -------------------------------------------------------Query in Oracle Reports---------------------------------------------------------
    select c.key_segment, p.supplier_id,
    decode(:in_col_nm, 'BRAND',nvl(p.product_brand,'<Unknown Brand>'), 'PLN',nvl(p.product_legal_name,'<Unknown Legal Name>')) COL_NM,
    sum(a.ext_price) sales_dols,
    sum(comp_allow_pkg.get_comp_allow_stddiv(a.control_loc_id, a.product_id, a.sold_to_customer_id,
    a.doc_dt, a.ext_price, a.units)) cust_reb_dols,
    sum(a.units) units,
    sum(a.ext_cost) cost_dols
    from sales a, key_segment_plns c, product p, rep_wrtr_dw_cust h
    where a.doc_dt between :in_start_dt and :in_end_dt
    and a.customer_oc = h.control_loc_id
    and a.sold_to_customer_id = h.sold_to_cust_id
    and a.ship_to_customer_id = h.ship_to_cust_id
    and ((:in_dg_cd = 'B' and h.dealer_grower_cd in ('D','G')) or h.dealer_grower_cd = :in_dg_cd)
    and a.product_id = p.product_id
    and p.product_gl_class_cd = 'CHEM'
    and p.product_legal_name = c.product_legal_name
    and c.key_segment in ('GLYPHOSATE','PLANT HEALTH/RUST FUNGICIDES','PYRETHROIDS','STROBI FUNGICIDES')--&IN_KEY_SEGMENTS
    -- and (:in_oc = 'ALL' or (a.control_loc_id in (select control_loc from control_loc_comb_ocs where control_loc_comb = :in_oc)))
    -- SALES DATA FILTERS TO MATCH ACCUM_SALES_DG_MV
    and a.sale_type_cd in ('02','08')
    and a.document_type_cd in ('I','C','D')
    and (substr(a.product_id,-1) in ('0','1') OR nvl(upper(trim(p.product_brand)),'X') = 'TECH FEE')
    and a.units <> 0
    and a.unit_cost <> 0
    and a.unit_price <> 0
    -- NEW FILTERS ADDED 9/11/07: LOCATION(BRANCH), BUSINESS TYPE, RSM/ASM/REP
    and ((:in_loc = 'ALL') or (nvl(a.warehouse_id,'<blank>') in (SELECT param_value
    FROM report_param
    WHERE report_id = :IN_REPORT_ID
    AND session_id= :IN_SESSION_ID
    AND USER_ID = :IN_USER_ID
    AND param_name='LOCATION_TYPE')))
    and ((:in_uhs_ag = 'ALL') or (:in_uhs_ag = 'NA' and p.product_uhs_ag != 'A') or (p.product_uhs_ag = :in_uhs_ag))
    and ((:in_sales_rep = 'ALL') or (nvl(a.territory_id,'<blank>') in (SELECT param_value
    FROM report_param
    WHERE report_id = :IN_REPORT_ID
    AND session_id= :IN_SESSION_ID
    AND USER_ID = :IN_USER_ID
    AND param_name='SALES_REP_TYPE')))
    and EXISTS
    (SELECT '1'
    FROM locations l, report_param rp
    WHERE rp.report_id = :IN_REPORT_ID
    AND rp.session_id= :IN_SESSION_ID
    AND rp.user_id = :IN_USER_ID
    AND rp.param_value = l.region
    AND rp.param_name = 'REGION_TYPE'
    AND a.warehouse_id = L.ARS_LOCATION)
    and EXISTS
    (SELECT '1'
    FROM locations l, report_param rp
    WHERE rp.report_id = :IN_REPORT_ID
    AND rp.session_id= :IN_SESSION_ID
    AND rp.user_id = :IN_USER_ID
    AND rp.param_value = l.region
    AND rp.param_name = 'DIVISION_TYPE'
    AND a.warehouse_id = L.ARS_LOCATION)
    group by c.key_segment, P.supplier_id,
    decode(:in_col_nm, 'BRAND',nvl(p.product_brand,'<Unknown Brand>'), 'PLN',nvl(p.product_legal_name,'<Unknown Legal Name>'))

    Hi,
    I need your help to create a report using Ref-Cursor. please see the below thread
    Report using ref cursor or dynamic Sql

  • Get report file name in oracle report builder at run time

    Dear All,
    Is there any way to get the report file name in oracle report builder at run time?
    for example "HR_REP012.REP"
    i need this very important...
    Regards,
    Yousef
    Edited by: Yousef_m on Jun 2, 2012 5:18 AM

    Hello,
    Did you try the builtin SRW.GET_REPORT_NAME built-in function ?
    Example
    function AfterPForm return boolean is
    my_var varchar2(80);
    BEGIN
    SRW.GET_REPORT_NAME(my_var);
    SRW.MESSAGE(0,'Report Filename = '||my_var);
    RETURN (TRUE);
    END;
    Regards

  • Problem in retrieving arabic data (Oracle Report Builder)

    Hi ,
    - When I built a report using report builder and click run paper layout icon, all retrieved Arabic and English data , labels, Header and Titles appear fine also font properties( font, size, bold) appear fine.
    But when click run web layout icon for the same report ,
    - all Arabic retrieved data appears ? ? ? ? ? ? ? ? ? ? .
    - Arabic labels appear fine.
    - Headers and Titles didn’t appear at all .
    - All font properties( font, size, bold) don’t appear , I used many fonts like (Times New Roman, Arabic Transparent, Arial,…)
    - NLS_Lang in registry= american_america.ar8mswin1256 which supports English and Arabic languages.
    And I can insert and retrieve Arabic and English data from SQL+ and iSQL , so I feel that settings of NLS_Lang and
    CONTROL PANEL-REGIONAL STTING are correct.
    Thank U & Best Regards

    If you are using ODP.NET, please repost this to the ODP.NET forum.
    Please include the following information in your post:
    1) The characterset of the database
    2) The characterset of the Oracle client

  • Using CLOBs in oracle Report Builder

    I want to select all the data in a CLOB column using SQL Navigator by just doing
    select entry_note
    from chartentries;
    just as you say in your example by it just gives me back a result of (ORACLOB).
    If I do
    select to_char(entry_note)
    from chartentries;
    I get this error.
    If I do
    select dbms_lob.substr(entry_note,4000,1)
    from chartentries
    I get this (there’s more up to 32000 characters in a clob) and these weird squares which I think are CR (carriage returns) or LF (line feeds). I don’t want to see those characters and I would like to retrieve the entire CLOB in one swoop without doing data manipulations of substringing.
    Using the same data in Oracle Report Builder, I want to select all the data in a CLOB column into a field in a Paper report layout but I keep getting errors, ora-6502, and I've found out that I am restricted to 4000 characters and in Report 9i it looks like the largest field you can have is 4000 characters. My CLOB information can be up to 32000 characters long or longer and I do not want to substring out 4000 characters at a time into separate fields. In Crystal reports there is no problem just selecting the clob in a simple query and it is there in one shot. I would have thought by now that Oracle would have changed its development tools to be able to handle Clobs simply without any manipulation. Does anyone know how to do this in Report builder? I just have a simple query:
    select entry_datetime,
    to_char(replace((entry_note),chr(13))) as entry_note
    from chartentries
    where patient_id = 49741
    Another thing I want to do, is call this Oracle report from a PL/SQL block passing several parameters to the report and also call a Crystal report from a PL/SQL block passing several parameters to the report. Does anyone know what the commands are?

    What I had to do is create a query using query builder. This works fine; it's when trying to add the column to an existing query is where the data inconstancy error occurs. One thing you have to keep in mind is it will only work using the query builder in conjunction with the report wizard; I am not sure why. To incorporate the comments into an existing frame you will have to cut the frame created by the wizards and copy it into the existing frame. Otherwise the column name will not show in the source list of the property Inspector.
    Good Luck

  • How to Publish a report created by Oracle report builder

    Hi Everyone
    My colleague and I were trying to use the Oracle Reports Builder to replace our existing reports generator from our ERP system. We have already created the report in the Reports Builder from the development suite.
    What we are looking for is a similar solution as the Microsoft reporting service;
    1) create the company report templates
    2) and then upload the template files to a location (e.g. folder on the server)
    3) then all user in the company can access it by a web browser with some fields which they can enter some critiria (e.g. purchase order number).
    4) then send to printer and the print out should look exactly like the template.
    Unfortunately, we had very bad time on try to find out what we need and how to publish that Oracle report we created. We spent 15 hours on that but no result.
    In that 15 hours we tried to setup the "Oracle report service", but at last my colleague said that wasnt what we looking for, the "Oracle report service" is for reporting the error from the application hosted on the server, not for publish the company report created by the "Oracle report bulider" .
    We use Oracle Database 10g for the ERP quite a long time already. We had the Oracle Developer Setup, and the Application Server Installed.
    Could someone please tell us what kind of Oracle service we are actually looking for. Any other suggestion and setup guides are also the most welcoming.
    Best Regards
    Bryan

    Hello,
    If you want to be able to execute your Reports on the web, the best solution is to use the "Oracle Application Server"
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    For example , the "Forms & Reports Services Standalone" edition
    Then, use the Reports Servlet to submit the execution requests to a Reports Server :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_run.htm
    Oracle® Application Server Reports Services Publishing Reports to the Web
    10g Release 2 (10.1.2)
    B14048-02
    13 Running Report Requests
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwwhthow/howto/runprint/deploy_rpt.htm
    Deploying a report
    Regards

  • Oracle Reports Services 11g - Tutorial Samples not available

    The Oracle Reports Tutorial and Oracle Reports User's Guide Documentation refers to the following link for examples but the link is not available. Can anyone help me to get the samples in the tutorial? or Point me to the right mailing list where I can post the query:
    http://www.oracle.com/technetwork/middleware/reports/search-088641.html
    Below is the information provided in the Oracle Reports User's Guide Documentation:
    The supporting files for the reports you will build are available on the Oracle Technology Network (OTN): on the Oracle Reports page (http://www.oracle.com/technology/products/reports/index.html), click Getting Started to display the Getting Started with Oracle Reports home page. In the list of topic sections on the left, click Index. In the Topic list, choose Building and Developing Reports; in the Collateral Type list, choose Examples, then click Search.
    Thanks

    Hello,
    Building Reports Sample Files Download :
    http://www.oracle.com/technetwork/middleware/reports/buildingreports-examples-132914.zip
    This zip contains sample files for all the examples in the Oracle Reports Building Reports manual.
    Oracle Reports Tutorial :
    http://www.oracle.com/technetwork/middleware/reports/tutorial-examples-131273.zip
    In this tutorial, you will build a report for the Web using JSPs (JavaServer Pages) that displays information about employee salaries in each department. You will also create a graph so managers can see an overview of the data. At the end of the tutorial, you'll learn how to quickly generate a paper report based on the same data model.
    SQL Scripts for the SUMMIT Sample Schema :
    http://www.oracle.com/technetwork/middleware/reports/demos60-128984.zip
    This set of scripts installs the SUMMIT sample schema used in some of the examples in the Oracle Reports Building Reports manual.
    Regards

  • Oracle Reports Builder X Oracle Portal - Integration

    Hi everybody
    I've created some reports with Oracle Reports Builder. Then I saved them as a JSP file.
    I can view these reports in a normal WEB page, without problems. All that I need is to call the page with the parameters.
    Now I need to deploy this report as a portlet, inside the Oracle Portal.
    So, I've read the document "Publishing Reports to the WEB" (http://otn.oracle.com/products/reports/htdocs/getstart/docs/a92102_01.pdf) and I've followed the steps to run the report (JSP file) as a Portlet.
    I've done the following:
    - I've created a Database Provider
    - I've created the "Report Server Access"
    - I've created the "Report Definition File Access"
    Until this point, everything is ok, I can "Run" and "Run as a Portlet" the report.
    So, in the next class, "Adding the Report Portlet to a Page" (Page 8-8), the report portlet simply doesn't appear in the Portal DB Provider to wich it belongs!!! :-(
    Has someone had this kind of problem?
    Any hint will be welcome!
    P.S: The Oracle Portal, the Application Server, and the Reports Server are in a SUN Machine.
    The Portal version is 2 (release 2).
    Thanks in advance

    hi adriano,
    here is what you have to do:
    1. navigate to the db provider which holds the reports. click
    on grant access: check the expose as provider
    2. builder - administer - oracle reports security -
    edit the reports definition file access you created for
    your report.
    click on the access tab - check publish to portal.
    now you can see your report portlets for selection
    in portal.
    regards,
    christian hi,
    I can run the report as portlet but I can't see the "Access" tab under Customize. I know the option "Publish to Portal" is available in other object, but the "Access" tab does not appear in any of the Report Defitinion file acess page. Only "Develop" and "Manager" is available. I'm running on 9iAS R1.02.2.2a.
    Thanks
    Vincent

  • Oracle Report Builder Font diffrenece in different O/S

    Dear All,
    The report that I have developed in windows environment using Oracle Report Builder while running in Solaris environment displaying wrong character. Basically I am trying to display Portuguese character in my report, its working fine while running in windows environment where as when I run the same in Solaris environment its displaying wrong character.
    Sample:
    In Windows Environment the word that I am trying to display is - RESUMO DE TARIFAGCO POR BANCO
    where as its displaying wrong in Solaris environment - RESUMO DE TARIFA?O POR BANCO
    Thanks in advance to provide solution.

    Hi
    Reports builder picks up the font information from the display server and printer. In case you need the same font to appear in layout editor and paper design i.e live-previewer, make sure respective fonts are installed in your display server for the character sets you are using. If you are running the report to file with pdf/html format etc or to the printer, make sure the required printer fonts are installed. PLease also refer Font document on otn under Reports doc section.
    Thanks
    Rohit

Maybe you are looking for

  • Oops alv report not getting displayed

    Hi experts, I have  REQUIREMENT WHERE I NEED TO DISPLAY THREE REPORTS USING ALAV OOPS. I have maintained a FM to call alv rport. ,I have two validations to make at to different location in report. The report needs to be displayed only after I perform

  • Package javax.swing not found in import!

    I recently installed JDK 1.3.1_02 on WinNT4.0 and I cannot compile javax packages without getting the following error: Package javax.swing not found in import I've tried every combination of modifying the CLASSPATH system variable I can think of. I h

  • How can I be a SAP HR Consultant

    Hi all, I am working as a Recruitment Consultant for a recruitment consultancy firm in Dubai. I have two years of experience in HR, I have a Bachelor Degree in Chemistry and currently pursuing MBA in HR. There is a big demand for SAP HR Consultants i

  • Lookupd runs every hour 50% cpu

    Hi i'm having a strange behave of lookupd, i can see in the serveradmin Graphs that every hour the cpu goes up to 50% for a while and then back to normal. I saw in top that the lookupd is working but have no idea why? any hints? thx a lot

  • Save times in CS4 (Mac)

    Has anyone else noticed how long it takes to save a document in the new version? On a 36 page newspaper document, CS3 took maybe 20-25 seconds to save. CS4 takes maybe 2 to 2.5 minutes... Brad