EasyTune exception at Cookdown.EasyTuneCore.Models.WorkflowOverrideFactory.CreateRulePropertyOverride

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, EventHandler1 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 :frowning:

What I’m doing wrong?

1 Like

Hi Lukasz,

I am sorry to hear this – we have looked into the issue and think we know what is happening but will need a quick call with you to confirm.

Please can you mail [email protected] with your availability so I can get something setup?

Thanks,

Bruce

I have kind of workaround :wink:

First of all I’ve splitted all overides by discovery, monitor and rule and figured out that here is problem only with ‘eventRule’. I don’t need it so I’m skipping those overrides having it working for other ovverrides.

Easy tune is great :slight_smile:

I am having the same issue as Lukasz and was wondering if a solution has been found yet?