Protocol : SetParameterDescription method & Replication
26th January 2022
Hi Wale, As far as I know these changes are stored in a xml file in the element folder. Replication isn’t aware of this and that might be the reason …
Answer
26th January 2022
Hi Wale, As far as I know these changes are stored in a xml file in the element folder. Replication isn’t aware of this and that might be the reason …
26th January 2022
Hi Jeroen, We verified this is an issue indeed. Thanks for creating a task. The task has been investigated and will be solved with the due priority. Kind regards, Karl
26th January 2022
While in DataMiner Cube we use the Time zone from the Agent you are connected to indeed, our web apps use the local time zone by default (but this can …
26th January 2022
Hi Joerg, This is currently not possible.
25th January 2022
In addition to Edson his information, you can also consult: Setting up Azure Active Directory Domain Services | DataMiner Docs If you are interested to explore more options, you can …
25th January 2022
Hi Carlos, We have a cool video explaining how to integrate Azure AD users in Dataminer and of course, if your AD has 2-factor authentication, Dataminer will request it. Authenticating …
25th January 2022
Hi Daniela, Maybe there is another way, but a possible option is using a ‘Parameter page’ component. You can display a page from an element in a dashboard: The drawback …
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 …