Display issue in oracle reports

Hi,
The end user is getting the following error when executing a job in Oracle reports.
" RWCGI GET JOB OUTPUT
Cannot get output of Job ID 4 you requested on December ,08 2008 , 11:35:18
Job is not done yet .Try again later"
The server version is ias10222/6iserver
The user just got the page that cannot get job ID
The error code I got from the net is REP-52251
I am core DBA but have take care of this report.
So please help me.

Something similar is also dealt here:
http://www.orafaq.com/forum/t/65160/0/

Similar Messages

  • Some issues in oracle Report need to resolved in BI Publisher

    Hi ,
    reallay i'm new in Bi Publisher technology (11g)
    and i have report bulit using ( oracle Reports Desginer)
    now i want to change to BI publisher
    but some issues faces me
    like
    1- Formula Columns
    2- PlaceHolder
    3- Format trigger
    4- Blob data type store images --> how to show the image
    5- Lexical Parameters ( ex : &p_where)
    i don't like to use converter i want to make new report in BI Publisher
    how can i solve these issues in Bi Publisher 11g .

    >
    i don't like to use converter i want to make new report in BI Publisher
    >
    you can try to convert oracle reports to bip and you'll see answer to some questions
    >
    how can i solve these issues in Bi Publisher 11g .
    >
    lets start from http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/index.html
    Some questions to BI-Publisher
    Some questions to BI-Publisher

  • Format issue after Oracle Reports conversion

    Hi all:
    I am an intermediate Oracle Reports user and am evaluating teh use of BI Publisher as a replacement. Since I have a large number of reports, some of which are fairly complex, I wish to take advantage of the conversion tool.
    The report in this issue has no user parameters. The Data Model is a "Data Template" type as generated from the conversion routine. The connection used was as the schema owner.
    I can View the report, but the formatting is completely wrong and the charts are no longer in the report.
    What do I need to do to fix this?
    Any help appreaciated,
    Gary

    Hi Gary
    The converter does not handle charts at the moment. You will need to re-create those in the template.
    Need a bit more info on 'the formatting is completely wrong' to be able to comment further.
    Regards
    Tim

  • Displaying Image in Oracle Reports 9i Web view

    I can not just display the image in the web view of the Oracle reports version 9i. It is displaying in the paper layout view though. It is a database field queried with all other columns. Can somebody please tell me how to do this?

    Hi Ujjal,
    Search for a line similar to the one shown below in your report's web source (that is, the code that shows the image) - it will be in the data area generated by the Report Wizard:
    <td <rw:headers id="HFadphoto241" src="HBadphoto241"/> class="OraCellText"><rw:field id="Fadphoto241" src="ad_photo" nullValue=" "> F_ad_photo </rw:field></td>
    You need to change it to the following:
    <td <rw:headers id="HFadphoto241" src="HBadphoto241"/> class="OraCellText"><rw:field id="Fadphoto241" src="ad_photo" nullValue=" " containsHtml="yes"> F_ad_photo </rw:field></td>
    Notice the addition of:
    containsHtml="yes"
    Navneet.

  • Display issue in Bex Report

    Hi all,
    I have a requirment in my report where in i would not like to display the -ve values as negative in the columns. I do not have the option to use NODIM() at the query level, because i am simultaneously switching between the column displaying actual values as well as being input ready. How can we eliminate the -ve sign from the values being displayed, so that the report display just the absolute numbers.
    Kindly help.

    Hey
    Create Calculate KeyFigure where (YOURKF<0)(YORKF*-1)+(YOURKF>0)(YORKF).
    I think in this way your will get absolute value
    Aharon

  • Issue with Oracle Report 10g output

    I want to generate text output in Oracle Reports 10g. I am using paper layout.Length of the fields want to print is 750. Each line is broken in the output after 120 characters length apporx. Please let me know if there is any way to print complete 750 characters.

    Sample output is coming as below :
    T2013 56600084112345                                                                                         FPWC
                                                                           955 OLD WILMINGTON RD                   FAYETTEVILLE
         CUMBERLAND                 NC28301                   00000001CONTACT TESING                          1234567890
                    00000001          I'
    I want it to be discplayed in single line instead of breaking.

  • Empty page issue in Oracle Reports!

    Hi All,
    I am facing an empty page issue between header and cover trailer when Main section is empty.
    In a report there are two forms Form-1 (Portrait size) , Form-2 (Landscape size)...
    Based on run time parameter we optionally print form-1 , form-2 or both.
    ie if run time parameter is 1 then only form 1
    if it is 2 then only form - 2
    if it is 3 then both
    As Form-1 is portrait size and Form-2 is Landscape size,
    At present in Report Layout, Form-1 is designed in Cover page Header Section
    and Form-2 is designed in Main section of report.
    So When the report is run with PRINT_PATTERN='2', Main section will be empty.
    An empty page issue appears in report for form-2.
    Is there anyway to avoid EMPTY PAGE issue between header and trailer page,
    based on runtime parameter value if Main section is empty.
    Thanks in advance.

    Hi vdsk,
    The issue I posted is not about the rdf or in concurrent program. The problem I've encountered is in the tally printer itself. So what I did was to adjust the paper size settings in the printer.
    Thanks,
    Regards,
    Diane

  • Data Displaying issue in ALV report

    Hi,
      I have made a ALV report,  the presetn display layout is as below
    it is displaying the material shortage reprot against issued production order
    ORDER NO.     Order Qty.     MATERIAL     TOTAL QTY     SHORTAGE QTY
    3000000     100     610     100     5
    3000000     100     101     200     43
    3000000     100     8795     400     400
    3000000     100     456     100     67
    3000001     50     548     50     33
    3000004     62     710     62     3
    3000005     15     7895     15     15
    3000020     11     456     22     10
    now the user requirement is the report should come as per below formate
    AT EACH NEW ORDER NUMBER :
    ****************first display main order no. and order qty.
    ORDER NO.     Order Qty
    3000000     100
    ************************then below this display the indiviual material and qty.
    MATERIAL     TOTAL QTY          SHORTAGE QTY
         610            100                     5
       101              200     43
    8795     400     400
    456     100     67
    *******again at new order******
    ORDER NO.       Order Qty
      3000001         50
    **********then below display the items
    MATERIAL     TOTAL QTY          SHORTAGE QTY
      548           50                 33
    how to do this is there any output layout with this i can get this formate in LAV report
    regards,
      zafar

    Hi Zafar,
    You can populate your internal table as per the requirement.
    at new order only.
    itab-Order = 3000000 .
    itab-Order quantity = 100.
    append itab
    for all materials for that order
    itab-MATERIAL       =   610 .
    itab-TOTAL QTY  = 100 .
    itab-SHORTAGE QTY = 5.
    append itab.
    Cheers,
    Suhail

  • Blob type parameter in procedure for display issue. Oracle portal bug?

    Hi Guy,
    I am not sure this is a bug or not for oracle portal.
    I have a table that have a column type as blob.
    by oracle portal10g, this column should be display as Item Type Upload (Binary) at Item Level Options.
    We can create a form to display this file and modify it.
    However, It can not to use a procedure with a blob column to create the same form as above. we can not find Item Type as Upload (Binary) in form. if we choose text area.
    We will get a error "ORA-01403: no data found (WWV-11230)"
    We find this issue during convert clob column to blob type in procedure for a form using.
    This is a simple procedure.
    See below source codes:
    Thanks for any help.
    create or replace Procedure test_file
    (     p_DOCUMENT_ID      IN OUT file.DOCUMENT_ID%type,
         p_USER_ID           out file.USER_ID%type,
         p_DOCUMENT_NAME out file.DOCUMENT_NAME%type,
         p_DOCUMENT      out      blob,
         p_CREATED_BY           out file.CREATED_BY%type,
         p_CREATED_TIMESTAMP      out file.CREATED_TIMESTAM%type,
         p_UPDATED_BY           out file.UPDATED_BY%type,
         p_UPDATED_TIMESTAMP      out file.UPDATED_TIMESTAMP%type,
         p_DOCUMENT_DESC      out file.DOCUMENT_DESC%type) as
    L_DOCUMENT BLOB;
    begin
    begin
    SELECT USER_ID , DOCUMENT_NAME,DOCUMENT, DOCUMENT_MIME, CREATED_BY, CREATED_TIMESTAMP,
         UPDATED_BY , UPDATED_TIMESTAMP, DOCUMENT_DESC
    INTO p_USER_ID , p_DOCUMENT_NAME,L_DOCUMENT, p_DOCUMENT_MIME, p_CREATED_BY, p_CREATED_TIMESTAMP,
         p_UPDATED_BY , p_UPDATED_TIMESTAMP, p_DOCUMENT_DESC
    FROM file
    WHERE DOCUMENT_ID = p_DOCUMENT_ID;
    exception
    when NO_DATA_FOUND then
    null;
    end;
         p_DOCUMENT :=L_DOCUMENT;
    exception
    when others then
    null;
    end;

    Hi,
    I have created a vo with transient attributes and attached the vo to the am.
    But when I am trying to insert the row from my collection, it is giving me '
    oracle.jbo.NoDefException: JBO-25058: Definition of resField of type Attribute not found in ResVO
    But I have the transient attribute resField in my ResVO and I attached the same to AM also
    I am trying to get the VO in my controller like the below:
    OAViewObject resvo = (OAViewObject) am.findViewObject("ResVO");
    if(vo==null)
    resvo = am.createViewObject("ResVO","xxcust.oracle.apps.xxcust.server.ResVO");
    if(vo!= null)
    resvo.executeQuery();
    //Creating and inserting values into the vo
    Row row = resvo.createRow();
    resvo.insertRow(row);
    row.setAttribute("resField", "AB");
    row.setAttribute("Value", "CD");
    row.setAttribute("Desc", "Test");
    When I am running my page, I am getting the
    oracle.jbo.NoDefException: JBO-25058: Definition of resField of type Attribute not found in ResVO
    I checked the spelling and the attribute name is correct.
    Is it the problem with VO having all the transient attributes or am I missing something?
    I appreciate your help...

  • Currency display issue in the report

    Hello Experts,
    I am facing an issue with the currency type CLP(Chilian Peso).
    It  is noted that  the CLP currency doesn't use decimals.
    In BW reports the values in Local Currency are not OK.
    For example , the right value is 150.755 CLP in R3 side But in the BW report the value is 15.075.500, 00 CLP which is misleading.
    Could any one help me how to solve this issue.
    In TCURX the following settings are maintained
    currency type    decimal
    CLP                       0
    Regards

    Hi Nivas,
    I think following things are happening.
    u2022     Updating The Amount Value into BW data target.
    When we load the data into BW having amount field in it ,it checks for the TCURX table for the currency entry.
    If the currency entry is present in TCURX table it divides the amount by 10**(2-CURRDEC entry in TCURX table)).
    u2022     Displaying the amount into BEx reports.
    The exactly converse happens while displaying such values in the report output,The amount values will be multiplied by 10**(2-(CURRDEC entry in TCURX table)) while diplaying the report output.
    Please check below thread,
    Here is the link for your reference:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/600aa67b-c348-2b10-f690-aaa81d12ec6a
    Regards,
    Deepak Chavan.
    Edited by: Deepak Chavan on Aug 22, 2008 4:30 AM

  • Infoview report display Issue ?(Crystal reports)

    hI ALL,
    I am using BOXI 3.1 sp5 and crystal reports
    I have 2 sub reports in a main report
    Here is the main report : WIth no lot number on left side ; when i double click on sub report it is opening sub report and showing me Lot number
    Can i  Show lot number in main report too?

    Great, now we need confirmation on what version of CR and DB you are using?
    If you are using CR XI version 11.0 then download CR XI R2 -  version 11.5, free upgrade:
    http://downloads.businessobjects.com/akdlm/crystalreports/crxir2_sp4_full_bld_0-20008684.exe
    http://downloads.businessobjects.com/akdlm/crystalreports/CRYSTALREPORTS06_0-20008684.EXE
    Use your XI Keycode to install.
    Second question is what Database are you using and what client and how are you connecting, ODBC, OLE DB or Native?
    The issue sounds like the DB client is not ending data reading at the end of line ( OEF/EOL ) or the line is not marked with a null character or however it should be done.
    Nothing in configuration would fix this... Something either in the client you are using, CR simply displays the data it gets, if the Client does not stop the data being read CR is going to show you that data also.
    Could also be the Client is not capable of handling a 4K string so it's reading/filling in a buffer of random values and therefore shows garbage...
    I suggest you upgrade first and if it's still an issue then make sure CR supports the version of data source you are using and if it's still a problem try posting to the DB Makers Forum and ask them to look into the issue.
    Don

  • Display issue in the report.

    Hi all,
             I have 4 fields in my report which are compunded by Plant, in my query I'm alread filtering on this plant, but still the coumpounded field is showing up in those fields in the results section. Your input will be greatly appreciated.
    Advance thanks.

    Hi Heera,
        I dont think you can hide plant if it is compounded with a characteristic during reporting.  Compounding itself is one way of identifying the uniqueness of the characteristic during reporting.  To maintain the uniqueness of the record the characteristic with compounded value is displayed.  Hope this helps you.
    Thanks
    Kishore

  • Page cannot be displayed error on oracle report 10g

    hi,
    when i ran the report from Live server ,
    I had run through "CACHE" option.
    page cannot be displayed is coming on the screen.
    how to do....
    Thanks and advance,
    Maran

    hi
    did u start OC4j? If not please start and also start u r report server.
    also check u r machine_name and port.
    sarah

  • Oracle Reports Printing issue

    I have multiple printing issues with Oracle Reports developed in 10g. Please help me to resolve the issue.
    1. Even though i set ORIENTATION to landscape, it is printing Portrait .
    I have tried the below options
    1. I SET ORIENTATION AS landscape Under Data Model, System Parameters
    2. I have tried to pass ORIENTATION=landscape from the Keymap File
    3. I have tried to set ORIENTATION=landscape Under Paper layout Main,Header and Trailer Sections.
    2. Always the report is trying to fit in a single page (Width wise) which is annoying the user. I want to set Scaling instead of fit to a single page. How will i achieve this?
    i was trying to display the reports in SPREADSHEET Format.
    Thanks for all your Help.

    Hello Chris90909,
    switch width an height properties as Inol mentioned.
    http://nycapex.blogspot.com/2010/03/landscape.html
    If you have any question about the issue, let us know.
    Don't forget to mark Correct or Helpful accordingly.

  • Oracle Report ouput is coming in english and junk characters

    Hi ,
    I am facing an issue with oracle report output in R12.
    The Report out is coming in english and junk characters.
    this report is custom report.
    Migrated from 11i to r12 instance.it is working fine in 11i with output as PDF.
    Sample out put is attached.

    Pl see if MOS Doc 1321874.1 is relevant

Maybe you are looking for