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

Notice alarm – Get alarm failed for Correaltion

Solved181 views20th March 2025alarm notice Correlation
2
Catarina Grilo [SLC] [DevOps Enabler]1.53K 18th March 2025 0 Comments

Hi Dojo,

I have the following notice alarm in my DMS:

Unexpected Exception [Sending SLDataGateway message request:DataRequest<Alarm> with filter: ((Alarm.DataMinerID[Int32] ==xxxxxx) AND (Alarm.RootAlarmID[Int32] ==yyyyyy)) over NATS failed with error: DataMinerMessageBroker.API.Exceptions.ChunkTimeoutException: Timeout Occurred for chunk 0 [BrokerID: 89b9b604-ff69-4cc0-ac64-359425c0d269] ---> NATS.Client.NATSTimeoutException: Timeout occurred.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NATS.Client.Connection.<RequestAsyncImpl>d__147.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DataMinerMessageBroker.API.Nats.NatsSession.<RequestAsync>d__50.MoveNext()
--- End of inner exception stack trace ---
at DataMinerMessageBroker.API.Chunking.ChunkingMessageBroker.SendChunkAcked(String subject, Byte[] bytes, Int32 length, Int32 chunkID)
at DataMinerMessageBroker.API.Chunking.ChunkGenerator.SendMessage(String subject, Int64 responseId, Stream data, Boolean bNeedsAck, ChunkHandler handler)
at DataMinerMessageBroker.API.Chunking.ChunkGenerator.Request(String subject, Int64 responseId, Byte[] bytes, Int32 length)
at DataMinerMessageBroker.API.Chunking.ChunkingMessageBroker.<RequestAsync>d__30.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DataMinerMessageBroker.API.Chunking.ChunkingMessageBroker.<RequestAsync>d__33.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Skyline.DataMiner.Net.SLDataGateway.DataGateway.SendMessage[TReq,TResp](TReq request, String method, Nullable`1 timeout)]: Get Correlation Details for zzzz/wwwwww ( at Skyline.DataMiner.Net.SLDataGateway.DataGateway.SendMessage[TReq,TResp](TReq request, String method, Nullable`1 timeout)
at Skyline.DataMiner.Net.SLDataGateway.DataGateway.ExecuteRequest(BaseRequest request)
at Skyline.DataMiner.Net.Facade.HandleClientRequestMessage(IConnectionInfo connInfo, ClientRequestMessage oneMsg, Boolean canQueue)
at Skyline.DataMiner.Net.Facade.HandleMessageInternal(IConnectionInfo connInfo, DMSMessage oneMsg, Int32 groupID, Int32 groupTotal)
at Skyline.DataMiner.Net.Facade.HandleMessage(IConnectionInfo connInfo, DMSMessage oneMsg, Int32 groupID, Int32 groupTotal)
at Skyline.DataMiner.Net.BaseFacade.HandleMessage(IConnectionInfo connInfo, DMSMessage oneMsg)
at Skyline.DataMiner.Net.BaseFacade.HandleSingleResponseMessage(IConnectionInfo connInfo, DMSMessage oneMsg)
at Skyline.DataMiner.Net.BaseFacade.HandleSingleResponseMessage(DMSMessage oneMsg)
at Skyline.DataMiner.Net.DataMiner.FindAlarms(Int32 hostingAgentId, Int32[] unsortedAlarmIDs)
at Skyline.DataMiner.Net.DataMiner.GetAlarmDetails(IConnectionInfo connInfo, Int32 hostingAgentId, Int32[] alarmIDs, Boolean fullTrees)
at Skyline.DataMiner.Net.DataMiner.ComposeCorrelationDetails(AlarmEventMessage alarmMessage, Int32 depth)
at Skyline.DataMiner.Net.DataMiner.ComposeCorrelationDetails(AlarmEventMessage alarmMessage)
at Skyline.DataMiner.Net.DataMiner.QueuedComposeCorrelationDetails_One(AlarmEventMessage alarmMessage))

From the notice, it appears that the request to retrieve alarm xxxx/yyyyyy from the local Cassandra database timed out. However, based on the stack trace, this alarm request was triggered due to a need to retrieve correlation details for zzzz/wwwwww.

The issue is that when I query the alarm table (SELECT * FROM alarm WHERE r='zzzz_wwwwww'), no results are returned, meaning there is no correlation alarm with this ID.

So, my questions are:

  1. What is the impact of this alarm on the system, and what does it actually mean?
  2. Why is DataMiner requesting correlation details for an alarm that does not exist?
  3. Could "Get Correlation Details for zzzz/wwwwww" be referring to a correlation bucket rather than an alarm?

Kind regards,

Catarina Grilo [SLC] [DevOps Enabler] Selected answer as best 20th March 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Davy Degrande [SLC] [DevOps Advocate]1.43K Posted 19th March 2025 2 Comments

Hello,

  1. The impact can be that a correlation alarm contains a sticky base alarm link. If it was recently cleared, that might be visible in the history alarms.
  2. SLNet keeps track of recently cleared alarms and will attempt to load the alarm from the database to keep the data in sync with the correlation details of the correlated alarm.
  3. I believe that is an alarm tree ID

Regards

Catarina Grilo [SLC] [DevOps Enabler] Selected answer as best 20th March 2025
Catarina Grilo [SLC] [DevOps Enabler] commented 19th March 2025

Thank you for your answer. I still have a doubt: For point 3, if it is a correlation alarm, then why can't I find it? It should be in the alarm table, correct?

Davy Degrande [SLC] [DevOps Advocate] commented 19th March 2025

Well the exception occurs trying to fetch it, so there maybe a problem with generating it or inserting it. The data is kept in the correlation details in a separate table maybe these got out of sync or an issue happened where offloading the correlation alarm failed, but the correlation details did get saved.

You are viewing 1 out of 1 answers, click here to view all answers.
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

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 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