Scheduled report issue

Hi,
I scheduled a work book with multiple worksheets in discoverer 4.1.47. After scheduling when am I opening, I found there is a sheet with no data. I checked the query from SQL inspector and its not showing the original query and its showing the below query . I normally opened the worksheet from discoverer desktop and its showing the query correctly, where as in scheduled report SQL inspector is showing the below..
Remaing all sheets are scheduled correctly.
Please let me know, why
SELECT BRVC2 as E_300, BRVC1 as E_308, BRVC3 as E214082, BRN1 as E214083, BRN2 as E214094, BRN3 as E214095, BRVC4 as E214097, BRVC5 as E214098, BRN4 as E214099, BRVC6 as E214100, BRVC7 as E214101, BRVC8 as E214103, BRVC9 as E214106, BRVC10 as E214107, BRVC11 as E214109, BRN5 as E214110, BRVC12 as E214111, BRN6 as E214112, BRN7 as E214114, BRVC13 as E214115, BRVC14 as E214116, BRD1 as E214127, BRVC15 as E214130, BRVC16 as E214131, BRVC17 as E214144, BRVC18 as E214146, BRVC19 as E215360 FROM APPS.EUL4_B100714054016Q2R1;
BR
Uma

Hi Uma
In standard Discoverer, when you create and run a worksheet the results are created dynamically. This means that the data is only available within the session that is running the worksheet. More importantly, the data is NOT available to any other worksheet whether within that session or not. However, if you use a scheduled workbook then the results from the worksheet are held in a temporary table until you remove the results or you delete the scheduled workbook.
Tables look like this: EUL5_B060914015847Q1R1
Views look like this: EUL5_B060914015847Q1V1
Note: these temporary tables are stored within the schema of the user who owns the workbook - not within the standard EUL schema. The format of the table is as follows:
EUL5_B060914015847Q1R1 which can be broken into six separate pieces.
These pieces are as follows:
EUL5_ B YYMMDD HHMISS Q9 R9, where
EUL5_ is a fixed name
B means Batch and is a constant
YYMMDD is the date that the worksheet was run,
HHMISS is the time when the worksheet was run, the time is in the 24 hour clock format,
Q9 means this is the letter Q followed by a number - E.g. Q1, which signifies the query number. I believe Oracle have some plans to allow multiple queries but for now this is always Q1,
R9 means this is the letter R followed by a number - E.g. R1, R2 and so on. This is the run number.
Using the above logic therefore, here is your example: APPS.EUL4_B100714054016Q2R1
This means this is result set number 1 for query 2, run at 5:50:16 AM on 14th July 2010.
So if you can figure out which worksheet was scheduled and when it was run you can build a view that sits on top of the latest table to give you the latest results. Something else which adds interest here is that the column names within the table do not match the column names as in your original query. The scheduled results column names use generic names such as BRVC1, BRVC2, BRD1, BRD2, BRN1 and BRN2.
These are codes and can be interpreted as follows:
BRCV1 and BRCV2 mean Batch Result Varchar (aka string) 1 and 2,
BRD1 and BED2 mean Batch Result Date 1 and 2,
BRN1 and BEN2 mean Batch Result Number 1 and 2
In SQL, try this: SELECT * FROM APPS.EUL4_B100714054016Q2R1 - do you see anything? If yes, there is data in the result set. If no, this means Discoverer found no data when it ran the scheduled workbook.
If you have no data in the results you have to determine why. Perhaps you are pulling from a secure view using a specific responsibility that was needed get at the data? A responsibility that would be needed during the scheduled run.
Hopefully this helps
Best wishes
Michael

