Connector – Conditional Page Visibility and DVE
29th January 2025
You can override the Conditional pages within the Export Rules by updating the ‘Pages’-tag, example: <ExportRule table=”10000″ tag=”Protocol/Display/Pages” value=””/>
Answer
29th January 2025
You can override the Conditional pages within the Export Rules by updating the ‘Pages’-tag, example: <ExportRule table=”10000″ tag=”Protocol/Display/Pages” value=””/>
29th January 2025
You might be able to create an standalone HTML page with an url paramater, then include that with the HTML applet and feed it the date to count down from …
29th January 2025
If you have a redundant connection, it could be a side effect of RN 39114 where the connection type may have end up incorrectly in the log (see https://docs.dataminer.services/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.4.html) Problem …
29th January 2025
Hi, This can be changed in the Measurement Type options attribute of the table parameter in the protocol.xml, e.g. sort:INT-INT-STRING|ASC|0-STRING will sort the third column in ascending order. For more …
29th January 2025
Hi, This is currently not supported with the existing syntax. A feature suggestion can be submitted here: DataMiner Feature Suggestions – DataMiner Dojo Regards,
29th January 2025
I don’t believe we currently offer such kind of feature within Dojo or the DevOps program. You can always propose new features via the Feature Suggestions on Dojo: DataMiner Feature …
29th January 2025
Hi Marco, This feature isn’t available at the moment. However, we really like the idea and have submitted a new feature request for it. We’ll provide an update here once …
28th January 2025
namespace ClearAllActiveAlarms { using System; using System.Linq; using System.Threading.Tasks; using Skyline.DataMiner.Automation; using Skyline.DataMiner.Net.Messages; public class Script { public void Run(IEngine engine) { try { engine.GenerateInformation(“Script starting.”); ClearAllAlarms(engine); engine.GenerateInformation(“Script ending.”); } …
28th January 2025
I was able to fetch the values directly by simply retrieving the element properties using the GetElement() Method without the need for an SLNet call. Here is an example: var …
28th January 2025
Hi Gerwin, According to: Protocols | DataMiner Docs you should request this to your Technical Account Manager. Kind regards.
28th January 2025
Hi, I would say just drop a email to your squad or techsupport 🙂 That’s the way I usually take.
28th January 2025
Hi Juan, You could generate information events from an alarm template: Configuring an alarm template to generate information messages Your correlation rule can be triggered by information events: General configuration …
28th January 2025
I would choose also two seperate child elements and as Jeroen said, select the box “This service is optional”. Usually this is the best way, you can do multiple templated …
28th January 2025
I will not be investigating this issue anymore as I changed focus and this no longer is a priority
28th January 2025
Hi Baranisudha, I created some pseudo code; I do kindly want to ask to be careful with the code as it could impact your system. Why? such request call will …