line in visio drawing changes color based on a event
3rd October 2024
wel i dont have a drawing yet i was looking for a way how to do it if you can point me out to an example that would be great.. …
Answer
3rd October 2024
wel i dont have a drawing yet i was looking for a way how to do it if you can point me out to an example that would be great.. …
3rd October 2024
Hi Apurva Could you check if you have the latest version of Visual Studio 2022?
3rd October 2024
Hi Rubens, I checked our Catalog and from Broadpeak I think we only have the following: – BkA100 – BKS350 – CDN Mediator BkM100 Kind regards,
3rd October 2024
not able to find this method for get column data for clicked cell and so may be method is update or remove so alternating for this
3rd October 2024
things are working well now i want a post api call on this toggle button click data will update job status column value {start , stop } .
3rd October 2024
Hi Chirangee, Overall, your C# code looks good, but there are a few issues in your XML file. First, you should always define the PID of the read parameters in …
3rd October 2024
Hi Daniel, Some quick pointers that might be of use: The XML files in C:\Skyline DataMiner\Correlation are what is relevant for correlation rules. TXF files have cached contents and do …
3rd October 2024
If it’s just about creating a new element with the exact contents of the original one there are automation scripts for this purpose available in the catalog. Get all parameters …
3rd October 2024
Hi, I’m assuming you are using the powershell version of the script because you have to provide the paths to the keytool and openssl. I had a look at the …
3rd October 2024
hi jose silva, thanks for reply see this code once i m getting respective data in log but not in table using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using …
2nd October 2024
Hi, version 10.4.9 of the Skyline.DataMiner.Dev.Automation NuGet package is referenced in the C# project on this line. Since you are using an older DataMiner version, it would be better if …
2nd October 2024
Hi Stefan, Is it possible that you are referring to the user-defined API? You can find some documentation on how to use it here. We also have a nice KATA …
2nd October 2024
Hi, Could you check that log file to see if you see any entry close to that one indicating that the Scripted Connector has started? If you find one, please …
2nd October 2024
Hi João, Using the following code, all parameters and their properties can be retrieved: var dms = engine.GetDms(); var element = dms.GetElement(“element01”); var protocolInfo = engine.GetUserConnection().GetProtocol(element.Protocol.Name, element.Protocol.Version); foreach (var param …
2nd October 2024
In summary: When using the GetNext SNMP Request, the table on the DataMiner side must include all columns up to the last defined one. Similarly, those columns must be implemented …