Similar Messages

  • UCCX Scheduled Reports Issue

    We are having any issue with Scheduled reports.  We have added the folder C:\Program Files\Cisco CRS Historical Reports\reports to resolve a bug but now the user is getting the attached error.  Any suggestions?
    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Thanks,
    Joe

    Hi Joe
    The HRC scheduler runs on the client PC, so if I recall correctly it has to be left on and logged in in order for the schedule to run. If it's off, then you might get this error to notify you that the reports haven't run at the off-peak/evening time that you specified, so there may be some CPU impact.
    Is the PC left on at the scheduled time?
    Aaron

  • Issue with SAP Single Sign-On and Scheduling Reports

    Hello --
    We are on XI 3.1 with SAP BW and SSO.  Some users are getting failures with this error message when they schedule a report to run:
    "A database error occured. The database error text is: Unable to connect to SAP BW server System received an expired SSO ticket. (WIS 10901)." 
    It SEEMS as though the users are fine if they schedule the report to run immediately and have it run every hour (or less) after that.  If they schedule it to run several hours from the time they are in the system, however, it looks like they begin getting failures around 8 hours after they were in the system.  This would make sense from looking at the "InfoView and Central Management Console Session Management" document (https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/405547f9-b840-2b10-44b5-8e17ff9e48a9&overridelayout=true) since a logon token expires after 8 hours, but since it is a scheduled report, and the user is not logged in through a browser, how is a token being passed?  Is it captured and included when the report is scheduled?  Would disabling logon tokens fix this issue?  How is authentication handled here if they are disabled? 
    Thanks for any info
    Casey

    Hi Gurus
    I am facing the exact same error.
    However, we are not trying to schedule the WEBI report.
    The user gets this error even when he is running on demand from the portal.
    Here are the various steps tha twe have tried and still it doesnt work:
    1) Refreshed and created new Universe connection
    2) Bounced BOE server
    3) Synced up the SSO timeout ticket to 8 hrs on all systems including BOE
    4) Changed browsers
    5) Removed cache, cookies etc
    Please help.

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • Ssrs scheduled report

    Hello,
    Users are using a report daily which has two parameters:
    @Date and @clientName
    The users run this report for different month-ends manually...
    This report is now scheduled to run on the 10th of every month at 2:00 am. with th efollowing parameters:
    The @Date is set for the last day of the previous month.
    The @ClientName is always the same. i.e. @client1
    The way I have scheduled it is, say today is 21st July 2014, I placed the date 30 june 2014 into the @Date parameter.
    Question:
    Instead of me typing the date for the @Date parameter, i.e. 31 june 2014, how can the report do this so that it knows what @Date parameter to use when it automatically runs.
    If I do not manually change the @Date parameter, then for the following month it still uses 31 june 2014 but I have to manually change the scheduled report and enter 31 july 2014 for the next run and so forth.
    Remember that I do not want to change the format of the report because the users run this report too and they use different dates.
    Any suggestions please?

    Hi arkiboys,
    According to your description, you want the report can auto type the last day of the previous month as the @Date value, rather than manually type the date. To fix this issue, we can type the last day of the previous month with expression as the default value
    for the @Date. Then it automatically runs with the default date based on the date, without manually modification. For more details, please see:
    Edit the report with Report Builder.
    Right-click the @Date parameter to open the Report Parameter Properties dialog box.
    Click Default Values in the left pane.
    Specify a value with the expression below:
    =dateadd("d",-day(today),today)
    Users can change the date for the @Date parameter to others based on their region when he view the report.
    Hope this helps.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Error while scheduling report for SAP users

    Hi All,
    We have SAP authentication enabled in our BO environment. (BO XI 3.1 sp2 FP 2.6 on windows 2003 server).
    There are some webi reports based on BW Bex queries that we are trying to run on behalf of certain SAP end users. This we are doing using "schedule for" option.
    Now what is happening here is if the end user has logged in once in BO system ,it runs fine. But in case user has not logged in to BO (using infoview etc.) ,it throws error saying "incomplete logon data" . Also if user changes or reset his password in BW and if he doesn't login to infoview after that ,system throws another error "Name or password incorrect (repeat logon)".
    Based on these observation, we are suspecting if BO system uses stored SAP users credentials while scheduling report for them based on their last login.
    Would like to mention here that we have checked option "automatically import users".
    Please advice if this behavior is normal or we are missing some setting.
    Thanks in advance,
    Chandra

    Hi All,
    Any pointers or suggestions for this issue ??
    Is there a setting/option avialable in CMC which could resolve these errors.
    Or, user has to login once to infoview in all circumstances to avoid these errors.
    Thanks,
    Chandra

  • Scheduled report corruption

    Hi, we have been using BO Enterprise 11 for sometime without any problems, but recently scheduled reports are being produced with varying format issues. Sometimes a report is OK, but the next time it runs the layout of the report will be corrupted.
    Correct:
         Analysis of Open MCR Changes, by Logging Category not assigned to a Release
         Open Changes     Logged today
         Logging Category :     C MCR CANDIDATE      65      1
         Logging Category :     C MCR CHANGE      3      1
          68      2
         Analysis of Open MCR Changes, by Logging Item not assigned to a Release
         Logging Item:     MCR ORDER MANAGER SYSTEM      16
         Logging Item:     MCR WEBSITE LIVE      16
         Logging Item:     MCR ORDER PLACEMENT MANAGER SYSTEM      4
    Incorrect
         A
         Open Changes     nalysis of Open MCR Changes, by Logging Category not assigned to a Release     Logged today
         Logging Category :     C MCR CANDIDATE      65      1
         Logging Category :     C MCR CHANGE      3      1
          68      2
         A
         nalysis of Open MCR Changes, by Logging Item not assigned to a Release
         MCR ORDER MANAGER SYSTEM      16
         Loggi
         MCR WEBSITE LIVE      16
         Loggi
         MCR ORDER PLACEMENT MANAGER SYSTEM      4
         Loggi
    Any thoughts?
    Andy

    The problem is that, as Kappy says, the backup software cannot know the files have been corrupted. Hard drive damage - a frequent cause of corruption - can be repaired, but only an application that can read a particular file might know if it has been corrupted, and even then it might not be apparent until you notice errors in the data that the file should contain.
    The only way to protect against corruption is to:
    1) Keep incremental backups, like Time Machine does
    2) Keep a minimum of two _completely separate_ backups
    3) Use two different backup programs (I like Time Machine + [Carbon Copy Cloner|http://www.bombich.com>)
    4) Archive important files periodically to CDs, DVDs or additional hard drives and store them away somewhere cool, dry and dark and don't touch them again. Note that, even stored properly, they dyes in home-burned CDs and DVDs will eventually degrade and destroy the data they contain, so don't rely on these for seriously long-term storage.

  • Scheduled report name

    Hi,
    We have made a custom report for UCCX8.5, which we'd like to schedule. This report can only show the details of one CSQ, by selecting a CSQ filter. Because of this we'll need to schedule a new task for every CSQ. Here the issue arises: when I look at the scheduled reports overview, all reports have the same name: The name of the report. This makes it impossible to see which scheduled report is which. So it'll be really hard to delete or add one later.
    Is there a way to change the name of the scheduled report task?
    Regards,
    Ruud van Strijp

    This is one of a few scheduler-related limitations of the HRC. Another is that the machine running the client must be running and actively logged in for the system tray-based (i.e. not a windows service) scheduler app to trigger.
    My advise on this one is to upgrade to the latest 9.0 build where you can switch from the legacy HRC client to the new Unified Intelligence Center (CUIC) reporting engine. This is a browser-based UI and was ported over from UCCE so now both products have the same reporting engine. As luck would have it, you can name the schedule when you create it with CUIC:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/intelligence_suite/intelligence_suite_902/user/guide/CUIC_BK_R4B100EB_00_reporting-app-user-guide-902_chapter_01000.html
    With that said, you'll have to redo your custom report by spinning up a lab instance of CUIC Premium (not bundled with CCX) so you can create the report definition. Once you have that, you can import it into the embedded CUIC Standard instance on CCX and be good to go. The SQL stored procedure process remains unchanged.
    In case you're inclined to dismiss this advice, note that HRC is EoL. In 9.0 you can pick one or the other but it's gone entirely in 10.0; CUIC only. So, it's only a matter of time before you have to cross this bridge anyways.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Scheduled Report failure - Schedule Inactive

    Hello,
    I am trying to perform an automatic report scheduling with SAP 9 PL 8.
    The query is:
    SELECT T0.callID, T0.subject, T0.customer, T0.custmrName FROM OSCL T0
    There is another related note 1798434 - Prerequisites Report Scheduler to solve the following error?
    Looking for first schedule to be executed before/on 20140429 17:11
    Found Scheduled Report ID: 10
    Handling schedule
    Starting SAP Business One Client with configuration written to its stdin
    *** SAP Business One Client Log ***
    *** SAP Business One Client Log ***
    Process timeout; terminating client process
    Process timeout; terminated
    SAP Business One Client return code:259
    Distributing results
    SAP B1 client did not update new scheduyle date and time! Deactivating the schedule to prevent infinite loop.
    An error occured while creating report by SAP B1 Client
    Schedule processed
    The note 1798434 does not resolve the above error:
    https://websmp230.sap-ag.de/sap%28bD1lcyZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F…
    https://websmp110.sap-ag.de/~sapdownload/011000358700000274212012E/HowTo_ReportExecution_882.pdf
    Help, someone who has successfully managed to Report Scheduler?
    Regards,
    Raúl Ponce

    Hi All,
    I have the same issue. Do you have solution to it?
    Error log shows below:
    Looking for first schedule to be executed before/on 20141212 15:1
    Found Scheduled Report ID: 1
    Added SRA2 entry
    Handling schedule
    XML configuration sent to SAP Business One Client:
    <?xml version="1.0" encoding="UTF-16"?>
    <SR>
    <R D="20141212" T="1501" O="N">1</R>
    <L S="172.30.20.111" T="7" C="VMG" LL="2" CU="manager" CP="6F5F4783DEBD49B16834D4635E91AAC880D2959526AB" LS="VM-SAP-SV:30000" LC="3"/>
    </SR>
    Starting SAP Business One Client with configuration written to its stdin
    Timeout set to 1 minutes
    *** SAP Business One Client Log ***
    *** SAP Business One Client Log ***
    Process timeout; terminating client process
    Process timeout; terminated
    SAP Business One Client return code:-1
    Distributing results
    SAP B1 client did not update new scheduyle date and time! Deactivating the schedule to prevent infinite loop.
    An error occured while creating report by SAP B1 Client
    Schedule processed
    Appreciate your help in advance.
    Regards,
    Harlene

  • 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

  • Scheduled report is failing to be triggered via email in SCOM 2007 R2.

    Hi All,
    I have this strange issue. I have created a scheduled report from the SCOM reporting. It is a default report which comes in SCOM, It is the Most common alerts available in the Microsoft generic report library.
    I also have the SMTP server configured in the Reporting services configuration manager as in the below screenshot.
    The email relay server mentioned in that its self is used for our SCOM Alert email subscription as well and it works fine.
    When i schedule the report and when it tries to send the report it gives the below error, Saying that "at least Senders / From field is missing or empty"
    As you see i have mentioned a from / senders email address, But i still get that error.
    I checked the RMS event logs but there are no related events for this issue.
    Does any one have an idea on this ?
    Gautam.75801

    Make sure that the following
    1.Verify that the Report Server Windows service has Send As permissions on the SMTP server.
    2.In Sender Address of Reporting Services Configuration tool, enter the name an account that has permission to send e-mail from the SMTP server.
    3. Moreover, check the event log of SQL reporting server
    Roger

  • Scheduled report ( Do not send when no dada found )

    Hi
    good morning everybody
    I have a scheduled report in my work that sends daily cash spends to our managers , it works fine, but also sends with an empty attachment the day that company does not spend ,
    I want the scheduled report not to be sent when there is no data,
    can i do this ?
    thank you soo much

    Hi Larry,
    Generic paper 8 1/2" by 11" is standard but most printers have different physical printable paper area. Page margins come into play now. For example if you design a report using the generic printer driver and set your printable area margins to zero, now when you select a printer that has a 1/2" margin because it can't physically print to the whole paper size CR will have to adjust the margins and will likely start chopping off field info or in your case we may try to re-align the objects to fit.... It may be also that when you designed the reports the printer driver you were using may have problems which introduced problems in the report layout....
    Even if you don't select a printer depending on the version of Crystal we still use either the default printer or Microsoft's Generic Printer driver to format the page. It's either that or the screen driver but that would be impossible to do alone...
    In any event using the no printer option can cause more problems than it resolves.
    The next issue is with printer drivers, we had multiple escalations to try to "resolve" printer driver problems and 90% of them are due to old legacy and non-unicode compliant drivers.
    This is what I mean by producing a list of supported printers that you can test with.
    Thanks again
    Don

  • Scheduled Report - Bug with Multiple Selection LOV parameter

    Problem:
    I have a scheduled report with a parameter that has it's "Multiple Selection" checkbox checked. I schedule the report with multiple values selected. When I receive the report via email, the report ran as if I only selected one LOV value instead of multiple values.
    Facts:
    1) Enterprise version 10.1.3.2.1
    2) When you run the report manually with multiple values selected in the LOV, it runs great with the correct dataset.
    3) This scheduled report does not have a Data Template.
    James
    P.S. - I searched this forum for other treads on this issue. I didn't find any. Sorry if this is a duplicate.

    I have this same problem, too.
    When I select multiple parameters on the "View" screen for a given report, everything works fine.
    When I schedule it, however, only the last parameter I clicked on (regardless of whether a select a range or multiple individual values) is passed to the query. The other selections I make are ignored.
    What gives? Am I doing something wrong? Is this a bug? Is there a workaround?

  • Scheduled Report Output to Printer

    Hi Guys,
    hope you are all well.
    Can someone help me.  I am have created a report and set this to be schedule at X time.  I need the report output via Business Objects XI to be to Printer.
    I have set up a printer and set it as a shared printer on the same server BO runs on.  I have also set the printer to Default.  When I schedule the report and set the Print Settings to Default Printer it does not print...no error messages...but no print.  Helppppp as I am going mad.
    Many thanks

    We just recently migrated to XI R2 on a new server, and did not consider the print settings...until a user noticed they could not print like normal
    We recreated the printers on the new server, and people could then choose a specific printer now. (We named the printers the same as the print ID on the server.)
    However, people could not choose Default Printer in Infoview (during Schedule). When they chose it, the report would be successful, but we were not sure where the output would go.
    I found a few articles on Knowledge base, and I think #1 and #2 may be our best alternatives.
    1202786 - A Crystal report printed through InfoView does not use the default printer on the client computer
    1203768 - The default printer is not chosen when printing from Infoview
    This last one seems little drastic - all scheduled reports on a jobs server would take the behavior of the job server. This seems excessive.
    1217095 - Report does not print when scheduled to printer in Crystal Enterprise or BusinessObjects Enterprise
    Article #1 &2 will require retooling of the rpt files, but we plan to address the user issues on a per report basis.
    Walter

  • AP:selected payment schedules report "Credit reduces payment amount  below

    Hi all:
    I have a PPR reject one Debit memo with reason "Credit reduces payment amount below zero" at first and shows out in report "selected payment schedules report" as Unselected Scheduled Payments.
    PPR Pay through date: 28-Nov-2011
    Issued Debit Memo date: 28-Oct-2011.
    But when change the Pay through date of PPR to 28-Nov-2012.
    Then this issued Debit Memo can be selected and processed.
    Any idea about this issue?
    Your reply will be very appreciated.
    Thank you
    Beryl
    Edited by: user10937857 on Dec 13, 2011 1:40 AM
    Edited by: user10937857 on Dec 13, 2011 7:01 PM

    Hi:
    Thank you for your kindly reply.
    I have already checked these 3 notes. for the setup one, customer has checked ,the setup is correct.
    For the other patch solution notes.
    If this issue is a bug issue, then why when they extend the PPR Pay through date to next year, then this Credit memo can be selected and processed?
    Confusing.
    Any idea about this?
    Thank you very much

