Replace IDX Value with Placeholder
22nd November 2022
Hi Daniel, Using the Property tag in this way would require you to have a custom property ‘CANAL_PLUS_TXP’ on the element set to the idx value of the table row …
Answer
22nd November 2022
Hi Daniel, Using the Property tag in this way would require you to have a custom property ‘CANAL_PLUS_TXP’ on the element set to the idx value of the table row …
22nd November 2022
As far as I know showing history data is based on trending (and/or alarm timelines). Reconstructing a table from the past would consist of getting the trend data (and/or alarm …
22nd November 2022
Hi Jarno, It unfortunately seems that changing this XML is not sufficient to enable TTL on the SRM data. We currently believe this was only compatible for the Reservation Instances …
22nd November 2022
Hi Simone, that can be done relatively easy using the class library: var dms = engine.GetDms(); var e = dms.GetElement(“MyElement”); var isInView = IsInView(e, “MyView”); public bool IsInView(IDmsElement element, string …
22nd November 2022
In a DataMiner cube client you can create a new page in the alarm console. Add a filtered page and add the criteria below: Parameter desctiption (by Protocol) –> Equal …
22nd November 2022
Hi Sebastiaan, thanks again for your quick answer. I have never worked with variables inside of a Visio drawing. I guess even if it’s a PageVariable it should be shown …
22nd November 2022
There is also a possibility to use DataMiner server as a proxy, according to the documentation: Linking a shape to a video thumbnail | DataMiner Docs Quote from Docs: If …
22nd November 2022
Only the client devices need access to the video stream server. The clients connect directly to the video stream server to start the stream, it does not go via the …
22nd November 2022
Hi Trong, You can do this by using DMS_GET_ELEMENT_ID_FROM_IP (76).
22nd November 2022
Hi Martin, the recommended way to retrieve a single cell from another element is using Skyline.DataMiner.Library. This doesn’t request the content of the whole table, but only one cell. Example: …
21st November 2022
Hi Trong, I believe there is not a specific method that you could use to get an element based on the IP address. However, you could proceed as follows: // …
21st November 2022
This is an answer to the second question Stefan asked in a comment on my previous answer. If you can’t access the property using the [property:myproperty] placeholder directly, you can always …
21st November 2022
I have found the issue, we recently move to 10.2 which introduce new permissions and one of those permissions is regarding the send of email via DataMiner System which was …
21st November 2022
an easy way to recreate the tables both on MSSQL, MySQL and local Cassandra is to restart the DMA, however the DMA needs to be active so in your case, …
21st November 2022
Hi Ben, can you confirm that the issue is resolved with the latest package?