Intermittant StgCreateDocfile / StgOpenStorageEx failure

I'm posting this on the hops that someone else has run across this.
Our legacy application uses structured storage.  It's been working well for the last 15 years... (Damn I'm old!)
In that few days we've received reports from customers that they are receiving an error when opening data. The failure occurs when StgOpenStorageEx is called.  it returns HRESULT 0x80004002, with error message "Class does not support automation
or does not support expected interface."
Interestingly enough if I try the StgOpenStorageEx call with IID_IPropertySetStorage instead of IID_IStorage it returns an interface.  
As noted the same code has been running properly for 15 years.  Now we've got several reports of these failures.  All appear to have happened on Windows 7 Pro, 64 bit, with up to date with Windows Update fixes/patches/updates.
I'd sure appreciate notification if any one else has run across this.  It is intermittent.
Thanks for any help.
Here is the code to open the file:
STDMETHODIMP Session::LoadFile(BSTR file)
HRESULT hr;
String f(file);
CComPtr<IStorage> store;
// go and make the file this is to be...
hr = StgOpenStorageEx(f,
 STGM_DIRECT | STGM_READ | STGM_SHARE_DENY_WRITE, 
 STGFMT_ANY, 0, NULL, NULL, 
 IID_IStorage, (void **) &store);
if (hr == S_OK)
try
CComPtr<IStream> stream;
// got a file to write to....
hr = store->OpenStream(OLESTR("Session"), 0, STGM_DIRECT | STGM_READ | STGM_SHARE_EXCLUSIVE, 0, &stream);
if (hr == S_OK)
hr = Load(stream);
// and release the stream
stream.Release();
if (hr == S_OK) mPath = file;
catch(...)
hr = E_FAIL;
// and be done
store.Release();
else
return hr;
To save the file...
STDMETHODIMP Session::SaveFile(BSTR file)
HRESULT hr;
String f(file);
CComPtr<IStorage> store;
// go and make the file this is to be...
    hr = StgCreateDocfile(f,
 STGM_CREATE | STGM_DIRECT | STGM_READWRITE | STGM_SHARE_EXCLUSIVE,
 0,
 &store);
if (hr == S_OK)
try
CComPtr<IStream> stream;
// got a file to write to....
hr = store->CreateStream(OLESTR("Session"),
STGM_CREATE | STGM_WRITE | STGM_DIRECT | STGM_SHARE_EXCLUSIVE,
0, 0, &stream);
if (hr == S_OK)
hr = Save(stream, TRUE);
if (hr == S_OK) mPath = file;
// and release the stream
stream.Release();
catch(...)
hr = E_FAIL;
// and be done
store.Release();
return hr;

If the issue is intermittent and it works when the operation is retried programmatically several times, then consider it a workaround.
Maybe the problem is caused by some antivirus or non good programs and it has sense to investigate some  more configuration patterns of client machines.

Similar Messages

  • Intermittent StgCreateDocfile / StgOpenStorageEx failure

    I'm posting this on the hops that someone else has run across this.
    I;m trying to get out ahead of this as we've never seen this issue before and with in the last two days we've received a number of failure reports from customers
    detailing this problem.
    Our legacy application uses structured storage.  It's been working well for the last 15 years... (Damn I'm old!)
    In that few days we've received reports from customers that they are receiving an error when opening data. The failure occurs when StgOpenStorageEx is called.  it returns HRESULT 0x80004002, with error message "Class does not support automation
    or does not support expected interface."
    Interestingly enough if I try the StgOpenStorageEx call with IID_IPropertySetStorage instead of IID_IStorage it returns an interface.  
    As noted the same code has been running properly for 15 years.  Now we've got several reports of these failures.  All appear to have happened on Windows 7 Pro, 64 bit, with up to date with Windows Update fixes/patches/updates.
    I'd sure appreciate notification if any one else has run across this.  It is intermittent.
    Thanks for any help.
    Here is the code to open the file:
    STDMETHODIMP Session::LoadFile(BSTR file)
    HRESULT hr;
    String f(file);
    CComPtr<IStorage> store;
    // go and make the file this is to be...
    hr = StgOpenStorageEx(f,
     STGM_DIRECT | STGM_READ | STGM_SHARE_DENY_WRITE, 
     STGFMT_ANY, 0, NULL, NULL, 
     IID_IStorage, (void **) &store);
    if (hr == S_OK)
    try
    CComPtr<IStream> stream;
    // got a file to write to....
    hr = store->OpenStream(OLESTR("Session"), 0, STGM_DIRECT | STGM_READ | STGM_SHARE_EXCLUSIVE, 0, &stream);
    if (hr == S_OK)
    hr = Load(stream);
    // and release the stream
    stream.Release();
    if (hr == S_OK) mPath = file;
    catch(...)
    hr = E_FAIL;
    // and be done
    store.Release();
    else
    return hr;
    To save the file...
    STDMETHODIMP Session::SaveFile(BSTR file)
    HRESULT hr;
    String f(file);
    CComPtr<IStorage> store;
    // go and make the file this is to be...
        hr = StgCreateDocfile(f,
     STGM_CREATE | STGM_DIRECT | STGM_READWRITE | STGM_SHARE_EXCLUSIVE,
     0,
     &store);
    if (hr == S_OK)
    try
    CComPtr<IStream> stream;
    // got a file to write to....
    hr = store->CreateStream(OLESTR("Session"),
    STGM_CREATE | STGM_WRITE | STGM_DIRECT | STGM_SHARE_EXCLUSIVE,
    0, 0, &stream);
    if (hr == S_OK)
    hr = Save(stream, TRUE);
    if (hr == S_OK) mPath = file;
    // and release the stream
    stream.Release();
    catch(...)
    hr = E_FAIL;
    // and be done
    store.Release();
    return hr;
    Cross posted at https://social.msdn.microsoft.com/Forums/en-US/cf61210b-a612-4737-962f-7603c9244cc5/intermittant-stgcreatedocfile-stgopenstorageex-failure?forum=windowssdk

    Hello WyomingDoug,
    For this issue, I am trying to invoke someone experienced to help look into this thread, this may take some time and as soon as we get any result, we will post back.
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Intermittent Home Button Failure on iPad 1

    I bought one of the early iPad “1” 64GB iPads in June 2010 in the Apple store, Belfast.  Used for leisure at home and always within a good case it has provided great service since then; that is until loading the pre-iOS 5 download.
    It may have been just a coincidence (a point confirmed at the Belfast Apple Genius Bar yesterday) but ever since then my iPad has contracted an intermittent Home Button failure. 
    Yesterday, after around 6 weeks of hoping that subsequent iOS upgrades would have corrected the fault I finally took the ailing iPad to the Belfast Apple Genius Bar for a hopefully simple resolution.  Unfortunately there was none.  The two options provided were:
    1.    Live with it and use the accessibility options which has a floating software-based home button overlaid on the screen; or   
    2.    Pay over £220 for a replacement iPad. – Ouch
    That really stung, particularly given the light use the iPad has received compared to the pounding the home buttons on the couple of iPhones I’ve used over the past 3.5 years without failure.
    Three questions really:
    1.    Has anyone else had a similar Home Button failure on an early iPad 1
    2.    Does anyone have any better solution than forking out for a replacement
    3.    Could Apple not give their ailing iPads a new lease of life and develop a plug-in home button to fit into the connection socket underneath and clip over the ailing Home Button as an optional override which could also double as an accessibility accessory?

    IT WORKED!! :)
    After growing increasingly frustrated with the lack of responsiveness while both multitasking or simply closing an app, I tried this this little trick rather than taking more extreme measures.
    I'm very happy to report that it seems to have worked like a charm!!
    The home button works as well as it did when my phone was brand new over a year ago!
    THANK YOU Henk B.!!

  • Intermittent AD Authentication failures in ISE 1.2

              Starting today I was getting intermittent authentication failures in ISE. It would say that the user was not found in the selected identity store. The account is there though. At one point I ran a authetication test from the external identity source menu and I got a failure and then the next time a pass. I have no idea why this is happening. I just updated to ISE 1.2 the other day. I'm also seeing what looks like a high level of latency on both of my PSN's. Is this normal?  Any ideas?
    Thanks
    Jef

    Interesting. I have one location that is not having this problem at all. The other is having it somewhat frequently. The PSN's for each location are tied to the local AD servers. I have not had this until we started getting 300-380 PC's connecting. We are a school so we are slowly getting started. It's real random. One user will work then another time they won't. Happens with admin and user. I have notices that with this new version of ISE it is complaining that it is getting accounting updates from the NAS too often, but I have not looked into this because I just installed 1.2 about 3-4 days ago and haven't had time to look into it.
    When you say Multicast to you AD...how did you check that? We do use multicast.

  • Intermittent mail sending failure - net_io_connectionclosed

    I am using:
    SQL Server 2012 (Service Pack 2 - Business Intelligence Edition)  11.0.5058
    .Net Version 4.5.1 (378675)
    Windows Server 2012 R2 Standard
    Exchange Server 2010 R2 (Hosted on a seperate server)
    I am getting the following error in the Reporting Services log intermittently for reports:
    emailextension!WindowsService_15!7cc0!10/16/2014-06:05:33:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
       at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine)
       at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine)
       at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller)
       at System.Net.Mail.CheckCommand.Send(SmtpConnection conn, String& response)
       at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
       at System.Net.Mail.SmtpClient.Send(MailMessage message)
       --- End of inner exception stack trace ---
       at System.Net.Mail.SmtpClient.Send(MailMessage message)
       at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
    notification!WindowsService_15!7cc0!10/16/2014-06:05:33:: i INFO: Notification d4b91fc4-0cc5-464a-a927-af8c24e4fcc8 completed.  Success: True, Status: Failure sending mail: Failure sending mail., DeliveryExtension: Report Server Email, Report: Missed NDD
    Despatch, Attempt 0
    They try to send the mail via an exchange server that is hosted on a separate server, the report server email is set up as:
    <Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider">
                    <MaxRetries>3</MaxRetries>
                    <SecondsBeforeRetry>900</SecondsBeforeRetry>
                    <Configuration>
                        <RSEmailDPConfiguration>
                            <SMTPServer>****.****.****</SMTPServer>
                            <SMTPServerPort>
                            </SMTPServerPort>
                            <SMTPAccountName>
                            </SMTPAccountName>
                            <SMTPConnectionTimeout>
                            </SMTPConnectionTimeout>
                            <SMTPServerPickupDirectory>
                            </SMTPServerPickupDirectory>
                            <SMTPUseSSL>
                            </SMTPUseSSL>
                            <SendUsing>2</SendUsing>
                            <SMTPAuthenticate>
                            </SMTPAuthenticate>
                            <From>****.****@****.****</From>
                            <EmbeddedRenderFormats>
                                <RenderingExtension>MHTML</RenderingExtension>
                            </EmbeddedRenderFormats>
                            <PrivilegedUserRenderFormats>
                            </PrivilegedUserRenderFormats>
                            <ExcludedRenderFormats>
                                <RenderingExtension>HTMLOWC</RenderingExtension>
                                <RenderingExtension>NULL</RenderingExtension>
                                <RenderingExtension>RGDI</RenderingExtension>
                            </ExcludedRenderFormats>
                            <SendEmailToUserAlias>True</SendEmailToUserAlias>
                            <DefaultHostName>
                            </DefaultHostName>
                            <PermittedHosts>
                            </PermittedHosts>
                        </RSEmailDPConfiguration>
                    </Configuration>
                </Extension>
    I have starred out some details for anonymity. I have other servers with a matching configuration file as above (although on a 2008 version of SSRS) that never have this problem.
    The issue is intermittent and doesn't affect one specific report and on some occasions the retries work however quite often they don't work at all. I have had the network guys here monitor the port to see if the mail is even leaving the server and apparently
    the failed attempts do not register any data in wire shark. I don't believe this to be a size issue with the reports as they aren't supposed to deviate much.
    Any help would be much appreciated.
    Dave T

    Hi behavedave,
    According to your description, you have data-driven subscription failure randomly. Right?
    In this scenario, there's nothing wrong on your subscription configuration. Since the issue happens randomly, we can hardly to figure out reason directly. Here are two articles about subscription monitoring and troubleshooting. Please refer to links below:
    Monitoring and Troubleshooting Subscriptions
    Troubleshooting Subscriptions: Part II, Using the Reporting Services Trace Log File
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou 

  • Intermittent USB automount failure with GNOME 3

    Hi all,
         I'm running an up-to-date Arch64 system with a USB 3.0-capable motherboard (via xhci-hcd driver). This is a desktop system that is either in use or in sleep mode most of the time (I don't reboot often). Most of the time, auto-mounting of USB sticks or my camera works perfectly. Plug the device in, it shows up in Nautilus.
    However, over the past 4-5 months I've experienced intermittent failures of auto-mount, always after the computer has been through several suspend/resume cycles. When I plug a USB storage device in, I can see it with lsusb, but it doesn't auto-mount. The only way to restore automount functionality is to reboot (restarting GNOME shell, the X server, or logging out don't do it). I've searched the forums, double checked my package installations, udev rules, etc., but can't find any problem. I finally caught some info in the logs tonight; can someone please help me understand what's going on?
    This was the first time auto-mount failed after working fine a few minutes before (prior to suspend/resume). Immediately after plugging the device I got this:
    Apr 26 22:20:45 localhost kernel: [ 2038.156072] usb 4-2: new high-speed USB device number 5 using ehci_hcd
    Apr 26 22:20:51 localhost kernel: [ 2043.336116] usb 4-2: unable to read config index 0 descriptor/start: -110
    Apr 26 22:20:51 localhost kernel: [ 2043.336122] usb 4-2: chopping to 0 config(s)
    Apr 26 22:21:01 localhost mtp-probe: checking bus 4, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-2"
    Apr 26 22:21:01 localhost mtp-probe: bus: 4, device: 5 was not an MTP device
    Apr 26 22:21:01 localhost kernel: [ 2053.349929] usb 4-2: string descriptor 0 read error: -110
    Apr 26 22:21:01 localhost kernel: [ 2053.350079] usb 4-2: no configuration chosen from 0 choices
    Apr 26 22:21:32 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    A few minutes later, I unplugged the device and plugged it into a different USB hub, and automount worked!  It looks like this time a scsi  driver was invoked somehow....what's going on?
    Apr 26 22:24:08 localhost kernel: [ 2239.954372] usb 4-2: USB disconnect, device number 5
    Apr 26 22:24:11 localhost kernel: [ 2243.725259] usb 1-4.4: new high-speed USB device number 7 using ehci_hcd
    Apr 26 22:24:12 localhost mtp-probe: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4.4"
    Apr 26 22:24:12 localhost mtp-probe: bus: 1, device: 7 was not an MTP device
    Apr 26 22:24:12 localhost kernel: [ 2243.868321] scsi10 : usb-storage 1-4.4:1.0
    Apr 26 22:24:13 localhost kernel: [ 2244.872117] scsi 10:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Apr 26 22:24:13 localhost kernel: [ 2244.873597] sd 10:0:0:0: [sdc] 16547840 512-byte logical blocks: (8.47 GB/7.89 GiB)
    Apr 26 22:24:13 localhost kernel: [ 2244.874156] sd 10:0:0:0: [sdc] Write Protect is off
    Apr 26 22:24:13 localhost kernel: [ 2244.874158] sd 10:0:0:0: [sdc] Mode Sense: 03 00 00 00
    Apr 26 22:24:13 localhost kernel: [ 2244.874713] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2244.874719] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2244.877956] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2244.877962] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2245.077743] sdc:
    Apr 26 22:24:13 localhost kernel: [ 2245.080294] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2245.080299] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2245.080304] sd 10:0:0:0: [sdc] Attached SCSI removable disk
    Apr 26 22:24:13 localhost udisksd[1189]: Mounted /dev/sdc at /run/media/ryan/AC78-A3D1 on behalf of uid 1000
    Apr 26 22:24:19 localhost kernel: [ 2251.412395] usb 4-1: USB disconnect, device number 4
    Apr 26 22:24:25 localhost kernel: [ 2257.086102] usb 1-4.4: USB disconnect, device number 7
    Apr 26 22:24:25 localhost udisksd[1189]: Cleaning up mount point /run/media/ryan/AC78-A3D1 (device 8:32 no longer exist)
    Apr 26 22:24:28 localhost kernel: [ 2260.191445] usb 4-2: new high-speed USB device number 6 using ehci_hcd
    Apr 26 22:24:33 localhost kernel: [ 2265.371566] usb 4-2: unable to read config index 0 descriptor/start: -110
    Apr 26 22:24:33 localhost kernel: [ 2265.371571] usb 4-2: chopping to 0 config(s)
    Apr 26 22:24:38 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Apr 26 22:24:43 localhost kernel: [ 2275.385332] usb 4-2: string descriptor 0 read error: -110
    Apr 26 22:24:43 localhost kernel: [ 2275.385632] usb 4-2: no configuration chosen from 0 choices
    Apr 26 22:24:43 localhost kernel: [ 2275.385686] usb 4-2: USB disconnect, device number 6
    Apr 26 22:25:09 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Last edited by rsking84 (2012-04-27 02:38:43)

    I am getting this problem as well. lsusb command does not show my device as being plugged into the computer. The only way to get anything off of any USB storage device is to reboot the system. Very annoying. Again, after suspend/resume is when this problem turns up.
    What can I contribute to help solve this issue?

  • How do I investigate and solve Pages, Notes, Mail intermittent 'offline' and failure to synchronise problems with Mountain Lion after waking from Sleep

    When I wake up my iMac after sleep, i get a variety of intermittent - but mostly FREQUENT and FRUSTRATING problems including:
    Notes app is offline - as stated by a message in the window bar. If I close Notes and reopen, the app appears to be online. However, Notes does NOT update with items I know are on my iPad or in the web iCloud. Furthermore, if I create a new note on my iMac, the new Note does not upload to iCloud. This is IRRITATING!
    Pages and Numbers - similar situation. I can edit a Pages or Numbers document on my iMac (stored on the iCloud). But then the Pages doc doesn't ALWAYS get uploaded to the iCloud. Then I end up with conflicted versions of the file in the cloud, my iPad, and the two iMacs I use. Then I get CONFUSED and FRUSTRATED. For example, consider these steps:
    Open Pages on my iMac, edit an iCloud file, then save and close file
    Pages/File/Open/iCloud - I note in the iCloud file list the edited file has a little 'cloud' icon against its name. From experience this warns me of TROUBLE - namely that the file has NOT yet been uploaded to the iCloud. However, I just checked the new Beta iCloud on the web, and to my surprise, the file edited on my iMac is apparently in the icloud. But now, I edit the iCloud version, and the changes DO NOT appear on my iMac pages version. OK I realise its in Beta version...
    So now, I open my iPad, open Pages. I note the iCloud version of my edited document updates to my iPad, as indicated by a blue download line. 'It just works' as Steve Jobs claimed at Apple Developers Conference a couple of years back. Again, the edited version form my iPad is now 'up in the cloud' correctly....
    Oh - and now mysteriously the Pages version on my Imac has become synchronised with my iPad/iCloud version! Luck ... but that's about all I can say. It doesn't always happen. I'm LUCKY today.
    Meanwhile, the Note I created on my iMac (Item 1 above) has still not yet appeared on my iPad or iCloud... even though I HOPE it would be given that Pages on my iMac, iPad and iCloud are chatting nicely now! The Note says it's in my iCloud - but  NOT. Similarly, notes updated or added on my iPad, which appear in iCloud, are NOT on my iMac.
    Mail - last but NOT LEAST! and MOST INFURIATING!!! My Gmail, Vodafone NZ and Orcon accounts (in Mail) are all active and receiving after the night's sleep. However, my iCloud mail account has the dreaded offline.
    The message on Mail is "There may be a problem with the mail server or network. Verify the settings for account “ICloud - [email protected]” or try again. The server returned the error: The server “p03-imap.mail.me.com” cannot be contacted on port 993." Despite the message, mail was received this morning at 8:59 am ... some time before I woke-up my computer (a late start this morning).
    If I sent an email FROM my .me iCloud account TO my Vodafone account, the message whooshes away, it's in my SENT box. But it doesn't get delivered to my Vodafone account on my iMac Mail, or anywhere else, Despite the message being listed in my 'Sent' mailbox!!!
    In contrast, a message sent from my Gmail account to my Vodafone account (in Mail) gets sent and received almost instantly on  my iMac and iPad.
    All of the above mishaps are extremely frustrating, as I rush off from working on my iMac at home, get to my iMac at work and find documents I have been updating on my home iMac not available correctly on my work iMac ... or even my iPad. I expect these things from Apple to 'just work'. Furthermore, emails I THINK I have sent (as indicated by them appearing in the Sent folder on my home iMac) ... have not actually been despatched.
    Frankly, I can no longer rely or recommend the Apple iCloud stuff, so I am converting more and more to relying on DropBox and Google.
    These problems only became apparent since I updated to one of the Mountain Lion versions... I can't say when.
    Oh - if I shutdown and restart the computer my Mail works OK. Guess what, I don't want to do that each time I want to use Mail!
    Technicals:
    My iMac is connected by Ethernet cable to my Apple TimeCapsule. The TimeCapsule is connected by Ethernet cable to my Orcon Genius Modem.
    Obviously, my internet connection is A-OK, as I am able to use Firefox to make this posting!
    Mountain Lion 10.8.4
    iMac 27 inch, mid 2010, Intel Core i5 16 Gb

    I've returned to my sleeping iMac after a few days away. Tis time, ALL MAIL accoiunts are offline. I will follow you next set of instructions. In the meantime, here is the DETAIL from MAIL CONNECTION DOCTOR:
    LevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    19.10827 STATUS [Gmail]/Trash (UIDNEXT UNSEEN HIGHESTMODSEQ)
    WROTE Sep 30 08:35:11.179 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    20.10827 STATUS INBOX (UIDNEXT UNSEEN HIGHESTMODSEQ)
    WROTE Sep 30 08:35:11.202 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    21.10827 STATUS "Sent Messages" (UIDNEXT UNSEEN HIGHESTMODSEQ)
    WROTE Sep 30 08:35:11.226 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    22.10827 STATUS "Deleted Messages" (UIDNEXT UNSEEN HIGHESTMODSEQ)
    READ Sep 30 08:35:11.254 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    * STATUS "[Gmail]/All Mail" (HIGHESTMODSEQ 561701 UIDNEXT 1666 UNSEEN 105)
    13.10827 OK Success
    READ Sep 30 08:35:11.494 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    * STATUS "[Gmail]/Drafts" (HIGHESTMODSEQ 561701 UIDNEXT 1 UNSEEN 0)
    14.10827 OK Success
    READ Sep 30 08:35:11.514 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc31616b9d0
    * STATUS "[Gmail]/Important" (HIGHESTMODSEQ 561701 UIDNEXT 731 UNSEEN 8)
    15.10827 OK Success
    * STATUS "[Gmail]/Sent Mail" (HIGHESTMODSEQ 561701 UIDNEXT 532 UNSEEN 2)
    16.10827 OK Success
    * STATUS "[Gmail]/Spam" (HIGHESTMODSEQ 561701 UIDNEXT 16 UNSEEN 2)
    17.10827 OK Success
    * STATUS "[Gmail]/Starred" (HIGHESTMODSEQ 561701 UIDNEXT 19 UNSEEN 0)
    18.10827 OK Success
    * STATUS "[Gmail]/Trash" (HIGHESTMODSEQ 561701 UIDNEXT 546 UNSEEN 0)
    19.10827 OK Success
    * STATUS "INBOX" (HIGHESTMODSEQ 561701 UIDNEXT 603 UNSEEN 64)
    20.10827 OK Success
    * STATUS "Sent Messages" (HIGHESTMODSEQ 561701 UIDNEXT 138 UNSEEN 0)
    21.10827 OK Success
    * STATUS "Deleted Messages" (HIGHESTMODSEQ 561701 UIDNEXT 89 UNSEEN 0)
    22.10827 OK Success
    WROTE Sep 30 08:35:11.537 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc3186cf640
    23.10827 IDLE
    READ Sep 30 08:35:11.927 [kCFStreamSocketSecurityLevelTLSv1SSLv3]  -- host:imap.gmail.com -- port:993 -- socket:0x7fc3182ee310 -- thread:0x7fc3186cf640
    + idling
    READ Sep 30 08:35:15.472 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.mail.me.com -- port:587 -- socket:0x7fc31855c470 -- thread:0x7fc31858ada0
    220 st11p00mm-asmtp002.mac.com -- Server ESMTP (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013))
    WROTE Sep 30 08:35:24.784 [kCFStreamSocketSecurityLevelNone]  -- host:mail.orcon.net.nz -- port:25 -- socket:0x7fc3161a1b00 -- thread:0x7fc315d05050
    EHLO [10.1.1.4]
    WROTE Sep 30 08:35:24.822 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x7fc316e72a70 -- thread:0x7fc31850bec0
    EHLO [10.1.1.4]
    WROTE Sep 30 08:35:34.080 [kCFStreamSocketSecurityLevelNone]  -- host:smtp.mail.me.com -- port:587 -- socket:0x7fc31855c470 -- thread:0x7fc31858ada0
    EHLO [10.1.1.4]
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc316fc30e0
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc31a6fa8a0
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc316197890
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc316e813d0
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0350
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc3185c0410
    INITIATING CONNECTION Sep 30 08:35:47.175  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc315ded870
    INITIATING CONNECTION Sep 30 08:35:47.193  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316e729b0
    INITIATING CONNECTION Sep 30 08:35:47.198  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3167d2380
    INITIATING CONNECTION Sep 30 08:35:47.377  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3167d2380
    INITIATING CONNECTION Sep 30 08:36:40.352  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.352  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc312c8dbc0
    INITIATING CONNECTION Sep 30 08:36:40.353  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc31617f290
    INITIATING CONNECTION Sep 30 08:36:40.353  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc316e729b0
    INITIATING CONNECTION Sep 30 08:36:40.353  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc31615a390
    INITIATING CONNECTION Sep 30 08:36:40.353  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316e3bbc0
    INITIATING CONNECTION Sep 30 08:36:40.353  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc316e0cfa0
    INITIATING CONNECTION Sep 30 08:36:40.368  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31829f120
    INITIATING CONNECTION Sep 30 08:36:40.403  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc312c8dbc0
    INITIATING CONNECTION Sep 30 08:36:40.412  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.565  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc312c8dbc0
    INITIATING CONNECTION Sep 30 08:36:40.595  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.633  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.687  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.708  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:36:40.729  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc318203720
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc3183339e0
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3186f07e0
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc315a9b630
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc3163e7dd0
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3172f6e70
    INITIATING CONNECTION Sep 30 08:37:33.322  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc31616b9d0
    INITIATING CONNECTION Sep 30 08:37:33.323  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.336  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316e03950
    INITIATING CONNECTION Sep 30 08:37:33.462  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.463  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3163e7dd0
    INITIATING CONNECTION Sep 30 08:37:33.509  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.528  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3163e7dd0
    INITIATING CONNECTION Sep 30 08:37:33.557  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.598  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.624  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:37:33.646  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315d14150
    INITIATING CONNECTION Sep 30 08:38:26.315  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc31686fa30
    INITIATING CONNECTION Sep 30 08:38:26.316  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316fcc7d0
    INITIATING CONNECTION Sep 30 08:38:26.316  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3170d8a90
    INITIATING CONNECTION Sep 30 08:38:26.317  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc318521490
    INITIATING CONNECTION Sep 30 08:38:26.317  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc316e81b30
    INITIATING CONNECTION Sep 30 08:38:26.317  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc316fdf410
    INITIATING CONNECTION Sep 30 08:38:26.318  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc315d3a890
    INITIATING CONNECTION Sep 30 08:38:26.320  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316774270
    INITIATING CONNECTION Sep 30 08:38:26.350  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316728a90
    INITIATING CONNECTION Sep 30 08:38:26.350  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:38:26.495  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316774270
    INITIATING CONNECTION Sep 30 08:38:26.538  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:38:26.591  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:38:26.619  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:38:26.642  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:38:26.666  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316fdaa30
    INITIATING CONNECTION Sep 30 08:39:19.257  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc31662a980
    INITIATING CONNECTION Sep 30 08:39:19.258  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc3182e6150
    INITIATING CONNECTION Sep 30 08:39:19.258  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc31605c330
    INITIATING CONNECTION Sep 30 08:39:19.258  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc3184b79c0
    INITIATING CONNECTION Sep 30 08:39:19.258  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc31658f5b0
    INITIATING CONNECTION Sep 30 08:39:19.259  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc316e03950
    INITIATING CONNECTION Sep 30 08:39:19.259  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3160d8c80
    INITIATING CONNECTION Sep 30 08:39:19.265  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc31662b000
    INITIATING CONNECTION Sep 30 08:39:19.287  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316073530
    INITIATING CONNECTION Sep 30 08:39:19.287  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:39:19.420  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc31662b000
    INITIATING CONNECTION Sep 30 08:39:19.457  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:39:19.505  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:39:19.531  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:39:19.552  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:39:19.573  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316c23cd0
    INITIATING CONNECTION Sep 30 08:40:11.346  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3161c6e50
    INITIATING CONNECTION Sep 30 08:40:11.347  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc316becee0
    INITIATING CONNECTION Sep 30 08:40:11.348  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc31679c620
    INITIATING CONNECTION Sep 30 08:40:11.349  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc3144ad030
    INITIATING CONNECTION Sep 30 08:40:11.349  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.349  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc3158e5b50
    INITIATING CONNECTION Sep 30 08:40:11.349  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc316728a90
    INITIATING CONNECTION Sep 30 08:40:11.363  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315c576d0
    INITIATING CONNECTION Sep 30 08:40:11.518  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.518  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3168cf630
    INITIATING CONNECTION Sep 30 08:40:11.548  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.568  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3168cf630
    INITIATING CONNECTION Sep 30 08:40:11.597  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.638  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.660  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:40:11.683  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b8d0250
    INITIATING CONNECTION Sep 30 08:41:06.173  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc318297540
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc314144080
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc315d435e0
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc3167306a0
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc31680f3e0
    INITIATING CONNECTION Sep 30 08:41:06.175  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc3170d8a90
    INITIATING CONNECTION Sep 30 08:41:06.197  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31671e630
    INITIATING CONNECTION Sep 30 08:41:06.223  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.223  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc318569a40
    INITIATING CONNECTION Sep 30 08:41:06.376  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.396  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc318569a40
    INITIATING CONNECTION Sep 30 08:41:06.431  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.475  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.503  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:06.527  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31b9c7b90
    INITIATING CONNECTION Sep 30 08:41:59.159  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.160  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316e16c90
    INITIATING CONNECTION Sep 30 08:41:59.160  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3161e71f0
    INITIATING CONNECTION Sep 30 08:41:59.161  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc315f45120
    INITIATING CONNECTION Sep 30 08:41:59.161  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc3170d94c0
    INITIATING CONNECTION Sep 30 08:41:59.161  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc3174bc990
    INITIATING CONNECTION Sep 30 08:41:59.161  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc31820b7d0
    INITIATING CONNECTION Sep 30 08:41:59.174  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3162884e0
    INITIATING CONNECTION Sep 30 08:41:59.189  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316c2b240
    INITIATING CONNECTION Sep 30 08:41:59.189  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.344  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316c2b240
    INITIATING CONNECTION Sep 30 08:41:59.363  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.409  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.430  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.450  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:41:59.471  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3160bc120
    INITIATING CONNECTION Sep 30 08:42:51.209  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc31a613830
    INITIATING CONNECTION Sep 30 08:42:51.210  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3168ae8d0
    INITIATING CONNECTION Sep 30 08:42:51.210  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc3161d6110
    INITIATING CONNECTION Sep 30 08:42:51.211  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc315de6190
    INITIATING CONNECTION Sep 30 08:42:51.211  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc316482400
    INITIATING CONNECTION Sep 30 08:42:51.211  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.211  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc31829f120
    INITIATING CONNECTION Sep 30 08:42:51.224  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3159e76e0
    INITIATING CONNECTION Sep 30 08:42:51.372  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316c2b240
    INITIATING CONNECTION Sep 30 08:42:51.372  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.402  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316c2b240
    INITIATING CONNECTION Sep 30 08:42:51.421  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.466  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.492  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.514  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 08:42:51.536  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3167069e0
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:smtp.mail.me.com -- port:587 -- socket:0x0 -- thread:0x7fc315d40d90
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc315ad1930
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:mail.orcon.net.nz -- port:25 -- socket:0x0 -- thread:0x7fc316c27e30
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc315adf230
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:smtp.vodafone.co.nz -- port:25 -- socket:0x0 -- thread:0x7fc315d49010
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3159a1ea0
    INITIATING CONNECTION Sep 30 09:43:23.246  -- host:smtp.gmail.com -- port:587 -- socket:0x0 -- thread:0x7fc318691eb0
    INITIATING CONNECTION Sep 30 09:43:23.250  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc315f45120
    INITIATING CONNECTION Sep 30 09:43:23.311  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316e1b2d0
    INITIATING CONNECTION Sep 30 09:43:23.311  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 09:43:23.427  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc315f45120
    INITIATING CONNECTION Sep 30 09:43:23.471  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 09:43:23.524  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 09:43:23.547  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 09:43:23.574  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 09:43:23.598  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31869d090
    INITIATING CONNECTION Sep 30 10:06:17.592  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3159227c0
    INITIATING CONNECTION Sep 30 10:06:17.596  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3174e7bd0
    INITIATING CONNECTION Sep 30 10:06:17.598  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc315e08640
    INITIATING CONNECTION Sep 30 10:06:18.674  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:06:19.483  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc318462600
    INITIATING CONNECTION Sep 30 10:06:19.539  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3162d4270
    INITIATING CONNECTION Sep 30 10:06:19.564  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3159227c0
    INITIATING CONNECTION Sep 30 10:06:19.582  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:06:19.653  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:06:19.674  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:06:19.725  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:06:19.747  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc316a42ed0
    INITIATING CONNECTION Sep 30 10:07:19.496  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316491d10
    INITIATING CONNECTION Sep 30 10:07:19.523  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc3144bad30
    INITIATING CONNECTION Sep 30 10:07:19.531  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:07:19.534  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3172b7640
    INITIATING CONNECTION Sep 30 10:07:19.550  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc315cbb960
    INITIATING CONNECTION Sep 30 10:07:19.626  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc315842910
    INITIATING CONNECTION Sep 30 10:07:19.665  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc316491d10
    INITIATING CONNECTION Sep 30 10:07:19.715  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:07:19.805  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:07:19.854  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:07:19.892  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:07:19.915  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31613c6b0
    INITIATING CONNECTION Sep 30 10:08:19.527  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3162aa260
    INITIATING CONNECTION Sep 30 10:08:19.553  -- host:mail.orcon.net.nz -- port:995 -- socket:0x0 -- thread:0x7fc3162e8510
    INITIATING CONNECTION Sep 30 10:08:19.555  -- host:pop.vodafone.co.nz -- port:110 -- socket:0x0 -- thread:0x7fc315ac9950
    INITIATING CONNECTION Sep 30 10:08:19.564  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0
    INITIATING CONNECTION Sep 30 10:08:19.582  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3146b1020
    INITIATING CONNECTION Sep 30 10:08:19.685  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc3163d82c0
    INITIATING CONNECTION Sep 30 10:08:19.705  -- host:imap.gmail.com -- port:993 -- socket:0x0 -- thread:0x7fc3162aa260
    INITIATING CONNECTION Sep 30 10:08:19.756  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0
    INITIATING CONNECTION Sep 30 10:08:19.800  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0
    INITIATING CONNECTION Sep 30 10:08:19.852  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0
    INITIATING CONNECTION Sep 30 10:08:19.876  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0
    INITIATING CONNECTION Sep 30 10:08:19.898  -- host:p03-imap.mail.me.com -- port:993 -- socket:0x0 -- thread:0x7fc31643e6f0

  • What accounts for *intermittent* Error -8 failures?

    I've been following this group carefully, and configured my router and MacBookPro so that video iChat works successfully on my home wireless network.
    SOMETIMES.
    This is too weird, and I'm on the verge of giving up. First, I get it working fine. Then another day, the other party can start a video chat with me, but I can't initiate a chat with them. The next day it works OK again. Then the following day it stops working altogether (the infamous Error -8, suggesting port issues). Huh?
    The same laptop runs video iChat flawlessly on my office (university) network. So clearly this has something to do with my home network (Austin TX TimeWarner Roadrunner, Buffalo wireless "g" router). I get that.
    But all the ports and speeds and Quicktime settings are correct (thank you Ralph). Like I said: I have gotten it to work with this particular port/speed set up. And needless to say, I don't change anything in between.
    At this point I'm not even all that interested in wasting more time trying to fix this. My question is a more general one: What on earth can account for this behavior? It would seem to me that once I've got it set up properly, and it works, it ought to continue working. Are my ports magically closing and opening themselves while I sleep? What????
    Thanks, Mark

    Ahhh,
    Road Runner.
    They and Comcast seem to exercise some form of Data packet management that iChat does not like.
    Both claim they don't do anything.
    Try setting iChat > Preferences > Video section > Bandwidth Limit Drop down to 500
    (Change ISPs ?)
    10:18 PM Wednesday; October 17, 2007

  • Intermittent outgoing signal failure with Bluetooth

    Now and then, randomly, the person I'm calling using Bluetooth can't hear me, though I can hear him/her. This occurs using both a Motorola headset and my Ford Sync system, so the problem seems to be with the phone's Bluetooth. It isn't predictable; it may work fine for one call, then exhibit the problem with the very next - same call conditions, nothing changed, phone in the same place. The phone in question is an iPhone 5, with the latest software installed. The problem also happened with the iPhone 4 I had previous to this one, with about the same degree of randomness, so it probably isn't associated with anyting unique to the 5. Anyone else seeing this, or have a solution?

    Alright, just got to know from the user communities that this is a common problem across many users and for some, this got rectified by getting the phone replaced.

  • Intermittent home button failure on i4

    During the past couple weeks, I sometimes have to press the home button several times for it to work... this happens when the phone is asleep and when it is awake, when apps are running and when no app is running. And sometimes, the home button works just fine on the first push. The problem seems to be getting worse over time...
    Anyone else have this issue? Is it fixable?

    IT WORKED!! :)
    After growing increasingly frustrated with the lack of responsiveness while both multitasking or simply closing an app, I tried this this little trick rather than taking more extreme measures.
    I'm very happy to report that it seems to have worked like a charm!!
    The home button works as well as it did when my phone was brand new over a year ago!
    THANK YOU Henk B.!!

  • Intermittent NDMP backup failures in NetBackup 7.5.0.4

    All, We have full backups during weekends and we are getting error 99 intermittenly. Below are the message.
    07/11/2015 12:08:40 - Error ndmpagent (pid=20656) nas1a: DUMP: Too many active dumps/restores currently in progress.
    07/11/2015 12:08:40 - Info ndmpagent (pid=20656) nas1a: NDMP_OP_ERRORCODE is 'EMAXBACKUPS'
    07/11/2015 12:08:40 - Info ndmpagent (pid=20656) nas1a: DUMP: Dump failed to initialize.
    07/11/2015 12:08:40 - Info ndmpagent (pid=20656) nas1a: DUMP: DUMP IS ABORTED
    07/11/2015 12:08:40 - Error ndmpagent (pid=20656) nas1a: DATA&colon; Operation terminated: EVENT: INTERNAL ERROR (for /vol/vol1)
    07/11/2015 12:08:40 - Error ndmpagent (pid=20656) NDMP backup failed, path = /vol/vol1
    This is due to multiple streams/jobs/snapshots running at the same time and this will go away if i uncheck multiple streams in netbackup.
    Checked NetApp forms and NetBackup forums and did not get any solution. Looking to see a way where i can increase the number of concurrent snapshots for a particular filer or an option on NDMP.
    Thank you very much for your time.

    Hi,  Try restarting the NDMP services and clear the orphan snapshots.  Also,The amount of concurrent NDMP streams is limited to the amount of memory the controller has. You can see the amount in the command output "sysconfig -a".Based on that you can reduce concurrent backup jobs  Thanks
     

  • Intermittent USB mouse failure?

    Has anyone else run into this? I have a 1Ghz "dome" iMac G4 that I've had for four years or so, and have always run the same keyboard (original Apple) and mouse (Kensington optical 2-button with wheel). Lately, though, I've noticed that at random intervals the mouse goes "dark" and no longer responds. After another random interval, anywhere from a couple of seconds to many minutes, the mouse lights up again and all is well. The mouse is plugged into the keyboard's USB port, and the keyboard stays responsive all during these episodes.
    All I can think is that I have so much USB stuff plugged into the thing that I am drawing the current down on the USB bus to where it can't drive everything anymore, so it cuts off the mouse. I have an external Belkin FireWire/USB hub and an EyeTV 250 plugged directly into the iMac, and at various times, a wireless phone, a SanDisk memory card reader, or a 5G iPod plugged into the three USB sockets on the Belkin. The keyboard is plugged directly into the iMac, not into the Belkin hub. There are also several external FW drives plugged into the Belkin or the FW ports on the iMac.
    Anyone else ever run into this? Jeez, in retrospect I wish I'd waited to get one of the later units with USB 2.0 on it... I don't think the current draw would be any different, but at least I could spend less than a whole day resyncing a new iPod or downloading 500 pictures off an SD card!
    Does it smell like I'm just running out of current on the USB side? This didn't happen until a few months ago, when I started using the iMac a lot more and plugged more stuff into it. I just figured that each port would be powered individually, rather than sharing a pool of current. Since only the keyboard and mouse are on the one USB port, and always have been, maybe the three USB ports share a single power line? Any ideas?
    Turtle

    Actually I have very infrequently experienced this on my iMac G4 (USB2.0) but I'd always put it down to the elderly mouse I'm using; it isn't nearly often enough for me to actually do anything about it. 
    I have the (Microsoft) mouse and a Bluetooth dongle connected to the keyboard, I also have a TV tuner connected direct to the iMac and a powered USB hub connected to the third port. I assume that you are powering your Belkin hub?
    Unfortunately System Profiler doesn't really give us the ability to investigate this as the "Power" figures (measured in milliAmps?) as the figures seem to be generic rather than an actual figure of draw.
    Have you considered a Firewire Card Reader?
    mrtotes

  • IOS 8.2 intermittent gmail failures

    Anybody else having intermittent gMail password failures in 8.2?
    Background: I have two gmail accounts. (One gmail, one a business gmail hosted account). The seem to be taking turns saying my password is incorrect. Then they switch at random.  I have tried deleting and reading.  nothing seems to be working.

    Update 8.2 has broken our Google Apps mail integration for my company. We are getting password incorrect errors on multiple accounts. Deleting the account, restarting and readding does nothing. Even removing 2 step verification does not fix the issue. Just wanted to give a heads up.

  • Intermittent installation failure

    I am seeing an intermittent engine installation failure.  The environment is always identical (I am attempting to automate the installation, so the OS content is always the same, the machine uptime is approximately the same when Oracle installation starts, etc.).
    In an attempt to figure out what's happening, I ran the installed in highest level debug mode.  Here are the only differences I have been able to find among almost 70000 lines of installActions log files.  The logs are 8MB each, but I can post them if necessary.
    Any ideas?
    Success case:
    FINEST: 6/17/13 6:12:21 AM CDT: oracle.install.driver.oui.OUISetupDriver:- null[SUCCEEDED]
    - Oracle Database installation[SUCCEEDED]
      - null[SUCCEEDED]
       - Prepare[SUCCEEDED]
      - null[SUCCEEDED]
       - Copy files[SUCCEEDED]
       - Link binaries[SUCCEEDED]
       - Setup files[SUCCEEDED]
    - Execute Root Scripts for Oracle Database installation[SUCCEEDED]
    Failure case:
    FINEST: 6/17/13 5:51:42 AM CDT: oracle.install.driver.oui.OUISetupDriver:- null[INPROGRESS]
    - Oracle Database installation[SUCCEEDED]
      - null[SUCCEEDED]
       - Prepare[SUCCEEDED]
      - null[SUCCEEDED]
       - Copy files[SUCCEEDED]
       - Link binaries[SUCCEEDED]
       - Setup files[SUCCEEDED]
    - Execute Root Scripts for Oracle Database installation[INPROGRESS]

    Without exact OS versions and exact versions of whatever it is you are installing, help is impossible - are you following all of the step sin the relevant install documentation ? If the process succeeds for one server and not the other, then you will need to compare settings on the two servers to see what is different
    HTH
    Srini

  • Disk Boot Failure, Insert System Disk and Press Enter

    I have been experiencing an intermittent disk boot failure for the last few months on my HP Pavilion Slimline PC. At first, it would occur once every week or two, typically when the computer would boot up after being in hibernation. After turning off the computer and turning it back on, everything worked normally. Within the last month, the failure began occurring with more regularity.
    This week, I started receiving the error every time the computer would boot from hibernation. I went into the BIOS and saw that the system was not recognizing the hard drive. I tried changing the boot priority to boot from the HDD first, but to no avail. Today, the system worked as usual until I performed a restart, and it has yet to work again. Additionally, the performance has taken a nose dive over the last week (slow processing, programs not responding, etc.).
    System Specs:
    HP Pavilion Slimline s3710t PC
    250 GB SATA Western Digital HDD (Caviar Blue)
    Intel Pentium Dual-Core Processor
    Windows Vista Home Premium (32-bit)
    3GB DR2-800 MHz SDRAM
    I have read through many technical forums, including HP’s, and followed all of the advice. I have again changed the boot priority to HDD first, restored the default settings, etc. The only drive I can find listed is the DVD drive on the unit, which is listed as the second drive. There is no first drive listed in the main tab of the BIOS CMOS Setup Utility.
    I attempted to run a system recovery, but it is not even possible. Upon running the diagnostics, it of course mentions that there is no hard drive connected. Upon entering the boot menu, it also only lists the DVD drive.
    My next course of action was to remove the side panel and reseat the connections on the hard drive, as well as the connection to the motherboard. This was also unsuccessful, and I have not been able to boot up the computer again today.
    The computer itself is 1.5 years old and this is the original hard drive that shipped with it. I have never opened the computer, prior to today. The symptoms started a few months ago, just outside of the warranty period.
    Based on the forums I have read, it all signs are pointing to a bad hard drive. This is hard for me to believe, as the computer is relatively new and does not get much use. The use it does get revolves around email and Internet access, as well as use of Microsoft Office.
    As you can imagine, I am not happy about the prospect of having to buy a new hard drive, as well as pay for the data recovery on the original drive. I hope that someone at HP can come up with a better solution, as a 1-year life on a hard drive is pretty pathetic.
    Thanks,
    JR

    HI JR,
    You situation does not sound good if the PC doesn't recognize your hard drive. 
    Boot into the bios and run some bios hardware diagnostics.
    Try clearing the CMOS.
    Try this procedure:
    Unplug the PC and open it up. Clean out all the dust. Carefully remove and replace all the cables going to the motherboard one at a time. Do the same for the memory dimms and the video and sound cards if you have any.  You might want to buy a can of compressed air to blow the dust out of the CPU heat sink.  Plug your PC back in and give it a go.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

Maybe you are looking for

  • Photo Stream - I don't get it?!?!?

    Hi, I am new to the support communities so forgive me if this question has already been asked and answered but I had a look and cannot find it.... I used to be a MobileMe subscriber but have moved to iCloud. All is good except one thing, Photo Stream

  • Adding password to old Airport Base Station.

    I need to password protect the old Airport Base Station (dual ethernet). I have tried the support documents but it did not work. I have an express plugged in and my Airport Utility only sees that one. I have tried plugging the old base station into t

  • How view my table

    Hi friends! I am new in the field of database so need your help, Suppose I created a table using CREATE TABLE C_MASTER First_Name varchar2(15), Last_Name varchar2(15), Designation varchar2(15)); Can we view it any other way like in a GUI mode other t

  • Adding music to a slide show

    We have made a large slide show with over 300 photos. We arranged a play list in itunes of six songs. The problem seems that when we chose the playlist, it only plays the last song on the list of six over and over. We would like it to play the list (

  • Aperture Neutral Gray (White Balance)

    In PS Elements I can adjust WB by clicking the dropper on some part of the image that should be pure white or pure black. Aperture, however, wants neutral gray. It is MUCH easier to find a black or white part of an image than a neutral gray. I find t