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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about 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)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
  • Downloads
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

How to find which SRM Framework version is installed with scripting

Solved762 views30th May 2024scripting SRM Framework
4
Jens Vandewalle [SLC] [DevOps Enabler]9.50K 29th May 2024 0 Comments

Hi Dojo,

We’re working on an application which has a SRM Framework dependency. The idea is that we check in the application package install script if a) the SRM Framework is installed and b) if the version is high enough.

How can we achieve this?

Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 30th May 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Peter Vanpoucke [SLC] [DevOps Advocate]1.03K Posted 29th May 2024 2 Comments

The installation of the SRM framework isn’t registered for the moment.

As an alternative you could check the file version of the library. Since version 1.2.24 it matches with the one of the framework.

When using the library in code you could request the version using: typeof(BookingManager).Assembly.GetName().Version

Using the library location you could use: Version.Parse(System.Diagnostics.FileVersionInfo.GetVersionInfo(libraryPath).FileVersion)

The location of the library is:

  • For main releases 10.3 and feature releases prior to 2.0: C:\Skyline DataMiner\Files\SLSRMLibrary.dll
  • For feature releases from 2.0 onwards: C:\Skyline DataMiner\ProtocolScripts\DllImport\SRM\SLSRMLibrary.dll

Note that Revision is used to indicate the CU number. Also, if you’d like to compare versions, it’s recommended to check within the major version.

Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 30th May 2024
Jens Vandewalle [SLC] [DevOps Enabler] commented 30th May 2024

Hi Peter, thank you for the alternative solution. I’m wondering if there is a way to see which library is active in case its available at both locations?

Peter Vanpoucke [SLC] [DevOps Advocate] commented 30th May 2024

Hi Jens. The library in the ‘Files’ folder will be removed when installing a 2.0 package. So, if the library is still in that folder, it should be considered as the in use.

0
Debeuf Klaas [SLC] [DevOps Advocate]1.67K Posted 29th May 2024 1 Comment

Hi Jens,

The version info is normally saved a txt file(SRM_Solution_About) in C:\Skyline DataMiner\Webpages\SRM.
You could parse the version number.

Regards,

Jens Vandewalle [SLC] [DevOps Enabler] Posted new comment 29th May 2024
Jens Vandewalle [SLC] [DevOps Enabler] commented 29th May 2024

Hi Klaas, we would hope that there is another way to do this since parsing a text file is not error prone. Also the location of the file has changed in the past which gives me more reasons to look for a more robust solution.

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