SCOM event ID 2115 - how can we check which which monitors or rules caused the issue

A Bind Data Source in Management Group XXX has posted items to the workflow, but has not received a response in 8220 seconds.  This indicates a performance or functional problem with the workflow.
 Workflow Id : Microsoft.SystemCenter.CollectDiscoveryData
 Instance    : XXX
 Instance Id : {FB2DDD17-A942-4D7E-1EA6-09A5351CAB07}
A Bind Data Source in Management Group XXX has posted items to the workflow, but has not received a response in 8220 seconds.  This indicates a performance or functional problem with the workflow.
 Workflow Id : Microsoft.SystemCenter.CollectPerformanceData
 Instance    : XXX
 Instance Id : {FB2DDD17-A942-4D7E-1EA6-09A5351CAB07}
A Bind Data Source in Management Group XXX has posted items to the workflow, but has not received a response in 7980 seconds.  This indicates a performance or functional problem with the workflow.
 Workflow Id : Microsoft.SystemCenter.CollectDiscoveryData
 Instance    : XXX
 Instance Id : {FB2DDD17-A942-4D7E-1EA6-09A5351CAB07}

Hi
Please refer below link for this issue
https://support2.microsoft.com/kb/2681388?wa=wsignin1.0
http://blogs.technet.com/b/kevinholman/archive/2008/04/21/event-id-2115-a-bind-data-source-in-management-group.aspx
http://blogs.technet.com/b/momteam/archive/2012/04/17/kb-how-to-troubleshoot-event-id-2115-in-operations-manager.aspx
you can find the object name for GID using powershell and sql query on operation manager :
Powershell :
(Get-MonitoringObject -id ‘GUID′).DisplayName
sql query :
Select * from BaseManagedEntity where BaseManagedEntityID = ‘GUID‘
Regards
sridhar v

