Post-installation Steps

Open SAS/config/LevN/documents/Instructions.html and follow the steps found in the topic on validation.
Note: Steps 1 and 2 are needed only if you are configuring the middle-tier on an AIX machine.
  1. Create the following symbolic links for every middle-tier machine where the SAS Micro Analytic Service REST API has been deployed:
    • libdflic-1.4.so to libdflic-1.4.a
    • libdfssys-1.3.so to libdfssys-1.3.a
    Here is an example:
    cd <LevConfig>/Web/WebAppServer/SASServer13_#/sas_webapps/
    sas.microanalyticserver.war/WEB-INF/lib/loadlib
    In -s libdflic-1.4.a libdflic-1.4.so
    In -s libdfssys-1.3.a libdfssys-1.3.so
  2. Restart the SASServer13 nodes on every middle-tier machine where the SAS Micro Analytic Service REST API is deployed.
  3. Validate the web service URL for the SAS Micro Analytic Service REST API. If the service is deployed correctly, the following JSON object is returned:
    {"version":1,"links":[{"method":"GET","rel":"modules",
    "href":"http://www.example.com/SASMicroAnalyticService/rest/modules","uri":"/modules"},
    {"method":"POST","rel":"createModule","href":
    "http://www.example.com/SASMicroAnalyticService/rest/modules","uri":"/modules"}]}
  4. When you have completed the validation steps that are located in instructions.html, grant access to the service to a user and add that user as a member of the Decision Manager Users group.
    1. In SAS Management Console, expand Environment Manager.
    2. Right-click User Manager and click Newthen selectUser.
    3. On the General tab, enter the user name and any other optional information.
    4. On the Groups and Roles tab, find the Decision Manager Users group from the Available Groups and Roles list and add it to the Member of list.
    5. On the Accounts tab, click New.
    6. In the New Login Properties dialog box, you must complete at least the User ID field. Click OK.
    7. Click OK in the New User Properties dialog box.
Note: If connecting an administrative console such as JConsole or JVisualVM causes the server to terminate, add -Xrs to the JVM options and restart the server.
  • On UNIX platforms, -Xrs can be added to the JVM_OPTS variable in the setenv.sh file located in SAS-configuration-directory/LevN/Web/WebAppServer/SASServer13_N/bin/ directory.
  • On Windows platforms, -Xrs can be added to setenv.bat, located in the directory mentioned above, if you invoke your server using the tcruntime-ctl.bat script. If you invoke the server as a service, add it to the wrapper.conf file located at SAS-configuration-dirctory/LevN/Web/WebAppServer/SASServer13_N/conf/wrapper.conf.