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

Icons.xml configuration change on a large DMS

Solved1.64K views24th February 2021configuration displayIcon DMS iconRef Icons
1
Bruno Nogueira [SLC]50 23rd February 2021 0 Comments

Hi, for introducing new Icons on our cards we can edit the Icons.xml file at C:\Skyline DataMiner \Protocols and cross reference the new icon style in the driver code via the “displayIcon” and “iconRef” attributes.

After the file is synced across the DMS, to have this configuration spread out (and applied), the recommended action is to restart the DMAs which, for a large system is quite painful. Also, even if the file is properly synced we still need to restart Cube sessions.

We have the alternative to avoid having to restart, to send the following message:

SetDataMinerInfoMessage() { What = 41 /*NT_SEND_DMS_FILE_CHANGE*/, IInfo2 = 32, StrInfo1 = @”c:\Skyline DataMiner\icons\refs\a.b” }

However, we would need to include this call in an automation script and have it ran in every DMA on the DMS, and still need to restart Cube.

Do we have an alternative way of syncing this setting and applying it without restarting DMAs or Cube massively?

Bruno Nogueira [SLC] Selected answer as best 23rd February 2021

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Bert Buysschaert [SLC] [DevOps Advocate]4.87K Posted 23rd February 2021 2 Comments

You can send the SetDataMinerInfoMessage manually from code, or use the easier Force sync… dialog in the Avanced menu of SLNetClient Test tool.

The files in C:\Skyline DataMiner\icons\* are for a different set of icons (customization of element/service/view icons, introduced in RN13902). Whenever these files are synced in the cluster all icons are reloaded, including the protocol icons. However, this file must actually exist, so if no custom icons are used, you can create an empty file C:\Skyline DataMiner\icons\refs\empty.xml and use that to trigger the reload.

This removes the need for a DataMiner restart, however, Cube still needs to be restarted to load the new icons.

To follow up, I have created a new issue task DCP148171 so that a filesync of “C:\Skyline DataMiner\Protocols\icons.xml” triggers the same reload, without the need for an empty placeholder file.

Bert Buysschaert [SLC] [DevOps Advocate] Edited answer 24th February 2021
Bruno Nogueira [SLC] commented 23rd February 2021

Thank you Bert, this is now tested and running fine.

Wouter Demuynck [SLC] [DevOps Advocate] commented 24th February 2021

Do keep in mind that the “C:Skyline DataMinerProtocolsicons.xml” file will get overwritten on DataMiner upgrades

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