Search on Help page
4th April 2023
There is a temporary issue with the template, which should hopefully be fixed very soon (with any luck, in about 15 minutes).
Answer
4th April 2023
There is a temporary issue with the template, which should hopefully be fixed very soon (with any luck, in about 15 minutes).
4th April 2023
If I remember correctly, multiple connectors that had to work with Excel spreadsheets make use of the OpenXml SDK: https://www.nuget.org/packages/DocumentFormat.OpenXml https://learn.microsoft.com/en-us/office/open-xml/open-xml-sdk https://www.c-sharpcorner.com/article/creating-excel-file-using-openxml/
4th April 2023
Not a programing solution but if it suits your use-case you could instead read/write in the OpenDocument Spreadsheet (.ods) format using the OpenOffice SDK which will not require a separate …
4th April 2023
I’m not sure if this is the most straight forward solution, but an xlsx file is nothing more than a zip of different things. Try to rename your existing xlsx …
4th April 2023
Hi, The Calrec Artemis uses Serial (Ember+), so you need to define the device IP of the device on the “IP Address” of the element settings (localhost won’t work). To …
4th April 2023
Hi Sebastian, Dates should typically always be stored as UTC. It’s up to the frontend to correctly format these using the appropriate time zone. Would it be possible to try …
4th April 2023
Hi Paul, The MultiCheckBoxVertical currently does not support the scroll bars. The only workaround I see at this moment would be to use a grid layout (see docs), so that your …
4th April 2023
Hi Tiago, I believe the SLA connector should be improved so the timestamp columns are no longer of type ‘string’. Due to it being a string column, we have no …
4th April 2023
Hi Leander, If I understand the situation correctly, you may have accidentally enabled ‘multiple sections’ for that Section Definition. Being able to click that ‘+’ sign to add another Section …
4th April 2023
Hi Bernard I can confirm this is possible since v10.2.11 or v10.3. I tested this locally on single parameters and on tables (using the cardvar on the index like you …
4th April 2023
Hi Bernard, Yes, this is possible from 10.2.11 onwards (see docs).
4th April 2023
Hi Guilherme, When you have DataMiner not starting up after an upgrade, one of the places you could check is the SLDataMiner log file. This log file should 90% contain …
4th April 2023
Hi Esteban, This is not possible without creating a dedicated shape, with additional configuration, for this. Feel free to create a Feature Suggestion for this.
4th April 2023
Hi, Is the screenshot coming from the mobile UI? (e.g. http://<dmaip>/m ). I don’t think that there is a setting to prevent it from being truncated. Regards,
3rd April 2023
Just on a side note Mark – have you been introduced to the DataMiner DevOps Professional program? You can find all relevant information and the link to subscribe here Sign …