If you are upgrading through SSP v1.2.x, be sure to importexecute the uPortal Permissionsdata andmigrations Groups changes for that version first:. This can be done 1.in Accommodationa APIsingle permissionscommand:
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-172/ data-import
Then execute the 2. MyGPS and Self-Help Guide API permissions0.0 migrations:
ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-6980/ data-import
uPortalThen Permissionsupdate andthe Groups:list Allof SSPchild changesgroups introducedfor 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
the '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
|