The Average Wait Time of SQL instance "CONFIGMGRSEC" on computer " SEC_SITE_SERVER " is too high

I have a SCCM 2012 SP1 CU4 environment with SCOM monitoring installed.
I also do have 4 secondary sites installed below my primary. The secondaries are using SQL 2012 Express version default deployed using the secondary site installation.
My SCOM monitoring is generating tickets with the following message:
The Average Wait Time of SQL instance "CONFIGMGRSEC" on computer "<SEC_SITE_SERVER>" is too high
How can i solve this ? Or do I need to ignore this ?

Never ignore messages, but tune them.
In this specific case you might want to take a look at this:
http://social.technet.microsoft.com/Forums/en-US/ffeefe0d-0ef7-49a3-862e-9be27989dc5d/scom2012-alert-sql-2008-db-average-wait-time-recompilationis-too-high?forum=operationsmanagergeneral
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude

Similar Messages

  • SCOM2012 Alert: SQL 2008 DB Average Wait Time & Recompilationis too high

    WE have SCOM 2012sp1 CU3 updated.
    I receive the below critical alerts from SQL servers continuously, please help me to resolve this issue.
    SQL 2008 DB Average Wait Time is too high
       SQL DB 2008 SQL Recompilation is too high

    I don't know about anyone else but overriding those monitors and rules didn’t work for me, I had to override<o:p></o:p>
    SQL Re-Compilation monitor for SQL 2012 DB Engine<o:p></o:p>
    SQL Re-Compilation monitor for SQL 2008 DB Engine<o:p></o:p>
    Average Wait Time monitor for SQL 2012 DB<o:p></o:p>
    Average Wait Time monitor for SQL 2008 DB<o:p></o:p>
    Now I am wondering if other monitors are valid as well in particular I have multiple alerts for<o:p></o:p>
    Buffer Cache Hit Ratio monitor for SQL 2008 DB Engine is too low<o:p></o:p>
    Page Life Expectancy (s) for 2008 DB Engine is too low<o:p></o:p>
    is anyone else seeing these issues as well?

  • Measure the average read time of a single database block for hardware.

    Hi,
    how to Measure the average read time of a single database block for hardware ?
    Many thanks.

    Hi,
    A STATSPACK report has data file level I/O tunings, but they include buffered reads, so they are biased.
    Try this in 9i:
    http://www.dba-oracle.com/oracle_tips_cost_adj.htm
    select
    a.average_wait c1,
    b.average_wait c2,
    a.total_waits /(a.total_waits + b.total_waits)*100 c3,
    b.total_waits /(a.total_waits + b.total_waits)*100 c4,
    (b.average_wait / a.average_wait)*100 c5
    from
    v$system_event a,
    v$system_event b
    where
    a.event = 'db file scattered read'
    and
    b.event = 'db file sequential read';
    Or this, in 10g:
    col c1 heading 'Average Waits for|Full Scan Read I/O' format 9999.999
    col c2 heading 'Average Waits for|Index Read I/O' format 9999.999
    col c3 heading 'Percent of| I/O Waits|for scattered|Full Scans' format 9.99
    col c4 heading 'Percent of| I/O Waits|for sequential|Index Scans' format 9.99
    col c5 heading 'Starting|Value|for|optimizer|index|cost|adj' format 999
    select
    sum(a.time_waited_micro)/sum(a.total_waits)/1000000 c1,
    sum(b.time_waited_micro)/sum(b.total_waits)/1000000 c2,
    sum(a.total_waits) /
    sum(a.total_waits + b.total_waits)
    ) * 100 c3,
    sum(b.total_waits) /
    sum(a.total_waits + b.total_waits)
    ) * 100 c4,
    sum(b.time_waited_micro) /
    sum(b.total_waits)) /
    (sum(a.time_waited_micro)/sum(a.total_waits)
    ) * 100 c5
    from
    dba_hist_system_event a,
    dba_hist_system_event b
    where
    a.snap_id = b.snap_id
    and
    a.event_name = 'db file scattered read'
    and
    b.event_name = 'db file sequential read';

  • GETTING THE AVERAGE OF TIME

    Hi,I have the following code which returns day of week name, position and date and time of surgeries.
    SELECT
    DATENAME(WEEKDAY,OPE_START_TIME) AS DOW,
    [OPE_ORDER_IN_SESS_ASC] AS POSITION,
    OPE_START_TIME AS [TIME]
    FROM table1The data looks like thisHow can i group this data so I get the average start time by day of week and position?

    try this
    \declare @table table(c1 varchar(20),c2 int,c3 datetime2(0))
    insert into @table
    values('monday',1,'2015-04-29 02:09:42')
    ,('monday',1,'2015-04-29 02:05:42'),
    ('tuesday',1,'2015-04-29 02:59:42')
    ,('tuesday',2,'2015-04-29 02:55:42')
    ;with cte as (select avg(datepart(second,c3)+((datepart(minute,c3)+(datepart(hour,c3)*60))*60)) as c3
    ,c2,c1 from @table
    group by c1,c2)
    select right('0'+cast(c3/3600 as varchar),2)+':'+right('0'+cast((c3%3600)/60 as varchar),2)
    +':'+right('0'+cast((c3%3600)%60 as varchar),2) as [AvgTime],c2,c1 from cte
    Hope it Helps!!

  • I have a problem sending mail via smtp. I use a satellite system and the average return time for a ping is 675ms. Is this a problem with mail? If so can I change Mail to accept it. The problem also exists with Lion

    I have a problem sending mail via smtp. I use a satellite system and the average return time for a ping is 675ms. Is this a problem with mail? If so can I change Mail to accept it. The problem also exists with Lion and on both my MacPro and my wife's Imac. I also see my mailboxes randomly disconnecting and reconnecting. Any other ideas of a possible cause?

    I solved it myself, after the "note" which came back from FF/Mozilla just as I finished my message, commenting on what it was that my system had , I wnnt back to check my plug-ins etc. I downloaded the latest Java, BOTH 32bit AND 64 bit versions and latest Firefox.
    Now all is working.
    Thanks,
    B.

  • Wallboard - Calculating daily average wait time

    In Historical Reporting, if we look up a queue's average wait duration for the day we are given 5:34.
    At the same time, if I pull up avgWaitDuration in RtCSQsSummary, I am given 190505.  What number is this?  Seconds?  if in seconds, and the total calls answered for that queue is 248, then I should be able to divide 190505 by 248.  When I do that, I get 768 seconds.  768 (12:48) is a far cry different from 334 (5:34).  Where am I going wrong?

    Ok, I determined that the number is not actual ASA, but apparently "avg queue time".  I assume this to mean the clock starts when the caller is placed in the queue, after completing the call tree.
    I figured out how to calculate the time provided, and it matches the time in History Reporting for the "avg queue time".  But the time we ACTUALLY want is the "avg speed to answer", as found in History Reporting for each queue.
    What table would I find the ASA from the time the caller enters the call tree?

  • Wait step taking longer time than the defined wait time

    Hi,
    We have very simple BPM with 3 steps: Receive, Wait and Send.
    Wait step has following parameters:
    Type: Wait Specified Time Period
    Duration: 1
    Unit: Minutes
    From the above parameters idelly it should wait only for 60 sec and start the next step which is send step. But Wait step is taking following times: 1m 09s,1m 40s, 3m 40s, 1m 41s, 2m 10s, 2m 16s, 2m 46s, 1m 09s, 1m 40s, 3m 39s
    Does anyone know what could be the reason for above longer wait time??
    Thx
    N@v!n

    Hi Naveen,
    How did you measure these times? Tha additional time might be because of the message processing time included or size of the message is bigger to process.. or may be because of the network traffic..!!
    Check the each time stamp from message monitoring tool in RWB and verify for accuracy.
    VJ

  • How do I reduce the SBOD wait time

    Since purchase of my Mac Air 6 months ago, the spinning colored wheel appears more and more frequently and for longer and longer wait times.

    http://www.thexlab.com/faqs/sbbod.html

  • About the Average Connection Times

    Hi, guys
    Has anyone tested the connection time about the OCCI?
    we can compute the average time in the following way:
    -----------------------------------------------------------------------------timeStart
    env->createConnection(userID, userPwd, conStr)
    -----------------------------------------------------------------------------timeEnd
    On my test, the time took about 0.115s to connect to the Oracle Database 10g.
    what about urs?
    Thank you!

    Thanks andreister,
    well, i did my test on the same machine, and i just created a database connection. As to the average time, i put the function in the sys/time.h to get the current time of the system just before and after the createConnection interface, respectively getting the timeStart and timeEnd.
    So the average time i got should be the time the interface createConnection tooks.

  • How much is the average standy time of your iphone4s? Mine is 11 hours ONLY!

    How much is the average stand by time of your Iphone 4s? Mine is 11 hours ONLY. I think this is not normal.

    Please search this forum before posting.  Your issue has been addressed in hundreds of posts already.  Either use the search box at the upper right hand corner, or look in the "More Like This" box immediately to your right.

  • Huge total time(wait time) in SQL statements on NRIV

    Hi experts,
    I found our system has huge total time(wait time exceeeds more than
    20%) and I find a note 840901 is recommended using parallel buffering
    on number range object: RF_BELEG. Unfortunately, our financial
    department insists RF_BELEG should be continuous, chronological order.
    Does SAP has any other solution to fix this issue?
                                                     |               |23,555,002,826 |11,112,702,332,000
    SELECT TOP 1 "CLIENT" AS c ,"OBJECT" AS c ,"SUBOBJ
    NRIV
    2,611,244
    2,313,824,602,000

    hello Sir,
                   You can check for t-db02-->table analysis and alos look for sapnote : 56987
    Bye

  • Can I change the default wait time to redial after a busy signal?

    If I fax using my external USB modem, and I get a busy signal, the system waits something like three minutes before redialing. Is there a way I can change that to 1 minute? I can't find the preference for that anywhere I've looked, but I'm betting it exists somewhere.
    Thanks in advance,
    rb

    I'm not sure this will work, but you can try it. ..
    Create a character style that does nothing but apply the contextual alternates attribute (check the box under OpenType Features inthe style defintion dialog). Then add a GREP style to your paragraph style to match the "a" and apply the character style you just created.

  • Is there any script available to fetch the logged in time of all users in a computer for a month?

    Hi,
      I have been searching for a script ,that fetch the logged in time of all the users in a particular computer for a month.I couldnt find anything.
    Thanks in advance for quick response.
    Thanks and regards..
    Midhun P s

    Hi,
    I suggest looking here:
    http://gallery.technet.microsoft.com/scriptcenter
    It's highly unlikely that you'll find something pre-written that will meet all of your requirements, but there should be enough in the repository to give you a starting point.
    EDIT: If you're looking for someone to do all the work for you, you can try posting a request here:
    http://gallery.technet.microsoft.com/scriptcenter/site/requests
    I have no idea if anyone ever goes through these requests though (I know I don't).
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • High PREEMPTIVE_SP_SERVER_DIAGNOSTICS wait time in sql server 2014 server

    I am seeing high waittimes for PREEMPTIVE_SP_SERVER_DIAGNOSTICS and the server is runninf with high cpu.
    What could have triggered this high waittime, how can this be fixed,
    WaitType Wait_S
    Resource_S Signal_S
    WaitCount Percentage
    AvgWait_S AvgRes_S
    AvgSig_S
    PREEMPTIVE_SP_SERVER_DIAGNOSTICS 1655043.72
    1655043.72 0.00
    4 39.75
    413760.9305 413760.9305
    0.0000
    PREEMPTIVE_OS_PIPEOPS 935157.21
    935157.21 0.00
    343445 22.46
    2.7229 2.7229
    0.0000
    CXPACKET 259912.58
    250608.73 9303.85
    25115286 6.24
    0.0103 0.0100
    0.0004
    PAGEIOLATCH_SH 206350.14
    205563.18 786.96
    37649420 4.96
    0.0055 0.0055
    0.0000
    SOS_SCHEDULER_YIELD 139263.91
    2430.27 136833.63
    293382681 3.35
    0.0005 0.0000
    0.0005

    Hello,
    I remember I read a user complaining about high waits on PREEMPTIVE_SP_SERVER_DIAGNOSTICS when he installed CU5 for SQL
    Server 2012 SP1, but in your scenario you have a SQL Server 2014 with CU1 (build 2342). I am treating this as a bug and that is the reason I would like you to consider applying CU5, the latest cumulative update, to see if that solves the issue.
    http://support.microsoft.com/kb/3011055/en-us
    This is the first time I read about this happening on SQL Server 2014 though.
    I would like to suggest you to create a Connect item too, to see if the SQL Server team can suggest you another way to
    treat this issue.
    https://connect.microsoft.com/sqlServer/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Whats the average charging time for the ipad air?

    just charged a new ipad air for the first time and it took 11 hours, is that normal???

    You can increase the speed of the charge if you turn off all Blue Tooth and Wi-fy and leave it in Air plane mode. It really made a huge difference in my charging time, even if I was reading a book on it. If you don't need Blue Tooth leave it off.

Maybe you are looking for

  • PDF Security password in my Photoshop Elements 10?

    Where do I get my PDF Security Password? I'm trying to open a file from my computer and a window pops up asking for my security password?

  • How to show a pcd object in dynpro view

    Hi All, I have to show a PCD object in dynpro view but I can't use iFrame because it will show all header footer of portal not just view. what will be other way to show a PCD object in Webdynpro view. Thanks

  • VERY URGENT :  BW Iview not working from EP

    Pls note : Everything works OK when we use a HTTP version of BroadVision. Dear Portal Gurus, <b>What I want to do : ====================</b> I want to integrate a BW Report into EP. This BW report has a first page with drop down boxes in it.If we cli

  • Sscrotwm - A bloatless fork of the scrotwm/spectrwm window manager

    So I forked scrotwm/spectrwm with the goal of making it a bit lighter and cleaner. sscrotwm on GitHub sscrotwm on AUR (For current scrotwm/spectrwm users, just remove everything involving libswmhack.so to resolve the conflict.) So far I've mostly bee

  • What version of Firefox works with Windows 98SE ?

    ''locking as a dupe - https://support.mozilla.com/en-US/questions/778098'' I have an old computer with Windows SE, and its internet browser is outdated for most things I try to do. Is there any version of Firefox that works well with my system ? Than