SCOM 2019 - Azure Management Pack 1.8.0.5

StonerK 46 Reputation points
2021-06-02T07:29:02.563+00:00

I am trying to work with the Azure Management pack to however some strange issue is occurring lately.

  1. Subscription in the Administration section gets added successfully
  2. In the authoring section, when i select the Sub, the window closes and an error "The given key was not present in the dictionary" is prompted.
  3. Confirmed account has necessary access
  4. Removed MP and re imported it v1.8.0.5
  5. Removed latest MP and tried a previous version
  6. I have also tried changing api versions but to no luck

Any idea on what the issue might be ?

Thanks

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,575 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CyrAz 5,181 Reputation points
    2021-06-02T08:04:26.43+00:00

    That one will probably need some serious troubleshooting (or to raise a case with MS support).

    Basically, the error is telling you that "some info" was not present where it was supposed to be.

    So the first step is to have a look at the full error stack trace if you have it, to identify what part of the code triggered that error.
    Then you'll have to uncompile the MP dll files to have a look at that portion of the code (written in C#), and do your best to understand what it's supposed to do.
    Intercepting the communication between the MP and the Azure API using a Fiddler trace will also probably help to shed some light.

    Or maybe someone already had the exact same issue and will be able to help :p


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.