SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Getting Started with Predictive Analytics

This tutorial series will cover two approaches to a sample project utilizing the predictive analytics capabilities of SAP HANA, express edition. This tutorial will show you how to configure your installation for the sample projects by creating a tenant database and a new user to manage that database.

Overview

🎓 beginner 15 min. SAP Hana, Express EditionBeginnerSAP HANAExpress Edition

You will learn

  • How to prepare your SAP HANA, express edition installation for Predictive Analytics
Unknown U Unknown November 1, 2022
Created by April 24, 2017
Contributors

Prerequisites

Steps

Step 1 Ensure AFL is Installed

Log in to your system database and select your database. Click on the Administration icon

Administration Icon
Administration Icon
and under the Overview tab, next to Installed Plug-ins check that AFL is installed.

Overview Tab
Overview Tab

Open an SQL command line to your database and check again that AFL PAL Functions are installed.

Shell
SELECT * FROM SYS.AFL_FUNCTIONS WHERE PACKAGE_NAME='PAL';

If a list of AFL functions is generated, AFL PAL Functions are installed.

Step 2 Create a Tenant Database and Activate the Script Server
+
Step 3 Connect to Your Tenant Database
+
Step 4 Download and Import the PAL Schema Sample Data
+
Step 5 Add a New User and Grant Proper Permissions for the Tenant Database
+
Step 6 Log in to the Tenant Database with the New User
+
Step 7 Grant Access to New User Schema
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Ensure AFL is Installed 2. Create a Tenant Database and Activate the Script Server 3. Connect to Your Tenant Database 4. Download and Import the PAL Schema Sample Data 5. Add a New User and Grant Proper Permissions for the Tenant Database 6. Log in to the Tenant Database with the New User 7. Grant Access to New User Schema

Learn more →