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
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Error message appears when accessing the DMA

Solved1.16K views11th July 2023
3
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate]855 6th November 2020 0 Comments

Hi,

Thanks for all your support.

As you can see in the screenshot, I always get an error message.
I know that the Firewall is the cause of the problem, but is this problem with client or server?

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

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
7
Ruben Vandepitte [SLC] [DevOps Advocate]2.32K Posted 6th November 2020 3 Comments

Communication between client (Cube) and server is based on .NET Remoting technology. This can be done through either an ‘eventing’ or ‘polling’ mechanism.

With ‘eventing’ – which is the default – the client will connect to a fixed TCP port on the server. The default port for this is 8004, but can be changed if required. The server will push updates/notifications to the client by initiating communication to a randomly selected port on the client. This port will fall within the TCP port range configured in the OS. In case the firewall does not allow the traffic, this type of communication will fail.

As a result, a popup ‘time-out’ message will be shown, and after 1 minute DataMiner will automatically switch to the ‘polling’ mechanism.

With ‘polling’, the client connects to a fixed TCP port on the server (default one is again 8004, as previously stated), and continuously polls the server for updates. The server will respond over the same connection. Therefore, the firewall only needs to allow traffic over that single port.

In case you want to avoid the 1-minute wait time, you can configure the system to use ‘polling’ right away. This can be done through the user settings, or it can be enforced server-side as a global setting, or for one or multiple client machines separately.

More info and instructions can be found at following resources:

https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_3%2FDataminerSystems%2FEventing_or_polling.htm

https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_3%2FDataminerAgents%2FDMA_configuration_related_to_client_applications.htm

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] commented 6th November 2020

ConnectionSettings.txt
Has been changed as follows
* type=WSConnection;polling=100;zip=true
But, the error output status has not changed.

Bert Vandenberghe [SLC] [DevOps Enabler] commented 6th November 2020

Hi Yuki,
Can you try with this line:
* type=RemotingConnection;polling=500;zip=true

Type should be RemotingConnection, and polling is advised not to be too low, each 500 milliseconds should be more than fast enough.

Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] commented 12th November 2020

Awesome!
Thanks for giving me a clear indicator!
It’s very comfortable.

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