Operations manager failed to run a wmi query for wmi events (0x800706ba)

Hi everyone,
I've been working on this issue for a while and I am still no closer to finding out what the problem is.  If anybody can offer any other advice or things to check, I'm all ears.
I'm running SCOM 2012 R2 with UR2, and the Cluster Management Pack v6.0.7063.0
My problem is on one particular batch of cluster servers where I am getting the following error.
Name: Operations Manager failed to run a WMI query for WMI events
Alert Description:
Module was unable to enumerate the WMI data
Error: 0x800706ba
Details: The RPC server is unavailable
Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
Instance Name: servername.domain.local
Instance ID: {instance_id}
Management group: SCOM_Management_Grp_Name
I am getting this alert regardless of whether I run the Windows Cluster Action Account as Local System, or as a domain user with full local admin privileges on all the cluster nodes.
When looking at the management pack and the workflow in particular (Microsoft.Windows.Cluster.Node.StateMonitoring), I can see that it's trying to access
MSCluster_Node in the root\MSCLUSTER WMI namespace.
This is the workflow for your information...
<UnitMonitor> ID="Microsoft.Windows.Cluster.Node.StateMonitoring" Accessibility="Public" Enabled="onEssentialMonitoring" Target="ClusLibrary!Microsoft.Windows.Cluster.Node" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="ClusLibrary!Microsoft.Windows.Cluster.CheckState" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.Node.StateMonitoring.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="ClusLibrary!Microsoft.Windows.Cluster.Node"]/ClusterName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Online" HealthState="Success" />
<OperationalState ID="Warning" MonitorTypeStateID="Partial" HealthState="Warning" />
<OperationalState ID="Error" MonitorTypeStateID="NotOnline" HealthState="Error" />
</OperationalStates>
<Configuration>
<ClusterObjectName>$Target/Property[Type='ClusLibrary!Microsoft.Windows.Cluster.Node']/NodeName$</ClusterObjectName>
<PollInterval>60</PollInterval>
<ClusterObjectClass>MSCLUSTER_Node</ClusterObjectClass>
<OnlineExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">0</Value>
</ValueExpression>
</SimpleExpression>
</OnlineExpression>
<OnlineExpressionOnDemand>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">0</Value>
</ValueExpression>
</SimpleExpression>
</OnlineExpressionOnDemand>
<PartialExpression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</PartialExpression>
<PartialExpressionOnDemand>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</PartialExpressionOnDemand>
<NotOnlineExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='EventNewState']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</NotOnlineExpression>
<NotOnlineExpressionOnDemand>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</NotOnlineExpressionOnDemand>
<WMIFields>Name, State</WMIFields>
</Configuration>
</UnitMonitor>
I can confirm that I am able to browse the MSCluster_Node class locally, as well as remotely using WMIEXPLORER and WBEMTEST,
however it only works when I set the Authentication Level to
Packet Privacy.  If I do not select Packet Privacy, a WMI event log error 5605 is logged on the remote servers application log that says...
The root\mscluster namespace is marked with the RequiresEncryption flag.  Access to this namespace might be denied if the script or application does not have the appropriate authentication level.  Change the authentication level to Pkt_Privacy
and run the script or application again.
I can confirm that all firewalls are turned off, and there are no firewalls between the management servers and the agents in question.  AV exclusions have been done and appear to be in place.  The nodes are all Windows 2008 R2 with SP1.  As
far as I can tell there is plenty of memory available on each of the nodes in question (50%+) of RAM is available. 
If I manually run the "Discover the Windows Server 2008 R2 Cluster Components" task in the Cluster Service State section of the management pack in the Monitoring Pane in the console, on the nodes in question - the discovery runs successfully.
Does anybody have any other ideas or suggestions I could try?
Many thanks in advance,
Noel.
http://www.dreamension.net

Hi,
Common causes of RPC errors include:
Errors resolving a DNS or NetBIOS name.
The RPC service or related services may not be running.
Problems with network connectivity.
File and printer sharing is not enabled.
For more information, please review the link below:
Windows Server Troubleshooting: "The RPC server is unavailable"
http://social.technet.microsoft.com/wiki/contents/articles/4494.windows-server-troubleshooting-the-rpc-server-is-unavailable.aspx#Identify
Troubleshooting RPC Errors
http://technet.microsoft.com/en-us/magazine/2007.07.howitworks.aspx
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.

