Get custom property in automation

Hi Michael, You can achieve this by using the Class Library: IDms myDms = engine.GetDms(); IDmsView myView = myDms.GetView(“my View Name”); IDmsViewProperty myProperty = myView.Properties.SingleOrDefault(x => x.Definition.Name == “property name”);

Feature Release Web Upgrades in Main Release

That’s correct! Beginning with version 10.3, you can keep using the DMA while updating your web apps to the latest version. Just make sure your version is higher than 10.3, …

Windows XP PC in timeout

Hi Matt, Can you please try the following: Extra Steps for Windows XP Change ForceGuest setting in registry regedit.exe Expand HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control. Select Lsa. Change the value for the forceguest DWORD to 0:

App migration popup impact

Upon opening an application or dashboard created on a previous version of DataMiner, it will automatically migrate to the current version of the platform. This migration process can include a …

Enable Monitoring App for different groups

Hi Ive, Thank you for the quick reply. I think with this we might have found the problem. I have given a test user all the permissions but the two …

Stop Dataminer from the command line

Hi Yuki, You can run the “DataMiner Stop DataMiner And SLNet.bat” batch file located in the C:\Skyline DataMiner\Tools folder. This action will stop all the DataMiner services on your machine. …