PowerShell processing of large CSV very slow - Is there a better way?

Using Powershell I am working through a foreach loop. One of the steps inside the loop is to find a match in a csv file -  
import-csv ".\RateCard.csv" | where-object{$($Item.'From Number') -match "^\+?($($_.Destination))\w*$"}
The foreach loop is processing around 100,000 records for a month time period and completes within a few minutes without the csv lookup. After adding the csv lookup I can see its taking about 5-10 seconds for each lookup. The csv file has 40,000 rows and about
10 columns. 
While I understand that client side processing is going to be slower, and that I should probably look at using SQL, I wondered if there is a faster way to do this. I thought of using a stream reader but couldn't work out how I could do a match lookup.
Any suggestions would be greatly appreciated.
Andrew Morpeth
Lync Server Specialist - Auckland, NZ
Blog - http://www.lync.geek.nz
Twitter @AndrewMorpeth

If you will use multi threading it will be very fast..
I can give you example & syntax, check if it helps..
Start-Job -ScriptBlock { script block}  -ArgumentList
$arg1,$arg2
While((Get-Job -State 'Running').Count -ge 4)
        Start-Sleep -Milliseconds 10
here is the example from one of my scripts:
$compeventid1 = get-content $log1<o:p></o:p>
foreach($evid in $compeventid1){<o:p></o:p>
Start-Job -ScriptBlock {<o:p></o:p>
              $count = 0<o:p></o:p>
                $outlook = new-object
-com outlook.application;<o:p></o:p>
                $ns = $outlook.GetNameSpace("MAPI");<o:p></o:p>
                $inbox = $ns.Folders.Item($($args[0])).folders.Item($($args[1]))<o:p></o:p>
                $messages = $inbox.items<o:p></o:p>
                foreach($message
in $messages){<o:p></o:p>
                $mBody = $message.body<o:p></o:p>
                $mBodySplit = $mBody
-split "Event ID:"<o:p></o:p>
                $toaddress1=$mBodySplit[1]<o:p></o:p>
                $eventid = $toaddress1
-split "Monitoring Category:"<o:p></o:p>
                $eventid = $eventid[0].trim()<o:p></o:p>
        if($eventid -eq $($args[2]))<o:p></o:p>
         {<o:p></o:p>
                $MoveTarget = $ns.Folders.Item($($args[0])).folders.Item($($args[3]))<o:p></o:p>
                [void]$message.Move($MoveTarget)<o:p></o:p>
        $count = $count + 1<o:p></o:p>
        if($count -eq "2")<o:p></o:p>
         {<o:p></o:p>
        break<o:p></o:p>
         }<o:p></o:p>
         }<o:p></o:p>
 <o:p></o:p>
      } <o:p></o:p>
   } -ArgumentList $mbx,$fold,$evid,$tfold<o:p></o:p>
While((Get-Job -State 'Running').Count -ge 4)
        Start-Sleep -Milliseconds 10
Sukhija Vikas
http://msexchange.me

Similar Messages

  • I bought my macbook pro on 2013 but last few months its become very slow , is there anyone can help me please ?

    i bought my macbook pro on 2013 but last few months its become very slow , is there anyone can help me please ?

    Activity Monitor - Mavericks  also Yosemite
    Activity Monitor in Mavericks has significant changes
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy

  • It seems to me that you can only purchase apps by means of a credit card.If it is true, then I am very disappointed.Are there no other way to purchase apps?

    It seems to me that you can only purchase apps by means of a credit card.If so, I am very disappointed.Are there no other way  to purchase apps?

    Welcome to the Support Communities. See this Apple doc:
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    ...Found by searching here:
    http://support.apple.com/kb/index?page=search

  • My mac is getting very slow, is there a way i can get it to run a little quicker?

    my mac is running really slow, is there any way i can get it to run a little quicker,

    You want to check out the drive to be sure it isn't failing.
    Get free demo of SMART Utility to test
    http://www.volitans-software.com/smart_utility.php
    Probably has little to do with login items (which would usually only affect time to boot and/or login.) Don't waste your time with Permissions repair, either. Has nothing to do with it.
    I have no idea which iMac you have or how old it is.
    How much free space on the drive? Do CMD-I on the HD folder.
    If the drive checks out, try running Applejack.
    http://sourceforge.net/projects/applejack/
    http://reviews.cnet.com/8301-13727_7-10334620-263.html?tag=mfiredir
    Type in "applejack AUTO" at the prompt and let it run through the entire program. First boot after will be slower than usual, as it rebuild caches. May need several restarts to see benefits.

  • SCCM 2007 R2 Replication file processing replmgr.box/inbox very slow

    Have setup of SCCM 2007 R3 with Central Primary and Child primary. (Native Mode)<o:p></o:p>
    After running preinst.exe /syncchild it is generating almost 200000 RPT files into
    replmgr.box/incommiing folder. It is processing too slow almost 20 sec per
    file. Not seeing any error in logs.<o:p></o:p>
    Appreciate any idea / suggestions to improve the process speed or anything that can be helpful.
    <o:p></o:p>

    "Have setup of SCCM 2007 R3 with Central Primary and Child primary"
    Devil's Advocate:  That reads like you *just* set it up.  Um, why?  2007 is old news. 
    Actually I missed that, Why CM07, it is no longer supported (main stream) by Microsoft. Why waste time with it, if this is a new setup?
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Process Flow Transitions are very slow

    I have a process flow with few activities. All these acttivities are executing some PL/SQL procedures.
    But I have noticed, when I ran the procedd flow it takes more than 5 minutes for eaqch transition. For a example I have two activities called Start_Proc and Calculate_Proc. When Start_Proc finished, next step is Calculate_Proc. NO coinditional transitions inbetween those two.
    But Wen Start_Proc finished it shows Start_Proc1on process monitor and it takes more than 5 minutes to goto Calculate_Procactivity.
    I have removed all codes inside these procedures and put null for testing purpose. So basically now all procedures do nothing and takes lessthan 2 millisecond to execute. Still when I run process flow with 4 steps it takes more than 30 minutes to finish.
    I tried optimizing repositiry option as well. But no luck at all.
    I am using OWB 10.2.x version
    Thanks in advance,
    Edited by: mc**** on 8/12/2010 13:57

    Oleg wrote:
    did you use for deleting data from audit tables truncate_audit_execution_tables script or use supplied with OWB purge_audit_template.sql script?Hi Oleg,
    Actually I used API for that instead of using script as below
    BEGIN
    wb_rt_api_purge.purge_deployment(TO_DATE('2000/01/01','YYYY/MM/DD'),TO_DATE('2010/08/30','YYYY/MM/DD'));
    wb_rt_api_purge.purge_execution(TO_DATE('2000/01/01','YYYY/MM/DD'),TO_DATE('2010/09/01','YYYY/MM/DD'));
    COMMIT;
    END;
    Thanks

  • My MacBook Pro is running very slow is there anything I can do to improve the performance?

    Is there anything I can do to improve the speed of my MacBook Pro?

    Kappy's Personal Suggestions About OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utility is: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption. Drive Genius provides additional tools not found in Disk Warrior for defragmentation of older drives, disk repair, disk scans, formatting, partitioning, disk copy, and benchmarking. 
    Four outstanding sources of information on Mac maintenance are:
    1. OS X Maintenance - MacAttorney.
    2. Mac maintenance Quick Assist
    3. Maintaining Mac OS X
    4. Mac Maintenance Guide
    Periodic Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) See Mac OS X- About background maintenance tasks. If you are running Leopard or later these tasks are run automatically, so there is no need to use any third-party software to force running these tasks.
    If you are using a pre-Leopard version of OS X, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced after Tiger.  (These utilities have limited or no functionality with Snow Leopard, Lion, or Mountain Lion and should not be installed.)
    Defragmentation
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive except when trying to install Boot Camp on a fragmented drive. But you don't need to buy third-party software. All you need is a spare external hard drive and Carbon Copy Cloner.
    Cheap and Easy Defragmentation
    You will have to backup your OS X partition to an external drive, boot from the external drive, use Disk Utility to repartition and reformat your hard drive back to a single volume, then restore your backup to the internal hard drive. You will use Carbon Copy Cloner to create the backup and to restore it.
      1. Get an empty external hard drive and clone your internal drive to the
           external one.
      2. Boot from the external hard drive.
      3. Erase the internal hard drive.
      4. Restore the external clone to the internal hard drive.
    Clone the internal drive to the external drive
      1. Open Carbon Copy Cloner.
      2. Select the Source volume from the left side dropdown menu.
      3. Select the Destination volume from the left side dropdown menu.
      4. Be sure the Block Copy button is not depressed or is ghosted.
      5. Click on the Clone button.
    Destination means the external backup drive. Source means the internal startup drive.
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager appears.  Select the icon for the external drive and click on the upward pointing arrow button.
    After startup do the following:
    Erase internal hard drive
      1. Open Disk Utility in your Utilities folder.
      2. After DU loads select your internal hard drive (this is the entry with the
           mfgr.'s ID and size) from the left side list. Note the SMART status of the
           drive in DU's status area.  If it does not say "Verified" then the drive is
           failing or has failed and will need replacing.  SMART info will not be
           reported  on external drives. Otherwise, click on the Partition tab in the
           DU main window.
      3. Under the Volume Scheme heading set the number of partitions from the
           drop down menu to one. Set the format type to Mac OS Extended
           (Journaled.) Click on the Options button, set the partition scheme to
           GUID then click on the OK button. Click on the Partition button and wait
           until the process has completed.
    Restore the clone to the internal hard drive
      1. Open Carbon Copy Cloner.
      2. Select the Source volume from the left side dropdown menu.
      3. Select the Destination volume from the left side dropdown menu.
      4. Be sure the Block Copy button is not selected or is ghosted.
      5. Click on the Clone button.
    Destination means the internal hard drive. Source means the external startup drive.
    Note that the Source and Destination drives are swapped for this last procedure.
    Malware Protection
    As for malware protection there are few if any such animals affecting OS X. Starting with Lion Apple has included built-in malware protection that is automatically updated as necessary.
    Helpful Links Regarding Malware Protection:
    1. Mac Malware Guide.
    2. Detecting and avoiding malware and spyware
    3. Macintosh Virus Guide
    For general anti-virus protection I recommend only using ClamXav, but it is not necessary if you are keeping your computer's operating system software up to date. You should avoid any other third-party software advertised as providing anti-malware/virus protection. They are not required and could cause the performance of your computer to drop.
    Cache Clearing
    I recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, Mountain Lion Cache Cleaner 7.0.9, Maintenance 1.6.8, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc. Corrupted cache files can cause slowness, kernel panics, and other issues. Although this is not a frequent nor a recurring problem, when it does happen there are tools such as those above to fix the problem.
    If you are using Snow Leopard or earlier, then for emergency cleaning install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. (AppleJack works with Snow Leopard or earlier.)
    Installing System Updates or Upgrades
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand.
    Backup and Restore
    Having a backup and restore strategy is one of the most important things you can do to maintain your computer. Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner.
      2. Deja Vu
      3. SuperDuper!
      4. Synk Pro
      5. Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance and backup and restore.
    Always have a current backup before performing any system updates or upgrades.
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity or 20 GBs, whichever is greater, as free space. Avoid installing utilities that rely on Haxies, SIMBL, or that alter the OS appearance, add features you will rarely if ever need, etc. The more extras you install the greater the probability of having problems. If you install software be sure you know how to uninstall it. Avoid installing multiple new software at the same time. Install one at a time and use it for a while to be sure it's compatible.
    Additional suggestions will be found in:    
    1. Mac OS X speed FAQ
    2. Speeding up Macs
    3. Macintosh OS X Routine Maintenance
    4. Essential Mac Maintenance: Get set up
    5. Essential Mac Maintenance: Rev up your routines
    6. Five Mac maintenance myths
    7. How to Speed up Macs
    8. Myths of required versus not required maintenance for Mac OS X
    Referenced software can be found at CNet Downloads or MacUpdate.
    Add more RAM or run fewer applications concurrently.

  • Have download 350 movies to Ext HD using itunes. Left itunes library on desktop drive. My computer now runs very slowly. Is there a better way to add movies without slowing my computer down?

    Using 3 TB Western Digital HD to store 350+ converted personal movies from my collection. Want to add more movies from my collection but this process is slowing my computer down considerably. Although I have downloaded the movies to my Ext HD, have left my itunes library on my desktop main drive. Is there a way to add more movies without slowing down my computer?
    Tks.

    Using 3 TB Western Digital HD to store 350+ converted personal movies from my collection. Want to add more movies from my collection but this process is slowing my computer down considerably. Although I have downloaded the movies to my Ext HD, have left my itunes library on my desktop main drive. Is there a way to add more movies without slowing down my computer?
    Tks.

  • ITunes Store downloads very slow -- are there any hints to resolve this?

    nt
    MacBook 2 GHz   Mac OS X (10.4.8)  

    it is indeed puzzling. I have had the same problems. I sincerely hope Apple gets on this problem. I have Time Warner cable and they have been about as helpful as... well, not so helpful. They have proved to me that the internet connection is fine, but just the avenue to the store has problems. Some have said it is the 3rd party company called Level3 that is where the connection slows. This has been for the last week. Do a traceroute or ping the apple store and see if your connection troubles begin at Level3. I can't quite recall what the apple store address is, but I believe it is written in the thread which mentions TIme Warner in its heading.
    Oh, by the way, a file that was taking 3 hours to download around 11 pm last night is now only taking 10 minutes. Try to do your downloading during periods of low internet traffic.
    Good luck!

  • Very upset that there is no way to make a billing arrangement either online or phone

    takes forever.  i work two jobs and i dont have time to pend on hold for forever.  i held 3 different times today for better than 10 minutes.  customer service either needs to employ more people for customer volume, both phone and live chat, or get out of the business.

    Try calling Verizon Financial Services.
    800-528-7594
    866-266-1445
    Mon - Fri:  7 am - 9 pm ET
    Sat:  8 am - 5 pm ET
    Sun:  closed

  • HTMLDB_tools, processing a very large csv file in a collection

    Hi Guys,
    I'm new to APEX and trying to load approx 1,000,000 rows into a table from a csv file, does anyone have a better way of doing it than htmldb_tools.parse_file (which is very slow)
    Cheers

    It's not Apex, but you could use SQL*Loader. It's really very fast!
    greets, Dik

  • MacBook suddenly became very slow. Have tried other posters' suggestions.

    Hi there,
    My MacBook recently, rather unexpectedly, started running very slow. There is no particular application that is running slowly, but rather, the system as a whole. I think the problem began while I was browsing the internet and doing nothing suspicious in particular. I have been doing a bit of reading on these threads, but have been unable to solve my problem so far. I have presented below what I have tried so far.
    Very many thanks for your help,
    Aaron
    1) Reset my System Management Controller.
    2) Repaired my Disk using Disk Utility in Recovery mode.
    3) Backed up my computer.
    4) Using instructions outlined by user ‘Linc Davis’ in thread https://discussions.apple.com/thread/5437363?tstart=0. I will post the results as a comment below this question.

    (apologies for the long log list… I included about 50 lines as suggested)
    Results from Diagnostic Procedure using “Terminal”
    Mar 25 10:35:33 aaronscomputer2 kernel[0] <Debug>: nspace-handler-unblock: did not find token 320
    Mar 25 19:36:00 aaronscomputer2 kernel[0] <Debug>: nspace-handler-unblock: did not find token 1360
    Mar 31 00:58:28 aaronscomputer2 kernel[0] <Debug>: nspace-handler-update: did not find token 25548
    --- last message repeated 2 times ---
    Mar 31 00:58:48 aaronscomputer2 kernel[0] <Debug>: nspace-handler-unblock: did not find token 25548
    Mar 31 01:01:45 aaronscomputer2 kernel[0] <Debug>: nspace-handler-unblock: did not find token 25605
    Mar 31 08:29:08 aaronscomputer2 kernel[0] <Debug>: nspace-handler-unblock: did not find token 919
    “Activity Monitor”
    - % CPU (highest) = WindowServer (2.5%), although this varies greatly and is never exceedingly high.
    - % User = 1.93%
    - % System = 1.66%
    - % Idle = 96.60%
    - Memory (highest) = kernel_task (785.7MB)
    - Memory Used = 5.11 GB / 8.00 GB.
    - Memory Page Outs = I don’t see this statistic.
    - Memory Swap Used = 0 bytes.
    - Reads in/sec = 15
    - Writes out/sec = 2
    Log List from “Console”
    2014-03-31 2:11:33.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1396296695
    2014-03-31 2:11:33.445 PM com.apple.mtmd[37]: Set snapshot time: 2014-03-31 14:11:35 -0600 (current time: 2014-03-31 14:11:33 -0600)
    2014-03-31 2:12:19.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=497[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    2014-03-31 2:12:26.862 PM GoogleSoftwareUpdateDaemon[498]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    2014-03-31 2:12:26.872 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    2014-03-31 2:12:27.467 PM GoogleSoftwareUpdateDaemon[498]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    2014-03-31 2:12:28.569 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x383790
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x383c70 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-07-04 16:55:56
              >
    Using server: <KSOmahaServer:0x2085310
              engine=<KSDaemonUpdateEngine:0x379570>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.GmailNotifier" = {
                                            LastRollCallPingDate = 2011-01-14 08:00:01 +0000;
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2014-03-16 20:40:48 +0000;
                                            LastActivePingDate = 2014-03-17 07:00:00 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.google.GoogleDrive" = {
                                            LastActiveDate = 2014-02-13 18:22:12 +0000;
                                            LastActivePingDate = 2014-02-14 08:00:06 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.google.Keystone" = {
                                            LastActiveDate = 2014-03-31 20:12:25 +0000;
                                            LastActivePingDate = 2014-03-31 07:00:01 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.Google.GoogleEarthPlus" = {
                                            LastRollCallPingDate = 2011-05-28 07:00:00 +0000;
                                  "com.google.talkplugin" = {
                                            LastActiveDate = 2014-03-31 17:39:31 +0000;
                                            LastActivePingDate = 2014-03-29 07:00:00 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:00 +0000;
                                  "com.Google.GoogleEarthPlus.intel" = {
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.9.2_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    2014-03-31 2:12:28.571 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x208b830
              server=<KSOmahaServer:0x2085310>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.9.2_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="1001" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    2014-03-31 2:12:32.630 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x3867c0
              server=<KSOmahaServer:0x2085310>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_days="2646" elapsed_seconds="47552"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    2014-03-31 2:12:34.305 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    2014-03-31 2:12:34.805 PM GoogleSoftwareUpdateDaemon[498]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    2014-03-31 2:12:34.807 PM GoogleSoftwareUpdateDaemon[498]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    2014-03-31 2:12:34.808 PM GoogleSoftwareUpdateDaemon[498]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    2014-03-31 2:12:34.811 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    2014-03-31 2:12:34.819 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    2014-03-31 2:12:34.821 PM GoogleSoftwareUpdateDaemon[498]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    2014-03-31 2:12:36.471 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x208b810
                        productID=com.google.talkplugin
                        version=5.2.4.18058
                        xc=<KSPathExistenceChecker:0x2085970 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2012-07-23 02:01:27
              >,
              <KSTicket:0x2083790
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x2089af0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-07-04 16:55:56
              >
    Using server: <KSOmahaServer:0x38e600
              engine=<KSDaemonUpdateEngine:0x379570>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.GmailNotifier" = {
                                            LastRollCallPingDate = 2011-01-14 08:00:01 +0000;
                                  "com.google.Chrome" = {
                                            LastActiveDate = 2014-03-16 20:40:48 +0000;
                                            LastActivePingDate = 2014-03-17 07:00:00 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.google.GoogleDrive" = {
                                            LastActiveDate = 2014-02-13 18:22:12 +0000;
                                            LastActivePingDate = 2014-02-14 08:00:06 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.Google.GoogleEarthPlugin.intel" = {
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.google.Keystone" = {
                                            LastActiveDate = 2014-03-31 20:12:25 +0000;
                                            LastActivePingDate = 2014-03-31 07:00:01 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                                  "com.Google.GoogleEarthPlus" = {
                                            LastRollCallPingDate = 2011-05-28 07:00:00 +0000;
                                  "com.google.talkplugin" = {
                                            LastActiveDate = 2014-03-31 17:39:31 +0000;
                                            LastActivePingDate = 2014-03-29 07:00:00 +0000;
                                            LastRollCallPingDate = 2014-03-31 07:00:00 +0000;
                                  "com.Google.GoogleEarthPlus.intel" = {
                                            LastRollCallPingDate = 2014-03-31 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.9.2_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    2014-03-31 2:12:36.472 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x38af00
              server=<KSOmahaServer:0x38e600>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=2
              activeTickets=1
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.9.2_i486"></o:os>
                            <o:app appid="com.google.talkplugin" version="5.2.4.18058" lang="en-us" installage="616" brand="GGLG">
                                <o:ping a="2"></o:ping>
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="1001" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    2014-03-31 2:12:38.067 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x385990
              server=<KSOmahaServer:0x38e600>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=2
              activeTickets=1
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_days="2646" elapsed_seconds="47557"></daystart>
                            <app appid="com.google.talkplugin" status="ok">
                                <ping status="ok"></ping>
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    2014-03-31 2:12:38.072 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    2014-03-31 2:12:38.602 PM GoogleSoftwareUpdateDaemon[498]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    2014-03-31 2:12:38.604 PM GoogleSoftwareUpdateDaemon[498]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    2014-03-31 2:12:38.605 PM GoogleSoftwareUpdateDaemon[498]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    2014-03-31 2:12:38.607 PM GoogleSoftwareUpdateDaemon[498]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    2014-03-31 2:12:45.046 PM GoogleSoftwareUpdateDaemon[498]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    2014-03-31 2:12:56.933 PM GoogleSoftwareUpdateDaemon[498]: -[KeystoneDaemon main] GoogleSoftwareUpdateDaemon inactive, shutdown.
    2014-03-31 2:17:32.499 PM xpcproxy[512]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2014-03-31 2:17:50.376 PM com.apple.SecurityServer[14]: Session 100023 created
    2014-03-31 2:22:55.161 PM WindowServer[97]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    2014-03-31 2:22:58.789 PM WindowServer[97]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 4.63 seconds (server forcibly re-enabled them after 1.00 seconds)
    2014-03-31 2:23:06.604 PM WindowServer[97]: disable_update_timeout: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    2014-03-31 2:23:20.604 PM WindowServer[97]: disable_update_likely_unbalanced: UI updates still disabled by application "Safari" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    2014-03-31 2:23:25.875 PM WindowServer[97]: common_reenable_update: UI updates were finally reenabled by application "Safari" after 20.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    2014-03-31 2:23:25.923 PM Safari[345]: void CGSUpdateManager::log() const: conn 0x148d7: spurious update.
    2014-03-31 2:25:01.211 PM mDNSResponder[39]:  62: Could not write data to clientPID[345](Safari)  because of error - aborting connection
    2014-03-31 2:25:01.211 PM mDNSResponder[39]:  62: DNSServiceGetAddrInfo      v4v6 clients1.google.com. PID[345](Safari)
    2014-03-31 2:37:54.909 PM WindowServer[97]: disable_update_timeout: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    2014-03-31 2:38:01.353 PM WindowServer[97]: common_reenable_update: UI updates were finally reenabled by application "Safari" after 7.44 seconds (server forcibly re-enabled them after 1.00 seconds)
    2014-03-31 2:40:58.862 PM mDNSResponder[39]:  44: Could not write data to clientPID[345](Safari)  because of error - aborting connection
    2014-03-31 2:40:58.862 PM mDNSResponder[39]:  44: DNSServiceGetAddrInfo      v4v6 clients1.google.com. PID[345](Safari)
    2014-03-31 2:41:41.247 PM com.apple.WebKit.Networking[348]: CFNetwork SSLHandshake failed (-9806)
    2014-03-31 2:47:21.677 PM com.apple.backupd[551]: Starting manual backup
    2014-03-31 2:47:21.880 PM com.apple.backupd[551]: Error -35 while resolving alias to backup target
    2014-03-31 2:47:22.303 PM com.apple.backupd[551]: Backup failed with error 18: The backup disk could not be found.
    2014-03-31 2:47:22.000 PM kernel[0]: USBMSC Identifier (non-unique): 1f00c7029e4b21024b000000 0x59f 0x101d 0x1, 2
    2014-03-31 2:48:05.000 PM kernel[0]: hfs: mounted Aaron Wynn's Hard Drive on device disk1s3
    2014-03-31 2:48:07.994 PM com.apple.SecurityServer[14]: Session 100003 created
    2014-03-31 2:48:21.340 PM com.apple.backupd[551]: Starting manual backup
    2014-03-31 2:48:29.903 PM com.apple.backupd[551]: Backing up to /dev/disk1s3: /Volumes/Aaron Wynn's Hard Drive/Backups.backupdb
    2014-03-31 2:48:32.083 PM com.apple.backupd[551]: Event store UUIDs don't match for volume: Macintosh HD
    2014-03-31 2:48:48.957 PM com.apple.backupd[551]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    2014-03-31 2:48:50.330 PM com.apple.IconServicesAgent[233]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/com.a pple.appkit.xpc.openAndSavePanelService.xpc/
    2014-03-31 2:49:37.136 PM com.apple.appkit.xpc.openAndSavePanelService[573]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    2014-03-31 2:49:37.147 PM com.apple.appkit.xpc.openAndSavePanelService[573]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    2014-03-31 2:49:37.985 PM com.apple.appkit.xpc.openAndSavePanelService[573]: Bogus event received by listener connection:
    <error: 0x7fff727ccb50> { count = 1, contents =
              "XPCErrorDescription" => <string: 0x7fff727cce60> { length = 18, contents = "Connection invalid" }
    2014-03-31 2:49:41.335 PM WindowServer[97]: disable_update_timeout: UI updates were forcibly disabled by application "com.apple.appkit.xpc.openAndSav" for over 1.00 seconds. Server has re-enabled them.
    2014-03-31 2:49:41.720 PM WindowServer[97]: common_reenable_update: UI updates were finally reenabled by application "com.apple.appkit.xpc.openAndSav" after 1.39 seconds (server forcibly re-enabled them after 1.00 seconds)
    2014-03-31 2:49:45.330 PM TextEdit[571]: view service marshal for <NSRemoteView: 0x7fcefbd05390> failed to forget accessibility connection due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from this process.) UserInfo=0x608000264a40 {NSDebugDescription=The connection was invalidated from this process.}
    timestamp: 14:49:45.328 Monday 31 March 2014
    process/thread/queue: TextEdit (571) / 0x10953e000 / com.apple.NSXPCConnection.user.endpoint
    code: line 2972 of /SourceCache/ViewBridge/ViewBridge-46.2/NSRemoteView.m in __57-[NSRemoteView viewServiceMarshalProxy:withErrorHandler:]_block_invoke
    domain: communications-failure
    2014-03-31 2:49:45.332 PM com.apple.appkit.xpc.openAndSavePanelService[573]: remote view marshal proxy failed to forward event to remote due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from the other process or the connection name was invalid.) UserInfo=0x7ff2f9f8a6d0 {NSDebugDescription=The connection was invalidated from the other process or the connection name was invalid.}
    timestamp: 14:49:45.332 Monday 31 March 2014
    process/thread/queue: com.apple.appkit.xpc.openAndSavePanelService (573) / 0x106587000 / com.apple.NSXPCConnection.user.571
    code: line 1006 of /SourceCache/ViewBridge/ViewBridge-46.2/NSViewServiceMarshal.m in __59-[NSViewServiceMarshal remoteViewMarshal:withErrorHandler:]_block_invoke
    domain: communications-failure
    2014-03-31 2:49:45.333 PM com.apple.appkit.xpc.openAndSavePanelService[573]: remote view marshal proxy failed to tell remote whether we have a first responder due to Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from the other process or the connection name was invalid.) UserInfo=0x7ff2f9f8a6d0 {NSDebugDescription=The connection was invalidated from the other process or the connection name was invalid.}
    timestamp: 14:49:45.333 Monday 31 March 2014
    process/thread/queue: com.apple.appkit.xpc.openAndSavePanelService (573) / 0x106587000 / com.apple.NSXPCConnection.user.571
    code: line 1006 of /SourceCache/ViewBridge/ViewBridge-46.2/NSViewServiceMarshal.m in __59-[NSViewServiceMarshal remoteViewMarshal:withErrorHandler:]_block_invoke
    domain: communications-failure
    2014-03-31 2:49:49.480 PM WindowServer[97]: disable_update_timeout: UI updates were forcibly disabled by application "TextEdit" for over 1.00 seconds. Server has re-enabled them.
    2014-03-31 2:49:51.734 PM WindowServer[97]: common_reenable_update: UI updates were finally reenabled by application "TextEdit" after 3.25 seconds (server forcibly re-enabled them after 1.00 seconds)
    2014-03-31 2:50:39.212 PM TextEdit[571]: Couldn't contact spell checker for U.S. English
    2014-03-31 2:50:40.483 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:50:40.484 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:50:40.484 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:50:40.485 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:50:40.485 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:50:42.322 PM revisiond[28]: sqlite3_step failed: 11 database disk image is malformed
    2014-03-31 2:50:42.322 PM revisiond[28]: _CSInsertChunk failed, i:0, count:1
    2014-03-31 2:50:42.322 PM revisiond[28]: _CSStoreChunks failed, batchIndex:0, batchCount:1
    2014-03-31 2:50:42.322 PM revisiond[28]: CSrabin_chunk_stream failed
    2014-03-31 2:50:42.322 PM revisiond[28]: CKCreateStoredFile failed for "/.vol/16777218/2/.DocumentRevisions-V100/PerUID/501/e4/com.apple.documentVersi ons/63490ED2-C8F5-407F-BD97-DFA80FB9D264.rtf"
    2014-03-31 2:51:12.225 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:51:12.226 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:51:12.226 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:51:12.227 PM AppleSpell[310]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    2014-03-31 2:56:26.141 PM com.apple.SecurityServer[14]: Killing auth hosts
    2014-03-31 2:56:26.141 PM com.apple.SecurityServer[14]: Session 100023 destroyed
    2014-03-31 2:56:26.190 PM com.apple.SecurityServer[14]: Session 100024 created
    2014-03-31 2:59:10.569 PM xpcproxy[597]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2014-03-31 2:59:40.542 PM Console[598]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.

  • JTextArea update VERY slow

    I have a dialog that a JTabbedPane with several tabs on it. One of the tabs contains a JTextArea that I have redirected System.out to. The JTextArea is attached to a JScrollPane and then to the JTabbedPane. The class I created to send System.out to the JTextArea does a JTextArea.append() to display the information in the JTextArea. I am NOT trying to scroll the JScrollPane to keep the last message displayed or anything like that.
    The problem is, when I write a large amount of data (30-50 lines, each line <60 characters) to the JTextArea (with System.out.println()) my application becomes unresponsive and it takes a very long time to display. This is only an issue when I have selected the tab in the JTabbedPane that contains my JTextArea. If I select another tab, writing a large amount of data to System.out has no noticeable affect on my application and it displays very quickly.
    Is there a better way to update the JTextArea than to use JTextArea.append()? The append() method seems to invalidate the entire JTextArea for each line or character that is displayed (even when the text is not actually displayed on the screen) and slows things down a lot.

    I can't really say that it is that exciting but, here it is
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class GUIStream extends OutputStream {
         private JTextArea               _area     = new JTextArea();
         private JScrollPane               _pane     = new JScrollPane( _area );
         public GUIStream() {
              _pane.setPreferredSize( new Dimension( 450, 125 ) );
              _area.setEditable( false );
         public JComponent getOutput() {
              return _pane;
         public void write( int b ) {
              String out;
              try {
                   out = Integer.toString( b );
              catch( Exception e ) {
                   return;
              _area.append( out );
              _area.invalidate();
         public void write( byte[] buf ) throws IOException {
              write( buf, 0, buf.length );
         public void write( byte[] buf, int off, int len ) {
              _area.append( new String( buf, off, len ) );
              _area.invalidate();
         public void clear() {
              _area.setText( "" );
    }To redirect System.out, i simply did this:
    System.setOut( new PrintStream( new BufferedOutputStream( new GUIStream() ), false );To add the Component to a dialog, or whatever, use GUIStream.getOutput().

  • After installing Mountain lion, macbook air 2011 very slow

    After installation of Mountain lion my macbook air 2011 got very slow. There has been a firmware upgrade too. Can you help?

    Hi guys! Just installed ML on my early 2009 MBAir (after market upgraded to a 240g SSD, but still just 2g of ram), and I panicked a bit at first when it turned out to be painfully slow and not displaying right (+slow trackpad!).
    Bear in mind that the first thing ML will do is index your files for spotlight, which takes a while and is a bit of a resource hog that will slow everything else down and cause your machine to heat up.
    I let it work all night, but by morning, my CPU usage was STILL at 100% and everything slow...
    Activity monitor showed nothing over 10% CPU usage... First tip was to display ALL processes in Activity monitor, and not just MY processes, to see what exactly was sucking up my CPU!
    Then, and it seems to often be the culprit on MBA's, it turned out that the kernel_task process was using up to 170% of my CPU usage (!). Problem is, that process sort of does a million things, so it can be hard to pinpoint the actual issue.
    One of the things it does though, is work against overheating...
    Given the download+install+indexing, my machine had been working all day and night, and was indeed getting super hot. Turning it off and letting it cool down for a whole fixed it all.
    Kernel_task is back to normal, CPU usage is normal, display and trackpad are back to perfect. And in the end, ML is snappier than SL for me, even with the bare minimum in memory!
    Good luck! <3

  • S6000L Very Slow Charging

    My new S6000L is currently taking its second charge.  It's taking HOURS and it's only at 30%.  The initial charge from out of the box took a few hours, but this is far longer.
    I've tried turning it off during charge and I get the battery-only display, but it makes little difference.
    Version of Android is stock 4.2.2.
    Any ideas?

    Hi Unhuman,
    Welcome to Lenovo Community Forums!
    I’m sorry to hear that your S6000L Tablet is not charging as expected and the process of charging is very slow, I suggest you to backup the data in the tablet and perform reset by selecting the option in Settings>Backup & reset>Factory Data Reset, if the issue persists even after resetting the Table the issue may be hardware related; I suggest you to contact the nearest authorized service center if you face any kind of issue or contact our Technical Support.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.
    Do post us back for further queries.
    Best Regards
    Shiva 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!

Maybe you are looking for

  • I cannot get iTunes Match to sync music to my iPhone.  Please help.

    Since getting a new iPhone 6, my music is all messed up.  I turned on iTunes Match and it tells me that I have 8886 songs now available in iCloud.   But the songs never appear on my iPhone.  I tried turning iTunes Match off and on but the only thing

  • Audigy 4 = Still no digital surround output for games? *si

    C'mon guys. How long is it gonna take for you to add digital surround encoding, so we can plug a single digital cable from the sound card to a home receiver's Dolby Digital/DTS input? Before you reply and say that the current Audigy's already do this

  • How to edit the text in the attachment list in MM02 through Program

    Hi,         I want to update the attachment list for the material. i.e, MM02 - > Services for object - > attachment list - > "I have 2 items". For the the first item, there will be some text is availble. Now my requirement is to update the text. For

  • MRP issue after MRP run

    Hello Everyone, We have a issue in the MRP process. When we run MRP it creates PR for additional quantity then needed not considering the Purhcase Order that exisits already. Below example will explain you in detail. Product A Plant ABC Stock 4 Produ

  • Tags are not transferring over to other computer using same login

    I use two computers to access the same email account on Thunderbird. I have the same tags set up on both. For over a year now I have been able to tag an email on one computer and it will appear tagged on the other computer as well. However, just rece