MeetingPlace 7.1.1 monthly usage report missing

Hi,
I have MeetingPlace 7.1.1  and when I want to create report for monthly usage from Application server it seems that 8 months are missing (see attachment)
Anyone had this problem before ?
thanks.

Did you ever work thru this?
I'm having a similar issue where my reports show only a fraction of the data they showed last month.

Similar Messages

  • MeetingPlace 7.x: Custom Monthly Usage Report

    We're running MP 7.0.3 and want to capture the Monthly Usage Report numbers for use in custom tables that match others in a presentation. The canned report is ugly...
    I know we could just transpose the approximated numbers manually from the graphic, but I want the actual numbers. Short of doing an "Export Meetings" for 2 full years, does anyone of another method? Is there a way to export meetings and select only specific columns?

    Did you ever work thru this?
    I'm having a similar issue where my reports show only a fraction of the data they showed last month.

  • ITunes U Usage Report Missing Data

    Greetings All;
    We just received our monthly iTunes Usage report and for the week of 7/24 and 7/31, the report shows "0" activity in all fields. 
    Anyone experiencing a similar issue?  Any thoughts?  Thanks!
    Syd Rodocker
    Tennessee State Department of Education
    http://itunes.apple.com/us/institution/tennessee-state-department/id382661355

    Hello,
    I have the same problem. The two reports (dz and the regular) show 0 of the two weeks 7/24 and 7/31. Also the data of the week of 2011-07-17 is incorrect (compared to the one sent a couple of weeks ago.)
    Q. Wang
    Harrisburg Area Community College
    http://itunes.apple.com/us/institution/harrisburg-area-community/id424622079

  • Usage Report Results Confusion

    Hi Everyone,
    Here is some background before I ask my question:
    I set up a hierarchy and populated it VM entities no problem.  I set up my own basic pricing model that was based on "Actual Usage" and had no base rates, no fixed costs, no other costs, and no rules associated with it.  I ran a couple usage reports using this pricing model.
    The first usage report I generated on my hierarchy was for the time frame 11/06/2012  to  11/06/2013   (1 year) and the report produced results which I looked okay.  I only asked for it to show CPU, Memory, and Storage.
    So I my second usage report on the same hierarchy and for this one the time frame was set for 05/06/2013  to  11/06/2013  (6 months) and the the results produced almost exactly DOUBLE the usage for EVERY resource.
    I thought this was strange considering the time frames overlap and if anything the YEAR time span would have to have at least the same usage stats if not higher than the 6 month time span it includes.
    So, my question is, did I mess up the pricing model or billing policy somewhere to have this happen?  Or does the usage report generate on an average of some sort?
    I just can't figure out how this is possible.
    Thanks for any help in advance!
    -Richie

    Hi Richie,
    Can you please attach the pdf reports for the same issue and tell about the problematic VMs. I will try to give you an explanation for the same.
    Thanks,
    Aanjaneya

  • RE:Transaction usage report not updating.

    Hi All,
    I am on 5.2 SP9 and I am facing an issue wherein the transaction usage report is not getting updated by the lateast report. To illustrate, I created a role with transaction PFCG and assigned it to a user. Now, when the user executes the PFCG, the report should be updated and it should show that this user also executed PFCG today, which isn't the case.
    Would like to know if anyone has a clue how to resolve the same. As in, did i miss out on anything which needs to configured/done before running this report.
    Thanks a tonne in advance.
    Regards,
    Hersh.

    Hello Joy,
    Thanks for your reply but the transaction usage reports I am mentioning here are actuallyu the transaction usage reports for "Role Expert" not for "FireFighter".
    Regards,
    Hersh.

  • Compiling iTunes U Usage Reports?

    Has someone come up with a good way to compile the iTunes U Reports into something useful? I appreciate Apple's "iTunes U: Usage report" for knowing what tracks are getting hits, but putting the data together week by week is a pain. I was wondering if someone had figured out a better way? Thanks for any help or suggestions.

    I used good ol' fashion Perl to create a web app for distributing stats to our various internal players.
    I cron job GetDailyReportLogs once a night to get the stats, then use Perl to parse the stats into meaningful data for year, month, series, episode, etc. Then, my favorite part, I use Perl's Data::Serializer to save all these data to files.
    When a user loads the app, I just pull up the already processed data file and pass it to HTML::Template files. Because the data are already in the correct format for my various line charts, bar graphs and tables, the page loads very quickly and I'm not reprocessing the same data over and over, and I'm using AJAX to pull in the template for each chart individually.
    So, using the iTunes U web services and Perl, I was able to pretty easily create a web app that lets users dig through their own usage stats. They can view top series, total downloads, most viewed episodes for the year, month, series, etc.
    Perl might be old fashion, but I still love it.
    -Chris

  • Data Usage Report

    The service provider claimed that I had used more than 1GB in the previous month while my iPhone just showed less than 500MB, I am sure I did not use that much (my normal usage is around 400MB).  Service provider is not willing to adjust the bill and insists that their usage report must be accurate.  Is there anywhere I could get a data usage report for my iPhone?  Or anything I could do to prove my actual usage to the service provider?  Many thanks.

    Ah...it doesn't matter what your phone says, your carrier/provider is the one that bills you & their data is all that matters. You can re-set your usage stats, on your phone, at the start of each billing cycle, but bear in mind this is not 100% accurate. Some carriers/providers provide apps that will track your data usage, does yours?

  • Daily & Monthly Backlog Reports and Printing program

    •     <b>Labeling program for Deliveries</b>: This program picks all deliveries created/updated on the current day, validates them by checking whether they have the required labeling information. If the program finds that the labeling information is missing, it populates WMS structures (header & detail) for further.
    •     <b>Daily & Monthly Backlog Reports and Printing program</b>: This program calls 2 separate reports (Daily & Qtrly. Backlog Reports), based on user selection, and directly prints the reports as well as converts them to PDF format and emails them as attachments to the MD.
              Please provide me the solution.

    For First program :
    Use table LIKP (SD Document: Delivery Header Data) & LIPS(item Data) for fetch inf all the data for selected date use field ERZET(Entry time) & ERDAT(Date creation of record) for created deliveries & refer TABLES - CDPOS and CDHDR for modified deliveries
    For Second object:
    Call multiple programs by using SUBMIT <program> with selection screen params.
    Print as per requirement by passing print parameters to Structure PRI_PARAMS &
       call function 'GET_PRINT_PARAMETERS'                     
       exporting destination = liprintr                         
                 mode        = 'CURRENT'                        
                 no_dialog   = 'X'                              
       importing out_parameters = pri_params.                       
    *To Convert ABAP List and SAP Script to PDF files use program - "RSTXPDFT4"
    ALSO REFER this nice weblog >
    /people/erwan.lebrun/blog/2007/04/16/tips-tricks-email-fax-through-the-same-output-type
    Hope it will help.
    Vishal
    Message was edited by:
            Vishal Tyagi

  • Usage Reporting in SharePoint 2013

    To get usage reporting of the sites in SharePoint 2013,do we need to enable search?
    I am looking for basic reporting like no of hits and no of users monthly and weekly. can we get this with out search.
    Please help me.
    Thanks, Ram Ch

    You need search and you can get daily and monthly overviews (see
    http://www.collabshow.com/2013/05/23/sharepoint-2013-analytics-a-big-step-backward/) but truthfully, SharePoint 2013 analytics are not that useful. There are lots of SharePoint analytics and web analytics tools out there that can help you to create the
    required reports and my advice is to investigate one that suits your needs best.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • RAR 5.3 - Action Usage Reports

    Hello,
    In regards to the Action Usage reports in RAR 5.3 (one for users and the other for roles/profiles):
    1) Does this report pull information on dialog and non-dialog users?
    2) Is there any further documentation on these reports? The user guide doesn't elaborate much...
    Thanks!
    Jes

    Thank you for your response.
    We have actually just begun testing this particular report to review/verify results. One issue we're seeing however is that this Action Usage report for users is only returning results by system, not by client. What I mean by that is this: we have several sandbox clients connected to RAR 5.3 (an SB 120 and and SB 500 - so two clients from the same system, along with various other clients from other systems). When we run the Action Usage report specifically for SB 120, we are getting action usage for SB 120 and SB 500, even though we did not include SB 500 in the parameters. The same results show up when running this report in SB 500.
    So what we are seeing is that this report is lumping all transactions from a system together instead of separating them out by client. I am unable to find any detailed documentation on this so could anyone explain to me if this is possibly a bug or am I missing something?
    Thanks!

  • Transaction usage report in 4.6B

    Hi,
    I'm trying to get a transaction usage report of the last 3 months out of 4.6B.
    Can someone point me in the right direction?
    This information is easier to get to in 4.7, but I can't find it in 4.6B.
    Please help.
    Thanks

    Thank you Ashley!
    What you have done in your systems in very admirable - although I know some folks who claim that if you lock down people's access to such an extent that they become inflexible (e.g. cannot start arbitrary reports of their choice)... then it motivates them more to find those loop-holes you refer to which appear from time to time, instead of keeping them blissfully ignorant. I am not one of those folks though, and don't believe in "security in obscurity" because I am sure that someone who enters the system with malice or fraudulent intentions will not care about it either...
    2 "gotchas" with reports are those intended only for background jobs and therefore don't have a transaction code to start them, necessarily. I guess it is not that difficult to create one, and there is also the possibility to debug programs scheduled in SM37 using the job-debugger (JDBG).
    The other is that some standard reports are delivered without a transaction code to start them, or at least none which is obvious. Again, I guess one could easily create a transaction to start the report if there is intention to use it periodically.
    I think much of this new awareness (and legal requirements) came long after the ABAP reporting itself was invented, and this causes some teething problems and a transition phase in the SAP world.
    In very early days, there was nothing to stop a user from running a report... (except the checks in the report itself). Those were "the good old days"...
    Then came SA38 for ABAP reporting purposes and ABAP itself (as it's German acronym hints at) was for customers to create additional reporting outputs... (ha ha ha :-).
    The best (and most consistent) security is still that each program (including function modules, particularly if they are remote enabled and methods) perform the the correct authority-checks which are niether too weak nor too strict, because this mitigates many of the risks when answering the "what if the user can break out of the tcode?" question. This is one of the reasons why I am a big BAPI fan (see transaction BAPI).
    To me it seems that the greater the risk of starting reports is percieved to be, the less confidence in the quality of the programming is hiding behind it. This is true of programs from all name ranges.
    My 2 cents,
    Julius

  • Usage reports - Can we increase the number of days to show in the daily report?

    Hello Friends,
    When I navigate to site setting >Popularity trends>Usage report and generate the excel report, I get to see the Dialy report and Monthly report.
    In Dialy report I can see only for 14 days, which I would like to alter to show me 30 days of data rather.
    Can you please let me know how to do this and/or whether is this possible.
    Regards,
    praj

    Hi Praj,
    In Usage report, number of days is determined by RecentPopularityTimeFrame property, and it is 14 by default. You could change the recent time period to be anything between 1 and 14 days.
    http://blogs.technet.com/b/tothesharepoint/archive/2014/01/28/view-and-configure-usage-analytics-reports-in-sharepoint-server-2013.aspx
    If you would like to get report for more days, I’d recommend you use audit log for site collection. Customize the audit log period to 30 days or more. For more information:
    http://office.microsoft.com/en-in/sharepoint-help/configure-audit-settings-for-a-site-collection-HA102866204.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • App Usage Reports Accurate?

    I'm looking at usage reports for apps like Word, Excel and GroupWise which say the time period for the report is 3 months. The numbers for run time hours and active hours seem low for all users. If the report said it was one month I'd be more incline to trust the numbers. How can I tell how accurate these numbers are.

    mjdrapeau,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Scheduling Usage reports

    I am attempting to set up a scheduled usage report however the y-axis information does not show on screen during the scheduling set up. I have attempted the following in both versions 7.1/8.0 and using IE/Firefox. Is this a bug or am I missing a step in the process?
    Here are the steps I followed to attempt setting up a scheduled usage report:
    1) Change the UI_REPTS_XML_USAGE_TITLE Task Definition to visibility='schedule'
    2) Navigate to Server Tasks tab, Manage Schedule subtab
    3) Under the Tasks Available For Scheduling section, click Usage Report
    You will notice the Configure Y-Axis Settings section shows the helper text plus the add and remove buttons but does not enable you to select any criteria. Any suggestions?
    NOTE: If you go to Reports tab and click on Password Change Chart the y-axis information is configurable.

    This is definitely starting to look like a bug to me. I see other bugs that relate to usage reports and they include steps and expected outcomes that differ from what we're seeing. I definitely recommend opening a case so that this can be reproduced, documented, and then a bug can be filed if necessary.
    Regards,
    Alex

  • WTR1900 Internet Bandwidth Usage Report

    Hello,
    I have many client devices connected to my WRT1900... When I click on the Internet Bandwidth Usage Report, the results have every device listed as 0.00 MB of internet traffic.  Well, every device on my network access the Internet constantly.
    What am I missing to have this report actual provide some information?
    //Brew

    Hi @brudertl,
    I also got confused with this before. I just tried to powercycle the modem, router and all the devices on the network. This might help.

Maybe you are looking for