dataminer web port
12th July 2023
Load balancing may not work out as expected, because authentication is done against a specific SLNet service, so any time a request is forwarded to a different backend, it will …
Answer
12th July 2023
Load balancing may not work out as expected, because authentication is done against a specific SLNet service, so any time a request is forwarded to a different backend, it will …
12th July 2023
Hi, I tried to follow your example. I am guessing that the DLL references in Cube should be filled in automatically, when publishing the script from Visual Studio, if it …
12th July 2023
Hi, To be able to access the DataMiner web pages, you’ll need TCP port 443 (HTTPS) or 80 (HTTP). If you need to connect through the DataMiner cube interface, you …
12th July 2023
Hi Matthias and Thomas, I have admin access, but User-Defined APIs is not listed under Modules.
12th July 2023
Hi Carlos, This is correct and intentional. A remnant from back in the days where systems were backed by a MySQL database the value of real time trend points were …
12th July 2023
Hi Pawel, Could you check if you have enabled the required permissions? Source: the first note of this documentation. Example of such security group: EDIT/UPDATE To enable User-Defined APIs on …
12th July 2023
Hi Pawel, Could you check if you have the permissions for the User-Defined APIs feature? https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/DataMiner_user_permissions.html#modules–user-defined-apis
12th July 2023
Hi Tim, It is possible to feed multiple query rows at once from a table and use this as a script input. You can configure an action to execute a …
12th July 2023
Hi Wale, This happens asynchronously, meaning both actions are being handled by different threads without synchronizing. When a parameter value is changed, it is forwarded to a queue in SLElement. …
12th July 2023
Hi Alberto, Windows NT 6.2 refers to both Windows 8 and Windows Server 2012. Windows 8 is already end of life. Windows Server 2012 will go end of life in …
12th July 2023
Hi Tiago, There’s currently no exact call to know when a DMA is fully started. However you can monitor the logs to see if everythingis loaded. One of the items …
12th July 2023
Hi, that is depending on the options that are available. -The most easy thing to do is make a connection via SLNet and verify there if the DMA is up …
12th July 2023
It’s not entirely clear to me where you want to store the files. Somewhere on the agent? Or on the device of the end user? If you want to save …
12th July 2023
Hi I tested which settings get applied when a User is in multiple groups. It seems like the settings that get applied depend on the order in which the User …
12th July 2023
While the automation engine can mark a script as aborted, the script can only be aborted by the automation engine at points where the script interacts with the automation engine. …