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

Thread problem in SLDataMiner.exe: SetParameterThread for element XXX

Solved338 views1st April 2025
0
Stefan Schedletzky [DevOps Enabler]2.06K 31st March 2025 0 Comments

Hi Dojo,

I have a self written protocol where this issue shows up.
But inside I don’t see any issues here, the protocol is working fine.
Problem is maybe that the QAction is running really long, in my test here it was running for over 20mins.
The time is fully okay because there are a lot of Thread.Sleep inside.

Any ideas that the error is not showing up?

Stefan Schedletzky [DevOps Enabler] Selected answer as best 1st April 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Bram Devlaminck [SLC] [DevOps Advocate]177 Posted 31st March 2025 1 Comment

Hi Stefan,

The warning that you are seeing is generated by the SLWatchdog process.
Your protocol most likely has some group that is being executed that contains your QAction (correct me if this is not the case).
The SLWatchdog process expects a group to not execute longer than 15 minutes, or otherwise will assume that the group is stuck processing (what we call an RTE: Run-Time Error).

More information can be found here: https://docs.dataminer.services/develop/devguide/Connector/Troubleshooting/Use_cases/Protocol_thread_run_time_errors_use_cases.html#open

This is correctly flagged, as this long-running group is blocking everything else that needs to happen, even for example button presses.

If you expect this QAction to run this long, you can find more information in the answer of the following DOJO post: https://community.dataminer.services/question/a-way-to-suppress-thread-problem-rte-for-actions-that-take-longer-than-15-minutes/

Note: if your long running QAction exists out of a lot of small steps, it is advised to split the big QAction into multiple QActions that each execute a part of the logic. These can be put separately on the SLprotocol execution thread. More information about the execution can be found here: https://docs.dataminer.services/develop/devguide/Connector/InnerWorkingsSLProtocol.html#main-protocol-execution-thread

Kind regards,

Stefan Schedletzky [DevOps Enabler] Posted new comment 1st April 2025
Stefan Schedletzky [DevOps Enabler] commented 1st April 2025

Thanks Bram, excellent answer!

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