Weekly Usage Reports Disk Usage stuck

For the last few months the disk usage column on our weekly iTunes U reports has been stuck at .81 GB. Has anyone found a solution to this or have a contact at Apple to report the problem?

Duncan,
When do you plan on having the next release (ballpark)? We need to keep track of our Disk Usage and it has been stuck all semester.

Similar Messages

  • SQL server 2012 Standard report Disk usage – stale data

    I have strange problem, where standard report is giving me old data, from several months, but no new data. I can not see any errors.
    If I generate standard report fro disk usage, I get old data 
    from two monts. No new data. If I open trace file, I can see  current data.
    If I  run query, I can see current data :
    SELECT 
    TE.name
    AS [EventName]
    T.DatabaseName
    t.DatabaseID
    t.NTDomainName
    t.ApplicationName
    t.LoginName
    t.SPID
    t.Duration
    t.StartTime
    t.EndTime
    FROM   
    sys.fn_trace_gettable(CONVERT(VARCHAR(150),
    ( SELECT
    TOP 1
    f.[value]
    FROM    sys.fn_trace_getinfo(NULL)
    f
    WHERE   f.property
    = 2
    )), DEFAULT)
    T
    JOIN sys.trace_events
    TE ON
    T.EventClass
    = TE.trace_event_id
    WHERE  
    te.name
    = 'Data File Auto Grow'
    OR te.name
    = 'Data File Auto Shrink'
    ORDER
    BY t.StartTime
    SELECT 
    REVERSE(SUBSTRING(REVERSE(path),
    CHARINDEX('\',
    REVERSE(path)), 256))
    AS DefaultTraceLocation
    FROM   
    sys.traces
    WHERE  
    is_default = 1
    But these query gives me, data that I see in the report.
    SELECT 
    TE.name
    AS [EventName]
    T.DatabaseName
    t.DatabaseID
    t.NTDomainName
    t.ApplicationName
    t.LoginName
    t.SPID
    t.Duration
    t.StartTime
    t.EndTime
    FROM   
    sys.fn_trace_gettable(CONVERT(VARCHAR(150),
    ( SELECT
    TOP 1
    f.[value]
    FROM    sys.fn_trace_getinfo(NULL)
    f
    WHERE   f.property
    = 2
    DEFAULT)
    T
    JOIN sys.trace_events
    TE ON
    T.EventClass
    = TE.trace_event_id
    WHERE  
    te.name
    = 'Data File Auto Grow'
    OR te.name
    = 'Data File Auto Shrink'
    ORDER
    BY t.StartTime
    SELECT 
    REVERSE(SUBSTRING(REVERSE(path),
    CHARINDEX('\',
    REVERSE(path)), 256))
    AS DefaultTraceLocation
    FROM   
    sys.traces
    WHERE  
    is_default = 1

    Hi,
    SQL Server Management Studio Standard report-Disk Usage works normally in my test machine. My Microsoft SQL Server Management Studio version is 11.0.3128.0.
    Before going further, I would verify if only Data/Log File Autogrow/Autoshrink Events shows the old information.
    “Transaction Log Space Usage (%)” uses DBCC SQLPERF (LOGSPACE) and shows how much empty space we have in the physical transaction log file. Disk space used by Data Files uses DBCC SHOWFILESTATS to get information.
    Data/Log File Autogrow/Autoshrink Events uses the data from Default Trace.
    You can use SQL Profiler to capture the activities. The following entries was recorded when I ran Disk Usage report.
    exec sp_executesql @stmt=N'
    begin try
    if (select convert(int,value_in_use) from sys.configurations where name = ''default trace enabled'' ) = 1
    begin
    declare @curr_tracefilename varchar(500) ;
    declare @base_tracefilename varchar(500) ;
    declare @indx int ;
    select @curr_tracefilename = path from sys.traces where is_default = 1 ;
    set @curr_tracefilename = reverse(@curr_tracefilename);
    select @indx = patindex(''%\%'', @curr_tracefilename) ;
    set @curr_tracefilename = reverse(@curr_tracefilename) ;
    set @base_tracefilename = left( @curr_tracefilename,len(@curr_tracefilename) - @indx) + ''\log.trc'' ;
    select (dense_rank() over (order by StartTime desc))%2 as l1
    , convert(int, EventClass) as EventClass
    , DatabaseName
    , Filename
    , (Duration/1000) as Duration
    , StartTime
    , EndTime
    , (IntegerData*8.0/1024) as ChangeInSize
    from ::fn_trace_gettable( @base_tracefilename, default )
    left outer join sys.databases as d on (d.name = DB_NAME())
    where EventClass >= 92 and EventClass <= 95 and ServerName = @@servername and DatabaseName = db_name() and (d.create_date < EndTime)
    order by StartTime desc ;
    end else
    select -1 as l1, 0 as EventClass, 0 DatabaseName, 0 as Filename, 0 as Duration, 0 as StartTime, 0 as EndTime,0 as ChangeInSize
    end try
    begin catch
    select -100 as l1
    , ERROR_NUMBER() as EventClass
    , ERROR_SEVERITY() DatabaseName
    , ERROR_STATE() as Filename
    , ERROR_MESSAGE() as Duration
    , 1 as StartTime, 1 as EndTime,1 as ChangeInSize
    end catch
    ',@params=N''
    Both queries use the default trace file. Disk Usage report use sys.traces to get the trace file path. I suggest check default trace file in sys.traces is correct. You can modify the query like below and check if the output returns the same result.
    SELECT TE.name AS [EventName] ,
    T.DatabaseName ,
    t.DatabaseID ,
    t.NTDomainName ,
    t.ApplicationName ,
    t.LoginName ,
    t.SPID ,
    t.Duration ,
    t.StartTime ,
    t.EndTime
    FROM sys.fn_trace_gettable('<default trc file path>', DEFAULT) T
    JOIN sys.trace_events TE ON T.EventClass = TE.trace_event_id
    WHERE T.EventClass >= 92 and T.EventClass <= 95
    Best Regards,
    Tracy
    Tracy Cai
    TechNet Community Support

  • Missing data in weekly EWA report

    Hello SDN,
    I have run weekly EWA reports for our productive ECC5 system through SolMan 3.1 for some time, but recently I've noticed that some information is missing from the report.
    Section 11.2 (Response Times) includes a graph showing the Top 5 transactions. The transactions are listed as Transaction 1, 2, 3, 4 and 5 on the graph and there used to be a table below the graph that showed that (e.g.) Transcation 1 was MMBE, Transaction 2 was LT27, etc..
    For some reason, that table no longer appears and the graph is of no little use on its own, because I have no idea what transactions it refers to.
    Has anyone else experienced this problem?
    Thanks,
    Arwel Owen.

    Hi Ragu,
    The strange thing is that this table used to be displayed up until around 6 weeks ago, when it just disappeared off the EWA report. Nothing was changed (knowingly) to cause this. Also, the graph that the table refers to is still included in the report, it's just the table that's disappeared. If anything had been changed, I would have expected both graph and table to change.
    Thanks for your help.
    Arwel.

  • Tried to open my old MacBook.  Couldn't remember password.  Followed suggestion to reinstall hardware.  Now startup disk is stuck in computer and it won't turn on.  I keep getting a message saying I need to restart the computer.  Any ideas?

    Tried to open my old MacBook.  Couldn't remember password.  Followed suggestion to reinstall hardware.  Now startup disk is stuck in computer and it won't turn on.  I keep getting a message saying I need to restart the computer.  When I hold down power button, I get the same message over and over.  Any ideas?

    Hello m.goo, and a warm welcome to the forums!
    To eject the Disc, hold the Mouse button down, (or what passes for it on a Laptop), while powering up, if you also hold the Option key down at the same time it should eject & give you a chance to insert your install disc & wait for it to shw as a Boot option.
    "Try Disk Utility
    1. Insert the Tiger Mac OS X Install disc , then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, *you must select your language first.)*
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    Then Safe Boot , (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it finishes.
    If it appears to be time for An Archive & Install, which gives you a new OS, but can preserve all your files, APPs, pics, music, settings, etc., as long as you have plenty of free disk space...
    http://docs.info.apple.com/article.html?artnum=107120
    Be sure to use Preserve Users & Settings.
    To check if AppleCare applies, AppleCare Products Overview...
    http://www.apple.com/support/applecare/overview/

  • Change BAPI for Weekly Expense Report using PR04

    I am looking for a way to change a Weekly Expense Report using a BAPI. I am able to create one , however , unable to change . Has anyone accomplished this before ?

    Solved on section SAP Travel Management, thread: 3567830.
    Regards,
    Gregory.

  • Weekly breakdown report

    Hello every one,
    In my project my client is asking for weekly breakdown report. When i m running mci7 report that report is monthly. When i change cofiguration for Information structure as date wise. System is not calculating all the reports. Is there any other way to get the breakdown reports on weekly basis apart from PMIS.
    Regards
    Abhishek

    Hi,
    Only monthly update period is supported for this structure - see note [80311|https://service.sap.com/sap/support/notes/80311]:
    Check the Customizing settings with Transaction OMOS.
    The update period for the information structure S070 must be 'Month'.Changing the update period is not allowed.
    -Paul

  • Weekly status report in SharePoint 2013

    Hi
    guys.
    I
    recently found a link that showed how to create a weekly status report in SharePoint 2010 using wikis: http://blogs.c5insight.com/Home/tabid/40/entryid/200/Creating-a-Weekly-Team-Status-Report-in-SharePoint-2010-Using-Wikis.aspx
    I
    am new to sharepoint and currently I am using sharepoint 2013.
    I
    created a wiki page library and the library contains wiki pages for every team member so
    that each member can enter their own status information in it.
    Now I would like to create a form inside the wiki page in which users
    can submit their status reports on a weekly basis and then submit that.
    The submitted information must be stored in a way (may be a document)
    so that it can be reviewed by senior management. Also, I need a way to archive past
    weekly status reports.
    Can
    someone guide me on this?
    Thanks,
    Ankit

    You need to create a custom list with appropriate fields. Set up security so people can only see the items they have created. You can create a workflow in SharePoint Designer that alerts the appropriate people who need to approve it. Then, you can
    edit a Wiki page and drop the list's web part on to the page.

  • Lightroom 2 keeps reporting "disk space is low" ... and it's *not* low...

    I have a 2.0 terabyte RAID-5 disk array, of which approximately 1.5 TB is free. At periodic intervales, LIghtroom 2 reports "disk which contains your Lightroom catalog, is low on space," and requests that I try to free up 20MB.
    Heeeeeeeelloooo, Lightroom2. 1.5 TB > 20 MB.
    What could be causing this? Vista reports 1.5 TB free. So does the RAID controller. Only Lightroom seems to be panicking.

    I also experienced the "low space" warning. I was told that it had to do with the amount of free space being a multiple of (or at least ending in a particular number). If Lightroom sees that the free-space figure ends in a particular number, it chokes and gives you the "out of space" error.
    To get around this error, I created a temporary folder into which I copied ~100MB of images. This altered the free-space figure just enough that I stopped getting the error. After my next photo import, I deleted the temporary folder.
    Hopefully this issue is resolved before I hit another "trigger number".

  • Query for Weekly Sales Report

    Dear Experts,
    I have developed the query for weekly sales report for the alert management to send out the report on every Monday as follow :
    SELECT T0.[CardCode], T0.[CardName], T0.[DocDate], T1.[ItemCode], T1.[Dscription], T1.[Quantity], T1.[LineTotal] FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode WHERE T0.[DocDate] between GetDate()-8 and GetDate()-1
    The weekly report received on every Monday through email is without column total for the "Line Total".
    Can the Sum of column "Line Total" to be included in the query ?
    Thus, the auto send report on every Monday by alert management will display the total.
    Thanks in advance for all your kind assistance.
    Regards,
    Clara

    Ok you want it at the bottom.......
    then you must must try this if you are running query generator....
    Else a good option is Crystal Report.
    You need to only add Group Sum.......
    SELECT T0.CardCode, T0.CardName, T0.DocDate, T1.ItemCode, T1.Dscription, T1.Quantity, T1.LineTotal FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode WHERE T0.DocDate between GetDate()-8 and GetDate()-1
    Union All
    Select '','',Null, '','Total',Null, Sum(T1.LineTotal) FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode WHERE T0.DocDate between GetDate()-8 and GetDate()-1
    Regards,
    Rahul

  • ITunes U Weekly Usage Reports

    iTunes U usage reports did not go out today as scheduled. We have identified the issue and will send the reports as soon as they are available.
    -Thanks

    Duncan,
    When do you plan on having the next release (ballpark)? We need to keep track of our Disk Usage and it has been stuck all semester.

  • Disk Usage stuck at 100%, Factory installed windows 8 running like a turtle not being able to use my laptop. What should i do?

    I have a HP Pavillion Sleekbook 15-b002ee with Third generation core i5 processor 1.7 GHz, 500 GB Hard disk and 4 GB of RAM installed. Windows 8 came pre installed on it.
    I bought this laptop 11 months ago and it worked fine for 10 months and then from the last month its presenting unusual problems. My disk usage is stuck at 100% and the laptop freezes and never lets me work or do anything. Heres what i have already done
    to solve the issue but have been unsuccessful:
    1) I have reset my PC completely and reinstalled windows 8 using the factory setup. Didnt solve the issue, newly installed windows displays the disk usage 100% and the performance is same i.e the system freezes.
    2) I have tried adjusting my paging file, no change made a difference to the performance of my laptop. The default system managed Paging file size is something around 3.89 Gb. Does my problem have anything to do with my paging file?
    3) I have tried solving this issue by disabling the "Windows Search" and "Superfetch" services and still it didnt solve the problem.
    4) I have also run checkdisk on my hard drive completely. It took me a complete day to do so but still no change.
    5) Before resetting my laptop, an error called "Kernel_data_inpage(http.sys)" used to come on my upgraded windows 8.1. Whats the issue?
    So what should i do? Is there any problem with my hardware? Is my hard drive having bad sectors and is that causing the problem? Or is there any other technical problem which i couldnt yet find out?
    I have explained my problem in a lot detail and i would like a clear answer please, i have been at this issue for many days and this forum seems like the last place where i can find relevant answer because Google isnt helping.
    Thanks in advance.

    Ask here: http://h30434.www3.hp.com/. 
    This web site is for help in writing software and you are not planing in doing that. In the future, look around to see what others are saying before posting to a forum. If you can not understand what others are saying most likely you are in the wrong
    forum, and chances. are your questions will be ignored .
    If you are looking for help on a particular Microsoft product, start your search from support.microsoft.com instead of going to a random Microsoft forum. But since you got a HP laptop, chances are you have software prompted by HP as well, like antivirus/printer
    applications etc, so better ask HP first.
    Visual C++ MVP

  • Video app does not report disk usage after upgrade to iOS7

    Ever since upgrading to iOS7, the Videos app reports “No Data” under General->Usage, even though I have a number of movies and TV Shows downloaded from iTunes.  Downloading additional content or deleting all downloaded content and re-downloading does not affect the result - it still reports “No Data”.  I have confirmed that these videos are downloaded to the device and not on the cloud, and remain accessible will all cellular and wi-fi connectivity disabled.  This behavior occurs on both my iPad Air (currently on iOS 7.0.4) and my previous iPad 3 (Retina).
    What can I do to correct this issue and have iOS correctly report video usage?

    I'm having exactly the same issue and I'm yet to discover a solution. The vast majority of my 64GB iPad Air is compromised of video content (HD movies) but the Usage section of Settings shows 'No Data'. Very weird. Would love a fix for this as it's kinda hard to manage my data usage when I'm not seeing all the facts!

  • XL reporter disk usage

    hi,
    We are currently experiencing hangups while generating reports via XL reporter,
    noticed that DISK WRiTE and READ is way up during this process, Ruled out CPU, memory and network issues.
    currently running on RAID 10 configuration. we are planning to migrate SAPB1 and XLR databases to a storage to utilize multiple spindles.
    has any body had the same experience? any suggestion?or will the migration work.
    I would appreciate any input
    thanks
    newbie here!

    Hi Jeffrey,
    My guess would be that poor indexing on the part of XL Reporter or SBO is causing the extra workload for the database server. Have you run SQL Profiler while generating a report to analyse what is happening (...I'm assuming you are using SQL Server )? It shouldn't cause XL Reporter to actually hang though. Has this only started happening?
    I'm not sure what you mean about moving to multiple spindles from RAID 10 because RAID 10 uses multiple spindles. How many disks in the array and how many arrays in the server? In my experience RAID 10 is only necessary at the high end of SBO and most of our customers get good performance out of RAID 1 or 5, including XL Reporter. If disk I/O is the problem then I'd be recommending having separate RAID 10 arrays for DBs, logs and RAID 1 for the tempdb. Having said that, sizing the right hardware needs proper analysis of the requirements so I'd recommend you contact someone who specialises in this area.
    Kind Regards,
    Owen
    P.S. Welcome to the forums

  • How to send the weekly status report to other users

    Greetings everyone,
    I only have two clients that I have hosted on the BC, and neither client has access to the business catalyst. Every Monday the system generates a website usage report and sends me an e-mail for the statistics of these sites. Other than forwarding the e-mail from my account to their account is there a way to set it up where the system will send the report to my clients? Thanks in advance… Butch

    Sure!
    The only thing that matters is for the respective users to have the weekly report checked in their user options: http://prntscr.com/3oxqtw. With that in place, you can limit their access as much as possible.
    Kind Regards,
    Alex

  • Disk utility stuck in the middle of system installation

    I have just fitted a new solid state hard drive. My old drive is now where my non functioning Superddrive users to be, which is working fine.
    I started by giving my new drive one partition with disk utility. That was fine and I began to install OS Lion. The machine restarted.
    Then I got a message to say that my disk was damaged and that I should run disk utility. Within the installer programme I went back and clicked on 'Repair disk'. However disk utility reported no problems. So I tried to repartition my drive. This is where the utility got stuck 'waiting for disks to reappear'. Eventually the machine started getting hot, so a hard restart seemed my only option. Soon I was back in disk utility and still there was no reported damage to my drive. Partition restored, (by selecting 'Erase' rather than 'Partition'), I went on with my installation, but this time was told a recovery partition couldn't be created. Back into disk utility, still no damage but the partition 'erase' is trying to restore is taking forever!
    What should I do now? It looks like my plans for a faster system are doomed!

    I forgot to update you on what has happened since.
    I wanted to get back into the system on my old hard drive. Disk Utility was totally stuck and so I hard restarted once more. I seemed to be going round in circles but was glad to see that every time I asked D.U. to repair my new drive it reported that all was well. Eventually, holding down the option key in the vain hope of getting back onto my old drive I found a screen wheere I had the opportunity to start up from the recovery drive, presumeably of my old drive since it had told me it couldn't create one on the new drive.
    I followed this and went through the process again. This time it asked me to sign in and get connected to the internet. I soon realised that it was trying to download the install programme which I know takes ages as I did it yesterday. So I quit out of that and was then finally offered the chance of starting up in my old drive.
    Running D.U. from my old drive revealed loads of red writing. I'm currently searching for my Disk Warrior CD in the hope that it may be reparable as D.U. doesn't seem to be able to do much.
    I can't believe these SSDs are so fragile! They are surely the same technology as the seemingly indestructible flash drives we all carry around on our keyrings and yet I've now had two of these fail me on system installation. Maybe I should just put a flash drive in my computer and have done with it!

Maybe you are looking for

  • Lsmw- retail material

    hi all i am new to lsmw and trying to create a retail material through lsmw. i chose business object method with business object as bus1001001.method is 'CLONE' everything has gone well and i could create a material too. but in unit field,(i.e the di

  • Mouse will not scroll up or down

    My Mouse will not Scoll up or down now. I've cleaned it, unpluged it, restarted my IMAC and checked for update. I'm currently running Mac OS X 10.7.5 on my IMAC. Can anyone help me with this issue. Thanks Mrs.Samantha

  • How to determine the u2018equivalent position of the same organizationu2019?

    Hi, "Position change is a transfer from one position to an equivalent position within the same org reporting structure and under the same chief position" How to determine the u2018equivalent position of the same organizationu2019? Cheers.

  • Why i can't play the youtube videos online?

    Sir, i use the browser Firefox for android in my smartphone. When i try to play the videos on youtube online it doesn't play the vodeo.

  • Can I record a voiceover narration for keynote ios

    I want to record a voiceover narration for keynote ios or transfer my existing presentation with voice from keynote 09?  Is there a easy way to do this? Thanks