SCOM Proxy configuration for Office 365 MP

ANU 336 Reputation points
2022-06-27T16:55:34.117+00:00

Hello All,

Thanks in advance.

I am trying to configure O365 MP.

As per the MP guide tried to edit the following config file. Once i edited the Microsoft.EnterpriseManagement.Monitoring.Console.exe.config file the SCOM Reporting tab is not loading. Network team confirmed we are using correct proxy. Any Help.

===================================================================

Configure proxy connection.
To use a proxy server for the Microsoft 365 MP wizard queries, perform the following steps:

  1. First, you will need to edit the Monitoring Console configuration file. It can be found in the following location:
    C:\Program Files\Microsoft System Center <SCOM Version>\Operations Manager\Console\Microsoft.EnterpriseManagement.Monitoring.Console.exe.config
    Add the following lines in the configuration section of the configuration file:
    <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
    <proxy proxyaddress="http://xxx.xx.x.xx:xxxx" bypassonlocal="false" />
    <bypasslist></bypasslist>
    </defaultProxy>
    </system.net>
    Note: proxyaddress value must be entered as follows: http://ProxyIPaddress:Port, for example http://192.168.0.200:8080

=====================================================================================

Regards,
Anu

System Center Operations Manager
System Center 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.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SChalakov 10,591 Reputation points MVP Volunteer Moderator
    2022-06-28T08:12:49.207+00:00

    Hi Anu,

    I can think of 2 possible causes for that:

    • Your proxy is being used for local addresses. In this case you need to tweak the option: bypassonlocal="false"

    It is the same as the option "Don't use the proxy server for local addresses" :

    215711-image.png

    • The other thing is the proxy port. If it matches the Port used by reporting services then this can also cause the issue.

    Hope I was able to help. Regards,

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)
    Regards,
    Stoyan

    0 comments No comments

Your answer

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