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
    • 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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about 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)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

GQI Ad hoc – Get multiple parameters at once

89 views21 hours agoAd Hoc data source GQI GQIDS IDms SLNet
4
Sofian Kerkhof [SLC] [DevOps Advocate]148 22 hours ago 0 Comments

Hi Dojo,

I'm trying to loop over several elements and retrieve around 20 parameter values for each element. This takes quite some time, so I'm looking for ways to improve performance. However, I haven't found any method so far that helps with this. Could anyone help me out with the following questions?

  • Is there a method in the IDms or IDmsElement class (or elsewhere in ad hoc) that allows fetching multiple parameters at once?

  • Is there a GetParametersMessage variant in SLNet similar to GetParameterMessage, so I can request multiple parameters at once?

  • I also tried using DMS.SendMessages, but it seems to send all my GetParameterMessages individually. Does anyone have experience with this?

Thanks in advance!

Meekaeel Mysorewala [SLC] [DevOps Member] Answered question 21 hours ago

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Tom Waterbley [SLC] [DevOps Catalyst]9.39K Posted 21 hours ago 0 Comments

Hi Sofian,

Something you could try is fetching the data of multiple elements in parallel, using Parallel.Foreach.

Something like this (pseudocode);

IEnumerable<IDmsElement> elements;

var result = new ConcurrentDictionary<>();

Parallel.ForEach(elements, element =>
{
foreach(var param in parameters)
{
// retrieve all values
var value = element.GetParameter(param);

// store values
result.Add(...);
}
});

// Do something with the retrieved parameter values

...

Tom Waterbley [SLC] [DevOps Catalyst] Answered question 21 hours ago
You are viewing 1 out of 2 answers, click here to view all answers.
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

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