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

Automating ZIP File Handling in DataMiner: Updating Element Tables with C# Automation

Solved1.06K views30th January 2024automation scipt
1
A B M Sidddique [DevOps Advocate]371 23rd November 2023 0 Comments

Hello Dojo community,

I'm currently working on automating a process within DataMiner that involves handling ZIP files within the Documents module. Here's a concise overview of my objective:

  1. ZIP files are manually stored in a specific folder within the Documents module.
  2. Automate the transfer of the updated ZIP file location into an element table by adding a new row (contents of the zip folder do not need to be read).
  3. Automate the activation of the associated ZIP file location for the corresponding row in the element table. Currently whenever a new file location row is manually added to the table, the file is set as inactive, which needs to be activated ( this inactivates the previous uploaded file location)

I aim to achieve this process by executing a C# automation script. I am not sure how to retrieve the  the file location from the documents folder as the files there do not have a parameter ID to use Getparameter methods.

Any specific methods, code snippets, or examples related to importing the zip file location, updating the element table, and activating the file within this automation task would be greatly appreciated.


Fig: element table preview

Thank you in advance for your assistance!
Regards,
ABM

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 30th January 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Gelber Mahecha [SLC] [DevOps Enabler]1.62K Posted 23rd November 2023 1 Comment

Hi,

If I understood correctly you need to know how to read the contents of a directory where the ZIP file will be stored, and then using the name of the files, add rows to an element that will store these files.

When you add files using the Documents module in Cube, most probably you will use the common folder and create a subfolder to put the zip files on it. For example, I created a folder called Zip Files within the General Documents folder:

I then uploaded a test file test_zip_file.zip. As a result, on the DMA server, the following directory was added to contain the test file:

You can then use an automation script to list the contents of the designated folder, extracting the name of each found file and using it to modify the element. Because I don't know the protocol you are using, the sample automation script is only reading the files and printing the name on the information console:

From the loop, you can for instance validate if the file has been added to the table to avoid duplicates, as well as implementing other logic to react accordingly.
Note that that the logic can be implemented directly on the protocol, so the element can check periodically a target folder for new entries, I would suggest getting in contact with your designated TAM to discuss the different alternatives to your use case.

Finally, I noticed that you posted this other question a few days ago, very similar to this one.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 30th January 2024
A B M Sidddique [DevOps Advocate] commented 23rd November 2023

Dear Gelber,

I appreciate your previous guidance. I aim to import the file location from the DM common documents module. However, I’m looking to enhance the automation script further. The current code snippet displays the file location in the Info event console, yet my goal is to add this information as a new row in a specific table within the element. This table comprises two columns: “file location” and “file activated” (with statuses ‘inactive’ and ‘active’) as per the table protocol outlined below:
—————————*

FileActivated
File Activated(FileActivatedn)
write

string
other
next param

<!–string–>
discreet

Active
Active

Inactive
Inactive

true

—————————*

Additionally, after adding the new row , I want to activate the associated ZIP file (changing from ‘inactive’ to ‘active’). The ‘FileActivated’ parameter’s protocol indicates it is a string type, and I wonder if invoking zipfilelocation.Activate() would suffice or if I should utilize SetParameter.

I acknowledge that adapting the protocol might simplify this process. However, I’m keen on using an automation script triggered each time a user presses the execute button.

Thank you for your assistance in addressing these concerns.

You are viewing 1 out of 2 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