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
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • 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
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

accessing the sub-resource of a contribution resource in DTR

Solved1.25K views27th January 2022contribution resource Data Transfer Rules DTR
0
Jeroen Geldhof [SLC] [DevOps Enabler]5.09K 25th January 2022 0 Comments

In my DTR script I would like to find out the protocol name of a resource that is used in a contribution resource in order to set one or the other configuration setting on the other resources.
Is there a way to access this information?

Contribution resource:   Satellite Feed
Resource in Contribution resource:   Demodulator

DTR on Event service definition will trigger on selection of the Satellite Feed.
Anyone who knows how to reach the Demodulator protocol name from there?

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 27th January 2022

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
5
Jorge Dias [SLC] [DevOps Enabler]4.82K Posted 25th January 2022 1 Comment

Hi Jeroen,

I’ve continue from the code in script SRM_DataTransferRulesTemplate, please adapt for your case.

var rxSatBooking = mainBooking.GetContributingBooking(“Rx Sat”);
var rxSatDecoder = rxSatBooking.GetResource(“Decoding”);

var rxSatDecoderFunctionResource = rxSatDecoder.Resource as Skyline.DataMiner.Net.ResourceManager.Objects.FunctionResource;
var mainElement = engine.FindElement(rxSatDecoderFunctionResource.MainDVEDmaID, rxSatDecoderFunctionResource.MainDVEElementID);
var protocolName = mainElement.ProtocolName;

Be aware that will affect the time to run you DTR scripts, so your wizard will react slower.

Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 27th January 2022
Jeroen Geldhof [SLC] [DevOps Enabler] commented 27th January 2022

Thanks Jorge, that works great!

0
Joey Vanhalst [SLC] [DevOps Advocate]1.85K Posted 25th January 2022 0 Comments

The contributing resource should have a property (“Main Reservation”) with the id of the main reservationInstance. You should be able to retrieve that reservationInstance and get whatever you need from that?

Joey Vanhalst [SLC] [DevOps Advocate] Answered question 25th January 2022
0
Ive Herreman [SLC] [DevOps Enabler]13.61K Posted 25th January 2022 0 Comments

Hi Jeroen,

I don’t know the answer to your question, but perhaps it could be easier to just store the info against a reservation property in your contributing booking?

Ive Herreman [SLC] [DevOps Enabler] Answered question 25th January 2022
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