Hi,
I’m trying to import EasyTune for SQL version agnostics MP.
I did the hard work to optimize it for my needs and I decided to try it. When I click finish in wizard I’m reciving exception:
Note: The following information was gathered when the operation was attempted. The information may appear cryptic but provides context for the error. The application will continue to run.Microsoft.EnterpriseManagement.Common.ObjectNotFoundException: Nie znaleziono obiektu klasy ManagementPackRule o identyfikatorze 334b93d4-c30c-73e0-02e5-9c7fb1500226.
at Microsoft.EnterpriseManagement.Configuration.ManagementPackDatabaseReader.GetRule(ManagementPackElementReference1 reference) at Cookdown.EasyTuneCore.Models.WorkflowOverrideFactory.CreateRulePropertyOverride(OverrideValueEntry overrideValue) at Cookdown.EasyTuneCore.Models.OverrideCollection.CreateOverridesForGlobalTargeting(ManagementPack targetManagementPack, String configurationName) at Cookdown.EasyTune.UI.FrameworkSheets.SetNewOverrideWizard.OnSavePages(Object sender, PageFrameworkActionEventArgs e) at Microsoft.EnterpriseManagement.ConsoleFramework.WizardFramework.FireActionEvent() at Microsoft.EnterpriseManagement.ConsoleFramework.WizardFramework.OnCommitJob(Object sender, EventArgs e) at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler
1 job, Object sender, ConsoleJobEventArgs args)
Get-SCOMRule -Id 334b93d4-c30c-73e0-02e5-9c7fb1500226
returns nothing (there is no such rule in my SCOM).
I was importing this tunning pack before new SQL MP was imported and it was finishing wizard without problems.
Now with all SQL MPs imported it is failing
What I’m doing wrong?