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
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • 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
    • Tutorials
    • 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
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How can I see all the data for a Windows PC?

Solved1.84K views25th January 2024Windows 11
4
Matt Edwards110 14th September 2023 1 Comment

How can I initialize this data? Is this configured on the PC side or Dataminer side?

Trying to make changes to that value to 0 if it would help.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 25th January 2024
Marieke Goethals [SLC] [DevOps Catalyst] commented 25th January 2024

As this question has been inactive for a long time, I will now close it. If you want further assistance, could you contact techsupport@skyline.be?

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Jamie Stutz [SLC] [DevOps Member]1.18K Posted 14th September 2023 5 Comments

Hi Matt!

This connector can sometimes be finicky. The issue is often on the Windows side. If you open this connector record on the Catalog (dataminer.services) and look towards the bottom of the Information section, you see a troubleshooting guide of some steps you can try to resolve these issues.

Hope this helps!

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 25th January 2024
Matt Edwards commented 27th September 2023

Hi Jamie,

I have tried going through these steps to get the data to come through so far.

Both of these steps have been completed, the firewall is turned off, so step 2 shouldn’t matter:

Global configuration
Create a user and add the user in the user group.
If the firewall is enabled, open a command prompt and execute “netsh firewall set service RemoteAdmin enable”.

I tried running this command:

Problem:
A Microsoft element displays only some of the data. Data like Local Time, Total Physical Memory, etc. are filled in, while other data, like Total Processor Load, Total Handles, etc. remain empty. In the stream, you see that no answer is received on some queries.

Solution:
Execute the following command prompt: c:>winmgmt.exe /resyncperf PID_OF_WINMGMT_AS_SERVICE

I enabled remote registry to automatic:

Problem:
WMI is working and everything gets filled in, but Performance Monitor does not work. Pressing Refresh Categories provides the following error in element logging:
Exception Perf Counters The network path was not found.

Solution:
Check if the destination computer has the “Remote Registry” service running. If not, start this service. (Note that you may need to adjust the Startup Type from Disabled to Manual/automatic first.)

I am trying to complete this task but can’t find where the Disable Performance Counters is:

Problem:
Task Manager data through WMI cannot be retrieved. This can be related to missing “Process Performance Counters”.
Refer to this technet post for more info: http://blogs.technet.com/b/mscom/archive/2008/12/18/the-mystery-of-the-missing-process-performance-counter-in-perfmon.aspx

Solution:
Disable a specific flag on the Windows Register. Set the “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPerfProcPerformanceDisable Performance Counters” to 0.

I am not sure how to make this change. I will attach some pictures.

Jamie Stutz [SLC] [DevOps Member] commented 28th September 2023

There are a couple of different versions of this protocol. Can you please tell me the exact name and the version number of the one you are using? Also, have you checked the logs for this element? Are there any errors or other abnomalities in there?

Matt Edwards commented 29th September 2023

Are you talking about the Windows Register? Unsure what verison the protocol is but looked around the Registry Editor and couldnt find anything for that for changing the HKEY parameter.

Something in the steam viewer might help – Query failed: Retrieving the data failed. ill attach a screenshot

Jamie Stutz [SLC] [DevOps Member] commented 29th September 2023

Sorry… I was referring to the DataMiner protocol. In the first screen shot you showed, if you click the “hamburger” icon in the upper left and select EDIT you will see the connector (protocol) and version.

Matt Edwards commented 2nd October 2023

Ah okay.
Protocol – Microsoft Platform
Version – Production: 1.1.3.14

3
Ben Vandenberghe [SLC] [DevOps Enabler]9.06K Posted 14th September 2023 1 Comment

This is probably the Microsoft Platform driver using WMI?  Because once running it should be automatically showing all data for all parameters.  Your connection seems to be ok, as you have some data, probably also on the other pages (the Disk Info page shows a green icon, so there you have also some data).

Could you double-check the help files in the catalog? There are some typical problems and solutions listed there: Catalog (dataminer.services)

Matt Edwards Posted new comment 27th September 2023
Matt Edwards commented 27th September 2023

Hi Ben,

I have tried going through these steps to get the data to come through so far.

Both of these steps have been completed, the firewall is turned off, so step 2 shouldn’t matter:

Global configuration
Create a user and add the user in the user group.
If the firewall is enabled, open a command prompt and execute “netsh firewall set service RemoteAdmin enable”.

I tried running this command:

Problem:
A Microsoft element displays only some of the data. Data like Local Time, Total Physical Memory, etc. are filled in, while other data, like Total Processor Load, Total Handles, etc. remain empty. In the stream, you see that no answer is received on some queries.

Solution:
Execute the following command prompt: c:>winmgmt.exe /resyncperf PID_OF_WINMGMT_AS_SERVICE

I enabled remote registry to automatic:

Problem:
WMI is working and everything gets filled in, but Performance Monitor does not work. Pressing Refresh Categories provides the following error in element logging:
Exception Perf Counters The network path was not found.

Solution:
Check if the destination computer has the “Remote Registry” service running. If not, start this service. (Note that you may need to adjust the Startup Type from Disabled to Manual/automatic first.)

I am trying to complete this task but can’t find where the Disable Performance Counters is:

Problem:
Task Manager data through WMI cannot be retrieved. This can be related to missing “Process Performance Counters”.
Refer to this technet post for more info: http://blogs.technet.com/b/mscom/archive/2008/12/18/the-mystery-of-the-missing-process-performance-counter-in-perfmon.aspx

Solution:
Disable a specific flag on the Windows Register. Set the “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPerfProcPerformanceDisable Performance Counters” to 0.

I am not sure how to make this change. I will attach some pictures.

1
Pieter Van Compernolle [SLC] [DevOps Enabler]3.20K Posted 15th September 2023 1 Comment

Hi Matt,

Just wondering, did you fill in a correct username and Password on the Security page (accessible via the 'Security' button in the bottom right corner of your screenshot?

Matt Edwards Posted new comment 27th September 2023
Matt Edwards commented 27th September 2023

Yes I did

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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin