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

Similar Messages

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

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

    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

  • I bought second hand iphone i have my apple id and password i was ysing this fron last two years i upgraded my phone to os 7 after finishing ny phone is asking for i d abd password to activate when i am entering my id and pasdword error coming

    I won't b able to activate my Iphone.asking for apple I'd and password the I d and password I am entering .error coming on phone saying that u can't activate with this I'd I check with my nearest authorist agent in Hyderabad india.they want me call on customer service number 1800- they  want my purchase copy or correct I'd the I'd and password I having its not working for this can anyone help me please.

    Sorry, but you have encountered the Activation Lock:
    ACTIVATION LOCK
    The only person who can remove it is the person who put it on. You will need to contact the previous owner and have them follow one of the sets of instructions in this link:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account - Apple Support
    If you cannot do that, then see if there is any way of getting a refund from the seller. If you cannot do that, then you have a device that is unusable and won't be able to be restored.
    Sorry
    GB

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • ORA 2343 Valuenot allowed error coming

    Hi All,
    I'm getting 'ORA 2343 Valuenot allowed' error coming while creating a report query. Please advice.
    Below is the query used.
    Regards,
    Aparna S
    select null date_temp,circle, EQUP_INDEX, port,sum(Total_transmit_drop_KB),sum(Total_receive_drop_KB),sum(Total_output_packet_NOS),sum(Total_input_packet_NOS),avg(Rate_of_input_traffic_Mb_Sec),avg(Rate_of_output_traffic_Mb_Sec) from (
    --decode(sign(diff),-1, prfr_start_time +diff,prfr_start_time) prfr_start_time
    select circle, EQUP_INDEX, port, diff,
    (Total_input_traffic_MB - LAG(Total_input_traffic_MB) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port) ) /900 * 8 Rate_of_input_traffic_Mb_Sec,
    (Total_output_traffic_MB - LAG(Total_output_traffic_MB) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port)) /900 * 8 Rate_of_output_traffic_Mb_Sec,
    (Total_input_packet_NOS -LAG(Total_input_packet_NOS) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port)) Total_input_packet_NOS,
    (Total_output_packet_NOS - LAG(Total_output_packet_NOS) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port)) Total_output_packet_NOS,
    (Total_receive_drop_KB - LAG(Total_receive_drop_KB) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port)) Total_receive_drop_KB,
    (Total_transmit_drop_KB- LAG(Total_transmit_drop_KB) OVER (PARTITION BY EQUP_INDEX,port ORDER BY EQUP_INDEX,port1,port)) Total_transmit_drop_KB,
    Destination_Router from (
    SELECT /*+ ORDERED USE_NL(PR) USE_NL(PD)INDEX(PR PRFR_TIME_TYPES_IDS_UNQ) */
    TRUNC(pr.prfr_start_time) prfr_start_time,
    --TO_CHAR(pr.prfr_start_time,:QRY3) grpCol1,
    --&P_AGG(TO_CHAR(pr.prfr_start_time, :QRY4)&P_MIN) grpCol2,
    area_area_code circle,
    pr.PRFR_NEMS_PARENT_ID EQUP_INDEX,
    --MAX(DECODE(po.PRFO_CODE,'port',SUBSTR(pd.prfd_value,INSTR(pd.prfd_value,'/')+1,1000))) port1,
    ''''||MAX(DECODE(po.PRFO_CODE,'port',pd.prfd_value)) port,
    MAX(pr.prfr_start_time - TO_DATE(:p_start_date,'DD-MON-YYYY HH24:MI')) diff,
    SUM(DECODE(po.PRFO_CODE,'Total_input-traffic',to_number(nvl(pd.prfd_value,0))))/1024/1024 Total_input_traffic_MB,
    SUM(DECODE(po.PRFO_CODE,'Total_output-traffic',to_number(nvl(pd.prfd_value,0)))) /1024/1024 Total_output_traffic_MB,
    SUM(DECODE(po.PRFO_CODE,'Total_input-packet',to_number(nvl(pd.prfd_value,0)))) Total_input_packet_NOS,
    SUM(DECODE(po.PRFO_CODE,'Total_output-packet',to_number(nvl(pd.prfd_value,0)))) Total_output_packet_NOS,
    SUM(DECODE(po.PRFO_CODE,'Total_receive-drop',to_number(nvl(pd.prfd_value,0)))) /1024 Total_receive_drop_KB,
    SUM(DECODE(po.PRFO_CODE,'Total_transmit-drop',to_number(nvl(pd.prfd_value,0)))) /1024 Total_transmit_drop_KB,
    MAX(DECODE(po.PRFO_CODE,'Destination_Router',pd.prfd_value)) Destination_Router
    FROM ( select equp_id,equp_index,area_area_code,area_code from
    areas ar1,locations lo,equipment eq
    where exists (select 'X' from areas B where ar1.area_code = b.area_code &QRY1 )
    and eq.equp_locn_ttname = lo.locn_ttname
    and lo.locn_area_code = ar1.area_code
    -- AND ar1.area_code in (select area_code from areas &QRY1)
    AND equp_equt_abbreviation LIKE '%MPBN%' &QRY &P_EQUPIDLIST) eq,
    PERF_RECORDS pr, PERF_DATA pd,PERF_OBJECTS po
    WHERE pr.PRFR_ID = pd.PRFD_PRFR_ID
    AND pd.PRFD_start_time =pr.prfr_start_time
    AND pd.PRFD_PRFO_ID = po.PRFO_ID
    AND pr.PRFR_PARENT_ID=to_char(eq.equp_id) and pr.PRFR_object_ID =to_char(eq.equp_id)
    AND pr.prfr_start_time >=TO_DATE(:p_start_date,'DD-MON-YYYY HH24:MI') -1/96
    AND pr.prfr_start_time < TO_DATE(:p_end_date,'DD-MON-YYYY HH24:MI')
    --AND TO_CHAR( pr.prfr_start_time ,'MI')='00'
    AND po.PRFO_PRFT_TYPE = 'MPBN_Traffic_NetOp'
    GROUP BY area_area_code,eq.equp_index,pr.prfr_id,pr.prfr_start_time ,pr.PRFR_NEMS_PARENT_ID
    ) where port like :P_SSA ) a
    where diff >0
    group BY circle, EQUP_INDEX, port

    never seen that error before. can you verify that number?
    keep halving the query the query until you find the offending field.
    e.g.
    if
    select
    a,
    b,
    d,
    d
    from table
    gives you an error, in the next run do
    select
    a,
    b --,
    --c,
    --d
    from table

  • ​Error coming up states " warning some of the videos in your iTunes library including video "Dora" were  copied to the iPad "ellen's iPad " because they cannot be played on this

    I purchased tv shows for my son over 4th of July weekend from iTunes on my iPad...he has been watching with no problem...yeste​rday I backed up my iPad and the videos were taken off while I was syncing it. Error coming up states " warning some of the videos in your iTunes library including video "Dora" were not copied to the iPad "ellen's iPad " because they cannot be played on this iPad was not copied because the video format is not supported by the iPad.....makes no sense since he watched the video on Friday on my iPad...I went into the properties of the video and under the summary tab states kind of video is mpeg-4video file...went into the folder on my pc and the file is listed as a m4v file...under the tab tv shows when my iPad is connected I have it checked to sync tv shows and to automatically include "all" episodes of "all shows" ....
    I am using version 4.3.4 on my iPad and iTunes version 10.4 ...I even restored back to the original settings and still did not work....called apple twice yesterday and spoke to 2 different people and no one could help me.....I am able to load a movie from my pc to my iPad with no problem and the movie is a mpeg-4video file....totally​ clueless...

    I kept having a similar problem - 3 out of the 10 videos I had on iTunes wouldn't sync. They were in the right format and I KNEW they worked on my iPod because I'd RECORDED them on my iPod. I finally figured out what to do! Go to the movies in your iTunes library. Click on one that does not sync. Click on "Advanced" at the top of iTunes and choose "Create iPod or iPhone version". Once that's finished, be sure you delete the old version so you don't keep getting the error (or have 2 copies of the same video) and sync. This should eliminate the problem. At least it did for me!

  • Terminated with error: br REP-56048: Engine rwEng-0 crashed, job Id: 5778

    while running report i m getting following error
    Terminated with error: <br>REP-56048: Engine rwEng-0 crashed, job Id: 5778
    I m unable to trace what is wrong currently i m using report application server 10.1.2.3.0 and delimited as desformat.
    I have already used jvmoption and delimiteddata.
    but both failed to solve the problem as jvmoption does not work in my case and delimiteddata has expected format problem.I want to use delimited option so what is the problem with engine that it crashes on the few reports.
    regards,
    kaushal

    How many MB of SGA + PGA is assigned its BD?
    Do the following:
    1. It is necessary to modify the engine definition to include :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    How to do it, depends on the version of Report Server in use :
    a. For version 10gR2 (10.1.2.x) :
    Backup your Reports server .conf file and Modify the rwEng parameters and add :
    jvmOptions="-Xmx512M -Xms128M -Xss512k"
    b. For version 11g (11.X), this has to be done through Enterprise Manager. In Enterprise Manager, locate your Report Server and go to "Basic Configuration" page then insert :
    -Xmx512M -Xms128M -Xss512k
    into the field "JVM Options" and "Apply" your changes.
    * The important option is "Xss" that sets the maximum stack size that can be used by C code in a thread.
    3. Restart your reports server and try to run again with DESFORMAT=SPREADSHEET

  • While doing PGI.... error coming deficiancy of stock

    Dear Guruz,
    while doing PGI.... error coming deficiancy of stock. In MMBE the stock quantity is 40 and i am trying to issue 1 qty.
    PL discuss
    Edited by: Csaba Szommer on Oct 23, 2011 7:48 PM

    Hi,
    It seems to be u have not done "Transfer order confirmation".
    Pleas do the TO confirmation then try do PGi and let us know the status....
    Regards
    sankar

  • Terminated with error: br REP-501: Unable to connect to the specified

    Hi,
    My report server can function nicely, always I can retrieve my report but I am also constantly facing the error when running report after a few minutes having my report servers on function.
         Terminated with error: <br>REP-501: Unable to connect to the specified database.
    I have 2 oracle home in my server, 1 is 9i (used for ODBC to connect to my database) and 1 more is 10g where my application server is.
    My both my TNS files have all the entries of the database server. In fact, we gets reports perfectly OK without problem until a certain time when the error pops up.
    Pls help

    I did not check the timeout because all reports were generated within seconds.

  • Error coming out of Workflow restart - Error:OBJECTS_OBJREF_NOT_ASSIGNED_NO

    Hi all,
    After restarting the workflow through SWPR we are getting an error message as per mentioned below.
    Error coming out of Workflow restart - Error:OBJECTS_OBJREF_NOT_ASSIGNED_NO.
    Kindly suggest what can be the possibility of the error. I scehduled the SWPR program in the background and passed some workflows and getting this error message in the background job. Kindly suggest.
    Thanks,
    Neslin.

    I think you need to analyse the Workflow log and then try to restart. I think you might have to change the container element value in order to remove the error. Please check and act accordingly.
    Thanks
    Arghadip

Maybe you are looking for

  • How can i downlad skype on the new macbook pro with lion, it won't work

    i tried downloading skype but it will only open a locked text edit window and not an installation for skype. what could be the issue? has anybody found a solution to this?

  • To Get the File Name

    Hi, I am doing a File-to-Idoc scenario. The names of files will be "Order+TimeStamp.xml". In the File Comm. Channel Sender I gave the file name as "Order*" so that it will read all the files starting with "Order". I want to store the names of process

  • Worst Customer Service Ever!!!!!

    I bought an Air Conditioner online which kept tripping every few days. I was under the impression that it is Best Buy and the return policy should be at least 30 days if not more. I called them after 3 weeks and they refuse to take it back even if th

  • HT6114 computer gives restart message with error report, follows update 10.9.2

    following update to 10.9.2 get restart message with error report

  • Sat P500-150 Backlit keyboard

    Dear users, I need to know if the *Toshiba Satellite P500-150* has a backlit keyboard. I called Toshiba and the person at the helpdesk told me that in none of the specifications of the P500 models he could find anything about a backlit keyboard BUT h