Folks,
We are unable to launch SAS deployment manager in SAS 9.2 on AIX server. I can open the sasmc without any issue. I have activated the x11 on the putty.
However when we open the sdm its throws the below error.
Error: Missing /opt/SAS/SAS92/SASDeploymentManager/9.2/products/xxxxxxxx/../../setup.dat.
Do you have write permission on the /tmp directory? Usually when you launch SDM or SDW there is a tmp directory created as the process is launched.
As per sdm script deploywiz.sh, seems like this script throwing error at this condition.
1) ERROR:Missing......:
# Test for an INI file paired with the shell script (by script name)
inifile="`locate_data_file "$startuplocation/$script" ".ini"`"
if [ ! "$inifile" ] ; then
$echo "Error: Missing $script.ini."
2) ERROR:Missing......:
# Parse the master properties file if it exists
if [ "$PROPERTY_MASTERPROP" ] ; then
# The path to the master property file may be relative or absolute
if [ ! "`set -f ; $echo $PROPERTY_MASTERPROP | sed -n '/^\// {p;}'`" ] ; then
PROPERTY_MASTERPROP="$startuplocation/$PROPERTY_MASTERPROP"
fi
if [ -f "$PROPERTY_MASTERPROP" ] ; then
load_properties "$PROPERTY_MASTERPROP" properties
else
$echo "Error: Missing $PROPERTY_MASTERPROP."
exit 1
fi
fi
exit 1
fi
Something is wrong with your SAS Software Depot. I can't find right now the Depot Checker Utility for SAS 9.2, but most likely you have to download again the SAS Software Depot.
Thanks, I am not aware about sas depot location, Is there any to find out sas depot path?
Yes, I now this. But is there any way we can find location of sas depot from sashome dir?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.