Visual Overview – Get resource data as session variables
23rd February 2022
Have you tried the SelectedResource session variable , as indicated in the help section ?
Answer
23rd February 2022
Have you tried the SelectedResource session variable , as indicated in the help section ?
22nd February 2022
Hey Jeff, When an element is deleted, 3 items are added in the Recycle Bin <Date>_Delete_element_views.xml.zip <Date>ElementConnection before delete <element> ElementConnections.xml.zip <Date>_Element <elemenname>.zip Each of these contain some part to …
22nd February 2022
All of this is by design. For a correlation rule, all active alarm trees which match the specified alarm filter are being kept track of in a bucket. In your …
22nd February 2022
There’s a couple of things you could check here: Check if you substitute “Show” with “Hide” that the shape also gets hidden. If not, there’s likely something wrong with your …
22nd February 2022
Hi Jens, Since you are working with a table, have you tried grouping by table index?
22nd February 2022
Are you setting parameters by name or by ID? If you are setting by name, the following does not apply. Is it possible that the scripts are writing to the …
22nd February 2022
Have you verified that the drive where the backup is written to has sufficient disk space? You can check the trending for ‘free disk space’ (available in Microsoft element of …
22nd February 2022
Hi Christine, Do you see any errors regarding the password change in the SLDataMiner.txt or SLErrors.txt logfile?
22nd February 2022
Hi Luiz, The Cassandra folder contains more than only the ssTables. Most likely you have some snapshots that are still present in your Cassandra folder. Can you have a look …
22nd February 2022
The source and replication DMA must use the same DataMiner version. (source: Replicated elements | DataMiner Docs). Otherwise, you can run into unexpected issues affecting the replicated elements or the …
21st February 2022
Hi Adrian, If your DMA is on version 10.1.0 or higher, you might want to try the Repository API for alarms: You might notice that the first part is the …
21st February 2022
Hi Bruno, There is a difference between masking alarms from an element and masking the element itself. When masking the element, the state of the element will be ‘Masked’. And …
21st February 2022
For contributing bookings, there’s the possibility to run a script after a booking is converted to contributing. Just need to define the script to execute in the Contributing Configuration property. …
21st February 2022
Hi, The files in this folder are data updates which still need to be inserted into the elementdata table (on an SQL setup). The elementdata tables contain saved element data (saved …
21st February 2022
Hi Mieke, adding capabilities can be done in the “CreatedBookingAction” script. This script will run before the booking is set to confirmed state. For more information, see the “Created Booking …