Problem Note 66149: An error occurs when you upgrade from SAS® Model Implementation Platform 3.1 to release 3.2
During an upgrade from SAS® Model Implementation Platform 3.1 to release 3.2, SAS® Deployment Manager fails in the SAS Model Implementation Platform configuration steps, When this problem occurs, the following error is generated:
Adding SASModelImplementationPlatform to group.
Creating data directory.
Path= SAS-configuration-directory/Lev1/AppData/SASRiskWorkGroup/groups/workgroup-name/SASModelImplementationPlatform
WARN Data directory for SASModelImplementationPlatform already exists.
Executing group convert shell script.
Path= SAS-configuration-directory/Lev1/Applications/SASModelImplementationPlatform/scripts/convert_to_work_group.sh
Script: Copying old work group data for "workgroup-name" from "SAS-configuration-directory/Lev1/AppData/SASModelImplementationPlatform/workgroup-name " into "SAS-configuration-directory/Lev1/AppData/SASRiskWorkGroup/groups/workgroup-name/SASModelImplementationPlatform"...
Script: Moving work group data failed:
Script: cp: preserving times for ‘SAS-configuration-directory/Lev1/AppData/SASRiskWorkGroup/groups/workgroup-name/SASModelImplementationPlatform/./input/economics/arch_base_RDS25_aug2019’: Operation not permitted
Script:
ERROR
ERROR Script Failed: The solution convert to group script failed.
ERROR Path=<sasconfig>/Lev1/Applications/SASModelImplementationPlatform/scripts/convert_to_work_group.sh
ERROR Command=
ERROR <sasconfig>/Lev1/Applications/SASModelImplementationPlatform/scripts/convert_to_work_group.sh -metauser sasadm@saspw -metaautoresources SASApp -metarepository Foundation -metaport 8561 -metapass <password> -metaserver hostname.xyz.com -name <workgroupname> -destinationpath <sasconfig>/Lev1/AppData/SASRiskWorkGroup/groups/<workgroupname>/SASModelImplementationPlatform
ERROR Error Code:891
To work around this issue:
- Leave the SAS Deployment Manager Wizard error window open. Do not close it.
- Edit the convert_to_work_group.groovy file that resides in the SASHOME/SASModelImplementationPlatformServerConfiguration/3.2/Configurable/scripts/ directory. To do that, locate the following line: in the convert_to_work_group.groovy file:
:"cp -a".split() + "${OLD_BU_PATH}/." + "$BU_NEW_PATH/"
Change that line so that "cp -a" becomes "cp -dr":
:"cp -dr".split() + "${OLD_BU_PATH}/." + "$BU_NEW_PATH/"
- Click the Retry button in the SAS Deployment Manager Wizard error window to resolve the problem.
A hot fix is planned for this issue.
Operating System and Release Information
| SAS System | SAS Risk Governance Framework | Linux for x64 | 7.4 | | 9.4 TS1M6 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2020-06-24 13:58:01 |
| Date Created: | 2020-06-17 16:03:08 |