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
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • 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
    • Tutorials
    • 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
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

QAction 900001

Solved885 views12th October 2021QAction 900001
1
Jeroen Geldhof [SLC] [DevOps Enabler]5.04K 11th October 2021 0 Comments

In the element logging I found references to QAction 900001 being executed while I can't find that QAction in the protocol.
At the time of the QAction being executed the device seems to go in timeout and it's possible the device doesn't recover.
The device in question is the Ericsson RX8200.

Is QAction 900001 a hidden QAction in software?  What does it do?

Floris Cockaerts [SLC] [DevOps Advocate] Answered question 12th October 2021

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Laurens Moutton [SLC] [DevOps Enabler]8.73K Posted 11th October 2021 5 Comments

Hi,

QAction 900001 is indeed something that is automatically added.

It doesn't do much: it's simply keeping track of the number of alarms in the element and fills that in on an internal table. Just a simple counter increment when there's a new alarm.

Gellynck Jens [SLC] Posted new comment 11th October 2021
Jeroen Geldhof [SLC] [DevOps Enabler] commented 11th October 2021

For example when the element goes in timeout, it’ll execute the QAction?

Laurens Moutton [SLC] [DevOps Enabler] commented 11th October 2021

Indeed, when the element goes in timeout it will trigger that QAction to increment the counter. I would expect that the element goes in timeout and because of that QAction 900001 is then executed, instead of the other way around that QAction 900001 would be causing the element to go in timeout (which I’m not expecting to be the case).

Gellynck Jens [SLC] commented 11th October 2021

Is this the only internally added QAction or are there others that you know of?

Laurens Moutton [SLC] [DevOps Enabler] commented 11th October 2021

There are others in the 9000xx range. You can see these QAction dlls being generated in Skyline DataMiner -> ProtocolScripts folder. Such as protocolName.protocolVersion.QAction.900011.dll and QAction.900012.dll . These dlls will only be present when the QAction gets called (like for 900001 when the element went into timeout), if the QAction never gets called then the matching dll also won’t be present.
These QAction 9000xx dlls are being used for the “General Parameters” that are by default present in every element. For example clicking on [Add Connection] button on the “DataMiner Connectivity Framework” sub page of the “General Parameters” will call QAction 900007 that will execute the logic to add a row to the [Connections] table on that same sub page.

Gellynck Jens [SLC] commented 11th October 2021

Thanks for elaborating!

1
Floris Cockaerts [SLC] [DevOps Advocate]2.43K Posted 12th October 2021 0 Comments

To expand on Laurens' response, these are the QActions currently added by server-side to the protocol (as of 10.1.12) and their trigger parameters:

  1. 900000: trigger=65015, [Reset alarms for PID]
  2. 900001: trigger=65016, [Increment PID]
  3. 900004: trigger=65024, [Property value]
  4. 900007: trigger=65074, [Add Connection]
  5. 900008: trigger=65075, [Add Interface Property]
  6. 900009: trigger=65076, [Add Connection Property]
  7. 900011: trigger=65128, ReplicationDmaRowCountTrigger
  8. 900012: trigger=65129, ClearTableAfterStartupTrigger
  9. 900013: trigger=66155, [DVE delete/add]
  10. 900014: trigger=66157, [Interface delete/add]
  11. 900015: trigger=66165, [Generic DVE Link delete/add]

As you can see, most of these are related to the DCF tables in the general parameters, while some take care of certain functionality in the background.

Floris Cockaerts [SLC] [DevOps Advocate] Answered question 12th October 2021
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

Recent questions

How to implement bearer token refresh? 0 Answers | 0 Votes
Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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