SetVar used for Trending – not refreshing
25th May 2023
Hi Daniel, I believe the issue is linked to how you defined the “Parameters” shape data on your trend graph. This should be defined as element:parameter:index. You seem to be …
Answer
25th May 2023
Hi Daniel, I believe the issue is linked to how you defined the “Parameters” shape data on your trend graph. This should be defined as element:parameter:index. You seem to be …
25th May 2023
Hi Yuki, We can see in the response that you get errorCode:12. This indicates the following: AutomationActionError: An error occurred while trying to execute an Automation script action. The full …
24th May 2023
You can achieve this with the SetVar control in combination with the param placeholder. The content of your SetVar will be something like this: myVar:[param:<elementName>,<pid>] where <pid> is the parameter …
24th May 2023
Hi Stuart, we use MS Azure when we host DataMiner as a service (i.e. SaaS)
24th May 2023
An interesting use case and one that definitely warrants a feature suggestion, but currently the best way to do this would probably be to write a regex that finds your …
24th May 2023
Hi José, Could you let us know more details about the elements? Are there any differences between the elements in terms of settings? Can you confirm they are both active? …
24th May 2023
Task was created (DCP209147) and the fix is coming soon (currently in QA state) …
24th May 2023
Hi Jason It seems that the search engine is quit slow currently. Could you open a ticket so we can further investigate what’s causing that?
24th May 2023
I assume this is based on polled data, i.e. we get an update of the value of that specific metric each x seconds/minutes, and it is only when that new …
24th May 2023
Images have to be stored below the Webpages folder so that they are accessible by the web browser. If it is below the v1 folder or not doesn’t really matter, …
24th May 2023
Hi Jens, the link Tom refers to will indeed show you how you can apply filtering on hyperlinks. Unfortunately, the alarm object in DataMiner does not contain a field or …
24th May 2023
The timeline component will indeed perform a migration step when upgrading to a version >= 10.3.5. Sadly, dashboards will not revert when doing a downgrade. So after the rollback, you’ll …
24th May 2023
Note that there are plans to have this feature available in the webapps. However, to do this manually, you can indeed copy an app folder, modify the folder name to …
24th May 2023
Hi Marco, Can you verify that soft-launch option LegacyReportsAndDashboards is active on that specific Agent?
24th May 2023
Hi Trong, Be default the value of the alarm is not evaluated to replace such placeholders (for performance reasons). You need to specifically enable this option ‘Evaluate Alarm’, as also …