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.

Similar Messages

  • 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

  • RWCGI Get Job Ouput  -  Cannot Get Output of Job ID

    I am sending a Record Group from Forms to Report. Html is not generated.
    However normal query based Report with parameters from Form to Report is functioning well.
    Is there any other alternative or different approach for sending Record Group to Report ?
    Would appreciate your assistance.
    Furnished below are the parameters used in Form:
    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,'POL_DATA', DATA_PARAMETER, 'POL_DATA');
    Add_Parameter(pl_id,'PARAMFORM', TEXT_PARAMETER, 'NO');
    Add_Parameter(pl_id,'MAXIMIZE', TEXT_PARAMETER, 'YES');
    Add_Parameter(pl_id,'QTNID', TEXT_PARAMETER, :QtnId);
    Add_Parameter(pl_id,'PRN_LANG', TEXT_PARAMETER, :PRN_LANG);
    lv_repid:= FIND_REPORT_OBJECT('POL1');
    SET_REPORT_OBJECT_PROPERTY (lv_repid,REPORT_EXECUTION_MODE, RUNTIME);
    SET_REPORT_OBJECT_PROPERTY (lv_repid, REPORT_COMM_MODE , SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY (lv_repid, REPORT_DESTYPE , Preview);
    SET_REPORT_OBJECT_PROPERTY (lv_repid, REPORT_DESFORMAT , 'HTMLCSS');
    SET_REPORT_OBJECT_PROPERTY (lv_repid, REPORT_SERVER , 'REP60_IT-DS2');
    lv_report := RUN_REPORT_OBJECT ('Pol1', pl_id );
    Web.show_document('/dev60cgi/rwcgi60/getjobid='||substr(lv_report,14)||'?server=REP60_IT-DS2','_BLANK');
    Note :- Developing Web Application, using Forms 6i & Reports 6i

    Mohammed,
    Data parameters are not supported with the Reports Server (using the run_report_object call). You could populate a table and base the report off that.
    Hope this helps,
    Danny

  • Getting output of job

    Hello,
    I'm trying to get the job output in my program usibg publisher's web service as follows, but the history list is always returned empty.
    Thank You
    String sessionToken = myPort.login(username, password);
    String jobId = myPort.scheduleReportInSession(scheduleReq, sessionToken);
    List<JobHistoryInfo> jHistory = myPort.getScheduledReportHistoryInfoInSession(jobId,
    sessionToken,
    "Administrator", "All",
    true);

    I am having the same issue using C#.Net to consume the web service. It's a problem with JobHistoryInfo class being parsed improperly. I believe the issue is on the BI side w/ the returning XML.
    The issue also occurs with getScheduleReportInto(), and I was able to get around that by intercepting the cast from object to JobHistoryInfo, and convert it to XmlNode[]. However, that method doesn't work with JobHistoryInfo since it's always returned as an array.
    I currently have a ticket open w/ Oracle regarding this.

  • 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
    ---------------------------------------------------------------------------------

  • 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:

    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

  • Cannot get Excel Report to display on Internet Explorer

    Hi,
    We have an issue with displaying Excel reports on IE on some client machines. A window just pops up and closes. The reports run fine on Firefox and I was able to run it on IE earlier. I had this report working before on all application servers. Now I cannot get output on browser from dev. and test app servers after a small fix in the report. But I can still run the production version.
    Note that I can get the Excel output when I use 'getjobid' from an url :
    http://server:port/reports/rwservlet/getjobid1887?server=xxx&mimetype=application/vnd.ms-excel
    This is the code to output the report:
    SHOWDOCINFO :='/reports/rwservlet/getjobid'||JOBID||'?server='||REPORTSERVER||'&mimetype=application/vnd.ms-excel';
    The funny thing is my colleague can run the report on his pc without any problem. Is there some issue with the browser setting ?

    Yes. I use WEB.SHOW_DOCUMENT in the calling form. The window that pops up is an IE window. Yes we both use IE 7.0.
    I noticed today that if I uncheck the 'always ask before opening this type of file' on the File Download window, I can get it to work. How do I change this setting?

  • 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

  • I have a problem with my iPhone 4s.  An Apple rep looked at the phone today and determined the phone will have to be replaced.  I am trying to back up my data on the phone to iTunes but I cannot get the phone to power up.

    I have a problem with my iPhone 4s.  An Apple rep looked at the phone tonight and determined I will need a new phone.  I am now trying to back up my data to iTunes but I cannot get the phone to turn on.  I have it plugged into my computer monitor but it just slowly flashes the Apple symbol. Any ideas on how I can get it to power up for the backup?

    Apple isnt here. this is a user based forum for technical questions. The solution is to restart, reset, and restore as new which is in the manual after that get it replaced for hard ware failure. if your within your one year warranty its replaced if it is out of the warranty then it is 199$

  • I can get video on airplay anytime but i cannot get audio all the time.  in sound output i select airplay but it only reverts back to internal speakers.  same if i try earbuds.  the only way to fix it is to restart computer.  what do i do to fix it,

    I can get video on airplay anytime but i cannot get audio all the time.  in sound output i select airplay but it only reverts back to internal speakers.  same if i try earbuds.  the only way to fix it is to restart computer.  what do i do to fix it,

    In case anyone has had the same problem as me, I have just managed to fix this by doing the following:
    Switch off Mac
    Switch back on in Safe Mode (Hit power button, then hold Shift key until a loading bar appears at the bottom of the screen).
    Switch off Mac again
    Remove power cord and wait 15 seconds
    Plug power cord back in and hold down the keys alt, cmd, p, r all at the same time until you hear Starting chime for a second time and hopefully your audio will back.

  • Hello, I just bought a 2013 Mac mini and I cannot get the sound to output to my Dell U2713HM monitor.  I went to sound output but even though my Dell shows up there when I select it there is no sound output to it.  I am using a mini DP to DP cable...

    Hello, I just bought a 2013 Mac mini and I cannot get the sound to output to my Dell U2713HM monitor.  I went to sound output but even though my Dell shows up there when I select it there is no sound output to it.  I am using a mini DP to DP cable...Any ideas? Thanks

    Hi Alxx911, and John Hammer1. After reading John's reply - " You can plug something into it's headphone jack. though" . I thought i'd try out of curiosity. I plugged in some headphones. I didn't expect anything to happen  and nothing happened. The audio jack is for the Dell soundbar which is optional.
    Here's a direct copy and paste from the users manual: Section About Your Monitor.
    Attaching the Soundbar AX510 / AX510PA (Optional) CAUTION: Do not use with any device other than the Dell Soundbar. NOTE: The Soundbar power connector (+12 V DC output) is for the optional Dell Soundbar AX510/AX510PAonly. To attach the Soundbar: 1. Working from the back of the monitor, attach the Soundbar by aligning the two slots with the two tabs along the bottom of the monitor. 2. Slide the Soundbar to the left until it snaps into place. 3.  Connectthe Soundbar with the DC power connector. 4. Insert the mini stereo plug from the back of the Soundbar into the computerís audio output jack. For HDMI/DP, you can insert the mini stereo plug into the monitorís audio output port.  If there is no sound, check your PC if the Audio output is configured to HDMI/DP output.
    This monitor has no speakers. (Like John Hammer1 mentioned). The no speakers feature was one of the reasons I chose this monitor.
    Good Luck !

  • I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap

    I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap. I am trying to export 33 PSD files in BRIDGE to a PDF like I used to do on my other computer with bridge.

    Let's start with the general things.
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

Maybe you are looking for

  • MXI-4 bridge causes PC to crash

    I've the following system: - NI MAX 3.0 - NI PXI-MXI-4/ PXI-8331 bridge - Elma chassis, with CompactPCI backplane When I power the cPCI chassis, and then turn on the computer (which I believe is the correct order), the computer crashes. Then when I p

  • HT201413 guys, my iphone 4s is not working. i already updated the software, tried to restore but appears an error (1) over and over again. anda also, my serial number shows as n/a. please help.

    Guys, my iphone 4s is not working. I tried to restore it but an error (1) message appears over and over again and No serial number is display, shows as  n/a in itunes. my serial number is C38HGK63DTD2 please help Regards Manuela Costa

  • Problem with palette

    Hello, I am writing a script for Illustrator. I created a palette with some buttons. I like to keep the palette open while working in Illustrator. The problem is, that the buttons dont work. For example, I have a delete button that should delete my a

  • No Apple TV icon but for only one movie

    I can play my music or any other of my previously purchased movies thorugh my apple tv but a movie I purchased last night has no apple tv icon. Double checked, played some music from purchased and also imported works ok check previously purchased mov

  • Digital inputs NI6220

    Hello! DAQmx Version 7.3 I want to read the digital inputs of a NI6220. There is no matter of timing, I only want the actual state. I get the error code -200077 from the StartTask, that means: "Requested value is not a supported value for this proper