Dataminer X?
28th August 2020
Hi Pramod, please find here all necessary information about DataMiner X: https://skyline.be/dataminerX
Answer
28th August 2020
Hi Pramod, please find here all necessary information about DataMiner X: https://skyline.be/dataminerX
28th August 2020
DataMiner X is DataMiner version 10. It’s not a different “type”, but just a new version. A lot of new features and improvements have been introduced with DataMiner 10, and …
28th August 2020
Hi Pramod, You can access the driver catalog here: https://catalog.dataminer.services/
28th August 2020
Hi Jelle, the sorting that is applied is the natural sorting algorithm as of RN21705. Strings are ordered in alphabetical order, except for multi-digit numbers that are treated atomically as …
28th August 2020
If your element needs to act as the server to handle http requests, then I don’t think there is any other way than implementing a custom web service in a …
28th August 2020
Julio, do I understand it correctly that you’re trying to implement an HTTP-server in a smart-serial driver? That seems quite ambitious, and basically means you’ll have to dig deep in …
28th August 2020
The JSON which allows you to define the Dijkstra configuration includes a ‘TransportLink’ property which optionally can be added to force the network path to include or exclude interfaces from …
28th August 2020
Bookings will automatically move into a quarantine state in case that a resource that is booked does no longer provide the required capacities or capabilities. This is a continuous check, …
28th August 2020
Hello Jens, Maybe the AddScriptOutput is an option to use. See Help
28th August 2020
Hi Jens, On the parent script where you prepare the subscript, you can use the method “GetScriptResult()” on the ScriptOptions object after running “StartScript()” . This will return a dictionary<string, …
28th August 2020
All SLNet communication of a DataMiner Agent can be configured to use encrypted connections. Data sent over those connections will be encrypted using a Rijndael algorithm, using a 256 bit …
28th August 2020
Indeed, the Config >> Events page on the Booking Manager allows you to add any custom event that should be executed during, or even outside the window of the bookings. …
27th August 2020
For the client side: The Cube launcher is signed, and checked using SHA256. Saved credentials are stored using the Data Protection API of Windows, using the CurrentUser scope (i.e. only …
27th August 2020
Laurens, SLEnumValues is one of the least important tables in DataMiner. If you delete the table it will be recreated, but in fact it is obsolete. It gives an explanation …
27th August 2020
At the moment this is not possible through the available functionality in the Automation module. There is a way to request the buckets through the ‘GetCorrelationStatusMessage’. Most likely you will …