The Forefront Unified Access Gateway (UAG) Product Team is excited to let you know that we are currently developing Service Pack 3 for UAG 2010, and we expect to make it available during the first quarter of calendar year 2013 (Q1 CY2013).
Service Pack 3 will provide support for:
Thank you,
The UAG Product Team
After installing SP3, I get script error when selecting the SERVERS node in the UAG FileAccess console:
Line = 13
Char = 3
"object doesn't support property or method"
http://localhost:6001/filesharingadmin/helper.asp
Tried this:
..\Microsoft Forefront Unified Access Gateway\von\FileAccess\Default.asp
Change the line
ver = CInt(lowerAgent.substr(lowerAgent.indexOf("msie")+5,2))
to
ver = lowerAgent.substr(lowerAgent.indexOf("msie")+5,2)
Didn't fix it...