Just had my Forefront TMG 2010 console crash on me with the cryptic error message Refresh Failed: Member not found (0×80020003), rendering me unable to view or change any firewall rules.
It seems that Internet Explorer 9 is causing this. Since I couldn´t uninstall IE9, I had to find a workaround for the console error.
This works:
- Open “C:\Program Files\Microsoft Forefront Threat Management Gateway\UI_HTMLs\TabsHandler\TabsHandler.htc”
- Search for the 3 lines which contain “paddingTop”, and comment out each of them by adding “//” in the begining.
- Example:
// m_aPages [niPage].m_tdMain.style.paddingTop = ((m_nBoostUp < 0) ? -m_nBoostUp : 0) ; - Save the file, and open the TMG management console.
Original article where I found the fix.
3 comments
Kari N.
February 21, 2012 at 8:31 am (UTC 2) Link to this comment
Thanks for this !
I really don’t understand why they make interfaces like this if they can’t keep them working with ease…
Mesut
July 11, 2012 at 4:11 pm (UTC 2) Link to this comment
Hey thanks! I’ts working like a charm!
Max
August 22, 2012 at 1:54 pm (UTC 2) Link to this comment
Thanx for this “patch”