Scheduled Reports keep in status Running

Dear,
when scheduling reports in Siebel , the job is created succesfull. But the status keeps 'running'.
When I click on the job detail, I can see the Document Processing is 'Not Started'.
I have no clue why this is not working.
Creating the debug.xdo didn't help. I can not see any error messages there.
Any hints/tips to help me make this working?
Regards,
Hans

I got some more info regarding the problem.
In the output console i see : '10/12/09 10:21:25 java.lang.NoSuchMethodError: oracle.xml.parser.v2.DocumentBuilder.setNodeFactory(Loracle/xml/parser/v2/XMLDocument;)V'
This same error is also trowed when I want to view a report in the BIP UI.

Similar Messages

  • Problem with scheduling reports

    Hi,
    We produce reports in Crystal XI R2 and then publish to Enterprise. We have noticed a recurring and 'random' error with certain reports
    The reports run fine in Crystal and in Infoview when run on demand. However when we chose the schedule option, the report goes through the motions of running ie status = running for a suitable period of time and goes to Sucess. However when we try to open the report the 'blue bar' will go about 50% and then freeze without opening. After that Infoview hanges and we need to restart. This always happens with certain reports but other similar reports schedule fine.
    Any ideas?
    Cheers
    Clive

    That is the problem Clive.  I've had similar experiences that had me baffled.  Whenever you attempt to open the successfully scheduled report, the subreport is run.  Therefore you will have to wait for the subreports to complete before the report opens.  Sometimes this took hours, leaving me to think that it froze.  But it usually eventually comes up.  With each page you go through, the subreport is run again and again.  This is very annoying. 
    I would try modifying the type of subreports I use.  Try the report with "On Demand" subreport and "In Place" subreport.  See which one gives you better performance.  I usually only use subreports for 1 page summary reports.  Other than that they take too long.  I've had reports that I've redone because the subreport version takes too long.
    It is much easier to run these reports on demand.

  • Identify the user of the scheduled report

    Hi we are using Oracle Discoverer (9.0.4) .
    i have a question on this . we have identified a scheduled report which was still running for the last 2 days . i want to track the report name and the owner of the report . is there a way to identify this scenario?
    please let me know
    Kanna

    Hi,
    the below will get you all scheduled workbooks currently active, i hope this is what you need.
    if you are using database users for the discoverer you can use:
    SELECT Bat.Br_Name
    ,Doc.Doc_Name
    ,Doc.Doc_Created_By
    FROM Eul10g_Us.Eul5_Batch_Reports Bat
    ,Eul10g_Us.Eul5_Documents Doc
    WHERE Bat.Br_Workbook_Name = Doc.Doc_Name AND
    Doc.Doc_Batch = 0;
    If you use APPS mode then use this one.
    SELECT Bat.Br_Name
    ,Doc.Doc_Name
    ,Fu.User_Name
    FROM Eul10g_Us.Eul5_Batch_Reports Bat
    ,Eul10g_Us.Eul5_Documents Doc
    ,Fnd_User Fu
    WHERE Bat.Br_Workbook_Name = Doc.Doc_Name AND
    Doc.Doc_Batch = 0 AND
    Fu.User_Id = CASE WHEN Substr(Doc.Doc_Created_By
    ,0
    ,1) = '#' THEN Substr(Doc.Doc_Created_By, 2, 10) ELSE Doc.Doc_Created_By END;
    Tamir

  • The status of scheduled report in java application ?

    Post Author: Jay_Misys
    CA Forum: JAVA
    My java application is running on application server (websphare / java application server)
    I schduled the report published on crystal report server
    the java code is like:
    BIPlatform bipService = new BIPlatform(new Connection(new URL(servicesURL + "/biplatform")), oSession.getConnectionState());
    ResponseHolder rh=bipService.get("path://InfoObjects/"+sCrystal_Reports_Folder + reportName +
    "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    InfoObjects oInfoObjects = rh.getInfoObjects();
    CrystalReport oCrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    SchedulingInfo schedulingInfo = oCrystalReport.getSchedulingInfo();
    schedulingInfo.setRightNow(Boolean.TRUE);
    oCrystalReport.setPluginProcessingInterface(procInfo);
    oInfoObjects.setInfoObject(0,oCrystalReport);
    bipService.schedule(oInfoObjects);
    Pls help me  to get the status (running / sucessfully generated/ failed etc...) of scheduled report ? 

    out = new FileOutputStream(matcher.group(1)+".open" , true);
                          FileChannel ch = out.getChannel();
                                       FileLock lock =  ch.lock(0L, Long.MAX_VALUE, false);
                                   // Connect print stream to the output stream          
                                       p = new PrintStream( out );
                            p.println ("\n" + parms.getProperty( value ) + "\n");
                                  p.flush();
                            p.close();
                                  lock.release();Ok, I tried implementing locks but I dont know why it is not working...An exception is thrown and nothing is wriiten to the file. I have employed a complete lock on the file so that no other JVM application can use it.
    Actually this is a server that grabs data sent from an Iframe and writes it down to a temp file. I open a file input stream, lock it and then use a printwriter strream to write the realyed data to the file. Any inputs as to what is wrong with the code snippet above?????

  • Scheduling Crystal Report in BO Enterprise -- running Failed with an error

    Hi all,
           I have scheduled a crystal reprt which is published in BO Enterprise. I have scheduled such that it should run right now. when i choose schedule, in the History screen of that particular Report Document, it  is showing the status as Failed.
           I cecked the Instance Details of that particular instance in History Screen, it is giving me this error message:
    " Error in File ~tmp1f905fddf0fb274.rpt: Unable to connect: incorrect log on parameters ".
           I have choose ' set to null ' to all parameters in the Parameteers Screnn while scheduling, as all the parameters are optional.
    Please suggest how to go ahead with this error. I am new to BO Enterprise, I have to schedule crystal report in the Enterprise.
    Thanks in advance !

    hey i got this error resolved by giving server details in Data Base Configuration screen.

  • Report about scheduled reports with status failed

    hi All,
    I would like to schedule report with information which reports in SAP BO (which I could find in Instance Manager in CMC) did not refreshed (failed status). Do you know where this data are stored?
    Thank you for your help.

    Hi Konrad,
    Query builder is an application which gets deployed when you deploy the BO applications like CMC/BILaunchPad.
    The name of the application is AdminTools. You can check with your admin/deployment team if you have it deployed.
    You would be exceuting the below url to access the application
    http://<servername>:<port>/AdminTools
    The name is case sensitive so follow the same case.
    It would be best to run your queries in AdminTools application rather than running those directly on CMS tables though management studio. Running queries directly on CMS databse tables is not recommended.
    Thanks,
    Prithvi

  • Scheduled reports (DeskI) remain in status "Pending" in SP4(FP 4.3)

    Hi,
    I am facing a weird problem with a BO XI R2 cluster installation (2 Windows Servers, one CMS, 2 DeskI Job servers on one node) after installing SP4 + FP 4.3. The users are allowed to schedule DeskI reports they created themselves. The scheduling works out fine at the beginning but at some point overnight the DeskI servers (although empty) completely ignore the fact that there are available jobs for scheduling. This means that the DeskI reports remain in status "Pending". Changing the "maximum number of jobs" setting at the CMC in the DeskI job servers properties tab seems to work like a wake-up call and the scheduling starts again. After a while though (can take up to a day to get there) the job servers start again to ignore the pending jobs.
    Is this a known issue in SP 4? Anyone had similar experiences two?
    Any help/ideas & hints will be highly appreciated.
    Cheers
    Stratos

    Hi Will,
    Quote: "In any case, in normal circumstances, you should not having pending jobs if your number of running numbers is below your max number of jobs setting". Exactly this is what we are expecting but the job server seems to sleep not caring about the actual number of pending jobs und wakes up only if we use a high setting (40) for the maximum number of jobs.
    Have found some references about similar problems for both the Web Intelligence and the Crystal Report Job Servers but not a real solution so far. It may be a problem with the CMS but I am not really sure. Restarting the CMS does not help neither.
    Cheers
    Stratos

  • How to keep break point in back ground scheduling Report

    Hi,
    how to keep break point in back ground scheduling Report?
    Regards,

    Hai ,
    One more way to debug  in the back ground is , pur some infinite loop condition and execute the job and in SM50 you can see the job which is running place the cursor on the job and go to the program in the menu and go to debugging from there .
    Example code for infinite loop .
    i=1 .
    loop at itab .
    if i > 5 .
    end loop .
    Regards,
    K.Vinaykumar

  • OBIEE Report keeps running for some users

    Hi Mates,
    I am facing a issue, while running the report.
    This reports keeps on running and expires after the max time out for few of the users whereas for few users it displays the output in 30 secs or so.
    Just to add in Oracle Identity Management has been setup security.
    Tried looking into the log files but couldn't find something related.
    OBIEE Version - 11.1.1.5
    Database version - 11.1.2
    Regards
    Gyan

    You need to verify the sqls fired for both users and its data level security, you may be pulling more data for few users.
    Also, try running the sql query in Toad or some other tool and compare the performance.

  • How to Re-Run 100 scheduled reports at one time on failure of running?

    Hi All,
    I scheduled 400 reports in the Crystal Reports Server.
    Suppose, out of 400 if 100 over reports are failed to run due to various reasons then how to filter and Re-Run only those 100 reports at a time without triggering each and every report.
    Please Advice.
    Thanks,
    Sriram

    Hi,
    can someone advise us on this issue, please?
    thanks,
    Sriram

  • SCHEDULED REPORT RUNS FINE BUT UNABLE TO PULL UP THE RESULTS

    Hello all,
    I can create a new report in against Discoverer with no problem. The report can be run as a scheduled report....and the
    results pulled up with no problem.
    EXISTING reports that were converted during our 9i to 10G can be scheduled and run. However, when the user attempts to see
    the results they receive an error message stating:
    The results run for this scheduled workbook can no longer be used because the query has been changed.
    Do you want to query the database for the new results?
    After installing a patch some of the workbooks were able to be retrieved. It seems like there is some commonality in the workbooks that don't seem to work from the scheduled reports. It seems that any workbook that has an admin created calculation in the EUL as one of the selected fields or as a condition of the report, causes a problem.
    If anyone of you came across this situation please guide us.
    Thanks
    Manohar

    Hi Manohar
    By resaving I mean opening the workbook in Plus then clicking the Save button to force Discoverer to save a clean copy. You should then reschedule this and see what happens.
    Here's another trick from way back in the early days of Discoverer that might help. You said that the issue was with an admin created calculation. So, try this:
    Create a brand new calculation in your workbook and load the admin calculation into it. Then change all references for the admin calculation, conditions etc, to point at the new calculation.
    Believe it or not, this trick can sometime force Discoverer to work when it otherwise will not. At any rate, its worth a try don't you think?
    Best wishes
    Michael

  • Dynamic date parameters for a scheduled report that runs every day

    I have a report that has input parameters for a start date and
    end date. The report will be scheduled to run once a day at a
    scheduled time. I need the report to automatically set the start
    date and end dates when the report runs at the scheduled time.
    When the report runs at the scheduled time, the end date needs
    to be set to that time and the start date needs to be set to 24
    hrs before the end date. I want the start and end dates to roll
    forward automatically when the scheduled report runs each day. I
    don't want any user intervention to change the start and end
    dates every day. How can I do this in a report ?
    Also, since the report is scheduled to run each day, I want the
    output to be saved to a unique file name each time the report is
    run as each day's report will report on the data only for that
    day. How can I get the report to save to a unique file name
    automatically each day ? Again, I don't want any user
    intervention where they would set the output file name manually.

    Try adding the following in the beforereport or beforepform
    trigger, before the RETURN clause (TRUNC gets rid of the time
    component of the date):
    :p_date_from := TRUNC(sysdate) - 1;
    :p_date_to := TRUNC(sysdate);
    :desname := 'REPORT'||TO_CHAR(sysdate, 'DDMMYYYY')||'.txt'
    Paul Williams

  • Schedule report re-runs when opening

    Hi,
    I have a scheduled discover report in Discoverer 4.1.48 version, when opening that scheduled report its re-run the query again.
    Please let me know, the reason.
    BR,
    Uma

    Hi Uma
    One of the reasons for this happening is that the query could be a fan trap. Discoverer will nearly always tell you that the results are invalid and suggest a rerun when there is a fan trap.
    This was recognised as a bug but was only corrected in the 10.1.2.2 release of Discoverer. Many other scheduling bugs were fixed in this and subsequent releases. Have you considered upgrading?
    Best wishes
    Michael

  • Schedule report to run daily

    Hi,
    I want the Inventory Audit Report to run automatically daily (and thereby update the Last Evaluated Price).
    I know the report scheduler can schedule reports for user queries, but I need this out-of-the-box B1 report to run automatically with a predefined schedule.
    Thanks,
    Ajay Audich

    Hi Ajay,
    You can not Schedule Standard Report for Scheduling for Email.
    Please check below link for Scheduling Report and Email.
    How to Schedule Report Execution and Mailing
    You can also do this by ALERT Function of SAP B1.
    Please try to create Customized Query and Schedule for Specific Time Interval.
    Please check below link for ALERT MANAGEMENT.
    SAP Business One Queries and Alerts Management
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/06437557240484e10000000a155369/content.htm
    If you have any issue in Creating Query then let us know.
    Hope this help
    Regards::::
    Atul Chakraborty

  • How to schedule reports to be run and sent from Ad-hoc query.

    Dear Abapers,
    I got a requirement in which the user wants to know how to schedule reports to be run and sent from Ad-hoc query.
    Regards
    Venkat

    Ask him to look more carefully at the menu : Quickview > Execute > Exec. in background, then click on schedule
    Regards,
    Raymond

Maybe you are looking for

  • How do I get my photos from photostream in my PC to my iPhone?

    I had to hand my phone in for repair a while ago and all my photos got deleted from my iPhone, but i had placed all my photos in photostream so I would be able to get access to them on my iPhone later on but now I can't get my photos from photostream

  • Incorrect disk and disk image icons

    I'm running 10.7.4 on an early 2011 MBP with 8 GB RAM. Disk images, CDs, etc appear on the desktop with the generic hard drive icon.  My understanding is that this can be corrected by rebuilding launch services.  Upon rebuilding launch services, usin

  • Error: Purchase tax code

    Hi, I have created following tax Combination ED@10 % Ecess@2% Hcess@1% VAT@4% This combinations when applied in sales documents works fine but... if i apply same in purchase document the tax amount is displayed as zero in Taxamount column. can anyone

  • Why can i not pull firefox up as my web browser

    when i click the icon it want pull up and i just downloaded it

  • Deleting old items in TC?

    Can I delete manually in TC? And how do I know what to delete? Is it so that all bundles are 100% complete? So that I can keep ex. one bundle form 2010, one from 2011, 2012 and so on? To free up space on the TC and so that the oldest copies don't get