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

Driver developtment – table is showing different value Vs that data that is retrivied in the QAction

Solved667 views4th July 2023driver development Tables
1
Guy Lavee80 7th June 2023 0 Comments

Hey,
I added a custom table to a certain custom driver and lately running into an issue: Where when i retrieve (in QAction) the rows from this table it is different that amount of rows that i see in this table in Cube.
For example:
while running this line
protocol.Log(“Row count | ses_customeChannelEventTable.RowCount = ” + protocol.ses_customechanneleventtable.RowCount.ToString(), LogType.Allways, LogLevel.Level1);
I would get in the log: Row count | ses_customeChannelEventTable.RowCount = 1
While in the Cube i can see that this table has actually 10 rows or so..

I think that the value that is retrieved in the QAction is the right one. but i am not sure why in Cube it is showing that this table has addition rows..

Can you please advise how I can “refresh” the Visual of the table or make sure that there aren’t “Sticky” rows in the table that should not be there?

FYI once we restart the device these “Sticky” rows are removed and not being showed any more.

Thank you.

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

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Floris Cockaerts [SLC] [DevOps Advocate]2.43K Posted 8th June 2023 1 Comment

Hi Guy,

It’s not easy to give a definitive answer with the data provided, but I will try to explain the internal logic and what may be going wrong. However, if the issue can’t be resolved with an element restart or can easily be reproduced, I would encourage you to create a software issue task through the support team where an element export (dmimport) package is provided of the element in question.

The reason it is possible to get a different result in cube versus a QAction when retrieving a table, is that a QAction will receive the data from the SLProtocol process, whereas cube will receive it from the SLElement process. SLProtocol is what runs the polling, triggers and actions for a protocol, while SLElement receives any parameters and their changes when they have RTDisplay set to true, and a few other select cases. SLElement is then responsible for monitoring, trending and resolving relations like viewtables and Dynamic Virtual Elements. If SLElement is not correctly notified of a change to this data, then the processes may be in a desynchronized state. However, I am not aware of any cases that could cause this at the moment.

Another path to consider is the cache in SLNet, once a cube client retrieves data from the server, a lot of it is cached in SLNet, if that cache is not correctly updated when the data changes in SLProtocol/SLElement, then even a refresh in cube will still not display the correct data.

Support may be able to assist you to check the row count of SLProtocol and SLElement using client test tool.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4th July 2023
Guy Lavee commented 11th June 2023

OK. Thank you.

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