Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How can I perform a specific WMI query via a connector?

Solved555 views27th March 2024Connector SLProtocol
5
Brecht Deconinck [SLC] [DevOps Member]1.20K 27th March 2024 0 Comments

How can we implement the query as stated below via a connector WMI implementation?
Note that the MSFT_NetTCPConnection is under the root\StandardCimv2 namespace.

select InstanceID,LocalAddress,LocalPort,RemoteAddress,RemotePort,State from MSFT_NetTCPConnection

The stream-viewer indicates a ‘Query failed : Retrieving the data failed. (hr = 0x80041010)’.
This most likely indicates a ‘Invalid Class’ error, which we’re assuming is due to a different namespace.

We do get the queries to work under the root\Cimv2 namespace with a similar implementation.
Is it even possible to perform WMI queries for namespaces other than root\Cimv2?


Brecht Deconinck [SLC] [DevOps Member] Selected answer as best 27th March 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
João Severino [SLC] [DevOps Catalyst]13.07K Posted 27th March 2024 0 Comments

Hi Brecht,

I had a quick search and I cannot seem to find a way of specifying the namespace in your WMI query in a connector.

It appears that SLProtocol automatically ensures the root\Cimv2 namespace.

Maybe others know of a way but if it is indeed not possible you could consider, as a workaround, the ManagementObjectSearcher class in C# and more specifically into the following method and example ManagementObjectSearcher.Get Method (System.Management) | Microsoft Learn

Brecht Deconinck [SLC] [DevOps Member] Selected answer as best 27th March 2024
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs