Signing out of Dataminer V10 to then log in to an alternate DMA / DMS
20th May 2021
Hi Paul, if you log out of the session and click the ‘Back to start window’ arrow, it should bring you back to the launcher screen.
Answer
20th May 2021
Hi Paul, if you log out of the session and click the ‘Back to start window’ arrow, it should bring you back to the launcher screen.
20th May 2021
Hi Cyrus, The custom script can also be triggered on the pre-roll or start actions of the booking. On the service definition, we can specify actions. These actions can correspond …
20th May 2021
Hi Cyrus, ‘Create Booking Action’ script is used at booking time. In case you want to execute a custom script when the booking starts, this should be done from within …
20th May 2021
I think it should be possible by adding an action to START in the service definition: If you already have a script attached to the start action, maybe you can …
20th May 2021
Hi Jeroen, It’s not possible to reroute alarms from a table to appear on other elements. (aside from DVEs/virtual functions exposed by the same element) I believe the only way …
20th May 2021
Hi Jens, Would the Info shape data with the options of ELEMENT STATISTICS help in your use case? You can find more details on this help page and also this …
20th May 2021
I think that would be a new feature. I’m also only aware of the option with the alarm filters.
20th May 2021
After some investigation, we noticed that the problem was linked with the fact the trending was requested with a key in lower case while it was stored in DB with …
20th May 2021
Starting from 10.1/10.0.8, the flag can be toggled at runtime by calling engine.SetFlag(RunTimeFlag.NoCheckingSets) or engine.UnSetFlag(RunTimeFlag.NoCheckingSets). (see Help) You could unset the flag, then do the parameter set and then set …
20th May 2021
Hi, The partial option is currently not supported for view tables. To further elaborate on this: To support proper paging, the DataMiner Agent hosting the view would have to know …
20th May 2021
As Michael mentioned, the cell in the table will keep showing Critical as there is still a correlated alarm active on there, even after the original real alarm has cleared. …
20th May 2021
Hi Bing, When you trigger the correlation rule for the first time, it will create a new alarm on the same element and parameter as the parameter which triggered the …
20th May 2021
Hi Bing, You can create a negated list, by changing the “equal to”, into “not equal to”. e.g. To prevent other alarms to match the correlation filter, you can add …
20th May 2021
Hi Ahmed, any chance that you could share the Shape Data content that you did add in the Visio shape? That will allow us to check if the syntax would …
19th May 2021
The [Property:] placeholder will retrieve the property value from the current object to which the shape is linked. Since your shape is not linked to any element, the placeholder will …