SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 44121: Errors occur when you use the SAS® Grid Manager Client Utility in UNIX operating environments

DetailsHotfixAboutRate It

Under UNIX, errors can occur when you use the SAS Grid Manager Client Utility, which is invoked by using the SASGSUB command-line command. The following errors occur because the SASGSUB command does not accept parameters for the -GRIDSASOPTS argument.

Error 1

ERROR: The option gridsasopts expects a String value.
Failed to initialize cradle support

This error occurs when you submit the following SASGSUB command:

sasgsub -gridsubmitpgm /tmp/sascnn.sas -gridsasopts "-work /usr/tmp"

Error 2

ERROR: The command line token /usr/tmp' was found when a command line option was expected.
Failed to initialize cradle support

This error occurs when you submit the following SASGSUB command:

sasgsub -gridsubmitpgm /tmp/sascnn.sas -gridsasopts "'-work /usr/tmp'"

To circumvent this problem, follow these steps:

  1. Open the sasgsub file that resides in SASHOME/Lev1/Applications/SASGridManagerClientUtility/9.x/.
  2. Add "$@" to the end of the SASGSUB line, as follows:
  3. SASHOME/SASFoundation/9.x/utilities/bin/sasgsub -GRIDCONFIG /config/Lev1/Applications/SASGridManagerClientUtility/9.x/sasgsub.cfg "$@"

Note: Spaces cannot be used in the directory path specifications for the options that are specified by the -GRIDSASOPTS argument.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Grid ManagerClientSolaris for x649.219.39.2 TS2M39.3 TS1M0
Linux for x649.219.39.2 TS2M39.3 TS1M0
Linux9.219.39.2 TS2M39.3 TS1M0
HP-UX IPF9.219.39.2 TS2M39.3 TS1M0
64-bit Enabled Solaris9.219.39.2 TS2M39.3 TS1M0
64-bit Enabled HP-UX9.219.39.2 TS2M39.3 TS1M0
64-bit Enabled AIX9.219.39.2 TS2M39.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.