Fixed
Details
Assignee
Aron AronAron AronReporter
Aron AronAron AronFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Aron Aron
Aron AronReporter
Aron Aron
Aron AronFix versions
Affects versions
Priority
Created November 21, 2007 at 8:07 AM
Updated November 21, 2007 at 8:27 AM
Resolved November 21, 2007 at 8:27 AM
There are bugs in the MSSQLServer upgrade scripts for the openfire enterprise plugin, for versions 3.4.1 and earlier. When upgrading up to version 3.4.1, open enterprise upgrade schemas 7, 8, and 9 have various issues which need to be fixed.
Upgrade 7:
updates to propValue in fpWorkGroupProp and fpAgentProp were breaking when using the REPLACE function since propValue is of an invalid type for the first argument of REPLACE (it cannot take manipulate 'text' type columns).
Upgrade 8:
adding columns to entSipUser did not have the correct syntax: the word 'column' is rejected by sqlserver
Upgrade 9:
when creating table entRRDs, the 'bytes' column should be of type 'image', not 'text'. This error was breaking the application when it tries to populate the round-robin statistics database.