Similar Messages

  • Alert: Operations Manager failed to run a WMI query

    I am having an issue with my Cluster MP. I am getting a large amount of alerts for "Alert: Operations Manager failed to run a WMI query"
    Alert: Operations Manager failed to run a WMI query for WMI events
    Source: Server.Domain
    Path: Server.Domain
    Last modified by: System
    Last modified time: 6/10/2014 5:20:40 PM Alert description: Module was unable to execute the notification query.
    Error: 0x80041003
    Details: Access denied
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.Cluster.Node.StateMonitoring
    Instance name: Server.Domain
    Instance ID: {A7DED311-01E2-927A-A4BF-013D443EBA84}
    Management group: SCOM-GroupName
    This happens for many workflows. I can not for the life of me find what access is being denied on. Any help would be great.
    I have the cluster run-as profile configured to use a domain account as well as the local agent to use a domain account that has administrative rights to the clusters.
    Thanks,
    Seth

    Yes, in a last ditch effort to over come this access denied I made my Action Account a domain admin and configured the agent default account from local system to the domain action account. nothing has worked for me.

  • Operations Manager failed to run a WMI query-Invalid class

    Hi Team,
    may of the windows 2008 R2 sp1 and sp2 servers getting below SCOM 2012 alert. Please help me to fix the same.
    SCOM version : SCOM 2012 R2
    Alert: Operations Manager failed to run a WMI query
    Source: server Name
    Path: server Name
    Last modified by: System
    Last modified time: 2/6/2014 8:33:22 AM
    Alert description: Object enumeration failed
    Query: 'SELECT * FROM MetaFrame_Server WHERE ServerName="server Name"'
    HRESULT: 0x80041010
    Details: Invalid class
    One or more workflows were affected by this.
    Workflow name: Citrix.PresentationServer.ActiveSessions.PerformanceMonitor

    First try it with WBEMTEST to see what is going with the WMI class. The error you are getting usually means WMI misses that class and you should load the mof again/ maybe rebuild the entire repository (careful as the windows files are all located
    on 1 folder, but applications tend to store it in their own folders, like citrix, ibm, etc).
    Try to run this command:
    mofcomp "<Programfiles>\Citrix\System32\Citrix\WMI\ .Mof file for citrix"
    {citrixProv.XP10FR3.mof, metaframeProv.XP10FR3.mof, and mgmt.XP10FR4.mof files}
    Then, run the WBEMTest again and the namespace should be returned successfully. Then restarting the health service on agent.
    Also you can refer below link
    https://support.citrix.com/article/CTX122283
    Please remember, if you see a post that helped you please click (Vote As Helpful) and if it answered your question, please click (Mark As Answer).

  • Operations Manager failed to run a WMI query -Access Denied

    v hosts to 2012 r2, and now we're seeing a lot of "Operations Manager failed to run a WMI Query", With "Object enumeration failed".
    Query: 'SELECT Name, State FROM MSCLUSTER_NetworkInterface where Name="our host name
    - Management"' HRESULT: 0x80070005 Details: Access is denied.
    Our Cluster run-as account is local admin on the hosts beeing monitored.
    We've tried rebuilding the WMI database following this procedure:
    1. Disable and stop the WMI service.
         sc config winmgmt start= disabled
         net stop winmgmt
    2. Run the following commands.
         Winmgmt /salvagerepository %windir%\System32\wbem      (I noticed that you have run this command, but I would suggest
    that you try it again)
         Winmgmt /resetrepository %windir%\System32\wbem
    4. Re-enable the WMI service and then reboot the server to see how it goes.
         sc config winmgmt start= auto
    If the problem remains, then try the following steps to rebuild the repository:
    1. Disable and stop the WMI service.
         sc config winmgmt start= disabled     (note that there is a blank between '=' and 'disabled')
         net stop winmgmt
    2. Rename the repository folder (located at %windir%\System32\wbem\repository) to repository.old.
    3. Re-enable the WMI service.
         sc config winmgmt start= auto
    4. Reboot the server to see if the problem remains.
    but we've had no Luck so far. Any help would be
    appreciated!
    Regards,
    Torbjørn

    Have you checked if DCOM is enabled, WMI will not be able to connect if its disabled.
    Use the steps below to configure DCOM.
    Run dcomcnfg.exe
    Double-click Component Services
    Double-click Computers
    Right-click My Computer
    Select Properties
    Select Default Properties tab
    Ensure the "Enable Distributed COM on this computer" checkbox is checked
    Default Authentication Level: Connect
    Default Impersonation Level: Identify
    Next:
    Click on COM Security tab
    Click Edit Limits under "Launch and Acitvate Permissions"
    Make sure Remote Launch and Activation permissions are enabled for the Administrators group
    Hope this helps
    -Adrian

  • Dreaded "Operations Manager failed to start a process" error (2012 R2)

    I know this error has been covered many times, and on many topics, but this time mine is slightly different.   It's
    NOT the
    "SCOMpercentageCPUTimeCounter" error covered by Kevin Holman.
    Also, I am running SCOM 2012 R2 UR4 (7.1.10226.1046) and everything seems correctly patched (MS and agents), like
    suggested by Nicole Welch and Kevin Holman as well.
    So my environment is a fresh installation of SCOM 2012 R2, and I am transferring to this new Management Group, the monitored servers from our old SCOM 2012 "R1" (which I did not upgrade but rather made a brand new independent install).  So
    all servers aren't migrated yet, but I would like to solve this error before. This error did NOT happen in "R1", nor was it overridden (I imported the exact same Management Packs anyway).
    On 2012 R2, it happens on almost all new monitored machines, mainly Read-Only Domain Controllers (RODCs).
    Here is the kind of alert text I am getting:
    Het om 10:10:15 gestarte proces is beëindigd als gevolg van een uitvoerverzamelfout als gevolg van fout 0x80070057 :
    The parameter is incorrect.
    ; mogelijk zijn er gegevens verloren gegaan.
    Opdracht die is uitgevoerd: "C:\Windows\system32\cscript.exe" //nologo "C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 193\24788\AD_Global_Catalog_Search_Response.vbs"
    RODC02.mydomain.be (objectCategory=DMD) false 4 {9E253FCB-8AAF-491F-CCA3-E632C6C2800C}
    Werkmap: C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 193\24788\
    Dit is van invloed op een of meer werkstromen.
    Werkstroomnaam: Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitor
    Exemplaarnaam: RODC02
    Our servers have Belgian (Dutch) regional settings, hence the language. But check out the highlighted info in bold.
    The related event Number (in Alert Context) is 21404. Most other articles about this, mention 21402 or 21403. I suppose they all must be related but still, it's a new one here.
    There you have the failing VBS file. I checked all alerts and there seem to be different files concerned overall. Other examples:
    C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 233\22737\AD_Database_and_Log.vbs    (from almost all RODCs)
    C:\Program Files\Microsoft Monitoring Agent\Agent\Health Service State\Monitoring Host Temporary Files 196\19876\Microsoft.Windows.Server.Legacy.FreeSpace.vbs
      (also from an RODC)
    C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Server\Health Service State\Monitoring Host Temporary Files 5891\338282\Microsoft.Windows.Server.CPUUtilization.Monitortype.vbs 95 15
    SCOM02.mydomain.be 1.4119384288787842     (this one is from my second Management Server..)
    Repeat count of the alert is 1 to 2 a day, so it's not nightmareish, but still, requires to be fixed. I suspect that even if there is a different VBS file concerned, since the eventID and the alert text are the same, the repeat count will just increase,
    not showing the last actual VBS concerned.
    I connect to each of these servers, and browse to the directory containing the file, and the folder is there, the file is there.  The error text mentions incorrect parameters but they still seem OK to me. 
    I found something which might be worth noting:  when browsing to the directory, be it on an RODC or on the SCOM server, I get a permission popup requiring some admin rights to do so - although I am using my domain admin (+SCOM+SQL+local
    admin everywhere) account:
    SCOM services use the Local System account to run, on every machine. I thought Local System shouldn't be concerned with these permissions popups, but normally the domain/local admins aren't either, yet I am.
    The "Health service" folder is the only one from the "C:\Program Files\Microsoft Monitoring Agent\Agent" folder to be concerned with this; I can browse without trouble to any other directory there.
    After a SCOM service stop, I renamed the "Health Service state" folder (as you can see on the screenshot, there is a "Health Service State bak" folder) and let the service recreate it after a restart, to ensure it was clean and with
    appropriate permissions , but it doesn't help.
    Might that be a clue?
    Or else what?  I'm getting confused and don't find a suitable solution.
    dd
    Bix

    On Thu, 4 Dec 2014 14:20:22 +0000, Bixessss wrote:
    I know this error has been covered many times, and on many topics, but this time mine is slightly different.   It's*NOT* the "SCOMpercentageCPUTimeCounter" error covered by Kevin Holman <http://blogs.technet.com/b/kevinholman/archive/2010/02/23/a-new-script-error-scompercentagecputimecounter-vbs-invalid-class.aspx>.
    Also, I am running *SCOM 2012 R2 UR4* (7.1.10226.1046) and everything seems correctly patched (MS and agents), likesuggested by Nicole Welch <http://nicolewelchscom.wordpress.com/2013/10/01/operations-manager-failed-to-start-a-process/>
    and Kevin Holman as well.
    This forum is for security issues related to Windows Server and not for
    System Center questions.
    Post your question in one of the following forums:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=systemcenteroperationsmanager
    Thanks.
    Paul Adare - FIM CM MVP
    Never trust a computer you can't lift. - Stan Masor

  • Operations Manager Failed to Access the Windows Event Log and management server is showing warning state

    Hi,
    I am monitoring AD server from SCOM 2012 R2. My management server goes into waning state. When i run Health explorer then it come back in the healthy state but after some time it again goes into warning state. After seeing alert i found that a alert is coming
    again and again i.e.  Operations Manager Failed to Access the Windows Event Log.The description of alert is mention below
    The Windows Event Log Provider is still unable to open the DhcpAdminEvents event log on computer 'nc2vws12ad5.corp.nathcorp.com'.
    The Provider has been unable to open the DhcpAdminEvents event log for 64080 seconds.
    Most recent error details: The RPC server is unavailable.
    Please suggest me how to resolve this so that my management server will again come back in healthy state.
    Thanks
    Abhishek

    Hi Abhishek,
    As i mentioned earlier the Alert resolution says the same points.
    Can you give details on the below ?
    Is there really a log named "Dhcpadminevents" in the MS's Event viewer ?
    Did you recently configure any new alert where you mentioned "Dhcpadminevents"
    as a event log location ?
    If yes then what is the target you selected for the rule / monitor there ?
    Can you post the results for analysis ?
    Gautam.75801

  • SCOM 2012 Operations Manager Failed to start a process

    We have recently upgraded from SCOM 2007 to SCOM 2012. We are not getting a great deal of “Operations Manager Failed to start a process”. The process varies including:
    DiscoverSQL2008ASDiscovery.vbs
    DiscoverSQL2008DBEngineDiscovery.vbs
    DiscoverSQL2008ASDiscovery.vbs
    Microsoft.Windows.Server.NetwokAdapter.BandwidthUsed.ModuleType.vbs
    I have researched and researched. I know that you can try to run the scripts locally on the machine but it seems the scripts never make it to the machine. I go to the path in the error, no luck. I look in the other folders as I know that SCOM moves the scripts,
    and I even search the entire C drive but the scripts are not getting to the server. The folder is not even making it. For example:
    Command executed: "C:\Windows\system32\cscript.exe" /nologo "Microsoft.Windows.Server.NetwokAdapter.BandwidthUsed.ModuleType.vbs" SERVER true Working Directory: C:\Program Files\System Center Operations Manager\Agent\Health Service State\Monitoring
    Host Temporary Files 11606\1759\
    The script is not there and the folder \1759 is not there either.
    I have removed and reinstalled the client.
    Antivirus is fine, up to date and not blocking on any of the machines.
    I have stopped the “System Center Management service” and renamed the “Health Service State” folder and it recreates fine but not long after I get the warning in SCOM about “Operations Manager Failed to start a process”.
    I look in event viewer for Operations Manager on this particular one and I see a lot of:
    Performance data from the Health Service could not be collected since required registry keys could not be read, the error was 2L (The system cannot find the file specified.). Event ID 6001.
    I tried the fix of
    "lodctr MOMConnectorCounters.ini" and "lodctr HealthServiceCounters.ini" but I get “error
    encountered while updating text in registry. Status: 0”. Again I am using SCOM 2012.
    Do I need to look at each failed script or is there a overall issue because the scripts are not making it to the machines. Any ideas?

    I guess you might need to run "mofcomp sqlmgmproviderxpsp2up.mof".
    Thanks, S K Agrawal

  • Operations Manager Failed to convert performance data

    I am getting the following alert for many instances and have no luck finding anything that applies online.
    Alert: Operations Manager Failed to convert performance data
    Source: Server.domain
    Path: Server.domain
    Last modified by: System
    Last modified time: 6/10/2014 5:19:43 PM Alert description:
    Module was unable to convert parameter to a double value
    Original parameter: '$Data/Property[3]$'
    Parameter after $Data replacement: ''
    Error: 0x80020005
    Details: Type mismatch.
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.HyperV.2012.R2.DiskPartitionSpaceProvider.UsedSpacePercCollectionRule
    Instance name: Many
    Instance ID: {0EED0F47-F9F5-BB3A-7619-78CD0DD5BA45}
    Management group: SCOM-GroupName
    as far as I can tell it only applies to this workflow.

    Hi XarXar,
    Looks like a bug in the monitoring scripts GetDiskPartitionSpace.vbs:
    http://www.systemcentercentral.com/research-kb-operations-manager-failed-start-process/
    http://blogs.technet.com/b/lukaszr/archive/2013/11/27/the-hyper-v-2012-management-pack-issues.aspx
    Natalya

  • How to run a search query for a particular folder in KM related to portal

    Hi,
    Can any one tell me the steps for : how to run a search query for a particular folder in knowledge management related to portal.
    Answers will be rewarded.
    Thanks in advance.
    KN
    Edited by: KN on Mar 18, 2008 6:33 AM

    Ok u may not require a coding
    But u req configuration
    U should first make a search option set
    Link: [Search Option set|http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm]
    Then u need 2 duplicate a KM Command by the name Search From here
    and customize it to include the Search Option that u have created
    Link: [Search from here|http://help.sap.com/saphelp_nw04/helpdata/en/2a/4ff640365d8566e10000000a1550b0/frameset.htm]
    Then in the layout add this command.
    Regards
    BP

  • Adhoc query for Training & Event mgmt

    Hi,
    Can anybody guide me for design the adhoc query for training & event management. I needto extract data upto attende level from a particular infoset.
    Thanks
    Dadarao.

    Hi,
    I have got a query in AD-HOC query.
    After creating the Adhoc query using the join table functionality the resulting adhoc query does not results any out put.
    What I have done is :
    1.Created a user group through SQ03
    2.Attched user to My user group
    3.Created an infoset using join table functionality(SQ02).
    4.Saved and generated the infoset
    5.Added the user group to the infoset and than run the ADHOC query.
    The table I have used to join is all PA table (For test pupose)
    Though the purpose of the custom infoset is to join PA,OM and E rec infotypes, for testing purpose I have joined only PA infotypes.
    Result:The adhoc query does not gives any out put instead it says no data could be read.
    Could you please tell what else I need to do so that the custom infosets gives an out put.
    Will greatly appreciate your help.
    Thanks and best regards
    Rajeev

  • Operations Manager failed to start a process + UAC

    Ok, I understand that there are perhaps tens of thousands of these posts, but I've not found one after an hour searching that seems to meet up with what I'm seeing.
    Seeing this show up on a handful of servers, and I don't see the correlation with the servers having this issue and things they have in common. I'm seeing it on all of our Lync Front-End servers, and then on a few terminal servers. I'm going to give the
    error for the Lync servers here though.
    The process started at 9:00:25 AM failed to create System.PropertyBagData, no errors detected in the output. The process exited with 0
    Command executed: "C:\Windows\system32\cscript.exe" /nologo "GetSQL2012DBFilesFreeSpace.vbs" "FE-05\RTCLOCAL" "FE-05.home.ku.edu" "RTCLOCAL"
    Working Directory: C:\Program Files\System Center Operations Manager\Agent\Health Service State\Monitoring Host Temporary Files 9359\180265\
    One or more workflows were affected by this.
    Workflow name: Microsoft.SQLServer.2012.Monitoring.DBFileSpaceMonitor
    Instance name: tempdb2
    Instance ID: {1FFB1DA7-414F-CAA1-E3EC-07AC097A2CED}
    Management group: ITES
    So since I've been working through all these little annoying warnings and trying to sort them out I decided to run the script.
    <Collection><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.28
    55484-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conve
    rsionType>PerformanceData</ConversionType><Property Name="Database" VariantType=
    "8">master</Property><Property Name="FileId" VariantType="3">1</Property><Proper
    ty Name="FreeSpaceMB" VariantType="5">37646.0621050745</Property><Property Name=
    "FreeSpacePercent" VariantType="5">99.9912017130836</Property><Property Name="Fr
    eeSpaceAutoGrowMB" VariantType="5">0.6875</Property><Property Name="FreeSpaceAut
    oGrowPercent" VariantType="5">17.1875</Property></DataItem><DataItem type="Syste
    m.PropertyBagData" time="2014-06-04T09:23:23.2855484-05:00" sourceHealthServiceI
    d="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</Conver
    sionType><Property Name="Database" VariantType="8">master</Property><Property Na
    me="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" VariantType
    ="5">39248.5533834203</Property><Property Name="FreeSpacePercent" VariantType="5
    ">99.9991440853338</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5
    ">0.414063</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">5
    5.2084</Property></DataItem><DataItem type="System.PropertyBagData" time="2014-0
    6-04T09:23:23.2905518-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDD
    A89CEB89"><ConversionType>PerformanceData</ConversionType><Property Name="Databa
    se" VariantType="8">tempdb</Property><Property Name="FileId" VariantType="3">1</
    Property><Property Name="FreeSpaceMB" VariantType="5">36681.1775486072</Property
    ><Property Name="FreeSpacePercent" VariantType="5">99.9923331676945</Property><P
    roperty Name="FreeSpaceAutoGrowMB" VariantType="2">0</Property><Property Name="F
    reeSpaceAutoGrowPercent" VariantType="2">0</Property></DataItem><DataItem type="
    System.PropertyBagData" time="2014-06-04T09:23:23.2905518-05:00" sourceHealthSer
    viceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</C
    onversionType><Property Name="Database" VariantType="8">tempdb</Property><Proper
    ty Name="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" Varian
    tType="5">38307.2356943516</Property><Property Name="FreeSpacePercent" VariantTy
    pe="5">99.9940044295872</Property><Property Name="FreeSpaceAutoGrowMB" VariantTy
    pe="2">0</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="2">0</
    Property></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:
    23:23.2915509-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89
    "><ConversionType>PerformanceData</ConversionType><Property Name="Database" Vari
    antType="8">tempdb</Property><Property Name="FileId" VariantType="3">3</Property
    ><Property Name="FreeSpaceMB" VariantType="5">39745.5</Property><Property Name="
    FreeSpacePercent" VariantType="5">99.988679245283</Property><Property Name="Free
    SpaceAutoGrowMB" VariantType="5">120.5</Property><Property Name="FreeSpaceAutoGr
    owPercent" VariantType="5">96.4</Property></DataItem><DataItem type="System.Prop
    ertyBagData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1
    D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionTy
    pe><Property Name="Database" VariantType="8">tempdb</Property><Property Name="Fi
    leId" VariantType="3">4</Property><Property Name="FreeSpaceMB" VariantType="5">3
    9746.375</Property><Property Name="FreeSpacePercent" VariantType="5">99.99088050
    31447</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">121.375</Pr
    operty><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">97.1</Property>
    </DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.291
    5509-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conver
    sionType>PerformanceData</ConversionType><Property Name="Database" VariantType="
    8">tempdb</Property><Property Name="FileId" VariantType="3">5</Property><Propert
    y Name="FreeSpaceMB" VariantType="5">39745.875</Property><Property Name="FreeSpa
    cePercent" VariantType="5">99.9896226415094</Property><Property Name="FreeSpaceA
    utoGrowMB" VariantType="5">120.875</Property><Property Name="FreeSpaceAutoGrowPe
    rcent" VariantType="5">96.7</Property></DataItem><DataItem type="System.Property
    BagData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1D980
    F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><
    Property Name="Database" VariantType="8">tempdb</Property><Property Name="FileId
    " VariantType="3">6</Property><Property Name="FreeSpaceMB" VariantType="5">39744
    .875</Property><Property Name="FreeSpacePercent" VariantType="5">99.987106918239
    </Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">119.875</Propert
    y><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">95.9</Property></Dat
    aItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2915509-
    05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionT
    ype>PerformanceData</ConversionType><Property Name="Database" VariantType="8">te
    mpdb</Property><Property Name="FileId" VariantType="3">7</Property><Property Nam
    e="FreeSpaceMB" VariantType="5">39744.9375</Property><Property Name="FreeSpacePe
    rcent" VariantType="5">99.9872641509434</Property><Property Name="FreeSpaceAutoG
    rowMB" VariantType="5">119.9375</Property><Property Name="FreeSpaceAutoGrowPerce
    nt" VariantType="5">95.95</Property></DataItem><DataItem type="System.PropertyBa
    gData" time="2014-06-04T09:23:23.2915509-05:00" sourceHealthServiceId="9F1D980F-
    BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Pr
    operty Name="Database" VariantType="8">tempdb</Property><Property Name="FileId"
    VariantType="3">8</Property><Property Name="FreeSpaceMB" VariantType="5">39742.2
    5</Property><Property Name="FreeSpacePercent" VariantType="5">99.9805031446541</
    Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">117.25</Property><
    Property Name="FreeSpaceAutoGrowPercent" VariantType="5">93.8</Property></DataIt
    em><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2915509-05:
    00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType
    >PerformanceData</ConversionType><Property Name="Database" VariantType="8">tempd
    b</Property><Property Name="FileId" VariantType="3">9</Property><Property Name="
    FreeSpaceMB" VariantType="5">39744.5625</Property><Property Name="FreeSpacePerce
    nt" VariantType="5">99.986320754717</Property><Property Name="FreeSpaceAutoGrowM
    B" VariantType="5">119.5625</Property><Property Name="FreeSpaceAutoGrowPercent"
    VariantType="5">95.65</Property></DataItem><DataItem type="System.PropertyBagDat
    a" time="2014-06-04T09:23:23.2975503-05:00" sourceHealthServiceId="9F1D980F-BA02
    -D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Proper
    ty Name="Database" VariantType="8">model</Property><Property Name="FileId" Varia
    ntType="3">1</Property><Property Name="FreeSpaceMB" VariantType="5">39630.875</P
    roperty><Property Name="FreeSpacePercent" VariantType="5">99.9944806182969</Prop
    erty><Property Name="FreeSpaceAutoGrowMB" VariantType="5">0.875</Property><Prope
    rty Name="FreeSpaceAutoGrowPercent" VariantType="5">28.5714285714286</Property><
    /DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.2975
    503-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Convers
    ionType>PerformanceData</ConversionType><Property Name="Database" VariantType="8
    ">model</Property><Property Name="FileId" VariantType="3">2</Property><Property
    Name="FreeSpaceMB" VariantType="5">39248.5690084203</Property><Property Name="Fr
    eeSpacePercent" VariantType="5">99.9991838953776</Property><Property Name="FreeS
    paceAutoGrowMB" VariantType="5">0.429688</Property><Property Name="FreeSpaceAuto
    GrowPercent" VariantType="5">57.2917333333333</Property></DataItem><DataItem typ
    e="System.PropertyBagData" time="2014-06-04T09:23:23.3025532-05:00" sourceHealth
    ServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData
    </ConversionType><Property Name="Database" VariantType="8">msdb</Property><Prope
    rty Name="FileId" VariantType="3">1</Property><Property Name="FreeSpaceMB" Varia
    ntType="5">37585.1339389847</Property><Property Name="FreeSpacePercent" VariantT
    ype="5">99.9579465372616</Property><Property Name="FreeSpaceAutoGrowMB" VariantT
    ype="5">0.875</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5
    ">5.2434456928839</Property></DataItem><DataItem type="System.PropertyBagData" t
    ime="2014-06-04T09:23:23.3025532-05:00" sourceHealthServiceId="9F1D980F-BA02-D35
    1-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><Property N
    ame="Database" VariantType="8">msdb</Property><Property Name="FileId" VariantTyp
    e="3">2</Property><Property Name="FreeSpaceMB" VariantType="5">36542.9860732182<
    /Property><Property Name="FreeSpacePercent" VariantType="5">99.9936081094063</Pr
    operty><Property Name="FreeSpaceAutoGrowMB" VariantType="5">17.289063</Property>
    <Property Name="FreeSpaceAutoGrowPercent" VariantType="5">88.0971363057325</Prop
    erty></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:2
    3.3075515-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><C
    onversionType>PerformanceData</ConversionType><Property Name="Database" VariantT
    ype="8">xds</Property><Property Name="FileId" VariantType="3">1</Property><Prope
    rty Name="FreeSpaceMB" VariantType="5">39628.25</Property><Property Name="FreeSp
    acePercent" VariantType="5">99.990537949132</Property><Property Name="FreeSpaceA
    utoGrowMB" VariantType="5">4.25</Property><Property Name="FreeSpaceAutoGrowPerce
    nt" VariantType="5">53.125</Property></DataItem><DataItem type="System.PropertyB
    agData" time="2014-06-04T09:23:23.3085531-05:00" sourceHealthServiceId="9F1D980F
    -BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</ConversionType><P
    roperty Name="Database" VariantType="8">xds</Property><Property Name="FileId" Va
    riantType="3">2</Property><Property Name="FreeSpaceMB" VariantType="5">39630.109
    375</Property><Property Name="FreeSpacePercent" VariantType="5">99.9952295493541
    </Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">6.109375</Proper
    ty><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">76.3671875</Propert
    y></DataItem><DataItem type="System.PropertyBagData" time="2014-06-04T09:23:23.3
    135527-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><Conv
    ersionType>PerformanceData</ConversionType><Property Name="Database" VariantType
    ="8">rtcdyn</Property><Property Name="FileId" VariantType="3">1</Property><Prope
    rty Name="FreeSpaceMB" VariantType="5">199127.125</Property><Property Name="Free
    SpacePercent" VariantType="5">99.9915262322741</Property><Property Name="FreeSpa
    ceAutoGrowMB" VariantType="5">983.125</Property><Property Name="FreeSpaceAutoGro
    wPercent" VariantType="5">98.3125</Property></DataItem><DataItem type="System.Pr
    opertyBagData" time="2014-06-04T09:23:23.3135527-05:00" sourceHealthServiceId="9
    F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceData</Conversion
    Type><Property Name="Database" VariantType="8">rtcdyn</Property><Property Name="
    FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" VariantType="5"
    >15768.585938</Property><Property Name="FreeSpacePercent" VariantType="5">99.649
    8100227502</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="5">1944.5
    85938</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5">97.229
    2969</Property></DataItem><DataItem type="System.PropertyBagData" time="2014-06-
    04T09:23:23.3195540-05:00" sourceHealthServiceId="9F1D980F-BA02-D351-E3A6-2EDDA8
    9CEB89"><ConversionType>PerformanceData</ConversionType><Property Name="Database
    " VariantType="8">rtc</Property><Property Name="FileId" VariantType="3">1</Prope
    rty><Property Name="FreeSpaceMB" VariantType="5">198878.4375</Property><Property
    Name="FreeSpacePercent" VariantType="5">99.8666480034548</Property><Property Na
    me="FreeSpaceAutoGrowMB" VariantType="5">734.4375</Property><Property Name="Free
    SpaceAutoGrowPercent" VariantType="5">73.44375</Property></DataItem><DataItem ty
    pe="System.PropertyBagData" time="2014-06-04T09:23:23.3195540-05:00" sourceHealt
    hServiceId="9F1D980F-BA02-D351-E3A6-2EDDA89CEB89"><ConversionType>PerformanceDat
    a</ConversionType><Property Name="Database" VariantType="8">rtc</Property><Prope
    rty Name="FileId" VariantType="3">2</Property><Property Name="FreeSpaceMB" Varia
    ntType="5">15659.34375</Property><Property Name="FreeSpacePercent" VariantType="
    5">98.9594524140546</Property><Property Name="FreeSpaceAutoGrowMB" VariantType="
    5">1835.34375</Property><Property Name="FreeSpaceAutoGrowPercent" VariantType="5
    ">91.7671875</Property></DataItem></Collection>
    As you can see a boatload of data is returned, then I realized that my command prompt was running in admin mode. When I ran the same command not in admin mode, there was no data returned, which seems to fit with the error. The script ran but no data came
    back.
    So, my question is, should I disable UAC on all my front end servers? Or, is there a better runas account to use? I believe I chose the default LocalSystem for everybody since it doesn't require as much effort.
    Any feedback is welcome :)
    Jeffrey S. Patton Jeffrey S. Patton Systems Specialist, Enterprise Systems University of Kansas 1001 Sunnyside Ave. Lawrence, KS. 66045 (785) 864-0242 | http://patton-tech.com

    The agent should use LocalSystem and it is very rare to use a different account to run the agent service. This is probably a need to configure a run as account to be used by the SQL Discovery. SQL Server 2012 is much more locked down than previous versions
    of SQL, so unless you gave localsystem admin rights to your instance of SQL running on this box, this script will always come back with nothing. check out kevin holmans article on how to configure run as accounts for the SQL MP, to address this issue.
    http://blogs.technet.com/b/kevinholman/archive/2010/09/08/configuring-run-as-accounts-and-profiles-in-r2-a-sql-management-pack-example.aspx
    hope this helps!
    Scott Moss MVP (Operations Manager) President - System Center Virtual Users Group |Vice President - Atlanta Southeast Management Users Group (ATL SMUG)
    Please remember to click “Mark as Answer” on the post that helps you!
    my new blog om2012.wordpress.com

  • Operations Manager fails to communicate with DCR server

    After a recent restart of the Operations Manager server we found it is no longer able to manage devices. When attempting to open a applet that depends on DCR connection I receive an error " Error in communicating with DCR Server. DCR Server may be down. Please start the DCR Server and refresh the page." I have attached the DCR logs and pdshow from the server. Has anyone experienced this issue, and if so, how can I correct it. Any help would be appreciated.
     

    I am constantly seeing this error at multiple sites on Windows Server 2012 and 2012 R2 Standard and DataCenter.
    I have counted over 50 different server I manage with services such as   domain controller, hyper-v, file servers, exchange 2013, SQL 2008/2012, and print servers.
    I have seen it happen on machine that have been in production for over 2 years and to machines that were just created last week.
    It is happening on metal, hyper-v and esx vmware servers.
    It is happening when the machine have updates waiting or no updates, or after updates have been applied and awaiting a restart.
    It is happening on Dell PowerEdge server, HP Proliant servers and IBM servers.
    It is happening on servers with Intel and AMD chip-sets.
    It is happening on machines that are a part of a domain or in a workgroup.
    It is happening on machines with AV of Bitdefendor, Trend Micro, Vipre, Microsoft Endpoint, and Symantec Endpoint.
    Only a restart will fix it.
    I have ran process monitor on several of the problem machines and I cannot find anything.
    Since I have only started seeing this about 6 month ago it must be a Windows update causing it.
    Moses Hull of Alexant Systems

  • Operations Manager - KMS Idle Minutes Monitor Alerts - False Positives As Event ID 12290 Still Being Logged

    Hi all,
    I am using System Center 2012 R2 Operations Manager with the Key Management Service Management Pack at version 6.0.7234.0, and I keep receiving the following alert in Operations Manager:
    "Idle Minutes Monitor Alert:
    Key Management Service (KMS) inactivity exceeded threshold
    Knowledge:
    Summary:
    The purpose of this rule is to alert system administrators to a possible KMS or network outage. This rule monitors the end-to-end operation of KMS activation. A notification event is created by KMS if no activation or renewal requests were logged by KMS
    (activity event 12290) in the specified time interval. In addition to new activations, periodic renewal requests are expected to occur (default is 7 days). Whether or not this alert is serious depends on the number of machines in the KMS environment, how many
    are actually connected, and the configured renewal interval.
    Causes:
    Any failure or incorrect configuration of the KMS service, other Windows components, firewall, hardware, network or routers can trigger the Idle Minutes Alert. This alert can also result from normal behavior, since it is possible that not enough machines
    attempted to activate or renew during the specified time interval.
    Resolutions:
    The first step is to determine whether there really is a problem. Start with a known good KMS client and run (with elevated privileges) the script slmgr.vbs -ato . If the activation/renewal fails, it will report an error code. You can direct the client to
    connect to a specific KMS machine by using the slmgr.vbs -skms option. The request event (12288) and response event (12289) in the Windows Application event log may provide additional information, including the identity of failing KMS machines. If there has
    been a failure, check the following:
    Software Licensing service (slsvc) is running.
    Other KMS machine behavior is normal.
    KMS firewall port is open (default is TCP 1688).
    Attempt to connect to KMS using telnet to the KMS port(you won’t be able to do anything other than connect)
    Use a network monitor (e.g. netmon) to capture and trace network problems.
    There is one Idle Minutes Monitor that is used to monitor for activity. It may be desirable to adjust the time threshold, depending on expected KMS activity."
    Despite what the alert says, there are activity events with ID 12290 being logged, but they are appearing under the 'Key Management Service' log instead of the general 'Application' log.  I know that my clients are activating with the server without
    any problems as I have run slmgr.vbs -ato with success on a number of them, and none are stating that activation is required.  This issue was previously raised here:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/1391acf8-f0be-4a48-9039-8d24e275f1fd/kms-idle-time-monitor-raise-wrong-alerts?forum=operationsmanagermgmtpacks, but  I am running Windows Server 2008 R2 SP1 and the hotfix KB981314 comes
    up as 'not applicable to this computer' so I assume it is part of SP1 now.  I have also tried installing KB2692929, as that was cited as being a possible fix here:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/8ec8ae5b-a310-4b0f-9a5f-e0599bceb93a/kms-managementpack?forum=operationsmanagermgmtpacks, however I am still seeing the same alerts.
    Would greatly appreciate any further suggestions!
    Many thanks

    Hi,
    I've checked for all the events that are generated by our servers, and there are periods of time where no requests are received for up to 18 hours, so that is no doubt why the alerts are appearing (we then sometimes see five requests in the same minute,
    but there we go).  I'll need to adjust the thresholds.
    Thank you for your help, Chunky.1, I'll mark your reply as the answer, as it was very helpful in understanding the alert.
    For anyone else who needs to check this, create a PowerShell script using the following content, and place your own details into the relevant sections in bold (without the brackets, of course).  This will generate a csv file which will have the server
    name in one column and the time that the request event was generated - you can then check the gaps between the requests.  The script is quick and dirty, with no checks along the way, so feel free to embellish it as required.
    Out-File "<directory to place file in>\KMS_check_results.csv"
    $results = get-eventlog -ComputerName <KMS server hostname> -logname 'Key Management Service'|where{$_.message -match "<String which identifies servers instead of clients>"}
    $filteredresults = @()
    foreach($event in $results){
        #This splits up the message into sections, separated by commas, and places each section as an element in an array
        $event.Message -split ","|foreach{
            if($_ -match "<server domain suffix - e.g. contoso.com>"){
                $eventserver = $_
        $timegenerated = $event.TimeGenerated
        $filteredresults += New-Object PSObject -Property @{
            Server = $eventserver
            TimeGenerated = $timegenerated
    $filteredresults|select-object server,timegenerated|export-csv "<directory to place file in>\KMS_check_results.csv"  -NoTypeInformation

  • Running an mib query for T_CLIENT for a specific group

    I run the following query using ud32
    SRVCNM .TMIB
    TA_OPERATION GET
    TA_CLASS T_CLIENT
    TA_FILTER 167778596
    TA_FILTER 33560784
    TA_FILTER 33560726
    TA_LASTGRP 6
    TA_FLAGS 65536
    It is supposed to show result ony for TA_LASTGRP = 19. But instead wher i execute it using ud32 i get all the available data as a result and not just the one i wanted.
    ud32 -C tpsysadmin -i v.v
    SENT pkt(1) is :
    TA_FILTER 167778596
    TA_FILTER 33560784
    TA_FILTER 33560726
    TA_FLAGS 65536
    TA_LASTGRP      19
    SRVCNM .TMIB
    TA_CLASS T_CLIENT
    TA_OPERATION GET
    RTN pkt(1) is :
    TA_ERROR 0
    TA_MORE 0
    TA_OCCURS 5
    TA_LASTGRP 6
    TA_LASTGRP 30
    TA_LASTGRP      19
    TA_LASTGRP 11
    TA_LASTGRP 30002
    TA_PID 10035
    TA_PID 19893
    TA_PID 12198
    TA_PID 16788
    TA_PID 20293
    TA_CLASS T_CLIENT
    TA_USRNAME U7854$
    TA_USRNAME u6651$
    TA_USRNAME admdom1
    TA_USRNAME U1850$

    Hi,
    Unfortunately you can't do what you are trying to do. :-(
    The TA_LASTGRP attribute is not a key field so it is ignored on a GET request. Only key fields can be used to limit the response for a MIB request. If you check the documentation on Component MIB Fields, you'll find this statement:
    "Component MIB key fields specified on a GET or GETNEXT are used to select a set of objects. Non-key fields are ignored by the component MIB."
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Wmi query for group policy deployed software version

    I am trying to query the version of a deployed application within a GPO from active directory using wmi.
    Anyone know if this is possible?
    Thanks.

    I don't think you can query GPO information using WMI, but you can use WMI to read Resultant Set of Policy settings. See
    RSoP WMI Classes for more information.
    Is there any particular reason for using WMI in your case? You can easily retrieve this information using powerShell. The code below will list name and ver of all software install entries of a particular GPO:
    $gpo = get-gpo -Name "My GPO Name"
    $report = [xml] $gpo.GenerateReport([Microsoft.GroupPolicy.ReportType]::Xml)
    $report.gpo.Computer.ExtensionData.Extension | `
    Where-Object{ $_.type.contains( "SoftwareInstall" ) } | `
    foreach-object{
    foreach( $item in $_.ChildNodes )
    "`"{0}`" Ver. {1}.{2}" -F $item.name, $item.MajorVersion, $item.MinorVersion
    Gleb.

Maybe you are looking for