Offload: file option vs DB
28th June 2022
Offloading data to local files is supported from DataMiner 10.0.11 onward. The files are placed in C:\Skyline DataMiner\System Cache\Offload on the local DMA server. Remote file offloads are not currently …
Answer
28th June 2022
Offloading data to local files is supported from DataMiner 10.0.11 onward. The files are placed in C:\Skyline DataMiner\System Cache\Offload on the local DMA server. Remote file offloads are not currently …
27th June 2022
Hi Alberto, The shape data you are looking for is VdxPage. More information can be found over here: Making a shape display a particular page of the current Visio drawing …
27th June 2022
Hi Alberto, Glad you make great use of our community! Typically we try to give some recommendations through the Visio style guide | DataMiner Docs. However, a recommendation on the …
27th June 2022
Hi Soumith, From your screenshot I can see that you are trying to use the SOAP interface, however the body of your request contains a JSON data structure You can …
27th June 2022
That’s an interesting perspective – including “All parameters except…” a few you don’t need – but I don’t think this is made possible yet (will subscribe to see if other …
27th June 2022
Hi Gerwin, This is caused by the inheritance system that’s used in the Visual Overview. Child shapes of a shape that is linked to an element will automatically link to …
27th June 2022
Hello Jens, thanks a lot for your questions! Here are some answers 🙂 1. As you suspect, the algorithm will detect the same pattern across different elements having the same …
27th June 2022
You could use the following method to show a message box (with a custom message in this case): private static bool Confirm(IEngine engine, string message) { var uiBuilder = new …
27th June 2022
Yes Not sure what you mean here. You should be able to delete the pattern from anywhere it was detected. I don’t think you can. Could you explain why that’s …
27th June 2022
Hi Paul, You can have a look into the Event Viewer to see if you can spot anything around the time the forwarder crashes. If you have an element in …
27th June 2022
Many thanks Ben! I spent some time to get used to GQI and how to configure it and achieved what I tried to achieve now. I only did it for …
24th June 2022
Hi Gerwin, I am not sure if it will help, but a possible option is to use the action ‘User interaction’ (DataMiner Docs – User Interaction):
24th June 2022
Hi Joel, Based on DataMiner Docs (Using conditions in an alarm template), regular expressions are not supported. From DataMiner 9.5.13 onwards, if you configure a condition based on the value …
24th June 2022
Jeroen, you view the user’s details via the client-test tool, GetInfoMessage –> Type = SecurityInfo. Exporting I’m not aware off, unless you do it via automation script to write them …
24th June 2022
Hi Hugo, I checked and simply putting \n won’t work. Instead, you will need to get the new line in the Visio shape data or the text field of the …