Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished.

These are Webi, user created reports.
Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished (this can be obtained via a SQL call, service call, etc).
The issue is that if a user schedules a report for 9PM but a process to move data, etc has not completed then that forces the user to keep re-freshing the report hoping that the process has been complete.
Ideally, in the selection UI add to the dropdown for 'when' the option 'Use Process X completion Time' (since it is a daily report).
Then starting around 9PM check to see if that 'time" value is populated then refresh (run) the report. Or it could just be a flag that the process has finished.
User's in the webi environment are asking for this, and moving their reprots to BO is not an option. That's why they have the custom webi enviroment.
Thank you.

There is no very good way to create a working event based on a file as the file will need to be deleted as soon as the event is triggered. However there are work around which can be done for this. Here is a link which is discussing about the process.. http://scn.sap.com/thread/1677109
Once you have created a file based even in CMC > Events> System Events and made a work around program to delete the file once the event is trigged all you would need to do in webi is in launchpad just schedule > Events > select the file based event from all available system events. Here is a screenshot how to make a report run based on a event..

Similar Messages

  • How to schedule the webi report based on data changes in the report data

    Hello,
    I want  to schedule a webi report based on data change in a column in the report.
    The scenario is something like below:
    1. If a data of a particular column changes from 2 to 3 than I would like to schedule this report and sent it to users mail box.
    I know how to apply alerts or schedule a report or data tracking for capturing changes in the report but I dont know how to schedule the report only for data changes.
    Anybody done this before.
    Thanks
    Gaurav

    Hi,
    May be these links can help you:
    http://devnet.magicsoftware.com/en/library?book=en/iBOLT/&page=SAP_R_3_Master_Data_Distribution_Defining_Change_Pointers.htm
    SEM-BCS: Load from data stream schedule
    Attribute Change Run

  • Scheduling the Webi report based on the current date

    Hi ,
    Can I schedule the report to give the results of the previous day (report Daily) and other one to give the results of the previous month (report Monthly)? How can I do it?
    Thanks in advance.

    Hi Peter,
    Well for yesterday, you can use something like:
    CAST(CONVERT(VARCHAR, T_GVQSTATCG1_HOUR.DATE_YYYYMMDD, 110) AS DATETIME) = DATEADD(dd,-1,(select T_GVQSTATCG1_HOUR.DATE_YYYYMMDD from YourTable where Current_Day_Ind = 'Y'))
    We have a date table in our data warehouse with a Current Day Indicator field. If you don't have something like that, then you should be able to just use:
    CAST(CONVERT(VARCHAR, DateAdd(dd,-1, GetDate()), 110) AS DATETIME)
    You would use something similar for previous month, parsing out the month number from the date, and then subtracting 1, except of course for January, where you could just plug in a case statement to handle that.
    This is assuming you are on SQL Server. Syntax may be different in Universe for Oracle or other.
    Does that make sense?
    Thanks

  • Scheduling in Webi Reports with Changing Prompts.

    Hi Experts,
    I have a Webi report which is on top of 2 BEx queries connected through BICS. The Webi report has more than 4 crore records which makes it difficult to load each time when I refresh. I need to schedule this report so that the user can view the report based on the last instance.
    The report has 3 prompts namely Plant, Material and As of Date.
    The user uses only Plant and As Of Date. There are only two plants for example A and B. The user needs to run the report for each plant separately for all the days.
    Suppose today is 03/07/2013.
    The user will run the report with Plant A and As of Date: 03/07/2013 and second time with Plant B and As of Date: 03/07/2013.
    Next today is 04/07/2013.
    The user will run the report with Plant A and As of Date: 4/07/2013 and second time with Plant B and As of Date: 4/07/2013.
    I need your expert opinion in achieving this while scheduling. Hope you understood the scenario and will be helping me out in this.
    Thanks in Advance,
    Abdul

    Hello experts,
    I am very interested in this topic, as I have the exact same requirement as Abdul:
    Daily scheduling of Webi reports, based on BEx queries and connected through BICS. Done on BO4.
    I followed Aashutosh's link above, and i read something very interesting on page 3:
    Current Options Using Standard Functionality
    Until BusinessObjects 4.0 is released, it is not possible to use BEx variables (which will be made available by
    the BICS connector) or the last load date variable. This makes it impossible to automate the scheduling of
    Web Intelligence queries filtered by dynamic dates or time-slices (for example, yesterday, last week) using
    standard functionality. "
    Is this already functioning on BO4/Bex? Do you have an idea of how to implement it?
    Thank you!
    Best regards,
    Francisco

  • Re: Schedule a WEBI report once the BW process chain loading is completed

    Hello Guys,
    I want to schedule a webi report once the process chain in bw is sucessfully completed .Did any one face this situation before ?
    is it possible to trigger a event from bw to webi and schedule a webi report to end users once the process chain loads the data into cube sucessfully
    i searched sdn but didnt find any help related to this topic
    can any one help me with the above issue asap
    step 1 : Trigger the process chain load the data till cube
    step 2 : add a process type whcih has program - at the end of the process chain
    step 3 : trigger a event in BO inorder to schedule a webi report to end users from this program ? how to do it
    i want to know how to trigger a event in bo from bw using r/3 program inorder to schedule a WEBI report
    any help on this topic is highly appreciated

    Hi Venkat,
    At present, there is no standard functionality available in SAP NetWeaver 2004s BW/BOBJ that offers this integration and automation.But you can do it as given in following link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09033ab-4593-2e10-5fa0-b23bcfa1575a?QuickLink=index&overridelayout=true&51887500308956
    Regards,
    Pushkar Dhale

  • Scheduled a webi report and set it send to EMAIL.

    Our customer found when they scheduled a webi report and set it send to EMAIL, it will cost much more time than usual after they have their SIA restarts.
    The first time it takes 4-5 times longer to receive a report in mailbox than next time onwards.
    Please help.
    Thanks Much,
    Abhishek

    Hi Abishek,
    If the schedule is taking 4-5 times longer to schedule following the SIA restart I suppose it is possible that the Webi Job Server and Webi Processing Servers are not fully registered with the CMS - can you check that.
    Also can you test by ensuring that if there are any Webi Job Servers\Webi Processing Servers in the environment which are stopped\disabled, can you retest after deleting those servers. There is a bug with XI3.1:
    ADAPT01371367
    Description:
    Scheduled jobs often have a delay when the system is upgraded to BusinessObjects Enterprise XI 3.1 SP2 FP 2.2 or FP 2.3.This problem also happens when some of the servers required for scheduling are stopped and disabled. In this case, the Adaptive Job Server (AJS) tries to confirm if all available Webi Report Servers are running, and this causes the delay in running the scheduled jobs.
    New Behavior:
    This problem has been resolved.
    Do you have a test system where you could install FP3.1 and check the fix?
    The only "workaround" I could suggest would be to ensure that all services needed for the schedule are running\enabled (Adaptive Job Servers and Webi Processing Servers). This will stop the Adaptive Job Server from its continual querying for those servers. The adverse effect of this is that the more unnecessary services which are running will necessitate increased network communication.
    To check if this is the actual issue you are hitting, you would need to trace the schedule and check for messages like this in the logs:
    [2010-08-27 12:02:08,769] [TID:24] [ERROR] [webi.PublishingHelper.<init>():89]: unable to retrieve all mandatories servers to proceed this job
    Alternatively, log a message with SAP Support for further investigation.
    <<Text removed>>
    Kind regards,
    John
    Edited by: Matt on Oct 10, 2011 10:14 AM

  • How to create a event at the time of scheduling a webi report

    if event fires then only it schedules the webi report
    give in a brief steps
    pls its urgent for me.

    Refer to the below blog
    http://scn.sap.com/community/bi-platform/blog/2013/01/07/cmcevents-in-business-objects-and-its-usage
    Thanks,
    Prithvi

  • Schedule a Webi report

    Hi All,
    I am getting error "A database error occured. The database error text is: Failed to execute MDX query. Reason: Inconsistent input parameter (parameter: <unknown>, value <unknown>). (WIS 10901)  " while scheduling a Webi report.
    Could anyone help me regards the error?
    Regards

    This error message means the parameter assigned to the prompt of the report while scheduling, was not correct.
    Please check the parameters in the prompt section while scheduling and assign proper values.

  • Getting error while schedule a webi report

    Hi All,
    I am getting error "A database error occured. The database error text is: The supplied XML is not valid. [Measures].[4KO5AOUTL3ZKE55WDDOMUB0AI]. (WIS 10901) " while scheduling a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hi Manoj,
    Go to the controls tab in parameters in universe designer and there increase the "Limit size of result set to" and "limit execution time to".
    Also in webi go to the edit query and increase the "maximum rows retrived" and "maximu retrievel time".
    I think this should avoid partial results.
    Thanks,
    Neeraj

  • Schedule a Webi report from the CMC

    Hi, ALL
    Is there a way to schedule a Webi report from the CMC without using an email account in the
    'from' box? There are other placeholders that can be used but I don't know how
    to use them please advise.
    Thanks.

    Hermant,
          You need to make sure you configure the proper email server.   Go to the CMC - Server > AdaptiveJobServer>Destination>Email.  You may need to enable Email as one of the Destinations.
    You must configure all the HIGHLIGHTED options.
    Regards,
    Ajay

  • Error when try to schedule a Webi Report

    Good day every one:
    Can anyone please help me to solve this problem??? the issue is this, I want to schedule a Webi report but when i clic on Schedule and go to Format and Destinations tab, i got this message:
    displayErrorMessage="VIEWER:VIEWER_ERR_DEFAULT (Error: INF )"; traceErrorMessage="\u003Cinput type="hidden" name="BENCHERROR" value="Error Number :  - Error Description : VIEWER:_VIEWER_ERR_DEFAULT"\u003E";
    And i can not see the formats availables to schedule the report and of course i can not see the configuration and destinations options.
    Looking for an answer i found this:
    http://forums.sdn.sap.com/thread.jspa?threadID=1537527
    but that is an old post and i can not find the file mentioned there, can somebody please help me to fix this???
    We are using:
    BOBJ 3.1 SP3
    Windows Server 2003
    32 bits
    Regards

    I just found this
    I was able to fix the issue by replacing the webiviewer.properties file with the file from the WARFILES\WEBAPPS directory. The webiviewer.properties file looks like it was corrupt as there was only 1 line in the file. After replacing and restarting the servers there's no longer an error when selecting Formats & Destinations.
    I checked those webiviewer.properties and like you , one of them had only 1 line, about the language.
    So I replace the one from Tomcat55\webapps\AnalyticalReporting\WEB-INF\classes with the one in the folder Tomcat55\webapps\AnalyticalReporting\classes
    My guess is that this properties is corrupted because of the installation of other language. What should be done is updating the file with the new language parameters but what is done is a replace of the file.
    I foun that in this link
    http://www.forumtopics.com/busobj/viewtopic.php?t=150796&sid=bad10669f42c6de2b77e37b03122334d
    I will apply this and if im success i let you know
    Regards
    Edited by: Elio Javier Guzman Hernandez on Oct 21, 2011 6:25 PM
    Well the solution that i gave you works fine.
    Regardas
    Edited by: Elio Javier Guzman Hernandez on Oct 21, 2011 10:42 PM

  • Schedule a Webi report to multiple folders in BOXIR2 InfoView

    Hi All Expert,
    I might need your kind advice on what is the alternative way to do the below in BOXIR2 InfoView.
    In my InfoView, i have several sub-folders under one folder. For eg, i have one "Sales" folder which contained multiple sub-folders as "SG", "CHI", "MYS", "JPN" and etc. I have one webi report created which have a country name prompt in the report and exported to each different sub-folders which the report prompt have been selected for each country name before export to the sub-folder. Eg, "SG" sub-folder have a webi report with "Singapore" as country name in the folder. All of the sub-folder's report are using the same webi report design.
    My problem now is i need to open each of the webi report in the sub-folder to everytime when i need to perform a schedule or perform changes on the report design. If i have 12 sub-folders, i need to open 12 times to perform changes one by one or schedule the report to run one by one.
    Are there any other alternative way to schedule one time then BO will copy the relavant report or instance to the multiple folder?
    Appreciated your kind advice.
    Regards,
    Chee Koon

    Hi
    a publication object allows you to schedule X webi reports (which reside in several subfolders in your system) at once.
    If you want to first to create/overwrite copies of your report in X subfolders and then schedule them all at once then you have to go with the SDK (even in BO XI 3.x)
    You can find more information about the SDK here: http://www.sdn.sap.com/irj/boc/sdklibrary
    Regards,
    Stratos

  • Getting error when schedule a webi report

    Hi All,
    I am getting error "Cannot initialize Report Engine server. (Error: RWI 00226) Error: INF) while schedule a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hai
    Check this Links
    http://www.sap-forum.org/f22/smtp-error-when-scheduling-webi-report-t483/
    http://www.businessobjectstips.com/tips/server/sizing-limits-to-web-intelligence-report-server-maximum-simultaneous-connections/

  • Is there any way to schedule the webi report as body of the mail

    Hi All,
             I have a bit different requirement. I need to schedule the webi reports to BlackBerry Mobile .
    The report should be displayed not as an attachment or URL but should be the body of the mail.
    Is there any Trick or Tip to do that.
    Thanks in Advance

    You could schedule the reports to run as an Excel or PDF document and the destination as a folder on a server.  Then after the reports are sent to the destination, you could use the Program Job Server to run a script which parses the files line-by-line and creates an email.  It's not the most elegant solution but in theory it should work.

  • Dynamic schedulling of WEBI report

    Hi,
    I have created a WEBI report based on BICS connection.
    Report has a date parameter and when scheduling the report in BI 4.0 Server based on daily, monthly and weekly I want to change the value of parameters dynamically.
    How top acheive this?
    Environment details:
    BI 4.0 Support Pack 8 patch 4
    SAP GUI 7.3
    Thanks!
    Nrupal

    From where do you want to pass a value dynamically?  
    Dynamically doesn't mean random right? I should hold some logic receive from..
    What I can think of is :
    Pass a prompt value from another Webi report  and schedule your original report based on event after executing your webi report which is passing the value.

Maybe you are looking for

  • How to make a background white in Aperture?

    I take photos of shoes in a light box with a white background. I want the resulting photos to have a dead white background except for a bit of shadow. Sometimes it works. Sometimes it doesn't. I want to stay in Aperture and not have to move the image

  • Massive drop in fibre-optic broadband speed

    Hello, We had our fibre-optic set up on 31/8/12, everything went swimmingly and we recieved download speeds averaging around 70MBPS for about a week, however, over the last few days I've realised through a series of speed tests that our download spee

  • Special Stock Partner

    Hi Gurus, What is the purpose of  Special Stock Partner in Sales orders related to consignments.

  • How to enable Further Entry Information from Entries Screen

    How to enable Further Entry Information field from Entries Screen. My requirement is to add a new input value in an existing element but system is not allowing me to enter a new input value , so I have decided to use Further Entry Information if it i

  • Safari "Dead"

    I have just downloaded and installed OS 10.4.11 "upgrade" and with it Safari 3.0.4. Safari just doesn't work! I can't even open the bookmarks page. It doesn't appear to make an internet connection. I have repaired permissions but that hasn't helped.