Shape with one element property and tooltip for another element
25th January 2022
Hi Yvan, probably you can use the “Tooltip” shape data and include a placeholder referring to the property of the other element. See help for more information.
Answer
25th January 2022
Hi Yvan, probably you can use the “Tooltip” shape data and include a placeholder referring to the property of the other element. See help for more information.
25th January 2022
Hi Jeroen, I’ve continue from the code in script SRM_DataTransferRulesTemplate, please adapt for your case. var rxSatBooking = mainBooking.GetContributingBooking(“Rx Sat”); var rxSatDecoder = rxSatBooking.GetResource(“Decoding”); var rxSatDecoderFunctionResource = rxSatDecoder.Resource as Skyline.DataMiner.Net.ResourceManager.Objects.FunctionResource; …
25th January 2022
The contributing resource should have a property (“Main Reservation”) with the id of the main reservationInstance. You should be able to retrieve that reservationInstance and get whatever you need from …
25th January 2022
Hi Bernard, This is currently not possible. The current time columns (time, root time, creation time and root creation time) use the timezone where the DMA is located.
25th January 2022
Hi Jeroen, I don’t know the answer to your question, but perhaps it could be easier to just store the info against a reservation property in your contributing booking?
25th January 2022
Ryan, This is possible through the configuration of the MaintenanceSettings.xml. Have a look at the help. Look in the example XML for the <Documents><MaxSize> part: MaintenanceSettings.xml | DataMiner Docs
25th January 2022
Hi Laurine, This should be possible. Please keep in mind that the correlation rule should have the following settings in place: Accept information events Trigger on single events The first …
25th January 2022
Did not think this through yet, so not sure if this would entirely cover your use case, but the first thing that comes to mind is to use the ability …
25th January 2022
We currently use ElasticSearch 6.8. Following link shows a table of supported distros. https://www.elastic.co/support/matrix We currently use Cassandra 3.11.8. Any supported distro should be fine. I believe most, if not …
25th January 2022
You can find another similar question (just for ElasticSearch) here.
25th January 2022
Hi Fernando, a possible solution could be to add the phone numbers manually in DataMiner. You can do this from DataMiner Cube > System Center > Users / Groups. Then …
24th January 2022
As far as I know this is not possible. As an alternative you could check the range in a QAction, and maybe show a popup when the new value is …
24th January 2022
Hi Jeroen, I had this in the past and was able to work around it by executing below steps. Remove converter script from duplicated parameter and save it Add converter …
24th January 2022
Hi Bruno, That’s possible by adding a new tab in your alarm console and apply a filter for ‘Protocol’: This will show you all active alarms that are coming from …
24th January 2022
Just right clicking the icon should not launch the Cube. DataMiner Cube should only get started when choosing Launch > DataMiner Cube If that’s not the case on your setup, …