The SAS Embedded Process
starts when you run the StartupSASEP.sh script. It continues to run
until it is manually stopped or the database is shut down.
Note: Starting and stopping the
SAS Embedded Process has implications for all scoring model publishers.
Note: Manually starting and stopping
the SAS Embedded Process requires HANA database administrator user
permissions.
Note: You can find the location
of
EPInstallDir by using the
following command:
ls -l /usr/local/bin/tkhnmain
Use the following command
to start the SAS Embedded Process:
./StartupSASEP.sh
Note: The -verbose option
is on by default and provides a status of the start-up operations
as they occur. You can specify the -quiet option
to suppress messages.
ShutdownSASEP.sh shuts
down the SAS Embedded Process. It is designed to be used to shut down
the SAS Embedded Process prior to a database upgrade or re-install.
This script should not be used as part of the normal operation.
Use the following command
to shut down the SAS Embedded Process.
./ShutdownSASEP.sh
Note: The -verbose option
is on by default and provides a status of the shutdown operations
as they occur. You can specify the -quiet option
to suppress messages.