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

Delete of a group in a QAction: opposite of DMSNotifications.DMS_GROUP_ADD in protocol.SendMessage

Solved366 views28th August 2024DMS_GROUP_ADD Groups
1
Cristel Van Landeghem [DevOps Advocate]458 8th July 2024 0 Comments

Version 10.2 and 10.1

The groups are created in a qaction by:

SetDataMinerInfoMessage createGroupMsg = new SetDataMinerInfoMessage
{
bInfo1 = Int32.MaxValue,
bInfo2 = Int32.MaxValue,
DataMinerID = protocol.DataMinerID,
IInfo1 = Int32.MaxValue,
IInfo2 = Convert.ToInt32(domainGroup.GroupLevel),
Sa1 = new SA(new string[] { domainGroup.Name }),
What = Convert.ToInt32(DMSNotifications.DMS_GROUP_ADD)
};
DMSMessage[] createResponse = protocol.SendMessage(createGroupMsg);

But our customers also removes groups : at the end of a contract of their customers.

Now they have to remove them manually in the cube : System Center - Users/Groups - Groups :

3 x right click - delete on the 3 groups (admin, opera, observer).

This is off course not really user friendly : we want to do it in the Qaction that removes all other things related to a deleted groups.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th August 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Laurens Moutton [SLC] [DevOps Enabler]8.68K Posted 8th July 2024 2 Comments

Hi,

Deleting a group would look something like this:

SetDataMinerInfoMessage deleteGroupMsg = new SetDataMinerInfoMessage
{
bInfo1 = Int32.MaxValue,
bInfo2 = Int32.MaxValue,
DataMinerID = protocol.DataMinerID,
IInfo1 = GroupId,
IInfo2 = Int32.MaxValue,
What = Convert.ToInt32(DMSNotifications.DMS_GROUP_DELETE)
};
DMSMessage[] deleteResponse = protocol.SendMessage(deleteGroupMsg);

-The GroupId needs to be known, this can be done by sending a GetInfoMessage with Type set to SecurityInfo, the response then contains all the Users and all the Groups, per group the Name and ID can be found.
-I don't know the enums of DMSNotifications, I'm assuming that this will be DMS_GROUP_DELETE. Anyhow, the integer value of the enum needs to be 21.

Regards,

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 28th August 2024
Cristel Van Landeghem [DevOps Advocate] commented 15th July 2024

Thank you very much. SendMessage using ID 21 works perfectly.
Somehow in our code 21 was named DMS_CLIENT_NOTIFICATIONS (in March 2013 :)). That is why I did not tried 21 to delete groups before,

Laurens Moutton [SLC] [DevOps Enabler] commented 16th July 2024

Different processes in DataMiner can be notified and each have their own notification enums. The SLDMS process is using the DMS notify types, an overview can be found here: https://docs.dataminer.services/develop/api/DmsNotifyTypes/DmsNotifyOverview.html . The SLDataMiner process is using the NT notify types, an overview can be found here: https://docs.dataminer.services/develop/api/NotifyTypes/NotifyTypesOverview.html. As this call is a SetDataMinerInfoMessage, it means that a notification will be sent to SLDataMiner so it will be using the NT notify type numbers NT_GROUP_ADD=20, NT_GROUP_DEL=21.
It seems here the DMS notify enums were first wrongly used in the message to send to SLDataMiner, though I don’t see DMS_GROUP_DELETE being present in the list of DMS Notify types.
Regards,

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

Alarm Dashboard PDF/CSV Export 1 Answer | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 Votes
Is the Microsoft SharePoint Connector Still Usable 0 Answers | 0 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 (108) Correlation (68) Cube (150) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (139) driver (65) DVE (55) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (151) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) services (51) 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