Installation Note 44574: The manualLoadContent script produces errors when you deploy the middle tier under UNIX and you deploy SAS Web applications manually
If you perform a middle-tier deployment in UNIX operating environments and you deploy the SAS Web applications manually, the manualLoadContent-order-number.sh script that is generated by the SAS® Deployment Wizard contains syntax errors. When you run the script, you receive a series of messages similar to the following:
./manualLoadContent-99DCYZ.sh: line 39: loadContent: command not found
manualLoadContent-039993.shBU: line 90: unexpected EOF while looking for
matching '"'
The script consists of a series of essentially identical sections. Each section ends with a long command line similar to this example:
/app/sas92/config/Lev1/Utilities/launchconfigtarget.sh -f "$TWELVEBYTECONFIGFILE" -Dwebapp.auto_deploy="true"
-Doma.person.admin.login.userid="$OMAADMIN" -Doma.person.admin.login.passwd="$OMAAPW"
-Dmetadata.connection.userid="$OMAADMIN" -Dmetadata.connection.passwd="$OMAAPW"
-Doma.person.trustusr.login.userid="$OMATRUSTED" -Doma.person.trustusr.login.passwd="$OMATRUSTEDPWquot; $TARGET
The syntax error occurs at the end of the command. The text string quot; should be a double quotation mark ("), so that the end of the command looks like the following example:
. . .other commands. . .
-Doma.person.trustusr.login.passwd="$OMATRUSTEDPW" $TARGET
To correct this problem, edit the script and change each occurrence of quot; to a double quotation character (") and rerun the script.
Operating System and Release Information
SAS System | SAS Deployment Wizard | 64-bit Enabled AIX | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
HP-UX IPF | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Linux | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Linux for x64 | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
OpenVMS on HP Integrity | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
Solaris for x64 | 9.21 | 9.3 | 9.2 TS2M2 | 9.3 TS1M0 |
*
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: | Installation Note |
Priority: | medium |
Date Modified: | 2014-02-04 09:51:07 |
Date Created: | 2011-10-06 15:27:01 |