If you are upgrading through SSP v1.2.x, be sure to import the uPortal Permissions and Groups changes for that version first:
1. Accommodation API permissions
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-172/ data-import
2. MyGPS and Self-Help Guide API permissions
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-698/ data-import
uPortal Permissions and Groups: All SSP changes introduced in 2.0-b3 can be completing by importing data through an ant build with the following command
1. ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/ data-import
Or, to import changes individually, the following imports can be run.
1. Creates MAP public template write permission and SSP_MAP_TEMPLATE_ADMIN role
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1473/ data-import
2. Creates read/write permissions to the SSP_FACULTY_ROLE for the Appointment API
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1284/ data-import
3. Grants permissions to Coaches for the Reports portlet and Notes to appropriate roles
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1526/ data-import
4. Registers the SSP_STUDENT and SSP_MAP_TEMPLATE_ADMIN roles to the uPortal SSP Roles Group
ant -Dmaven.test.skip=true -Dfile=uportal-war/src/main/data/ssp_entities/group_membership/SSP_Roles/SSP_Roles.group-membership.xml data-import
|