Hi,
I have created an automation script solution but the dmapp won't install on my 9.6 DMS. It installs fine on all my other systems. I can see there's a MinDmaVersion 10.0.9.0-9312 but I don't know how that's been set. If I manually import just the script onto the 9.6 DMS it runs fine. How can I edit the solution so the package installs? I was thinking maybe the nuget packages I'm using have a dependency on Cube version but I can't see exactly where that information is on nuget or the package description etc. Perhaps if I use an older version of Skyline.DataMiner.Automation?
The error I receive from the system is as follows...
Unexpected exception during upgrade: (Code: 0x80131500) Skyline.DataMiner.Net.Exceptions.DataMinerException: Invalid upgrade file. Update.zip missing.
at Skyline.DataMiner.Net.Upgrade.UpgradeHelper.ExtractPackage(String packagePath, String packageExtractPath, UnpackProgressHandler progressHandler)
at Skyline.DataMiner.Net.Upgrade.AgentToUpgradeInfo.LaunchOneAgentUpgrade_Local()
at Skyline.DataMiner.Net.Upgrade.AgentToUpgradeInfo.LaunchOneAgentUpgrade()
at Skyline.DataMiner.Net.Upgrade.AgentToUpgradeInfo.UpgradeOneAgentThread(Object state)
Thanks!
Hi Ross,
Checking the documentation, the new dmapp package can be installed through the Taskbar Utility starting from 10.1.0 [CU19]/10.2.0 [CU7]/10.2.10 onwards (Installing an application package). Thus, the error that you report is expected.
The information related to the Minimum DMA version is coming from the file AppInfo.xml (Application Package Structure). If I am not mistaken, this file is automatically created by DIS when creating the application package for your automation script.
Is it not an option to upgrade your DMA?
Hope it helps.
Thanks Miguel, this is indeed the last of our clusters to move to >10.2 which will be happening soon. I’ll transfer the script across manually in the meantime. Thanks for your help.