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

Relation and DVE

Solved1.05K views5th July 2023DVE relations
2
Marco Di Blasi [DevOps Advocate]24 2nd May 2023 0 Comments

Hi Everyone

I have few question for you regarding the Relation and the DVEs, at the moment I have this situation:

I have a X20 with few cards demodulator, and each card have between 4 or 32 demodulator.
Now I want to create a DVE for each demodulator, I have correclty create the function, I can also create correctly the DVE and link it to the X20 element, but I can’t create a link between a DVE and a demodulator listed in the table of the X20.

In the driver I create the FK relation

<Relation name=”S2X Demodulator-Resource” path=”8900;7000″/>

<ColumnOption idx=”27″ pid=”7028″ type=”retrieved” options=”;foreignKey=8900″/>

But when I try to insert the referance of the DVE, the column of the DVE will not update. it this a problem change I do to the driver?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Robin Meurisse [SLC] [DevOps Enabler]1.15K Posted 2nd May 2023 2 Comments

Hi Marco,

It should also be possible to directly use table “S2X Input Demodulators” (PID 7000) as entry point in the function file. (Refer to Docs)

<Function id=”f65cb9e6-5b46-44ab-8192-ea5d205f2922″ name=”AppearTV X20 Demodulating” maxInstances=”65535″ profile=”…” parent=”…”>
<Parameters>
…
</Parameters>
<EntryPoints>
<EntryPoint pid=”7000″ type=”undefined” />
</EntryPoints>
…
</Function>

The reason being that the Demodulators table is already populated and you can create a resource per table row directly by means of an entry point.
Then there is no need to use Table 8900 (Custom) to create resources up front and link them through a foreign Key to table 7000.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th July 2023
Marco Di Blasi commented 2nd May 2023

Hi Robin

Thanks for your replay, but I need to use the table 8900 as entry point because in the same function file I have another function, and both have to use this table

Jochen Dewachter [SLC] [DevOps Advocate] commented 3rd May 2023

@Robin. It’s basically to be future proof. Later we’ll dynamically create demodulators when we need them. So it’s for late resource binding.

2
Wannes Wittevrongel [SLC] [DevOps Member]165 Posted 2nd May 2023 1 Comment

Hi Marco,
At a first glance the relation seems to be correct. I assume table 8900 is the entry table for the demodulator function? Did you include the FK Column(7028) and the PrimaryKey of table 8900 in to the function?

Wannes Wittevrongel [SLC] [DevOps Member] Answered question 2nd May 2023
Marco Di Blasi commented 2nd May 2023

Hi Wannes, thanks for you suggestion.
Yes the param 8900 is the entry point table on the function file, as it is the table of the resource related to the element.
I don’t include the FK column in the function, I’ll try it

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