REP-52251 job id 0

dear all,
i'm calling a report from a form it first displays a message says: unable to run report:41214 then in the browser it says:
REP-52251 cannot get output of job id 0 ... <REP-56033>job does not exists..
any help will be appreciated cuz all the reports have same problem

1) Are you able to run reports from servlet ?
http://host:port/reports/rwservlet?report=test.rdf .....server=server_name
(This is to take forms out of the picture)
2) Post the forms code which you are using to run report here. Let us see if there is anything wrong
3) What is the reports version you are using
6i, 9i, 10g ?
4) Ensure that the server is up
5) Refer the
[   Forms Reports Integration whitepaper  9i ]
http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
There is a troubleshooting section here. Also check whether you are following all steps
[    All Docs for all versions    ]
http://otn.oracle.com/documentation/reports.html
[     Publishing reports to web  - 10G  ]
http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
[   Building reports  - 10G ]
http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
[   Forms Reports Integration whitepaper  9i ]
http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
---------------------------------------------------------------------------------

Similar Messages

  • REP-52251: Cannot get output of job ID

    Hi,
    I am trying to call a report from oracle form and i am getting this error
    REP-52251: Cannot get output of job ID 220 you requested on Mon Oct 16 11:19:12 EDT 2006.
    REP-56033: Job 220 does not exist
    please help, any Ideas.
    Best regards,

    Have you tried to create an URL with all the parameters you're trying to run your report with?
    Try to run the report that way first - just to make sure your report can actually be run with the parameters you're using.
    If that works then try to use WEB.show_document from your form, passing the same URL you just built, if that works then you are only having problems with your RUN_REPORT_OBJECT (I am not sure if you're using rp2rro library for running your reports).
    Try that -- another thing that might be happening is that your output is being generated but due to the parameters (I think there is some form of timeout in the reports server, when the files in your cache are deleted, not sure if this is the problem).
    Try the run the report with an URL first - that should shed some light.
    If you're still having problems, post it here, so we can review it.

  • REP-52251: Cannot get output of job ID 69 you requested  ....

    OS: Oracle As 10.1.2.0.2 (rel 2 for Linux 86)
    I have moved my forms and reports from windows XP (DS 9.04) to the Linux box.
    I have compiled and run FORMS and most of the REPORTS succesfully.
    I have compiled one report succesufully.
    But when I run this report from the FORM, I got message as below:
    Error
    REP-52251: Cannot get output of job ID 69 you requested on Thu Sep 29 15:37:03 PDT 2005.<P>REP-56093: Cached output for job 69 is no longer valid
    I have checked
    http://abc:7778/reports/rwservlet/showjobs?
    Status is as follows:
    Error
    Finished successfully but output is voided
    Regards,
    DN

    Just in case someone else too finds this thread with google. We had too REP-56093: Cached output for job 5429 is no longer valid. After checking reports cache dir we did see that the problematic reports have cache key with (broken)umlauds. So we disabled :DESNAME parameter and that got rid the umlauds in file names and that resolved the cache error. So if you get this error, you might check the cache directory if the problematic reports have some weird cache files/filenames.

  • REP-52251 Cannot get output of job ID -2

    When Trying to Run a Report Getting This Error and only one person is getting this error as there are around 1000 + customers for whom the application is
    working fine and can generate the Report.
    REP-52251: Cannot get output of job ID -2 you requested on Wed Nov 29 11:49:41 EST 2006.<P>REP-56033: Job -2 does not exist
    Does somebody ever faced this kind of problem. if so pls share the idea of how to deal with this issue.
    Thanks
    Anil.

    Hi,
    I am not sure about the error message!!. The possible case is the user might have change his oracle password... like with spaces or %20 (eg. emq K96 is kind of password In web automatically this will be turned into emq%k96,
    . As per the report server the password is wrong while the user submit the job.This error won't occur while user connecting to the Oracle forms. But in the report server thru URL user trying to submitting the details.!!!).
    One of my user have this kind problem!!!>
    He is able to connect the forms but while he submit the job either he got the page cannot found error/ Report submission error.
    This case is applicable only if you are using Oracle web forms/ reports.
    This may be helpfull to you!!!
    Cheers,
    Nats

  • REP-52251 for report opening

    Dear All,
    I have calling report in oralce developer forms 10g using run report object. I have also call report server now there are problem that are coming for this regard is : -
    *REP-52251: Cannot get output of job ID 31 you requested on Mon Oct 06 09:46:12 GMT+05:00 2008.
    REP-51026: No output for job 31
    Kindly any suggestion or help about this error.
    Thanks and Best Regards,

    can you provide the url you called the report with?

  • Error coming REP-52251

    Dear All,
    I have calling report in oralce developer forms 10g using run report object. I have also call report server now there are problem that are coming for this regard is : -
    *REP-52251: Cannot get output of job ID 31 you requested on Mon Oct 06 09:46:12 GMT+05:00 2008.
    REP-51026: No output for job 31
    Kindly any suggestion or help about this error.
    Thanks and Best Regards,

    this is a good question for the Reports-Forum : Reports

  • REP-52251 and FRM-41214

    Hi All,
    I’ve made a detailed investigation, but haven’t fund solution, that works for me:
    The goal is to show on the web html, and pdf reports.
    My code is:
    repid report_object;
    v_rep varchar2(100);
    rep_status varchar2(20);
    pl_id paramlist;
    BEGIN
    pl_id := Get_Parameter_List('tmpdata');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List( pl_id );
    END IF;
    pl_id := Create_Parameter_List('tmpdata');
    Add_Parameter(pl_id, 'HEADER_ID', TEXT_PARAMETER, :OFFER_HEADER_VIEW_MAIN.ID);
    repid := find_report_object('RPT_OFFER');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_b-n1y9l73b6rmd4');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF'); -- for the pdf / ‘HTML’ for the html
    v_rep := RUN_REPORT_OBJECT(repid, pl_id);
    WEB.SHOW_DOCUMENT('http://127.0.0.1:8889/reports/rwservlet/getjobid' || substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=rep_b-n1y9l73b6rmd4','_blank');
    I'va also updated uifont.ali:
    [ PDF:Subset ]
    Arial..Italic.Bold.. = "arialbi.ttf"
    Arial...Bold.. = "arialbd.ttf"
    Arial..Italic... = "ariali.ttf"
    Arial..... = "arial.ttf"
    1.     Staring OC4J
    2.     I press button to show HTML – I get error message REP-52251
    3.     I press the button again – it works fine
    1.     Starting OC4J
    2.     I press button to show PDF – I get error message REP-52251
    3.     I press the button again – I get error message frm-41214
    I’ll appreciate any kind of help.
    Best Regards,
    Bartek
    Edited by: hrabiabw on 2009-03-16 04:23

    Hello,
    In fact it is not as simple as I said in my previous update.
    You have to start a "batch job" before calling the executable java
    On Windows, you can use the command start .
    The goal is to start a BAT file that will wait for a while (you can the utility sleep.exe ) and then , call the URL using curl.exe or wget
    ex:
    start startinprocess.bat
    c:\DevSuiteHome_1\jdk\bin\java -Doracle.security.jazn.config=c:\DevSuiteHome_1\j2ee\DevSuite\config\jazn.xml -Doracle.home=c:\DevSuiteHome_1 -DORACLE_HOME=c:\DevSuiteHome_1 -jar c:\DevSuiteHome_1\j2ee\home\oc4j.jar -userThreads -config c:\DevSuiteHome_1\j2ee\DevSuite\config\server.xml
    in startinprocess.bat :
    sleep 15
    curl.exe "http://127.0.0.1:8889/reports/rwservlet/getserverinfo" -o curl.out
    Regards

  • REP-52251:

    Windows XP
    Oracle 9.2.0.1.0 Database
    Oracle Developer Suite 10.1.0.4.0
    I am calling Report from Form
    using this code in when button press
    Declare
         RO_Report_ID          REPORT_OBJECT;
         Str_Report_Server_Job VARCHAR2(100);
         Str_Job_ID            VARCHAR2(100);
         Str_URL               VARCHAR2(100);
         PL_ID                 PARAMLIST ;
    BEGIN
         PL_ID := GET_PARAMETER_LIST('TEMPDATA');
         IF NOT ID_NULL(PL_ID) THEN
              DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
         RO_Report_ID := FIND_REPORT_OBJECT('SCH_A');
            ADD_PARAMETER(pl_id,'DD1', text_parameter,:button.dd1);
         ADD_PARAMETER(pl_id,'Bankcode', text_parameter,:Button.bankcode);
         ADD_PARAMETER(pl_id,'Bankname', text_parameter,:Button.bankname);
         ADD_PARAMETER(pl_id,'Balance', text_parameter,:Button.balance);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'F:\Reports');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
    --     SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, CACHE);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'html');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'my_server');
         Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
         Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('my_server') + 2, LENGTH(Str_Report_Server_Job));
         Str_URL       := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=my_server';
         WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
         DESTROY_PARAMETER_LIST(PL_ID);
    END;When report run and open report windows shows this error
    REP-52251: Cannot get output of job ID 9 you requested on Sat Sep 17 09:58:14 GMT 2011.<P>REP-51026: No output for job 9how can I resolve this
    regards

    Hello,
    "Execute" the URL : http://server:port/reports/rwservlet?server=<Reports Server Name>
    Check if you can see the job number returned by RUN_REPORT_OBJECT
    Refresh the page several times and check if the output is always the same.
    (There is a known issue with the In-process Reports Servers and multicast)
    Regards

  • URGENT: REP-56033: Job 0 does not exist

    Hi, I'm getting this error message when trying to display a report from forms 9i:
    "Cannot Get Output of Job ID 0 you requested on Mon Aug 01 04:22:08 EDT 2005.
    REP-56033: Job 0 does not exist"
    as far as I knew this error occurrs when the rdf file is not accessible or non-existing; unfortunately this is not the case.
    Moreover, the same application launches a report from another form and it works correctly, (the code is exactly the same).
    The main question is:
    is it possible that the problem resides in the server configuration rather than in the code (which actually is equivalent in both procedures)?
    Teh secoind one is:
    how can I get through this?
    Many thanks for helping
    Message was edited by:
    luka

    Nolicer, what is the value of:
    substr(v_rep,instr(v_rep,'_',-1)+1)You might wish to check this, using messages or the debugger.
    In other examples, I have seen the following code used instead:
    substr(v_rep, length(servername)+2, length(v_rep))Maybe this will help.
    Chris

  • REP-56093: Cached output for job 1058 is no longer valid.

    When i run report, this error message showed up.
    REP-52251: The output of job ID 1058 requested on Wed May 18 11:18:54 KST 2011 cannot be retrieved.
    REP-56093: Cached output for job 1058 is no longer valid.
    I tested like below.
    When add rownum < 100 condition, the reports run well.
    When no rownum condition, the reports failed to run.
    Are there anyone to tell me the key point to solve this problem ???
    I use weblogic and fussion middleware.
    Edited by: backsulee on 2011. 5. 17 오후 7:31

    metalink note " REP-56093: Cached Output For Job <###> Is No Longer Valid Running Large Report [ID 305398.1]" maybe does give the answer for you

  • Error in job execution 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"
    Can you please help .PLEASE !!!

    Hi
    Metalink is reporting some similar errors, please see that:
    Cause
    SSO turned on for one component only, either Forms or Reports.
    This problem has been reported and is documented in an unpublished bug.
    Solution
    To take advantage of SSO, out-of-the-box, the SINGLESIGNON parameter in the
    rwservlet configuration file (rwservlet.properties) is set to YES to indicate
    that you will use single sign-on to authenticate users. You may change this to
    NO if you choose to not use single sign-on. If you choose NO, the Reports
    Server will use its own authentication mechanism to authenticate users (i.e.,
    the mechanism used in Reports6i). The rwservlet configuration file is usually
    found in the ORACLE_HOME\reports\conf directory. This value is usually
    commented out after installation however the default value is YES.
    This is the expected behavior. For the Forms/Reports integration, Forms will send
    to Reports thecurrent SSO user. However, with this particular configuration, you
    still log into SSO to run Reports. Thus, nexttime you run the form, you are logged
    into SSO and thus things work because Forms passes thatSSO user info to Reports.
    The way to not have the report run the 2nd time would be to log off of SSO when the first
    form was exited, but that defeats the purpose of SSO in the first place!
    So enable for Forms and Reports SSO or disable SSO for both.
    Read more on Doc ID:      Note:289666.1
    Subject:      REP-52251: Cannot Get Output Of Job Id
    Doc ID:      Note:289666.1
    Subject:      Understanding Reports Execution from Forms Under High Availability
    and
    Note 367887.1 - Rep-52251: Cannot Get Output Of Job Id You Requested, When Calling Reports From Forms

  • Rep Agent problem

    When i run a preview of a Rep Agent setting, I can see header info. When i go back and try to modify the header, by double clicking on the header page under Print Layout Tab, I dont see anything. What is going on??? I see this problem in every setting that i'm trying to modify.
    Thanks
    Fran

    Moazam,
    >
    whenever im printing its giving downloading dialog box for that report job Id what should i do which i didnt get that download dialog box.
    >
    What is the report output format? Typically, if the format type has an associated application it should open automatically in the associated program (eg; pdf = Acrobat Reader, html = default browser). You might also have your browser configured to always download rather than open files. I don't recall the exact setting and it is different between browsers, but I know IE has a setting for this. You might want to check your browser settings...
    and how can i get rid of the REP-52251 error prolbem always i have to restart my report service.As this issue is not completely related to your original post, it would be best to start a new thread. Can you please post the full error message as there are numerous possible causes of this error code. It could be Single Sign On (SSO); could be you have a Reports Server Cluster and you need to reference the specific server name in the cluster; just to name a few.
    worked for me.
    If someone's response is helpful or correct, please mark it accordingly.
    Announcement: Forums Etiquette / Reward Points
    Craig...

  • REP-51096 printing image from database with web layout on an AIX server

    I’m trying to run a report (web_layout) that load images (blob) from the database but I got the message:
    javax.servlet.jsp.JspException: purge_calls:1446 reason=1 state=5
    I checked the reports server log and the job status is “Terminated with error: <br>REP-56109: Job 14 is terminated due to connection timeout.”
    Could anyone help me? Thanks in advance.
    Edited by: luhmann on 08/01/2010 04:00

    I’m trying to run a report (web_layout) that load images (blob) from the database but I got the message:
    javax.servlet.jsp.JspException: purge_calls:1446 reason=1 state=5
    I checked the reports server log and the job status is “Terminated with error: <br>REP-56109: Job 14 is terminated due to connection timeout.”
    Could anyone help me? Thanks in advance.
    Edited by: luhmann on 08/01/2010 04:00

  • Urgent: REP-56033

    Hello,
    i'm trying to call a Report from a Form but i'm getting the error:
    <b>Cannot Get Output of Job ID 91 you requested on Mon Feb 03 14:00:03 BRT 2003.
    REP-56033: Job 91 does not exist<b/>
    I'm using Reports Server 9i (9.0.2.3) and Forms Server 6i.
    The PL/SQL to call the report is something like the following:
    <b>declare
    v_rep_id Report_Object;
    v_rep_job_id Varchar2(200);
    v_rep_status Varchar2(200);
    begin
         v_rep_id := Find_Report_Object('RPT_GENERICO');
         Set_Report_Object_Property(v_rep_id, REPORT_FILENAME, 'plscvnd0013rpt');
         v_rep_job_id := Run_Report_Object(v_rep_id, pLista_ID);
         v_rep_status := Report_Object_Status(v_rep_job_id);
         while v_rep_status in ('RUNNING', 'OPENING_REPORT', 'ENQUEUED')
         loop
              v_rep_status := Report_Object_Status(v_rep_job_id);
         end loop;
         if v_rep_status = 'FINISHED' then
              Web.Show_Document('http://reports.caarj.com.br:7779/reports/rwservlet/getjobid' ||
                                                 substr(v_rep_job_id, 18) || '?server=Rep.caarj.com.br');
    end if;
    end;
    end if;
    Destroy_Parameter_List(pLista_ID);
    end;</b>
    I've already commented out the <security> section, and uncommented the <compatible version="6i"> in <reports_server>.conf file. The rwproxy service is up and running on port 1949 and i'm using SIGLE_SIGN_ON=NO in rwservlet.properties file.
    What could be wrong??
    Regards,
    Marcus Santos.

    1) Run this command in browser and see whether a job with id 91 exists and see its status
    http://host:port/reports/rwservlet/showjobs?server=server_name
    This command will show you all the jobs and its status
    2) In server_name.conf see the queue size
    <queue maxQueueSize="1000"/>
    If you are running lot of requests in stress environment then make this size little bigger
    Thanks
    The Oracle Reports Team

  • Rep-error 56048 help ?

    hi all,
    i am using oracle 9iDS and 9iAS and in a mess of this error rep 56408, the report builder runs fine in the paper layout but when i access from web through AS it throws this error message rep 56408 job id..... i dont know what the cause of this error but i have to run the application right now, urgent solution required.
    zaibi.

    Hi,
    To know about the Cause and Action of this error, you may want to refer to Oracle reports Online help available on OTN:
    http://www.oracle.com/technology/products/reports/index.html

Maybe you are looking for