How to retreive HOST ID in visio?
6th November 2023
Hi Bernard, In Visio, this feature is not available by default. However, there are methods to accomplish this, such as extracting the information through an automation script and storing it …
Answer
6th November 2023
Hi Bernard, In Visio, this feature is not available by default. However, there are methods to accomplish this, such as extracting the information through an automation script and storing it …
6th November 2023
Hi Bing, Your syntax is correct. We’re looking at a software issue here. We have added a task to our backlog and aim to resolve this as soon as possible. …
6th November 2023
Wildcards are indeed not supported., your suggested approach using a QAction to perform the matching is therefore a good approach.
6th November 2023
Hi Michiel, You’ll need to restore your previous Visio file so you can get things to work again. To avoid having to replace the visio every time you do an …
6th November 2023
Paramater:3000|ALARM Also just flagging the typo in your visio, Parameter, not Paramater. I’ve had a spelling error typo in some shape data before that I didn’t spot till I went …
3rd November 2023
Hi Michiel, You could add a parameter of type pollingip (or ip if you want the port as well) to your connector and then from the QAction read that parameter …
3rd November 2023
Hi Maximiliano, The automation script will send that Inter App message containing a GUID to the connector. The Automation script will only listen for responses if they have the same …
3rd November 2023
Hi Manuel, The error that you see, is an error that is returned by your mail server. This means that the size limitation is not on the dataminer side but …
3rd November 2023
Hi, Could you have a look into the following question and answer to see if it works for your scenario? https://community.dataminer.services/question/how-to-display-a-linux-time-stamp/answer/110718/ I believe the part you are missing is that …
3rd November 2023
Hello Apurva With the following call, you can get a full definition of the protocol. This allows you to collect all table information. var protocolInfo = engine.GetProtocolInfo(protocolName) Method not …
3rd November 2023
Hi Gerwin, Great questions! However when i add an filter in the query itself and taking the info either by hardcoding or an feed it won’t find that data. So …
3rd November 2023
Totally missed that one. It did the trick to set SLDataMiner to Automatic (delayed start). Have not needed to do this on any other installation before on Windows 2016. This …
3rd November 2023
Hi Bing, You can use this snippet to upload an alarm template. public static void InstallAlarmTemplate(string protocolName, string protocolVersion, string templateName, string protocolFileUri) { // install alarm template in one …
3rd November 2023
Hi Bing, I’m just throwing out some rough ideas here. I used the Client Test Tool FollowEvent functionality when I uploaded an Alarm Template (xml) file in my local DataMiner, …
3rd November 2023
Hi Bing, Maybe you can use the CreateAlarmTemplate method of our Web Service (v1), though you will need to convert your XML files into the appropriate parameters, and to code …