NOTE: If there is a lot of data in the field, it make take a very long time for the page to load. Just be patient and wait for it to complete. If you get a message saying something like "this page is taking a long time to load, do you wish to continue running scripts ", choose yes.
If the user's settings seem to be causing display issues, you can delete the settings from the database using the command below. NOTE: SQL scripts should be run by your DBA
The following script will change the Contact Support link to point to the location you give: UPDATE PES_System SET sys_Value = 'xxx Complete URL here xxxx'
Look in the PES_VersionHistory table in an Agile database. There are many references to Mariner in there. Even in the latest Migration script the very last sql statement is putting references to Mariner.
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')