How to increase the timeout on the UserDefinableApiEndpoint?
1st June 2023
Did you try to change the default script timeout time? you can change it with: engine.Timeout = TimeSpan.FromMinutes(1); to increase the timeout of the script to 1 minute.
Answer
1st June 2023
Did you try to change the default script timeout time? you can change it with: engine.Timeout = TimeSpan.FromMinutes(1); to increase the timeout of the script to 1 minute.
1st June 2023
It would be nice to be able to ask for the top 10 most severe elements or services (number of alarms / severity of alarms) of the last 24h / …
1st June 2023
Hi Henri, There are two very similar settings so I’ll explain them both: TicketExpirationTime SLNet has the capability to generate a ticket known as an ‘ExecuteTicketMessage’ in order to perform …
1st June 2023
Hi Randy, At this point in time, we do not have any public Device Simulation catalog or repository. We do have an internal location where we store this though. Kind …
1st June 2023
Hi Wannes, Increasing the timeout is described on the ‘DataMiner UserDefinableApiEndpoint DxM’ page of the documentation. There is a section here that describes that you’ll need to alter the config …
1st June 2023
You are probably looking for the Link shape data. If you start the value of that shape data with ‘#’ then the page you are linking will be embedded in …
1st June 2023
Hi Andrey, Seems that you have problems installing the CefSharp package in the background. Can try to install the MSI CefSharp package from https://community.dataminer.services/download/dataminer-cube-msi-cefsharp-v96/?
31st May 2023
There are a lot of processes down including SLElement, SLAutomation. This already indicates that your local DataMiner agent is not running correctly. There is a lack of information here to …
31st May 2023
Hi Paul, Closing and (re)opening Cube should be sufficient for the hyperlinks to be shown, no restart of the DataMiner agent is needed. In a cluster environment, you will have …
31st May 2023
Hi Paul, You can do this in the System Center of Cube as shown in below image. In case the Agent on which you execute this is part of a …
31st May 2023
Would suggest having a look into the log folder (C:\Skyline DataMiner\Logging) of DM to see what is going on. SLErrors should give you an immediate overview of all errors in …
31st May 2023
Hi Sachin, Most of the versions are supported, i.e. 2013, 2016, 2019 and also some more explanations can be found on other Dojo questions. For example, VISIO 2021: Anyone running …
31st May 2023
Hi Elvio, Nice to meet you! Are you aware of our free Learning section on the Community? There’s one dedicated recording on everything included in the Correlation module (DMS Correlation …
31st May 2023
Hi Ladan, Can you verify that file spMetadata (root folder) contains the correct entityID?
31st May 2023
Hi, From 10.3.2 onwards you’ll have the “Reuse template” option. Be aware that this only allows to reuse a template within the same dashboard or low-code app. Also important to …