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
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Get parameter value using parameter ID – GQI

Solved720 views23rd July 2024DMSMessage GQI GQI Data Source GQI Filter lowcodeapps
4
Baranisudha Murugesan784 16th July 2024 0 Comments

I have element details inside which i have parameter id of my resource. I want to retrieve the resource values using the parameter id in GQI. below is the closest i could get by achieving it. but im getting error message “Access not allowed”(pasting the whole error message here). help me with what i’m doing wrong here.

var requestMsg = new GetParameterMessage() { ParameterId = parameter.ParameterID };
var responseMsg = _dms.SendMessages(requestMsg);
var paramInfo = responseMsg.OfType<GetParameterResponseMessage>().ToList();

Sending SLHelper.Callback message requests:SLHelperTypes.Messages.InternalMessage over NATS failed with error: (Code: 0x80070005) Skyline.DataMiner.Net.Exceptions.DataMinerSecurityException: Access not allowed.
at Skyline.DataMiner.Net.Helper.Helper.<SLNetCallbackAsync>d__12.MoveNext()

Baranisudha Murugesan Selected answer as best 23rd July 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Tom Waterbley [SLC] [DevOps Catalyst]8.89K Posted 16th July 2024 6 Comments

Hi Baranisudha,

The GetParameterMessage also requires the DMA ID and element ID. Could you please try again after adding these as well to the request message?

Baranisudha Murugesan Selected answer as best 23rd July 2024
Baranisudha Murugesan commented 16th July 2024

Thanks Tom, but still getting the same issue.

Tom Waterbley [SLC] [DevOps Catalyst] commented 16th July 2024

Does the user that runs the GQI query have access to the element?

Baranisudha Murugesan commented 16th July 2024

yes, i can see the element in DM. DO i need any other permission to access it from low-code app?

Tom Waterbley [SLC] [DevOps Catalyst] commented 16th July 2024

Not completely sure, but don’t think so..

Baranisudha Murugesan commented 16th July 2024

PARAMETER NAME: EMPTY–EMPTY–1101–22895–28

for some reason wrong logs got publised. Now I’m getting the above data from parameter message

DisplayValue-Value-Pid-DmaId-ElementId

not sure why im getting parameter values as empty

Show 1 more comments
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