1

Broken SCOM Web Console URLs?

Posted by Tao Yang on 06/07/2010 in SCOM |

I come across a situation where when i click on the web console URL from a SCOM notification email such as this one: http://<SCOM Web Server>/default.aspx?DisplayMode=Pivot&AlertID=%7b07aac5b0-4cf8-411f-b5a0-cb0075dc0f31%7d

I get a HTTP 500 error:

image

I had to change the URL from http://<SCOM Web Server>/default.aspx?DisplayMode=Pivot&AlertID=%7b07aac5b0-4cf8-411f-b5a0-cb0075dc0f31%7d to http://<SCOM Web Server>/default.aspx?DisplayMode=Pivot&AlertID={07aac5b0-4cf8-411f-b5a0-cb0075dc0f31} to make it work. It’s quiet painful as %7b and %7d comes as a part of SCOM WebConsole Link variable…

For this particular environment, I found out it was caused by Forefront TMG server was blocking encoded URLs for this website.

After unticking Verify normalization and Block high bit characters in the TMG rule, the encoded URL started working!

image

Tags: , , ,

1 Comment

  • Michel kamp says:

    Hi, you are correct on this . It only happens when you are not logged in . This is because you are redirected to the scom login page. When redirecting to the login page a return url is constructed , in this process the %7b and %7d are changed to %207b and %207d. This is not a valid URL so the ISA http filter blocks this request. By disabling the verify you can do a workaround. Better is to change the notification. Or wait on the fix of the redirect page. I am already working on this one with MS.
    Michel kamp
    The backbone

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Copyright © 2010-2012 Tao Yang's System Management Blog All rights reserved.
This site is using the Desk Mess Mirrored theme, v2.0, from BuyNowShop.com.