Connector sync scom agent (microsoft.systemcenter.agent)

we are trying to sync the microsoft.systemcenter.agent class from scom to scsm with a SCSM connector. we need this to track on which server there's a SCOM agent. but it doesn't seem to work here.
i enabled the Microsoft.SystemCenter.Library as the MP to sync in the connector and added the class to the AllowList. I can see the class and use it for views in scsm but no class instance is being synchronized.
is there still something i could check? or is this class blocked somehow in the connector?

Hi,
It could be the CI's you want to synchronize are not on the "Allowed List" and you simply need to add them. Sometimes you need to do this even after importing the proper MP's into SCSM. Here is a detailed blog on the "Allowed List" :
http://blogs.technet.com/b/servicemanager/archive/2010/02/26/managing-the-allowed-list-for-the-operations-manager-ci-connector-with-powershell.aspx
My Blog | www.buchatech.com | www.systemcenterportal.com
If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
in a test environment before implementing!

Similar Messages

  • SCOM 2012 Microsoft.SystemCenter.HealthServiceWatcher and NetbiosComputerName

    Alerts generated by Microsoft.SystemCenter.HealthServiceWatcher don't have the NetbiosComputerName field populated.
    Is there anyway to get this field populated?
    Alerts include:
    Failed to Connect to Computer
    Health Service Heartbeat Failure
    Thanks,
    Darren

    This class is not hosted by Windows Computer, which provides the Netbios Computer Name field, and there really is no way to get this populated unless you run some sort of external process with command channel or SCORCH.
    These are the properties available on that class:
    PS>c:\scripts\getclasspath_2012.ps1 Microsoft.SystemCenter.HealthServiceWatcher
    TARGET CLASS Microsoft.SystemCenter.HealthServiceWatcher
                                     HealthServiceId
                                     HealthServiceName
    BASE CLASS PATH for Microsoft.SystemCenter.HealthServiceWatcher
    System.Perspective
    System.LogicalEntity
    System.ConfigItem
                                     ObjectStatus
                                     AssetStatus
                                     Notes
    HOST CLASS for Microsoft.SystemCenter.HealthServiceWatcher
    Microsoft.SystemCenter.HealthServiceWatchersGroup
                                     WatcherGroupName
                                     RMSPrincipalName
    BASE CLASS PATH for Microsoft.SystemCenter.HealthServiceWatchersGroup
    System.Group
    System.LogicalEntity
    System.ConfigItem
                                     ObjectStatus
                                     AssetStatus
                                     Notes
                     *Not Hosted*
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Microsoft Monitoring Agent (AdtAgent) could not be installed.

    Hi everyone,
    on all of our servers where I install the Microsoft Monitoring Agent and the UR 4 I get this error in the Application EventLog:
    Log Name:      Application
    Source:        MsiInstaller
    Date:          <date time>
    Event ID:      11923
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          SYSTEM
    Computer:      <computername>
    Description:
    Product: Microsoft Monitoring Agent -- Error 1923. Service '@C:\Windows\system32\AdtAgent.exe,-500' (AdtAgent) could not be installed. Verify that you have sufficient privileges to install system services.
    Am I correct that this service is only needed in connection with Audit Collection Services?
    We don't use ACS so can we ignore this error or is it possible that any functionality of SCOM (except ACS) will be missing?
    Thanks and regards,
    Ville

    Hi,
    You may check operation manager event log, if there is no error message after upgrade, then this event can be ignored.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Microsoft Monitoring Agent Service on Management Servers - 2012R2

    Hi,
    Is the Microsoft Monitoring Agent Service supposed to be running on Management Servers?
    I can't remember if I have added an agent by accident, or if this is part of the install.
    Thx,
    John Bradshaw

    When you install Management server, SCOM will automatic install Microsoft Monitoring Agent service. However, Microsoft Monitoring Agent service default installation path in Management server, c:\program files\Microsoft system Center 2012 R2\Operations
    Manager\Server\health Service state, is different to ordinary agent machine which installation path is c:\program Files\Microsoft Monitoring Agent\Agent. Moreover, SCOM 2012 R2 uses Microsoft Monitoring Agent to collect and monitor server status and performance
    whether they are SCOM agent or Management server.
    Roger

  • Cannot uninstall "Microsoft Monitoring Agent" error 2203

    Hello
    I am trying to uninstall the SCOM 2012 R2 "Microsoft Monitoring Agent" from a Windows x64 PC.
    Error 2203.Database: C:\Windows\Installer\50aa1.ipi cannot open database file. System error -2147024875
    I receive the following error part way through the uninstall (which I did not receive when uninstalling the agent from other computers. I am logged in with Administrator Rights.
    These Servers are not longer on the network and therefore not part of the domain or management group.
    Can someone please assist with this error as bing does not return any relevant information for this error.
    Thanks
    AAnotherUser__
    AAnotherUser__

    I resolved the issue, I added the PC back onto the Domain, then the Agent would uninstall no problem, odd but learn something every day
    AAnotherUser__
    AAnotherUser__

  • Microsoft Test Agent appears to be blocking Outlook connectivity to Exchange

    Core Problem
    The problem I am having is that connectivity to Exchange from Outlook is blocked while executing an integration test through the Microsoft Test Agent (i.e. Outlook
    is in the disconnected state). The test is launched through Microsoft Test Manager.
    Below is the code for the integration test I am having problems with and I simplified the code as much as possible to rule out code within the integration test
    causing the problem. I also eliminated all other tests from running.
    [TestMethod]
    public void LaunchOutlook()
    Process.Start(new ProcessStartInfo(@"C:\Program Files (x86)\Microsoft Office\Office14\Outlook.exe"));
    Thread.Sleep(120000);
    I can change how long Outlook is blocked by changing the Thread.Sleep timeout. While the test is running, I can restart Outlook and Outlook is still blocked.
    After the test ends while Outlook is still running, connectivity to Exchange is restored. This happens for Outlook 2010 and Outlook 2013. If I run the integration test within a console app, Outlook connectivity is not blocked. If I run the test code manually
    through MSTest.exe, Outlook connectivity is not blocked.  The only way it’s blocked is if the integration test is executed by the Microsoft Test Agent which is the required approach for integration testing.
    More details on the problem
    Outlook is running on a machine that is part of a Hyper-V Lab with network isolation enabled. There are other machines within the same lab that have Outlook
    instances pointed against the same Exchange server. Executing the test on one machine causes Outlook connectivity issues with other machines within the same lab where the Outlook instances are pointed at the same Exchange server.
    I have small Hyper-V lab with network isolation enabled which is very similar to the lab mentioned above. The major difference is that it only has one machine
    with Outlook installed. This Outlook is able to connect to Exchange while executing the test above through Microsoft Test Manager. It is very clear that this is an environmental issue since it works in one lab and not the other. Both labs have the same Exchange
    server installed, and the same Microsoft Test Agent installed on all machines within the lab.
    I have ruled out the Outlook version as being the issue since the larger lab contains the same Outlook version as the Outlook version in the smaller lab.
    During test run
    Notice that Outlook is in the disconnected state.
    After test run.
    Notice that Outlook is not connected to Exchange.
    Environment Information
    Outlook 2010 Version: (14.0.7113.5000) SP2 (14.0.1740.5002) 64-bit or 32-bit Outlook 2013 Version: (15.0.4667.1000) MSO (15.0.4675.1002) 64-bit or 32-bit Windows
    7 Version: 6.1 (Build 7601: Service Pack 1)
    Exchange 2013 Version: 15.0 ‎(Build 847.32)‎ Windows Server 2008 R2 Version: 6.1 (Build 7601: Service Pack 1) Microsoft Test Manager 2013 Version: 12.0.31101.0
    TFS 2013 Update 4 Version: 12.0.31101.0 Microsoft Test Agent Version: 12.0.31101.0 Update 4
    Troubleshooting Steps
    I launched procmon and looked for failed TCP and UDP operations for indication of network failures and found none.
    I turned on enable troubleshooting logging in Outlook and nothing within the logs looks obvious.
    Pinging the Exchange server while the test is running still works.
    I ran the integration test through the command line using MSTest.exe and outlook connectivity is not blocked.
    Requesting Help
    Can you please help me troubleshoot this problem? I see two approaches to identifying the problem.
    Looking for differences between the two environments
    Obtaining logs or other information that would expose the core problem.
    I am open to suggestions or ideas especially if you have a different approach to solving the problem. Feel free to ask for other information related to the problem
    like logs, PowerShell commands, and registry values.
    If you are short on time, can you at least post some suggestions or ideas related to resolving this problem?
    Thanks, Keith

    After installing fiddler I figured out what the problem was. The Microsoft Test Agent was activating a proxy server which was blocking connectivity to exchange. The proxy server was activated due to having the ASP.Net Client Proxy for IntelliTrace and Test
    Impact turned on. 
    Below is a link to the article with the exact same problem.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/ecc0b342-8e4d-436c-90c2-5f11bce1e9d8/proxy-server-settings-being-set-automatically-which-is-causing-me-not-to-be-able-to-run-manual-test?forum=vsmantest

  • How can we download the latest management pack : microsoft.systemcenter.webapplication.library.mp?

    I try to search the whole internet but still unable to find this mp file: microsoft.systemcenter.webapplication.library.mp, I use 2007R2 and import a new MP which need higher version webapplication.library.mp, does it only exist in SCOM2012 installation
    file which means I need to install SCOM 2012 first? Thank you!!

    If you have a custom pack that references a 2012 version of a library MP, then you probably need to ask the vendor or developer of the customer pack the the library pack. I do not believe MSFT offers download of library packs, specifically. If you're on
    SCOM 2007 R2, and this is a SCOM 2012 version of the library, then you cannot import a schema v2 library.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Log Reader Agent and Snapshot Agent wont start

    Hi There,
    I've two SQL 2012 servers with multiple instances installed.
    I've started replicating the databases in these instances using transactional replication and thus far they've worked without a hitch.
    One of my instances, annoyingly, has an issue where the Log Reader Agent and Snapshot Agent refuse to start, and I've followed exactly the same process as with the other instances\databases.
    The Agents are configured to make use of a domain user account with sysadmin permissions to the instances on both servers.
    I get the following two error when I View Log Reader Agent Status:
    The job failed. The Job was invoked by User sa. The last step to run was step 2 (Run agent.).
    I've asked the agent to run as my DOMAIN\sqlservice account, so I've no idea why it's moaning about sa?!!?
    I get the following error when I View Snapshot Agent Status:
    The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher, and Di
    If I try to start either agent I'm told that the request to run job was refused because the job has been suspended, "Changed database context"??  Error 22022.
    Can anyone help?

    This is because your job owner is sa.  Right click on your job and notice the owner - but is should be sa.
    You likely have another issue. You may need to run the job and configure it for logging to see what the error is.
    http://support.microsoft.com/kb/312292/en-us
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Many years ago synced iCal with Microsoft program. Since installing Lion whenever I try to create an event in iCal it flashes up message "Unable to open Microsoft sync services Power PC applications no longer supported." How do I get rid of message?

    Many years ago synced iCal with Microsoft program. Since installing Lion whenever I try to create an event in iCal it flashes up message "Unable to open Microsoft sync services Power PC applications no longer supported." How do I get rid of message?

    Lion no longer supports PowerPC apps. If this is Microsoft Office 2008 (Entourage 2008) then you should disable the syncing services.  (I don't have Office 2008 installed anymore so I don't know exactly what it's called anymore.)  If you have Microsoft Office 2004 or earlier, then it can't be run on Lion at all since Lion removed Rosetta, which is what allowed a PPC app to run on an Intel based Mac.
    Also, I believe Microsoft removed sync services from the current Outlook 2011 (which replaces Entourage) so even upgrading to a newer version of Microsoft Office will not get you back that calendar sync feature.  Supposedly Microsoft is working on a new syncing system, but I wouldn't hold my breath.

  • Link scanner agent and loader agent pop ups that won't go away

    Link scanner agent and loader agent pop ups won't go away.  How do I get them to stop?

    the same thing has been happening to me for a while, it doesnt seem to affect anything but i would like to get rid of it, i feel like it might be a bug.

  • The User-Agent "Java/1.5.0_06" is unknown;creating an agent with null agent

    Hello,
    We're currently on JDeveloper 10.1.3.4.0.4270. We just release a new version of our web app into production. This is an internal web application. application server is weblogic 10. The weblogic log is showing alot of these warning messages. I tried search on this forum and in google but unable to find any information. I really appreciate if anyone has any idea what could be causing these warning. Our users are constantly getting sent back to the login page to to user sessions lost.
    <Jun 8, 2010 12:39:20 AM EDT> <Info> <Common> <BEA-000628> <Created "5" resources for pool "venusDS", out of which "5" are available and "0" are unavailable.>
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    1698656.832: [GC [PSYoungGen: 145280K->5811K(187264K)] 418915K->302441K(650112K), 0.1285455 secs]
    Jun 8, 2010 12:42:22 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Thanks,
    Joe

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • How to route the workitem to Agent, when no agent found

    1.when agent is not found, i was able to see the workitem in swi2_freq.
       If this is case, how do i send workitem to an agent?
    2. As this is a general task, but i didn't see this workitem in all user's inbox. is it true that if agent not found for a workitem,will be sent to all agents?
    3. I set my userid as workflow administrator, but still am not able to forward workitems to any user in sap.(lack of authorizations). What kind of authorizations required to forward a workitem.
    Any inputs on this...

    1. Either you can set default agents for the task (or) modify the container elements in transaction SWIA (or) complete it manually without agent.
    2. Its true that, for a task specified as general task, all users become possible agents. Remember that they dont become responsible agents. SAP agent assignment always take the intersection of possible and responsible agents. If you donts specify responsible agents, you cannot see workitem in anyone's inbox.
    3. As told earlier, if you dont have authorization, check for the auth object in SU53 and get that added to your profile. Anyways, you can also check for the SAP provided standard authorizations for the workflow users in sap.com
    regards,
    Sandeep Josyula
    *Mark if helpful

  • Agent Desktop's agent state toggles between "ready" and "reserved

    Hello and thanks for all of your past help.  I have a user whos'e Agent Desktop's agent state toggles between "ready" and "reserved when no calls are coming in to he IP Phone 7941 or 7961.  Can anyone help?
    Thanks, Chet

    Is the agent's phone actually ringing at all? If not I suspect the IP IVR ports are unable to call the agent. UCCX tries to send a call to the agent so it sends the reserve event to the agent and then tries to send the call to the agent but is failing so it cancels the event flicking the agent back into ready. Perhaps check to make sure that the ports have an appropriate calling search space to call the agent extension. Maybe configure a phone the same as the IVR port and check to see if you can call the agent extension?
    Cheers,
    Nathan

  • Error from Cisco Agent Desktop - The agent- or workflow-initiated action request failed.

    We have roughly 20 agents using Cisco Agent Desktop version 85.1.417 and I have one that when she clicks the phone button to answer a call she gets the error: "The agent-  or workflow-initiated action request failed."
    I reinstalled the program, but she still receives the same error.  What could be causing this problem?

    This is what I found in the log:
    2014-10-06 08:59:46:838 INFO VOIP2021 Desktop monitoring enabled for extension [9214].
    2014-10-06 09:00:12:147 WARN STD3000 Get registry key <MTS_CitrixInstall> under path <SOFTWARE\Calabrio\CAD\Site Setup>. Object not found: <2:The system cannot find the file specified.>.
    2014-10-06 09:00:12:159 INFO SOCKET0000 <CADEEMConnector> service on port <59015> has started.
    2014-10-06 09:01:01:580 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781617 != 37533406)
    2014-10-06 09:09:28:543 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781655 != 37533406)
    2014-10-06 09:13:42:458 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781669 != 37533406)
    2014-10-06 09:29:03:809 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781740 != 37533406)
    I'm attaching part of the DBG log.  I hope that it helps.
    Thanks

  • How do I remove 33 Virtual Machine Manager Connectors in SCOM?

    I am not even making that up. Somehow I have 33 Virtual Machine Manager connectors in SCOM when I look at Internal Connectors. If I delete them all using the SCOM PowerShell cmdlets, they will disappear for a day or so, and then they all come back. 
    Anyone have an idea what is going on here and how I can get rid of all the extra ones?  I have done everything I can think of and can't seem to get rid of them (I realize there should be one of them).
    MCITP | VCP4 | VCP5

    I wasn't around when this was all configured, so I am not sure what it is supposed to look like.  Are you telling me that I should expect to see 33 different VMM connectors in SCOM?  One makes sense, why 33?  And no, I would like
    to keep the integration, and just remove all the unneeded connectors.
    This is how integrations works and this is by design.
    Regards,
    Ivan 

Maybe you are looking for