Fixed
Details
Priority
MinorAffects versions
Fix versions
Components
Assignee
Core TeamCore TeamReporter
Anthony WhyteAnthony WhyteConversion Script Required
Yes
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Core Team
Core TeamReporter
Anthony Whyte
Anthony WhyteConversion Script Required
Yes
Created October 6, 2011 at 9:53 AM
Updated July 5, 2016 at 8:20 AM
Resolved October 6, 2011 at 10:13 AM
The Oracle version of the msgcntr 2.8 to 3.0 conversion script used MySQL syntax instead of Oracle syntax. The line "INSERT INTO SAKAI_REALM_FUNCTION VALUES (DEFAULT, 'msg.permissions.viewHidden.groups');" should be "INSERT INTO SAKAI_REALM_FUNCTION VALUES (SAKAI_REALM_FUNCTION_SEQ.NEXTVAL, 'msg.permissions.viewHidden.groups');".
I have verified that this is a problem in trunk as well as in the msgcntr-3.0-a01 tag and msgcntr-3.0.x branch.