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

Table column of the type autoincrement

Solved638 views1st October 2021
0
Frederic Anthierens [SLC] [DevOps Enabler]268 1st October 2021 0 Comments

Hi all,

The table Task Manager of the Microsoft Driver contains this feature and is defined as follows:

(*) Unique name -> pid 106
(*) Name Process -> pid 97

I don’t understand how the autoincrement column (PID 106) is defined. I think that the structure of the autoincrement column should be equal to ‘Group : incrementing number’. But the index 0 (argument groupby) is linked to pid 106 and not pid 97…

Frederic Anthierens [SLC] [DevOps Enabler] Selected answer as best 1st October 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Laurens Moutton [SLC] [DevOps Enabler]8.81K Posted 1st October 2021 0 Comments

Hi,

The Microsoft Platform driver gets the data in the Task Manager table filled in by WMI queries (see action of type wmi, that has a return value=”96″). That is the reference to fill in the data in table 96 (TaskManager).
The columns to be filled in are defined with the arguments in the action arguments=”name;HandleCount;PercentProcessorTime;… means that the “name” will be filled in column 97, HandleCount will enter in column 98, and so on.

The autoincrement with options groupby=0;separator=: means that we’ll be grouping by the first incoming column from the wmi result (which is pid 97 = Name Process), the “:” will be added to that (as defined with the separator) and then we’ll add an autoincrement number so every item in that group will be unique.

Note that the returned process name from Windows will always be unique, if there are multiple processes with the same name then Windows will already add the # with a number as suffix so the autoincrement suffix value will always be “:0”. It will only be handy in case a process disappears that the unique PK is still there when the Process Name already changed to “Not Found”.

Frederic Anthierens [SLC] [DevOps Enabler] Selected answer as best 1st October 2021
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