Understanding PAL output to fix Outlook "frozen state" problems

Masters,
EDITED INFORMATION:
Compared ten or more PAL analysis output, these are the main warnings and errors. Please help us to understand, give us advice how to look forward of those messages:
Questions:
- What means "increasing trends...."
- What should i do with disk queue? (exchnage edb cause main disk activity)
- How to track down TCP connection fails?
- The outlook "try to retrieve information" is Disk or TCP problem?
Which analisys may i believe in?
  - If i run Exchange Best Practice and use the perfmon blg file, it show no error. (No proc, no disk, nothing..)
 - If i use PAL to analyze the BLG file, i got lot of warning. (But in PAL i can't choose SBS2011 template file, i can pick Exchange 2010 template..)
- If i download Exchange 2010 counters and thresolds excel file and make a step by step manual analisys i found some problem with a few counters..
Condition
Counter
Min
Avg
Max
Hourly Trend
OWA response times high - greater than 100ms
\\SBS\MSExchange OWA\Average Response Time
236
236
236
0
Increasing trend of more than 100 handles per hour
\\SBS\Process(EdgeTransport)\Handle Count
3,227
3,539.30769231
3,838
890.97569098
Increasing trend of more than 100 handles per hour
\\SBS\Process(w3wp#6)\Handle Count
654
664.07692308
673
158.67465867
Increasing trend of more than 100 handles per hour
\\SBS\Process(w3wp#1)\Handle Count
1,785
1,829.84615385
1,882
441.09224109
Increasing trend of more than 100 handles per hour
\\SBS\Process(msftesql)\Handle Count
872
933.15384615
960
187.04628705
Disk approaching overwhelmed: Avg Disk Queue Length is greater than 1 and response times are greater than 15
ms
\\SBS\LogicalDisk(C:)\Disk Overwhelmed
0
.23
1
1
System Cache Resident Bytes is consumsing more than 10 percent of RAM
\\SBS\Memory\System Cache Resident Bytes
976,588,800
977,392,876.307692
979,042,304
-755,980.01998013
More than 10 TCP connection failures per hour
\\SBS\TCPv4\Connection Failures
89,523
89,714
89,902
7,672.72727273
!!Experimental!! Available physical memory is less than 10%
\\SBS\Memory\Physical Memory Overwhelmed
0
.23
1
1
Disk overwhelmed: Avg Disk Queue Length is greater than 1 and response times are greater
than 25 ms for IO sizes of 64 KB or smaller or 35 ms for IO sizes greater than 64 KB.
\\SBS\LogicalDisk(C:)\Disk Overwhelmed
0
.31
2
0
 First of all
 We have an intel modular server, with two host. Every host contain some virtual os  - vmware -
 At this time we talkin' about an SBS 2011 server and one Windows Server 2008 as Terminal server.
 Parameters:
  - On this terminal server we have 30 users approximatly (we have 45 user/mailbox on SBS)
  - SBS and TS has:Intel Xeon E5620/4proc, 32GB memory
  - Outlook set as Online mode
  - Servers and users on same LAN
 Users sometimes reporting the Outlook not response - Outlook trying to retreive data from exchange server....
  - So we checked the e-mails / folder
  - Checked the users
  - We have automatic archiving so exhchange contain only a few month of e-mails.
 At now, we get some information from exhcange performance counters, and used PAL to understand what happend....
 What i would like to ask to take a look at our PAL output and say something 'coz we don't understand:
  - if we any problem with "yellow" or just an alert.
  - if the "red" lines can cause any problem with outlook
  - what mean if "No Thresholds" / "Stats only"
      - i don't know which one we could use:PAL analisys or Exchange 2010 counters and thresolds.XLS (there is an excel table on internet and the excel contains some counters with thresolds number which not included in PAL)
Thank you for any suggestion
I created a free website, to upload the PAL output, because i have no idea how to share with you...
http://pal.x3.hu/index.html
Kriszitán

Hi,
Basic on my research, I find an familiar blog about your question, for your reference:
Improved PAL analysis for Exchange 2007:
http://blogs.technet.com/b/mikelag/archive/2009/12/14/improved-pal-analysis-for-exchange-2007.aspx
Performance Troubleshooting using the PAL tool:
http://blogs.technet.com/b/mikelag/archive/2008/08/20/performance-troubleshooting-using-the-pal-tool.aspx
Thanks
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
Allen Wang
TechNet Community Support

Similar Messages

  • Understand the output of explain plan

    I am trying to understand the output of explain plan. I have 2 plans below and don't understand it completely.
    In below SQL I would expect optimizer to fetch "ROWNUM < 500" first and then do the outer join. But below explain plan doesn't list it as No. 1. So I don't really understand how to intepret the sequence from the explain plan:
    select TASK0_.TASK_ID from
    (  select TASK0_.TASK_ID from
      ( select task0_.task_id  from task task0_) TASK0_ where ROWNUM < 500 ) TASK0_ 
    left outer join f_message_task task0_1_ on task0_.task_id=task0_1_.task_id
    left outer join b_a_task task0_2_ on task0_.task_id=task0_2_.task_id
    left outer join i_task task0_3_ on task0_.task_id=task0_3_.task_id
    left outer join o_task task0_4_ on task0_.task_id=task0_4_.task_id
    left outer join r_transmission_task task0_5_ on task0_.task_id=task0_5_.task_id
    left outer join s_error_task task0_6_ on task0_.task_id=task0_6_.task_id
    PLAN_TABLE_OUTPUT     
    Plan hash value: 707970537     
    | Id  | Operation                    | Name                     | Rows  | Bytes | Cost (%CPU)| Time     |     
    |   0 | SELECT STATEMENT             |                          |   499 | 19461 |  1042   (6)| 00:00:13 |     
    |*  1 |  HASH JOIN OUTER             |                          |   499 | 19461 |  1042   (6)| 00:00:13 |     
    |*  2 |   HASH JOIN OUTER            |                          |   499 | 16966 |   757   (6)| 00:00:10 |     
    |   3 |    NESTED LOOPS OUTER        |                          |   499 | 14471 |   589   (4)| 00:00:08 |     
    |   4 |     NESTED LOOPS OUTER       |                          |   499 | 12475 |   588   (4)| 00:00:08 |     
    |   5 |      NESTED LOOPS OUTER      |                          |   499 | 10479 |   588   (4)| 00:00:08 |     
    |   6 |       NESTED LOOPS OUTER     |                          |   499 |  8982 |   588   (4)| 00:00:08 |     
    |   7 |        VIEW                  |                          |   499 |  2495 |   588   (4)| 00:00:08 |     
    |*  8 |         COUNT STOPKEY        |                          |       |       |            |          |     
    |   9 |          INDEX FAST FULL SCAN| PK_TASK                  |   697K|  3403K|   588   (4)| 00:00:08 |     
    |* 10 |        INDEX UNIQUE SCAN     | PK_r_TRANSMISSION |     1 |    13 |     0   (0)| 00:00:01 |     
    |* 11 |       INDEX UNIQUE SCAN      | PK_b_a_TASK          |     1 |     3 |     0   (0)| 00:00:01 |     
    |* 12 |      INDEX UNIQUE SCAN       | PK_s_ERROR_TASK     |     1 |     4 |     0   (0)| 00:00:01 |     
    |* 13 |     INDEX UNIQUE SCAN        | PK_i_TASK    |     1 |     4 |     0   (0)| 00:00:01 |     
    |  14 |    INDEX FAST FULL SCAN      | PK_o_TASK           |   347K|  1695K|   161   (6)| 00:00:02 |     
    |  15 |   INDEX FAST FULL SCAN       | PK_f_MESSAGE        |   392K|  1917K|   276   (4)| 00:00:04 |     
    Predicate Information (identified by operation id):     
       1 - access("TASK0_"."TASK_ID"="TASK0_1_"."TASK_ID"(+))     
       2 - access("TASK0_"."TASK_ID"="TASK0_4_"."TASK_ID"(+))     
       8 - filter(ROWNUM<500)     
      10 - access("TASK0_"."TASK_ID"="TASK0_5_"."TASK_ID"(+))     
      11 - access("TASK0_"."TASK_ID"="TASK0_2_"."TASK_ID"(+))     
      12 - access("TASK0_"."TASK_ID"="TASK0_6_"."TASK_ID"(+))     
      13 - access("TASK0_"."TASK_ID"="TASK0_3_"."TASK_ID"(+))     
    In below SQL I expect rownum to be applied at the end but it gets applied first:
    select *  from (  select TASK0_.TASK_ID from ( select task0_.task_id  from task task0_ 
    left outer join f_message_task task0_1_ on task0_.task_id=task0_1_.task_id
    left outer join b_a_task task0_2_ on task0_.task_id=task0_2_.task_id
    left outer join i_task task0_3_ on task0_.task_id=task0_3_.task_id
    left outer join o_task task0_4_ on task0_.task_id=task0_4_.task_id
    left outer join r_t_task task0_5_ on task0_.task_id=task0_5_.task_id
    left outer join s_error_task task0_6_ on task0_.task_id=task0_6_.task_id
    ) TASK0_ where ROWNUM < 500 ) TASK0_;
    PLAN_TABLE_OUTPUT     
    Plan hash value: 673345378     
    | Id  | Operation                    | Name                     | Rows  | Bytes | Cost (%CPU)| Time     |     
    |   0 | SELECT STATEMENT             |                          |   499 |  6487 |   507   (1)| 00:00:07 |     
    |   1 |  VIEW                        |                          |   499 |  6487 |   507   (1)| 00:00:07 |     
    |*  2 |   COUNT STOPKEY              |                          |       |       |            |          |     
    |   3 |    NESTED LOOPS OUTER        |                          |   501 | 19539 |   507   (1)| 00:00:07 |     
    |   4 |     NESTED LOOPS OUTER       |                          |   501 | 17034 |     5  (20)| 00:00:01 |     
    |   5 |      NESTED LOOPS OUTER      |                          |   501 | 15030 |     5  (20)| 00:00:01 |     
    |   6 |       NESTED LOOPS OUTER     |                          |   501 | 13026 |     5  (20)| 00:00:01 |     
    |   7 |        NESTED LOOPS OUTER    |                          |   501 | 11523 |     5  (20)| 00:00:01 |     
    |   8 |         NESTED LOOPS OUTER   |                          |   501 |  5010 |     5  (20)| 00:00:01 |     
    |   9 |          INDEX FAST FULL SCAN| PK_TASK                  |   499 |  2495 |     2   (0)| 00:00:01 |     
    |* 10 |          INDEX UNIQUE SCAN   | PK_o_TASK           |     1 |     5 |     1   (0)| 00:00:01 |     
    |* 11 |         INDEX UNIQUE SCAN    | PK_r_T |     1 |    13 |     0   (0)| 00:00:01 |     
    |* 12 |        INDEX UNIQUE SCAN     | PK_b_a_TASK          |     1 |     3 |     0   (0)| 00:00:01 |     
    |* 13 |       INDEX UNIQUE SCAN      | PK_s_ERROR_TASK     |     1 |     4 |     0   (0)| 00:00:01 |     
    |* 14 |      INDEX UNIQUE SCAN       | PK_i_TASK    |     1 |     4 |     0   (0)| 00:00:01 |     
    |* 15 |     INDEX UNIQUE SCAN        | PK_f_MESSAGE        |     1 |     5 |     1   (0)| 00:00:01 |     
    Predicate Information (identified by operation id):     
       2 - filter(ROWNUM<500)     
      10 - access("TASK0_"."TASK_ID"="TASK0_4_"."TASK_ID"(+))     
      11 - access("TASK0_"."TASK_ID"="TASK0_5_"."TASK_ID"(+))     
      12 - access("TASK0_"."TASK_ID"="TASK0_2_"."TASK_ID"(+))     
      13 - access("TASK0_"."TASK_ID"="TASK0_6_"."TASK_ID"(+))     
      14 - access("TASK0_"."TASK_ID"="TASK0_3_"."TASK_ID"(+))     
      15 - access("TASK0_"."TASK_ID"="TASK0_1_"."TASK_ID"(+))Edited by: user628400 on Feb 20, 2009 12:14 PM
    Edited by: user628400 on Feb 20, 2009 12:15 PM

    Please read the FAQ: http://forums.oracle.com/forums/help.jspa
    And learn how to post code and explain plans using the tags.                                                                                                                                                                                                                                                                           

  • 1.5PROD/EA3/EA2/EA1 - Sticky Enable DBMS Output button [fixed]

    Any new worksheet (regardless of new connection or not) will have the Enable DBMS Output icon in the same state as the current worksheet. However, even if it displays as enabled, the new worksheet will not poll for DBMS output and DBMS Output will not be enabled for a new connection. To get a new connection to poll for DBMS output (where it's icon is "enabled" in this case), you need to "disable" DBMS output and then enable it again.

    This is one of a number fairly basic UI glitches that seem to take just forever to fix - this has been there since pre-1.0 days (!!!) even though it has been posted a number of times and according to one thread was being looked at by the dev team. Can someone on the dev team comment on whether anything has/will be done about this issue?
    theFurryOne

  • How I finally fixed my frozen 3g ipod after the ipod internal manager error

    My problem started after I formatted the ipod from FAT32 to NTFS. Sure it seemed to work for a bit, but then it froze and my computer would not recognise it at all. I got the sad face on the ipod and it would not respond to iTunes and neither could I apply the ipod updater to restore it back to its factory settings. If I tried to do an ipod update all I got was the ipod internal manager error. It also did not appear as a drive under disk management in XP. I also tried to reset by pressing the menu and play/pause keys together. I could see that it would reboot but then it would get stuck at the smiley face stage and nothing more would happen. I could still hear the disk spinning inside, but it continued to stay stuck.
    I discovered my solution by accident but my ipod is now working again and is fully functional.
    First of all, my ipod is 2 years old and does NOT have a warranty with it anymore. The solution requires that the ipod be opeded up so you have to decide if you want to void your warranty if you still have one. By the way, the local Apple repair centre said that unless it was under warranty they were not interested in doing anything with it. They suggested buying a new one!!
    Ok here's what I did.
    First of all, the ipod needs to be opened up. Here's a good link to have a look at, and in fact discusses replacing the hard drive anyway.
    http://www.notpopular.com/blog/comments.php?blogID=63 Thanks to Josh Highland for writing the blog in the first place.
    I used a couple of guitar picks to open the case to avoid scratching the casing.
    Once the casing is open, detach the hard drive from its connector. At this stage you may need to toggle the ipod hold switch to "on" to make the ipod start up. After it's done this, press and hold the menu and press/play buttons together to force a reset. Once it's gone through this routine, plug the hard drive back into its connector whilst the ipod is still on. I found that by doing this, it forced the hard drive out of its frozen state. What this did was to cause my computer to recognise it as a drive. Yippee. I plugged the ipod back to the pc via the cable. The next i did was to run an ipod updater on the ipod. This caused the ipod to be restored to its factory settings and also formatted the drive back to FAT32. I used the original ipod updater that I got on the CD with the ipod. I then re-assembled the ipod.
    Ok, so I ended up losing all of my songs and playlist on the ipod, but it's easy to transfer tham back to the ipod, and it's way cheaper than having to buy a new ipod.
    My ipod now works the way it used too.
      Windows XP Pro  

    Yes, you are correct. I did disconnect the battery
    before it finally worked. Honestly, I'm not sure if
    that made any difference. It did the same thing
    (folder with exclamation and then apple support
    address) after I took the thing apart (which was easy
    but I would not recommend it). It was a day later
    that it finally formatted. The key is to get
    the ipod to format however you can. After that it's
    a simple matter of reinstalling the software. Which
    I had been trying from the "Administrative Tools" and
    it would never complete a format. In any event, all
    of this WAS caused by the 2006-01-10 updater.
    I too had trouble getting the ipod into "disk mode"
    but keep trying when ever the apple icon appears on
    the screen. Just keep pressing the center button and
    the play/pause button at the same time. Each time I
    put it into "disc mode" it took many trys. Good luck!
    Any tips on how to "pry open" the iPod without destroying the casing? I have a 15Gb touchwheel model.
    Also, I may as well ask this inadvance. Where is the battery and what does it look like?

  • Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help

    Uloading ebook using iProducer rec'd error: ERROR ITMS-9000: "Unable to parse nav file: toc.ncx" at Book. I don't understand and need help fixing it. Please Help if you've the knowledge.
    Many Thanks

    Yep, i just did it again. The entire scroll-bar widget, complete with formatted text, graphics, etc., pasted itself nicely in another book. Two different files, the same widget.
    I use the scroll-bar widgets for most of my texts. (I have audio buttons on the side, and the scripts are within the widget, to the side). My only text is within widgets, and text boxes, naturally. 
    I am following your recommendation: cleaning files, etc. I am remaking the book anew. I need to convince the EPUB bot or whatever that my file looks and works nicely on all my devices. You would expect an error message when previewing the book: 'Hey Amigo, your file is flawed, stop working on it, and get back to the drawing board." Should be able to try again next Monday.

  • [svn:fx-trunk] 12786: Fixed bug with state property value assignments.

    Revision: 12786
    Revision: 12786
    Author:   [email protected]
    Date:     2009-12-10 07:35:43 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Fixed bug with state property value assignments. SetProperty pseudonym values (width/explicitWidth, height/explicitHeight) were not getting set correctly, causing values to be incorrectly assigned to 0 in some cases.
    QE notes: -
    Doc notes: -
    Bugs: sdk-24446
    Reviewer: Corey
    Tests run: checkintests, Mustella tests/States, tests/mx/states
    Is noteworthy for integration: Yes (fix requested by tools)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-24446
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/SetProperty.as

    Add this to the end of your nav p CSS selector at Line 209 of your HTML file, after 'background-repeat...':
    margin-bottom: -2px;
    Your nav p will then look like this:
    nav p {
              font-size: 90%;
              font-weight: bold;
              color: #FFC;
              background-color: #090;
              text-align: right;
              padding-top: 5px;
              padding-right: 20px;
              padding-bottom: 5px;
              border-bottom-width: 2px;
              border-bottom-style: solid;
              border-bottom-color: #060;
              background-image: url(images/background.png);
              background-repeat: repeat-x;
              margin-bottom: -2px;

  • Fixed a frozen zen v plus.... but now trouble Installing firmw

    Ok, first of all, I managed to fix the problem I was having earlier with the frozen zen v. If your player is frozen no matter how you try to manage it:?. reset it (by sticking a pin in the hole below the power?switch) if this fixes your frozen player, then you should be set, but if?it is still frozen proceed to the next step. 2. when turning your player on?again,?hold down the power on button while also holding the play button. When you?see the creative logo, press play again. you will now be in recovery mode.3. go down to the "format all"?option. *note: this will delete all contents of your player, but it will no longer be frozen. Everything should now be working. Ok, now I made the mistake of pressing the "reload firmware" option. I downloaded the firmware that was released this past october on my pc, thinking that it would be less buggy and such. So when I deleted the old firmware, the new firmware does not detect my player and cannot be added. My pc sees the zen v though. After reading a few similar threads with other players, it seems I might need to re-install the old firmware somehow. Anyone know where I can get that? or better yet how to install the new firmware??Any help would be greatly appreciated.

    Mike, here's the link to where you can download the latest firmware for the V Plus:
    Click me, I am a link to where you can download the latest firmware for the Zen V Plus!
    Hope that hel
    ps.
    Message Edited by Trance on 2-27-20060:36 PM

  • What state gets saved when a JPD goes to frozen state?

    Hi,
    I need to know what state of JPD gets saved when it goes into frozen state after some error. Is it just the non-transient member variables that get persisted? Or is there any information about the point at which the failure occurs in the JPD's execution flow?
    For example, lets say that I have a stateful JPD which does the following:
    1) Initialize a BufferedFileReader from the input file path
    2) Read the file line-by-line:
    for (; (this.currentLine = this.reader.readLine()) != null; )
    ++this.currentLineIndex;
    doWork();
    If there's a failure while processing, say line# N, then will I be able to get this 'currentLineIndex' value when I unfreeze the JPD and utilize it to seek the file till that line and start from there? From where will the JPD start execution when I unfreeze it? With what state of member variables and from what method/node/line will it start?
    I don't know how it works internally, any information regarding what state/execution-context gets persisted when a JPD freezes will be helpful.
    Thanks,
    Balwinder

    A failure causes the transaction that was processing to rollback, so all state changes are lost since the previous commit point. What get's frozen is the request message that started processing of the current transaction.
    When the process is unfrozen, the original request message is dispatched causing a new transaction to start and the request is processed again.

  • When I have documents open and I walk away for a few minutes, when I come back and try to resume working, my computer seems to freeze up and the little pinwheel starts spinning and I literally have to unplug my computer to get it out of this frozen state.

    When I have documents open and I walk away for a few minutes, when I come back and resume working, my computer freezes up and the little pinwheel starts spinning.  I literally have to unplug it to get out of this frozen state.  This has been getting progressively worse over the past three months.  I recently took it into the Genius Bar and they could not find anything wrong.  They told me to add more memory, which I did.  However, the problem persists. Do you know why my computer would freeze up after the screen has had no activity for just a few minutes?  My screen saver is set for an hour so I know this is not the problem.

    What kind of documents? Office? iWork? Text Edit? What version?
    What settings do you have in regards to power saver and/or screen saver?
    For these kinds of system glitches I always recommend installing and running Onyx 'Automation'. If that does not work you should reinstall the offending software, if possible.
    Onyx - http://www.titanium.free.fr/download.php?sid=d1caebc01e3207556c6d75791305ccf2

  • How to fix a frozen ipod touch, it only shows the apple logo?

    How do you fix  a frozen ipod touch, it only shows the apple logo?

    Hello,
    I have same broken iPod Touch 4G, I'm stuck on the Apple logo and only what I can do is just restart. If I connect iPod turns on but that's all. I checked a lot of tricks how to restart/reboot device and how to get DFU but I have only the logo. iTunes on my mac can't recognize the device.
    And in Apple retail store the guy told me: sorry it's dead. We can fix for about £200. After 1 month when my waranty is finished. Funny isn't it? I can't believe that my lovely iPod is dead after 13 months. Where is the "for quality you have to pay." Is it conspiracy if you don't buy extra waranty we will send you killing signal into your iDevice?
    Many thanks for help

  • [svn:fx-trunk] 10831: Fix for databound state-specific values.

    Revision: 10831
    Author:   [email protected]
    Date:     2009-10-02 12:01:39 -0700 (Fri, 02 Oct 2009)
    Log Message:
    Fix for databound state-specific values.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23525
    Reviewer: Paul
    Tests run: Checkin, States (Mustella)
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23525
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/StatesModel.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

  • How to fix a frozen i pod

    how to fix a frozen i pod

    Try here:
    iOS: Not responding or does not turn on
    If you can't turn the iPod off, let the battery fully drain. After charging from at least an hour try again.
    If not successful time for an appointment at the Genius Bar of an Apple store.

  • I cannot get out of a frozen state on my iPad. It is showing Itunes and usb connection images on screen

    PLease help me get my IPAD out of this frozen state. It is showing the Itunes and USB connection image. It will do absolutely nothing! HELP!!!

    Recovery Mode
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3.While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: Data will be lost. You may have to repeat the above many times.

  • While downloading the latest IOS update to my iPhone 4, my phone went into a frozen state with the update 2/3's complete. It's remained like this for the past 12 hours. I can't turn the phone off, and I can't connect it to iTunes. Anyone know what to do?

    While downloading the latest IOS update to my iPhone 4S, my phone went into a frozen state with the update 2/3's complete. It's remained like this for the past 12 hours. I can't turn the phone off, and I can't connect it to iTunes. Anyone know what to do?

    If the place of purchase does not have a 'Lemon' policy (three replacements = refund or complete exchange), sadly you are out of luck.
    And Apple themselves do not have any power over what policy a reseller uses. You can call Apple Care and have them replace it, but the odds are you would probably get a standard replacement again like has previously happened. I'm pretty sure Apple holds their own sort of 'Lemon' polocy where if it's been replaced three times through them they'll swap it out for a brand new phone. Not 100% sure though, best bet is too call them again.
    And it ***** getting a response like that from their support personel, but hey, they can't all be that bad can they? I'm sure if you plead your case they'll try and help out. I've dealt with them in the past and had one or two people that rubbed me the wrong way, but most of them have been a great help and kept me a happy customer, haha.
    Regards,
    ThatGuy

  • Outlook - Receiving Email Problem

    1. Receiving emails very slow in Outlook.  It is much slower than receiving it on my mobile phone. 
    2. Also keep receiving the following error message.  The name/account mentioned in this error message is no longer in use.
    "Task "Vickie Wong Arrowcap - Receiving' reported error (0x80CCC92): 'Your e-mail server rejected y our login. Verify your user name and password for this account in Account Settings.The server responded: -ERR authorization failed Check your sever
    settings.' "
    Thanks

    Hi Yu888,
    Solution:
    1.)
    Check plug-ins (third party) in your Outlook via using safe mode.
    Note: Use, the “outlook.exe /safe” command in search box.
    And see the result, it will hopefully boost the sending/receiving speed of emails.
    2.) 0x80CCC92 error in MS-Outlook commonly can cause due to number of reasons such as:
    *Wrong inputs of server details for Outlook (especially POP3)
    *Improper synchronization between Outlook and Server
    *Corruption in PST File
    To fix Outlook error 0x80CCC92, once check the inputs of server details and if you find it correct then apply scanpst.exe to know the exact reason behind this error.
    You can also try the free Outlook PST Recovery Software, If you do not find any relevant solution for this error from the above given manual methods.
    For more: http://gallery.technet.microsoft.com/Outlook-PST-Recovery-37c163d7
    Thanks
    Clark Kent

Maybe you are looking for

  • Can't load thumbnail photo from file 'BBThumbs.dat'

    Hi everybody, I'm developing an application on BB to take and view photo. My problem is can't load the thumbnail photos from file 'BBThumbs.dat'. I'm using code as below: public byte[] getThumb(String fileName) { String DB = fileName.substring(0, fil

  • Printing with IPP (SSL) and job user names

    Hi, Environment: Windows 2008 R2 Servers, WIN 7 and WIN 8.1 clients, all 64 Bit I setup a printing environment including a FollowYou solution. To realize data encryption from end2end, we decide to use IPP over SSL for Printing. Everything works fin,

  • Battery Monitor problems

    I have a problem with battery monitor. My MacBook shows a charge of 30%, then suddenly goes into emergency sleep mode. If you plug the power in immediately, the system awakes again but the battery monitor then shows something like 7% charge. I have d

  • Re-Sizing pictures......surely it must be simple?!

    Just bought a new Imac 21". I tried to answer my question from the video tutorial.....but the version of I photo on the video is different to the one on my computer! How do you re-size photos you want to send by email? When i click on share then emai

  • Double bounding box when scaling an object...why?

    Here is an example of the issue that I am having. I have a rectangle that I am looking to scale up from the top while keeping the width the same. When I zoom out to see the entire artboard and then go to scale the rectangle it shows up with two bound