Low code app with DOM instance – dropdown not sorted
12th January 2024
Hi Jeroen, We have very recently done some adjustments to improve the DOM Instance field in a web form. This change will be available in DataMiner 10.4.3. One of the …
Answer
12th January 2024
Hi Jeroen, We have very recently done some adjustments to improve the DOM Instance field in a web form. This change will be available in DataMiner 10.4.3. One of the …
12th January 2024
Hi, We just release an increment to allow access to files hosted in C:\Skyline DataMiner\Webpages\public\ via dataminer.services remote access. (Remote access | DataMiner Docs) Wkr
12th January 2024
DIS keeps a list of all frequently used units, to push towards consistency between drivers by keeping a single unit format for each unit (e.g. avoid some people switching between …
12th January 2024
Hi, Are you getting any exceptions or errors in DIS? Or do you see anything in the DIS Output window?
12th January 2024
The backup settings I’ve tried is either the pre-defined Full Backup or Full Backup without database, and no matter which – the filename still indicate it’s a custom backup. /Roger
12th January 2024
Hi Daniel, there is a method to retrieve license information called NT_GET_LICENSES (154). I’m not sure if there is a standard way to achieve your desired functionality, however, one way to …
12th January 2024
Hi Roger! Please, go to the system center of your Cube client and on the backup tab, click on content. What backup type have you selected for your DMA?
12th January 2024
Hi Jens, You could use the methodTryGetArgumentValue to check if there is a value available. Example: if (args.TryGetArgumentValue(myArgument, out myArgumentValue)) { // do something } Hope it helps. Reference: RN35783
12th January 2024
Hi Jens, The OnArgumentsProcessedInputArgs object contains a HasArgumentValue which will return false if the optional argument is not filled in (see docs). Additionally, you can also use the TryGetArgumentValue which will try to …
12th January 2024
Hi Bing, To check the allocated DMA you will have to use Client Test Tool SRM Surveyor to see the Reservation Instance HostingAgentID property. Bookings should behave the same independently …
12th January 2024
Hi, is it also that the name will always contain Custom regardless of type of back up (Full, Full without database, Custom etc).. At least that’s how it seems on …
12th January 2024
Hi José, I was thinking about this and I now realized there is, next to the Interactive-Script-approach of Michiel, another possible “work around” that could help you out or at …
12th January 2024
Hi José If I understand it correctly, I believe an Interactive Automation Script can be a possible solution. The idea is to replace the content of your form with the …
12th January 2024
I studied the script condition documentation on https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/Correlation_rule_syntax/Script_condition_functions.html The script created via the help given above sets the a value for the property “BC_RP21 Alarm” on the view “RP21”. So …
11th January 2024
This 0x800402D5 error typically occurs when the DMA can not send outgoing emails via a mail server. Can you verify if the DMA has been configured correctly to send emails? …