Any WebI reports / graphs for job chain performance over time?

I am trying to get reports over time that contain job and job chain information such as job chain, job description, elapsed time, job status, etc to allow for trend reporting against the job schedules.  Thanks for any help.  I would have thought that there was some basic reporting that could execute and be saved for reporting and reference.

Hi Robert,
For WebI/Graph report, you need to create the Dashboard but it will not give details which you required. It will be created on basis over day, time and dialer. You can find the option there for Graph/Techno etc.
If you want to create the report, please refer to below thread:
Re: Question on Reporting
CPS Report with Schedule and Job Parameter Information
Regards,
Abhishek Singh

Similar Messages

  • Web Report Heading for any dynamic value- see inside

    Hi All,
    I am having a pecular requiremnet . I have one field called CS import Date in infoprovider which is contant like 11.12.2208 .
    Now Users want this CS import date to be added  in the heading in the Web report . Just to let u know that we have web templete also for this report .
    Now , tell me how can I add CS import date in the heading of the Web report ? .
    Thanks
    Pankaj.

    Create a text variable with replacement path on this date.
    For steps refer: http://help.sap.com/saphelp_nw04s/helpdata/en/43/565cd22fc95f6ce10000000a1553f6/frameset.htm
    Also if you search forum on text variable with replacement path you'll get plenty of posts
    Edited by: sam hennry on Apr 14, 2008 3:28 PM

  • Pointers for optimizing system performance (run time) while running DP process chain with parallel processing

    Hi Experts,
    We are running APO DP process chain with parallel processing in our company, we are experiencing some issues regarding run time of process chain, need your help on below points;
    - What are the ways we can optimize process chain run time.
    - Special points we need to take care of in case of parallel processing profiles used in process chain.
    - Any specific sequence to be followed for different processes in process chain - if there is some best practice followed.
    - Any notes suggesting ways to improve system performance for APO version 7 with different enhancement packs 1 and 2.
    Any help will be really appreciated.
    Regards

    HI Neelesh,
    There are many ways to optimize performance of the process chains (background jobs) in APO system.
    Firstly I would recommend you to identify the pain areas (steps) which are completing with more runtimes. Then each one of the step has got different approaches to decrease the runtime.
    Like you may end up with steps like infopackage executions, DTPs, DP mass processing jobs etc which might be running with more runtimes. So now target each one of them differently and find out the ways to optimize. At the same time the approach you follow should be technically possible with basis perspective (system load and utilization) as well.
    And coming to parallel processing, you can use parallel processing for different for different jobs. You can further r explore on the same using parallel processing. Like loading an infocube, mass processing, infopackage execution, DTP, TSCOPY etc.
    Check the below link for more info
    Performance problems in DP mass processing
    Let me know if you require further info.
    Regards,
    Raj

  • Submit Multiple Job Definitions/Job Chains with same Time window/Submit frame in mass

    Hi,
    We have a requirement to submit multiple Job Definition/Job Chains which are part of common Time Window/Submit frame/Queue....
    Ex. We have over 50+ different jobs/job chains which will runs Monday to Friday for every 2 hours on same Queue "XXX_Queue".  Instead of submitting each job/job chain manually, we would like to know if we could use any script that can achieve our requirement? since we have couple of other jobs which fall under same scenarios...
    We are on M33.104 version. Please let me know if any one has any scripts or alternate way of submitting multiple jobs/job chains in mass.
    Thanks in advance!
    Nidhi.

    Hi Nidhish,
    Here is some code to set some stuff on a job:
    //Get the partition, for global this is not necessary as global is default
    Partition part = jcsSession.getPartitionByName("GLOBAL");
    //Get the job definition
    JobDefinition jobdef=jcsSession.getJobDefinitionByName(part, "System_Info");
    //Get the submit frame
    SubmitFrame sf = jcsSession.getSubmitFrameByName(part, "SF_Every_Year");
    //Get the time window
    TimeWindow tw = jcsSession.getTimeWindowByName(part, "System_Week_WorkingHours");
    //Set the start time
    DateTimeZone dtz = new DateTimeZone(2015, 10, 18, 15, 0, 0, 0);
    //Get the Queue
    Queue SystemQ=jcsSession.getQueueByName(part, "System");
    //Create the Job
    Job infoJob=jobdef.prepare();
    //Attach queue to job
    infoJob.setQueue(SystemQ);
    //Attach submit frame, time window, start time
    infoJob.setSubmitFrame(sf);
    infoJob.setTimeWindow(tw);
    infoJob.setRequestedStartTime(dtz);
    //Print out the jobid of the job
    jcsOut.println(infoJob.getJobId());
    //Submit the job
    jcsSession.persist();
    Regards,
    HP

  • How do i save a graph for a specific length of time

    Dear All,
    I am using a magnetic field sensor on a mine detector. Lets say the minedetector sweeps the sector for 10 secs. i want your help on the following
    1) how do i save the waveform chart for the whole ten sec. All i know is that i came across an example where i can save the chart at a specific point as a jpg. But that example is also for a graph. for the chart i suppose we need to change the array in some way.
    2) If i save the value of magnetic field obtained at every sample in an array, can i save it as an excel file. how do i do that.
    Best regards
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2
    Solved!
    Go to Solution.

    Whenever I'm asked to reproduce chart data, I use Excel. In other words, your #2. The charts are graphical items floating along on the screen. Once they are gone, they are gone. You could save the chart to jpg everytime the chart gets full, then string it together later, but why? The data are the data, not the chart.
    The easiest way to save an array for Excel is to simply write the data to a text file, and have LabVIEW save the file as a *.csv file. This file can then be directly opened in Excel, and then plotted.
    The other method would be to have LabVIEW save directly to an Excel worksheet. There are lots of examples of that on the forum.
    Richard

  • Slow Performance Over time, Drawing Access Forms

    we've been using a small access database for almost a year now, written from scratch using only Access 2013
    over time drawing of one of the forms slows right down, once the form is draw its fine, but if you switch to a different form at the top then switch back it draws slow, maybe 7-8 seconds compared to the usual 1 second, sometimes it can work all day no problem,
    sometimes after an hour it starts drawing the form slow, the only way to cure it is to restart the machine.
    Logging off and logging back on doesn't cure it, only restarting it, it does get restarted every night automatically as an attempt to help the problem
    this happens on 2 machines, both have intel HD graphics, (previously one was using a NVidia GT 250 which had appalling performance in design mode (even with hardware acceleration disabled) so we switched to the on-board, although this issue happens
    with both machines)
    Back end gets compacted/and repaired every night on a schedule as I did notice a big slow down if you let that go a couple of weeks, I've decompiled/recompiled the front end, short of re-writing the form I'm not sure what to do, it does have a lot of controls,
    around 30 textboxes 1 combo box + 20 or so labels and 4 buttons, one embedded report, it only happens on this one form, I have embedded reports in other forms which don't have the same issue and have the same number of controls.
    I'm a bit of a loss, its not a huge issue, but just an annoyance, when I get time I'm tempted to try recreating the form from scratch, but there is a lot of VBA code behind it, before trying that just wondering if there are any suggestions to improve performance?
    *edit* the form is loaded from a list of customers, so it gets opened closed a lot, I thought simply hiding the form instead of loading/unloading all the time would speed it up, it does slightly improve the speed after viewing the second lot of details,
    however it suffers the safe fate of slowing down over time, it seems to be only drawing the form and not accessing the db

    I think you would benefit from a code review by a strong Access developer. What you are describing is not normal and may be caused by systematic programming choices.
    -Tom. Microsoft Access MVP
    Just wondering, once this does happen going into design mode on any form is slow to draw, but only the one form at runtime once it starts happening.
    the only visible difference apart from waiting is seeing the 'property sheet' on the right hand side gets visibly drawn left to right on any form once this happens, switch back to form view you see it get wiped out slowly, fade from left to right as it blanks
    the form out
    I had this 'slow' behaviour constantly with the NVidia card in one of our machines, even on new blank databases.
    I'm not even sure if this is linked to the form I've made or not, its just the only reason I notice it is that it's frustrating to use.
    Is this code review idea something that people volunteer to check or is it a paid service?

  • Graphs for items that Performance Manager doesn't do

    OnCommand Performance Manager has a fairly limited scope in terms of what performance it actually manages. Apparently it does capture the statistics but just doesn't show them. Despite the interface being pretty awkward to use in general, it would be nice if the range of graphs was expanded similar to what is available for 7mode. That aside, the recommendation is to use a third party system to pull the data from Performance Manager over API, for example Graphite. I'm wondering if anyone out there has setup Graphite for this purpose or have used other tools (if so, any in particular)? I was hoping to be able to see the traffic on a network interface, something that I had thought would be quick and easy, but setting up yet another tool is a bit of a speed bump.

     OnCommand Performance Manager collects data only from clustered data ONTAP systems. However, there are two ways to get performance counters into Graphite (or any 3rd party monitoring tool): * API feed from Performance Manager - benefit - best quality metrics due to proprietery counter post processing not available through ZAPI* Collect counters from cluster using ZAPI and push into Graphite Our solution for customers using both 7-mode and Clustered data ONTAP uses both options concurrently so that in Graphite you are able to see metrics for your entire NetApp estate. This can be put together by customers today. What we are working on is a simplified pre-packaging of the above - allowing "quick start". Best,Yossi

  • Mathematics calculation in Webi Report using "For Each"

    Hi All,
    I am using BOXI R3.0, I am stuck in webi calculation for one report report tab. I have 2 tab in one report, one is summary and other is Detail in same report. In Detail tab the data looks like as below:
    DataSet 1:
    DNo.-Date-Hours-Vol-Pri---Tot(Vol*Pri)
    10 -1/12- 01:00---10 ---10 ---100
    10 -1/12- 02:00---20 ---50 ---1000
    10 -1/12- 03:00---30 ---30 ---900
    Sum: 2000
    Now the above is my detail reprot which gave me data by hour, now in summary i removed the hour column then data looks like below:
    Dataset 2:
    DNo.-Date-Vol----Tot(Vol*Pri)
    10 -1/12- 60 -
    1800
    This is because "Vol" measure is sum in universe and Pri is Average.
    This gave me wrong data so How i calculate Tot for Sumarry tab such that it will give me below result.
    Dataset:
    DNo.-Date-Vol---Tot(Vol*Pri)
    10 -1/12- 60 ---2000
    Thanks for the help in advance.
    Thanks,
    Nimesh.

    Hi Nimesh,
    I think you need to wrap a sum around the function and use an input context.
    =(Sum([Pri] In ([DNo]; [Date]; [Year])))*[Vol]
    This will sum the average values down at the year level and multiply it by vol, even though year is not on the table.
    Let me know how you get on
    Regards
    Alan

  • Web-Report - Graphs are wrapped without need

    Hi Specialist,
    I need to build a "print-save" web-template which contains 2 graphics next to each-other.
    In the browser this works as expected - the graphs are displayed besides each other.
    As soon as I try to print that page (via PDF), the 2nd/right graph is wrapped into the next line.
    I didn't manage to figure out how to change the settings for printing the graphes as wanted.
    Could you please gimme a hint about that?

    Hi Simon,
    When you export Web template result to Excel/PDF, All tables or charts will display one above the other..not as it is in the Web Template Image.
    In your case,chart should diaplay one above the other.Try to see in the Export PDF Button settings & set your page size and fittings
    Hope it helps
    Sriman

  • IPCC Report formula for assess Agents performance

    Hello everyone!
    I need some kind of formula to assess the operation of our Agents in the Call Centre. The result of this formula (a number) will be used to pay bonuses to the agents.
    Dont know exactly which data from the Historical Reports to use, but I quess Handle Ratio and Average Talk time could be the ones I need
    First, I thought to multiply Handle Ratio to Average Talk, but it will not be fair. Example
    Handle Ratio = 79%
    Average Talk time = 77 sec
    0,79 x 77 = 60.83
    But if Handle Ratio is 100%, but the average talk time is 50 sec, then 1x50=50 which is less than 60.83 and it is not fair since 100% Handle Ratio is obviously better than 79%
    If we just use the Handle Ratio, then the Agents may try to get rid of the customers as fast as possible to get more calls presented. This can affect the quality of the service
    I got stuck here and I hope someone in this forum has ever dealt with something like this
    Thank you!

    The problem here is that agents sometimes ignore the calls and we try to motivate them to answer all the calls they receive. I could use the  Handle Ratio for this, but there a thought that one agent may receive 100 calls and answer 100% of them, another may receive 200 and answer 80% which makes 160 calls. As a result first agent answer 100% calls (100 calls) the other one answer 80% calls but overall it makes 160, so she answered more calls than the first one. It means she did more work, but the first agent receives the bonus for 100% handle ratio. It may not be fair.
    So I am trying to use all these showings in one formula, so we can use handle ratio and calls received and talk time all together

  • Is there any GPS reporting tool for nokia N8?

    Hi alll,
    I want to ask please if any user has seen some GPS tool for N8 (symbian BELLE) that allows to trace navigation and give statistics on all previous trips.
    I want for example to show the following: 
    *The total duration of trips
    *The time I spent  from city A to city B
    etc...
    Any suggestion would be greatly appreciated
    Solved!
    Go to Solution.

    Sports-Tracker and ViewRanger is actively developed for other platforms. This is important when selecting a Symbian app these days. I use and trust Sports-Tracker since 2011. It can export the tracking result in different file formats for use in other devices and on other websites.
    http://www.sports-tracker.com/#/workout/hpholm/8itrqkbh9g67a87j is a sample from the motorbike a while ago.
    If the sports-tracker website is not enough or if you hate Flash(!) here are the exported files from the trip for you to test on other websites:
    https://skydrive.live.com/redir?resid=146CE23D1D18B428%219728
    Hans

  • Web Reporting Authorizations for Web Application Designer

    Hi,
    any information on authorizations in context with the Web Application Designer would be appreciated. I know the data access is regulated the normal class RS and RSR authorization objects. Any way to secure and regulate access to the Web items in the WAD?
    thanks,
    Michael

    Hi Michael,
    Security settings are the standard ones (RS/RSR) as you mention plus limiting access to Web templates using roles.
    I do not know any mean to limit access at the web item level; you can define security restrictions on the underlying queries though.
    Best regards,
    LauQ

  • Web Report - ABAP Vs JAVA engine - ABAP 10 times faster than JAVA

    Guys,
    I want to share what we found in our project and see if any of you have insights
    into our findings.We are on NW2004S SP14 and we are moving to SP15 in a couple of weeks.We created query, developed WAD for it and executing the WAD takes for this query takes 22 secs (Vs 2 secs using ABAP) the query output has 1 million records and most of the actions we take from that point on like right click on account takes 20 secs (Vs 0 secs/instant using ABAP) , drilldown to level 4 of account hierarchy takes 58 secs (Vs 5 secs using ABAP), drilldown on cost center level 6 takes 42 secs (Vs 4 secs using ABAP), , right click on cost center takes 32 secs (Vs 3 secs using ABAP), ..etc.
    Basically every action we take in the JAVA report takes an average of  28 secs.There are 9 aggregates built on the cube that are barely hit by this query but the same query performing same actions with same selections hit the aggregates many many times.The questions I have is why is ABAP so fast compared to JAVA ? What is true explanation behind this behavior ? What are the dis-advantages by using ABAP engine ? Users are loving the performance and features of ABAP while they weren't really on board with the original JAVA report (as it was slow). ABAP is sure enough 10 times faster than JAVA. Query/Query Properties are exactly the same in ABAP and JAVA.Please explain.
    Cheers
    RT

    Hi All,
    Thanks to all you for your responses. I appreciate your time for going through my questions and coming forward to express your views.
    However, I was looking for more specific "factual" answers. My question is "What does a client miss if they opt to install only ABAP based BI 7.0, as against JAVA Based BI 7.0"
    thanks again.
    Naga

  • Poor graphics performance over time

    I've seen an issue ever since upgrading to Lion where after some period of time (haven't nailed down how long, but measured in hours) 3D game performance suffers greatly (60+fps down to 12fps).  Rebooting fixes the issue until it sits long enough.
    The drop doesn't seem to happen mid-game... only after leaving for a while and returning to the computer.   I've run all the usual diagnostics.  The iMac does not "sleep" during that time (i have it set to always on).  During the performance slow down, all system stats look normal: no spikes in CPU usage, memory usage, etc.  All internal temperatures report out normal as well.   No other hardware or software changes other than the Lion upgrade.  When the FPS slow down is occuring, all system animations also suffer (sliding in Dashboard, Dock magnification, etc).   Quit the game and the system animations come back to full speed.
    The game I play most often's technical support is worthless (i'm looking at you Blizzard), so I'm hoping someone else has run in to this issue, or that an actual support person can help without telling me to run a permissions check. 
    Thanks!

    FromPC2Mac wrote:
    I just bought this MacBook Pro the 26th and it came with Leopard. After installing XP on the system, I can't get over the fact of the poor graphics performance. Even moving windows would result in a bad frame rate. Obviously, this is caused by a lack of "good" drivers for the GeForce 8600M GT. The drivers from Nvidia aren't working, so either this is the best of Windows I'm getting on this system or there's some sort of driver that I haven't heard of. Does anyone have any insight on this?
    First off... Congrats on buying a MBP!
    You might be interested in this thread:
    http://discussions.apple.com/thread.jspa?threadID=1200236&tstart=0
    Hopefully this will help.
    Good luck.

  • 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

Maybe you are looking for