Parameter content truncated

Hi Manuel, The parameter configuration looks fine to receive your XML response. It could be the case however that the big XML response is taking longer to receive than the …

Duplicate Group to tweak just one privilege?

Hi Alberto, Unfortunately at the moment there is no easy way to duplicate a group. The only way is to start from scratch but to speed up in the configuration …

Cisco C4948 SFP

Hi Yasser, You could have a look at the Sensor table: Can you confirm that you are able to retrieve information from this table?

Session timeout not modifiable

Hi John, the Session@timeout attribute configures the timeout for a request in this session and overrides the Timeout of a single command (ms) in the element edit wizard (under More …

Duplicate Group to tweak just one privilege?

Hi Alberto, I went through Collaboration to search for the Duplicate group option. Most of the tasks I found were for SD. You can upvote in that link: https://community.dataminer.services/new-feature-suggestions/system-centre-users-groups-right-click-duplicate-group or …

Show Shapedata Not Equal To Regex

Hi Chris, Would it not be easier to use “not” in front of your expression? Extended conditional shape manipulation actions | DataMiner Docs This would allow you to use ^ST-BT$ …

DMA failover monitoring

You can give this Generic Failover Status connector a trial. With this you can monitor/trend the failover state of a pair of agents. It also shows details similar to what …

Adding a three node ElasticSearch cluster

Yes, simply define in the db.xml of each agent the hosts of the ES cluster seperated by commas.  <DBServer>10.10.10.1,10.10.10.2,10.10.10.3</DBServer> DBConfiguration.xml file only comes into play when you are configuring multiple …

Remove file from Documents – DMS Notification

Hi Joerg, You can use the snippet below, where you need to define the path to the file in the strinfo1 variable: Skyline.DataMiner.Net.Messages.Advanced.SetDataMinerInfoMessage SDIM = new Skyline.DataMiner.Net.Messages.Advanced.SetDataMinerInfoMessage { What = …

Remove file from Documents – DMS Notification

Hi Joerg, Looking at the documentation of that call NT_SEND_DMS_FILE_CHANGE (41) I would remove the file and execute the same method but with fileChangeType: 33 = File removed protocol.NotifyDataMiner(41 /*NT_SEND_DMS_FILE_CHANGE*/, …