Similar Messages

  • How can I check which documents are stored on iCloud?

    How can I check which documents are stored on iCloud?

    Welcome to the Apple Community.
    You can see in a number of ways, the easiest is probably by logging into your account at ...
    iCloud.com
    on your computer.

  • HT4914 How can you tell which songs are downloaded from the cloud on an ipad

    How can you tell which songs are downloaded on the iPad from the cloud?

    I know ipad albums are more like tagging photos rather than putting them in folders. I just have a nagging feeling I missed some pics and I have too many to try to go figure out one by one. I don't look at my photos from the camera roll, only from albums I tagged just because I imported photos from different sources and the dates and order is really messed up. I just want to know that I am viewing all the photos from like this vacation or that event and there's none I missed that are only in the camera roll.

  • Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    you can't really, but you might be able to filter them by message content into folders for each, or color them with tags

  • How can I know which file is using by the self-service workflow?

    Dear all:
    In my directory, there are two HRSSA.wft and How can I know which source is using by the workflow of the self-service ?
    my environment is oracle 11.5.9 | self-service 4.1 | workflow builder 2.6
    Thanks
    regards
    Terry

    One way would be to download the HRSSA workflow to a wft file (using the WFLOAD utility - see MOS Doc 578248.1), then comparing this downloaded wft file with the two files you have (using a utility such as diff in Unix). The comparison that reports no differences will identify the wft that was uploaded into the database.
    HTH
    Srini

  • How can I know which link was clicked in the link list

    Hi everyone
    I'm using list of links in my page to display list of the files in some directory.
    How can I know which link user was clicked. There are some code:
    <%
    String dir = "..//files//";
    File fin = new File(dir);
    File files[]=fin.listFiles();
    for(int i=0;i<files.length;i++)
    File x = files;
    %>
    <%=x.getName()%><br>
    <%
    %>
    Please help

    You need to pass some data on the querystring to the page you are linking to.
    <a href="Main_Work.jsp?file=<%=x.getName()%>"><%=x.getName()%></a><br>
    This will send a parameter called "file" with the value of the file name that the user clicked.
    Now in Main_Work.jsp you can access this data as follows:
    <%
    String s = request.getParameter("file");
    File f = new File("..//files//"+s);
    %>

  • How can I check which JRadioButton is selected in whichTabbedPane?

    Hello,
    I have several TabbedPanes with a mass of JRadioButtons in one ButtonGroup. Now I search an easy way how I can find out which RadioButton is selected in which TabbedPane. With "getParent()" I can get a lot but not e.g. the name of the TabbedPane.
    Thanks for your help
    Arthur

    I'm not sure that it's what you want but you can do something like this:
    for the checked radio button to getParent and then
    to try
    int i = tabbedPane.indexOfComponent( checkedRadioButton );
    and if you know the indexing of your radionbuttons you can find, It's for sure not nice
    solution but it is the first what come to me ;-).
    Best regards.

  • How can i see which items are taking up the most disk space

    I have a Titanium PowerBook G4 with a 20GB hard drive. I'm currently using 15GB. I have tried searching through my hard drive to see which programs are taking up the most space. When I add up the totals of the various folders, etc., it's not 15GB worth. I feel like some items must be nested somehow, making them difficult to find. Is there some way to search your computer by size of items? I know that opening the hard drive and clicking on the size tab will sort things according to size. However, the folders don't show their size unless you click on them individually. Any suggestions?
    Thanks.

    While viewing a Finder window go to View>Show View Options, put a check in the box for 'Calculate All Sizes'. This is a setting you don't normally want to have turned on as it slows down the refresh when you switch windows, so you might want to remove the check once you identify the disk hogs.
    BTW- You can free up a lot of disk space & RAM if you remove any fonts that you & the OS don't really need. You may also have a great deal of space taken up by unnecessary printer drivers, not to mention the plethora of ReadMes & other 'goodies' that get added when you install software.
    HTH |:>)

  • How can i determine which devices are used at the moment?

    Hi all,
    I am designing an interface with LabVIEW for uing agilent devices. My work colleagues will use this interface.  I want to determine which devices are used at the moment and if I determine used device, i will add automatically device names to interface's main vi. So all my work colleagues can see on the program which devices are used by another colleague. This devices are connected with GPIB. İ want to learn is there any function on Instrument I/O palette.
    Thanks,
    Omer
    Solved!
    Go to Solution.

    Hi Omer,
    so those devices are connected to the PC with a GPIB connection. Will your collegues run several DAQ programs at the same time?
    GPIB-devices being controlled by PC don't have a "in use"-signal. They wait for commands, execute them and send an answer. When you start to control them using two programs they may respond to both programs, mixing up settings/measurement values and so on.
    That being said: In MAX you can see all devices connected to your GPIB port. You could scan the GPIB port using VISA commands in your program. You might even try to access a certain device by it's VISA alias. I really don't know if you will get a "device nopt available" error message when that VISA alias is in use by a different program - but you might do a quick test on your own…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • I have a lot of movies on my itunes library,when I sync my ipad2, how can I select which movies to load on the ipad?

    How do I choose which movies to load into my ipad from my itunes library? Seems like everytime I sync, it loads up all the movies I have in my itunes library.

    When connected to your computer's iTunes, select the iPad 'device' on the left-hand side of iTunes, and then on the right-hand side on its films/movies tab just select the films that you want to sync and then click the Sync button at the bottom.

  • How can I check if there is a table with the given name ?

    I'm using 8i and 9i.
    Could anybody teach me how to check if there is a table with a certain name in SQLPLUS without using SELECT
    statement ?
    I want to use the following logical procedure.
    if exists "table_to_be_deleted" then drop table "table_to_be_deleted"
    Or, is there any system table that I can check the names of tables like
    count = select "table_to_be_deleted" from "an_oracle_system_table"
    if ( count != 0 ) then drop table "table_to_be_deleted"
    Thanks,
    John

    Just create it, but be aware that DDLs can't be executed directly from Pl/Sql, so you'll have to use dynamic Sql, e.g. :
    SQL> create table test(a number);
    Table created.
    SQL> begin
      2  drop table test;
      3  exception
      4  when others then
      5  null;
      6  end;
    SQL> /
    drop table test;
    ERROR at line 2:
    ORA-06550: line 2, column 1:
    PLS-00103: Encountered the symbol "DROP" when expecting one of the following:
    begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe
    SQL> ed
    Wrote file afiedt.buf
      1  begin
      2  execute immediate 'drop table test';
      3  exception
      4  when others then
      5  null;
      6* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL>Now the table does not exist anymore, but further executions will not generate errors, due to the exception handler :
    SQL> desc test
    ERROR:
    ORA-04043: object test does not exist
    SQL> /
    PL/SQL procedure successfully completed.
    SQL>

  • How can I select which photo is used on the cover of an i-Photo book?

    I have created a photobook, and can do most things I need, but the photo selected by Autoflow for the cover is not the one I want. Can anyone tell me how to change it?

    You can drag any of your photos to the coverpage.
    Click onto the title page to select it and open the Photos Browser window, then drag the photo you want to use onto the title page.

  • HT1338 how can i find which files that are using the most storage?

    help please !!! because my storage availability is getting lower !

    Try a program such as Disk Inventory X or OmniDiskSweeper.
    (70433)

  • How can i check rfc working in R3?

    Hi,
    how can i check that an RFC was executed in the RFc after Xi called r3?

    Hi Mushon,
    for example you can create a little test database and fill it.
    Easier: take that code:
    CALL FUNCTION 'SM02_ADD_MESSAGE'
      EXPORTING
        MESSAGE                    = 'Module was called!'
       EXPIRATION_DATE            = SY-DATUM
       EXPIRATION_TIME            = '230000'
       DELETE_TIME                = '230000'.
    If you execute any transaction in R/3 you get a little popup, that there is a message in your inbox.
    Regards,
    Udo

  • How can I check it my firefox firewall is turned on

    where and how can I check if Firefox firewall is turned on

    oops the I would like to check if the Windows firewall is on.thanks

Maybe you are looking for