To fix this run the two sql scripts against the agile database. update PES_DesignerForm set dfm_Layout=REPLACE(Cast(dfm_Layout as nvarchar( max )),'appVersion=2009.03.00.9999','appVersion=2010.01.00.9999') update PES_DesignerForm set dfm_Layout=REPLACE(Cast(dfm_Layout as nvarchar(max)),'help.serena.com/mariner','help.serena.com/alm')
|