Maybe you are looking for

  • Logical Standby Database - Doubts

    Hi everyone, I have a doubt about this view: dba_logstdby_unsupported; This view shows up me 400 tables, so i understand that an operation DML on these tables won't be replicated in the other node?, or only the fields allowed will be replicated in th

  • Sending iPad back to Apple

    My iPad mini is completely dead. I have tried all the reset methods to no avail. It has to be sent to Apple. Do I have to erase everything on it via iCloud beforehand? It might just be a dead battery so seems a bit extreme.

  • How to get bc4j:choice to show data in 9.0.3?

    I have 9.0.3, I have a good connection to oracle 9i, I can see the data in my module when I do a test module. My viewobject looks good. so when I do the following: <bc4j:viewObjectScope name="areaVO"> <contents> <bc4j:list attrName="area"> <contents>

  • I cannot open downloaded files and they do not appear in the download folder

    Up until yesterday everything was fine. All of a sudden when i try to download anything via firefox it shows it is downloading it completes the download but when i click the downloaded file in the download section or try to click open containing fold

  • Cant add nor edit Contacts since added gmail account by google apps

    Time ago I´ve used to have only 1 mail account set on my blackberry, a gmail account ([email protected]), and used the google sync (http://m.google.com/sync) to synchronize contacts between the smartphone and the webmail account. It has been working