Web Interface: Java support
4th April 2024
Hi Frans, according to devices documentation: The control is done with the use of a Java Applet and hence it is necessary to have the Java Runtime Environment (JRE) installed …
Answer
4th April 2024
Hi Frans, according to devices documentation: The control is done with the use of a Java Applet and hence it is necessary to have the Java Runtime Environment (JRE) installed …
4th April 2024
Hi Pascal, I would suggest verifying if your placeholders are correctly resolving. You can easily do this by making a new shape with no shapedata, just put as text the …
4th April 2024
Hi Pascal, Your index contains hyphens (‘-‘) and this is likely the cause of your problem as this is the character used for defining multiple conditions after each other. You …
4th April 2024
Hi Koen, You are correct that this backdoor does not affect DataMiner. The backdoor specifically targets sshd for linux. This does mean that customers with Cassadra & Opensearch installations might …
4th April 2024
Hi Steve, This was a version deployment issue on our end, it has been fixed. The next time you try to connect to ziine Cube will first update to the …
4th April 2024
Hi Mieke, There’s also a best practice written in the DataMiner Docs. It focuses on preparing interactive scripts for automatic regression testing, but it comes down to a use case …
4th April 2024
Hi Jeroen, Have you checked the following files? cat /var/log/opensearch/install_demo _configuration.log A simple password will cause the same error. Make sure it contains upper and lower case letters, numbers, and …
3rd April 2024
Hi Samuel, Does this already solve a few of your questions? https://docs.dataminer.services/develop/devguide/Connector/AdvancedLoggerTablesExtending.html
3rd April 2024
Hi Ryan, I tested this myself and looks like a bug. Files are indeed not correctly uploaded. This does not only happen with zip files, but also other extensions.
3rd April 2024
net runtime is installed as can be seen from the picture below
3rd April 2024
Hi Jorge, From what we can tell this is not an overbooking issue. We already have logging enabled for our silent booking and there are no error messages present when …
3rd April 2024
Hi Alexandru, This looks like issue related to .NET runtime not being installed, can you please make sure you have .NET installed? If you don’t please download and install .NET …
3rd April 2024
Hi Mieke Your question looks similar to this question created by Gilles: Using same automation script in interactive and non-interactive mode – DataMiner Dojo Does this help you out? Kind …
3rd April 2024
Hi Martin, I believe there is already a similar question: Service Templates between DMS Hope it helps.
3rd April 2024
Hi Yvan, It seems that it is possible. Below an example for PDF files: Link: C:\Program Files\Adobe\Acrobat DC\Acrobat\acrobat.exe|/A “page=2” C:\Users\MyUser\Documents\my_pdf.pdf|Open in page Where: ProgramName: C:\Program Files\Adobe\Acrobat DC\Acrobat\acrobat.exe Parameters: /A “page=2” …