Taking a long(ish) time to Sleep

I wonder if anybody can shed any light on this recently occuring problem.  Up until a couple of days ago my iMac (Intel i3) would "sleep" almost immediately after selecting sleep from the menu bar. Now for some reason it takes about 30 seconds from selecting "sleep" for it to actually go into that mode.
Grateful for any advice on this one.
Many thanks.

Eric,
Problem solved. I dug a bit deeper into the forum and found a similar case.
Apparently it was related to an old printer I used to have connected to this machine that failed, and I replaced a few months ago. However, for some reason in Sytem Preferences - Printer / Fax this old printer was still showing as active. When I selected the delete printer function it told me that a print job was still active (no idea how that could be). I continued to delete the old printer, restarted the machine and now all is well - the machine sleeps almost immediately.
Thanks for your response though it was appreciated.

Similar Messages

  • Query taking too long a time

    Hi friends,
    the view I have created on a table is taking toooo long a time to gimme the results
    when am trying to select * from table_name
    Can some one suggest me a solution pls
    CREATE OR REPLACE VIEW XXKDD_LATEST_SAL
    (RN, MONTH, YEAR, EMPLOYEE_NUMBER, POSITION,
    PAYROLL_NAME, DEPT, STATUS, TERMINATION_DATE, FULL_NAME,
    TOP3, BASIC_SALARY)
    AS
    select "RN","MONTH","YEAR","EMPLOYEE_NUMBER","POSITION","PAYROLL_NAME","DEPT","STATUS","TERMINATION_DATE","FULL_NAME","TOP3","BASIC_SALARY" from (
    SELECT ROW_NUMBER() OVER (PARTITION BY employee_number ORDER BY employee_number) rn, tp.*
    FROM (SELECT MONTH, YEAR, employee_number, position, payroll_name, dept, status, termination_date, full_name,
    ROW_NUMBER () OVER (PARTITION BY employee_number, basic_salary ORDER BY YEAR , MONTH) top3,
    DECODE (basic_salary,
    100000, 4500,
    24000, 1921,
    basic_salary
    ) basic_salary
    FROM kdd_pay_hr_sal_vw
    order by employee_number,year desc) tp
    WHERE top3 <= 1
    select * from XXKDD_LATEST_SAL

    Read these informative threads:
    When your query takes too long ...
    HOW TO: Post a SQL statement tuning request - template posting
    And edit your post, add relevant details like database version, execution plan etc., it is all listed in the above links.
    And use the {noformat}{noformat}-tags, to keep your examples formatted and indented and readable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Intermittently nursery GC is taking very long pause time

    Hi,
    I have jboss application server running with JRockit R27.6.5 on RedHat Linux. I see that the nursery GC is taking very long time. Some times it takes more than 10 seconds. This causes TLA-fetch error for all the threads.
    High nursery time -
    [memory ][Sun Jul 10 23:10:18 2011][05730] 23340.903: parallel nursery GC 3270701K->3100453K (6144000K), 2740.705 ms
    Usual nursery time -
    [memory ][Sun Jul 10 23:27:23 2011][05730] 24368.799: parallel nursery GC 4361524K->4191033K (6144000K), 63.751 ms
    This behavior is puzzling because it was working fine till last week. We have two applications running on this server which are totally different in nature but we see the same behaviour wrt nursery GC. This high nursery GC is happening even when there is absolutely no load on the server. It is happening every 10 minutes or so.
    Infact we thought that this is something to do with hardware and we replaced it with new but we see the same behavior on the new hardware.
    We have given 6GB RAM to one server and 3.5GB RAM to another server. The machine is 24 cpu.
    Thanks

    Thanks for the reply.
    I would expect fragmentation of memory would happen over a period of time. I am also facing this problem on other servers with large heap.
    But this is different. Below are JVM settings for two servers running on the same machine.
    JAVA_OPTION="-Xms${6000}m -Xmx${6000}m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport -Xmanagement:ssl=false,authenticate=false -Djrockit.managementserver.port=7090"
    JAVA_OPTION="-Xms${3500}m -Xmx${3500}m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport
    The nursery pause time is high right after the server restart. Most of the time its fine but intermittently there is a spike. Sometimes spike goes all the way upto 10 seconds.
    memory ][Mon Jul 11 13:40:00 2011][05730] 75525.646: parallel nursery GC 4157804K->3992995K (6144000K), 64.900 ms
    [memory ][Mon Jul 11 13:40:05 2011][05730] 75530.870: parallel nursery GC 4180295K->4013796K (6144000K), 67.672 ms
    [memory ][Mon Jul 11 13:40:11 2011][05730] 75536.548: parallel nursery GC 4202060K->4036425K (6144000K), 63.251 ms
    [memory ][Mon Jul 11 13:40:18 2011][05730] 75541.750: parallel nursery GC 4223678K->4058628K (6144000K), 2077.272 ms
    Below Full GC. It was stuck for 10 seconds. There was absolutely no activity other than below logs for full 10 seconds.
    memory ][Mon Jul 11 13:44:10 2011][05730] 75775.840: parallel nursery GC 5399093K->5234267K (6144000K), 74.492 ms
    [gcpause][Mon Jul 11 13:44:10 2011][05730] nursery collection pause time: 74.492000 ms
    [memory ][Mon Jul 11 13:44:14 2011][05730] 75779.400: parallel nursery GC 5422405K->5258310K (6144000K), 74.616 ms
    [gcpause][Mon Jul 11 13:44:14 2011][05730] nursery collection pause time: 74.616000 ms
    [gcpause][Mon Jul 11 13:44:14 2011][05730] old collection phase 1 pause time: 40.657000 ms, (start time: 75779.479 s)
    [memory ][Mon Jul 11 13:44:17 2011][05730] 75782.779: parallel nursery GC 5454944K->5289009K (6144000K), 50.456 ms
    [gcpause][Mon Jul 11 13:44:17 2011][05730] nursery collection pause time: 50.456000 ms
    [gcpause][Mon Jul 11 13:44:18 2011][05730] old collection phase 4-5 pause time: 39.760000 ms, (start time: 75783.794 s)
    [gcpause][Mon Jul 11 13:44:18 2011][05730] (pause includes yc: 39.756 ms, compaction: 0.000 ms (no compaction), update ref: 0.000 ms)
    [gcpause][Mon Jul 11 13:44:18 2011][05730] old collection phase 5 pause time: 0.356000 ms, (start time: 75783.879 s)
    [gcpause][Mon Jul 11 13:44:18 2011][05730] old collection phase 5-0 pause time: 0.676000 ms, (start time: 75783.923 s)
    [memory ][Mon Jul 11 13:44:18 2011][05730] 75779.479-75783.923: GC 5279356K->2141116K (6144000K), sum of pauses 81.449 ms

  • BAPI performance low- taking too long execution time

    Hi,
    I am using BAPI "BAPI_MOSRVAPS_GETLIST2" for reading planned order details but its taking to long to execute (3-4 mins approx  for 3-4 products). Please suggest me how to improve the performance of it. Input for the BAPI :
    Import Parameters
    Tables (Input)
    PRODUCT_SELECTION
    LOCATION_SELECTION
    *Tables(Output)*
    ORDER_HEADS
    PEGGING_OUTPUT_NODES
    Thanks ,
    Roopesh

    Hi,
    If possible give values for locations , location types .
    Please also check if you can give order ATP category.
    This should give faster extraction of data.
    Regards
    Datta

  • My iMac has been acting sluggishly; taking unusually long to recover from sleep mode as well as it arbitrarily opening an app on its own. What is going on and can it be corrected?

    My iMac has begun to act suggishly and unpredictably lately. It takes unusually long for it to wake from sleep mode and often opens with a particular app (PSE) for no reason. What is going on? Is there a clean-up procedure(s) in addition to clearing history & cookies or perhaps a upgrade I missed?

    Hardware Information:
              iMac (21.5-inch, Mid 2010)
              iMac - model: iMac11,2
              1 3.6 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              ATI Radeon HD 5670 - VRAM: 512 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 6:4:21
    Disk Information:
              ST31000528AS disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 999.35 GB (915.2 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              OPTIARC DVD RW AD-5680H 
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
    FireWire Information:
              LaCie d2 quadra (button) 800mbit - 800mbit max
                        disk1s1 (disk1s1) <not mounted>: 32 KB
                        time machine backup (disk1s3) /Volumes/time machine backup: 1 TB (696.27 GB free)
    Thunderbolt Information:
    Kernel Extensions:
              com.avira.kext.FileAccessControl          (1.0.0d1 - SDK 10.8)
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.avira.antivirus.dbcleaner.plist 3rd-Party support link
              [System] com.avira.antivirus.ipm.loader.plist 3rd-Party support link
              [System] com.avira.helper.watchdox.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.avira.antivirus.ipm.ui.plist 3rd-Party support link
              [System] com.avira.antivirus.odscan.default.plist 3rd-Party support link
              [System] com.avira.antivirus.scheduler.agent.plist 3rd-Party support link
              [System] com.avira.antivirus.systray.plist 3rd-Party support link
              [System] com.avira.antivirus.update.default.plist 3rd-Party support link
              [System] net.culater.SIMBL.Agent.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
    User Login Items:
              iTunesHelper
    Internet Plug-ins:
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
              FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              OVSHelper: Version: 1.0 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              Silverlight: Version: 4.1.10329.0 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Safari Extensions:
              DivX Plus Web Player HTML5 <video>: Version: 2.1.2.126
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              DivX  3rd-Party support link
              Flash Player  3rd-Party support link
    Old Applications:
              TomTomHOMERunner:          Version: 2.9.5.1974 - SDK 10.4 3rd-Party support link
                        /Users/[redacted]/Library/Application Support/TomTom HOME/TomTomHOMERunner.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 930.71 GB Disk used: 78.36 GB
              Destinations:
                        \ [Local] (Last used)
                        Total size: 931.39 GB
                        Total number of backups: 182
                        Oldest backup: 2010-12-08 22:28:38 +0000
                        Last backup: 2014-02-26 19:40:36 +0000
                        Size of backup disk: Adequate
                                  Backup size 931.39 GB > (Disk used 78.36 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   1%          WindowServer
                   1%          EtreCheck
                   1%          savapi
                   1%          Perfect Diet Tracker
                   1%          eprocsd
    Top Processes by Memory:
              287 MB          savapi
              258 MB          avguard.bin
              119 MB          softwareupdated
              98 MB          com.apple.WebKit.WebContent
              78 MB          Finder
    Virtual Memory Information:
              94 MB          Free RAM
              1.70 GB          Active RAM
              1.67 GB          Inactive RAM
              546 MB          Wired RAM
              1.26 GB          Page-ins
              0 B          Page-outs

  • Backups taking too long

    My Time Capsule backups are taking too long. Time Machine says it is indexing. However, I have had my Time Machine configured since I installed Lion last year and it has been making automatic backups every hour since. Why is it 'indexing' now, and why is it taking so long?
    Thank you

    Visit pondini.org for all things Time Machine.

  • Why all of a sudden my notebook takes too long to go to sleep

    My notebook is taking too long to put to sleep. It think it started right after I deleted some You Tube videos I had saved to my desktop.

    MacBook Pro comes with 90 days of free tech support from Apple from the date of purchase.
    AppleCare: 1-800-275-2273
    Any hardware problem should be brought to their attention.
    Contact them.
    Best.

  • Incredibly Long Boot Times(5mins) when i powered ON thinkpad E440

    Last week i bought the thinkpad E440. When i am poweing ON it is taking Incredibely long bootup time or it hangs..
    It is not always but sometime it is happening.
    Please help me if you have solution.
    Its a brand new laptop, hoc can it behave so in just 3-4 days?

    Hi Samimkhan,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing issue with slow boot on your ThinkPad E440.
    Have you checked booting the system into safe mode?
    Check with uninstalling unwanted software and also antivirus application for temporary.
    Is the system is getting overheated?
    Optimize Windows for better performance.
    Hope this helps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I am trying to update my ipad mini but taking too long time 5 hours

    i am trying to update my ipad mini to ios 7  but taking too long time 5 hours so what i have to do
    Message was edited by: GOPAL DHRUW

    You can try resetting your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists.

  • Downloaded Mountain Lion on my iMac.  Why is it so slow opening up from sleep and taking so long for the wireless mouse to engage?

    Downloaded Mountain Lion on my iMac.  Why is it so slow opening up from sleep and taking so long for the wireless mouse to engage?

    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Discoverer report taking too long time to open.

    HI,
    Discovere reports are taking too long time to open. Please help to resolve this.
    Regards,
    Bhatia

    What is the Dicoverer and the Application release?
    Please refer to the following links (For both Discoverer 4i and 10g). Please note that some Discoverer 4i notes also apply to Discoverer 10g.
    Note: 362851.1 - Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362851.1
    Note: 68100.1 - Discoverer Performance When Running On Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=68100.1
    Note: 465234.1 - Recommended Client Java Plug-in (JVM/JRE) For Discoverer Plus 10g (10.1.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=465234.1
    Note: 329674.1 - Slow Performance When Opening Plus Workbooks from Oracle 11.5.10 Applications Home Page
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=329674.1
    Note: 190326.1 - Ideas for Improving Discoverer 4i Performance in an Applications 11i Environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=190326.1
    Note: 331435.1 - Slow Perfomance Using Disco 4.1 Admin/Desktop in Oracle Applications Mode EUL
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=331435.1
    Note: 217669.1 - Refreshing Folders and opening workbooks is slow in Apps 11i environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=217669.1

  • Taking too long time to get LOV

    HI,
    I have created a customer folder in which the query retuns 0.5 million records.
    I have created a item class in airline_name column which is being used in the worksheet as parameter.
    The problem is it is taking too long time near about 2 min to get LOV when the user wants to search the exact name.
    Thanks,
    Himanshu Tiwari

    Hi,
    Usually, you should not use the folder that the report is based on to define the LOV. You should use a separate folder to define the LOV that is optimised to return the content of the LOV.
    Rod West

  • Discoverer reports taking a long time!!!

    Hi all,
    One of our clients is complaining that the discoverer reports are taking a long time to run for the last few days, the report used to take 30 minutes before but now is running for hours!!
    I have checked the SGA and I have killed the idle sessions but still there was no improvement in the performance.
    The version of BI discoverer is 10 and database also is 10g and the platform is win server 2003.
    I have checked the forums and they talk about explain plan and tkprof and other commands, but my problem is that i am unable to find the query that discoverer is running i mean once the report is clicked the query runs and gives the estimate time it would take. can some one tell me where this query is stored so that i can check this query,
    Also there were no changes made in the query or to the database.
    The temp space fills up 100%, i increased the size of temp space but still it goes to 100% also i noticed that the CPU utilisation goes to 100%
    i also increased the SGA but still no go.
    can someone kindly help me as to what could be causing this problem
    also kindly guide me to some good documents for tuning the discoverer.
    thanks in advance,
    regards,
    Edited by: user10243788 on Jan 4, 2010 12:47 AM

    Hi,
    The fact that the report used to work fast and now not can be related to many things but my guess is that the database statistics were changed and so the explain plan has changed.
    This can be done due to change in the volume of the data that crossed a level were oracle optimizer change the behavior but it can be other things as well.
    Anyway it is not relevant since it will be easier to tune the SQL than to find what have changed.
    In order to find whether the problem is with the discoverer or in the SQL extract the SQL as described above and run it in SQL tool (SQL Plus, TOAD, SQL Developer and so on).
    The best way to get to the problem is run a trace on your session and then use the TKPROF command to translate it to a text file you can analyze - you can assist your DBA team they should have no problem doing that.
    By doing that you will get the problematic statements/ functions/ procedures that the report uses.
    From there you can start working on improving the performance.
    Performance is expertise for itself so i'm sorry i don't know to tell you where to start from, I guess the start will be from understanding the meaning of the explain plan.
    Hope I helped a little although I wish Ii had a magic answer for you
    BTW, until you resolve that problem you can use the discoverer scheduler to run the reports in the background and so the users will get the data.
    Tamir

  • Time Machine Taking a Long Time to Index / Back Up

    Hi everyone.
    I noticed this on the latest backup to my Time Capsule device.  I'm backing up over a WiFi connection to a time capsule device.  It is taking a long time to index the backup.  Here's the code from the latest backup.
    10/17/12 9:43:03.799 PM com.apple.backupd: Starting standard backup
    10/17/12 9:43:04.091 PM com.apple.backupd: Attempting to mount network destination URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    10/17/12 9:43:12.657 PM com.apple.backupd: Mounted network destination at mountpoint: /Volumes/Time Machine Backups using URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    10/17/12 9:43:34.015 PM com.apple.backupd: QUICKCHECK ONLY; FILESYSTEM CLEAN
    10/17/12 9:43:37.440 PM com.apple.backupd: Disk image /Volumes/Time Machine Backups/Michael’s MacBook Pro.sparsebundle mounted at: /Volumes/Time Machine Backups 1
    10/17/12 9:43:37.459 PM com.apple.backupd: Backing up to: /Volumes/Time Machine Backups 1/Backups.backupdb
    10/17/12 9:45:23.296 PM com.apple.backupd: 500.1 MB required (including padding), 3.27 GB available
    10/17/12 9:46:48.844 PM com.apple.backupd: Copied 1436 files (3.4 MB) from volume Macintosh HD.
    10/17/12 9:46:51.897 PM com.apple.backupd: 448.1 MB required (including padding), 3.27 GB available
    10/17/12 9:46:51.898 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:47:53.681 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:48:55.642 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:49:56.511 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:50:56.564 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:51:57.643 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:52:57.903 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:53:59.341 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:55:01.281 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:56:03.171 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:57:03.966 PM com.apple.backupd: Waiting for index to be ready (100)
    10/17/12 9:58:33.083 PM com.apple.backupd: Copied 824 files (1.2 MB) from volume Macintosh HD.
    10/17/12 9:58:40.359 PM com.apple.backupd: Starting post-backup thinning
    10/17/12 9:59:51.851 PM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-10-16-213620 (5.6 MB)
    10/17/12 10:00:17.440 PM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-10-16-113505 (1.6 MB)
    10/17/12 10:00:30.046 PM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-10-16-103509 (1.6 MB)
    10/17/12 10:00:43.781 PM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-10-16-093513 (1.3 MB)
    10/17/12 10:00:43.781 PM com.apple.backupd: Post-back up thinning complete: 4 expired backups removed
    10/17/12 10:00:45.207 PM com.apple.backupd: Backup completed successfully.
    10/17/12 10:00:56.988 PM com.apple.backupd: Ejected Time Machine disk image.
    10/17/12 10:00:57.550 PM com.apple.backupd: Ejected Time Machine network volume.
    I am just curious as to why this is, and what I might do to fix it.  I did see one suggestion in another website suggesting diabling spolight indexing of the backup image with sudo mdutil -i off /Volumes/Time Machine Backups, but don't know where to type that in.  It then states to reenable it, but don't know where to type that in, either.  Any advice would be helpful.  I did run a verification not too long ago, and here's that code.
    10/14/12 3:44:14.289 PM com.apple.backupd: Backup verification requested by user.
    10/14/12 3:44:41.503 PM com.apple.backupd: Running backup verification
    10/14/12 4:04:31.602 PM com.apple.backupd: Backup verification passed!
    If any of you have or had a similar problem, I'd appreciate your help.  For the time being, I may just disable time machine during the evening, and only have it run during the day when I'm at work.

    Is your sig still current (10.7.3)? Or did you update to 10.7.5? Because 10.7.5 had a Spotlight/Time Machine bug that slowed down a lot of backups. If that's what it is, there's now a 10.7.5 Supplemental Update that fixes the slow Time Machine problem.
    If it isn't 10.7.5, I don't know what the problem might be.

  • Report Manager taking a long time to publish with Content Set that will pro

    Hi I am trying to publish 2 reports in report manager that each have multiple tabs. The are Exprense and Revenue Trend reports that will publish for each balancing segment, one years previous data. I can publish in pdf and html however not very pretty. Excel is taking too long and eventually crashed my session. Does anyone have any info on excel performance issues: The compents of teach FSG are as follows:
    Row Set
    Column Set
    Content set ( this provides the blanacing segment)
    Row Order
    Please help not long before go live.
    Thanks

    Please post the details of the application release, database version and OS.
    Please see these docs.
    Report Manager Taking Long Time To Produce Output In Excel. Flickering Occurs When the Output of an FSG Report data Being Populated In Excel. [ID 949300.1]
    Report Manager - Master Note [ID 726774.1]
    Poor Performance In HTML Due To FO Generator [ID 827288.1]
    Report Manager Troubleshooting [ID 858505.1]
    Thanks,
    Hussein

Maybe you are looking for