• IDD
  • IDD
  • Skybuffer AI
    • Skybuffer AI Installation and Initial Setup
      • On Business Technology Platform (BTP)
        • Skybuffer AI Installation Guide on BTP
      • On Premise: XSA Runtime and SAP HANA EE
        • Installing SAP HANA Including XS Runtime
        • XS Deployment Process
      • Post Installation User Guide
    • AI Agent
      • AI Agent Configurator
        • Register New AI Agent
        • Intents and Entities Creation
        • Skills Creation and Management
          • Standard Action Types
          • Generative AI Action
          • RAG Action
        • Scheduling
        • Communication Channels
          • Webchat Communication Channel Setup
          • Facebook Messenger Communication Channel Setup
          • Zoom Communication Channel Setup
          • MS Teams Communication Channel Setup
          • Slack Communication Channel Setup
          • Telegram Communication Channel Setup
          • Viber Communication Channel Setup
          • WhatsApp Communication Channel Setup
          • AI Agent Communication Channel Setup
        • Monitor Section
      • Destination Management
      • AI Translate
      • Survey Craft
      • Identity Providers
      • Business AI Scenarios
      • ML Models Hub
      • RAG Document Hub
    • AI Connector
      • AI Connector Configurator
      • AI Connector Logs
      • AWS Integration
      • Google Services Integration
      • Twilio Integration
      • Yandex Services Integration
    • SAP Backend for Business AI
      • Business AI Scenarios Package Administration
        • Installation Guide
        • Uninstallation Guide
      • Business AI Scenarios Package Maintenance Guide
        • Product License
        • Configuration of Email Sending Mechanism
          • Configuration Settings
          • Setup of Specific Email Sending Control
        • Technical User Setup
          • Central oData Service Authorization Role Maintenance
          • Technical User ID Creation
        • Assigning Business AI Scenarios to ABAP RIK Classes
        • Simplified User Creation Scenario Setup (Without Approval Workflow)
          • Maintain and Assign Reference Users for User Creation Scenario
          • Activate Notification for New User Creation (Optional)
        • User Creation Scenario Setup with Approval Workflow
          • Configure Approval Workflow for User Creation Scenario
          • Set Up Approval Steps for Different User Types Creation
    • HOW-TO Guides
      • SAP AI Core Integration. Ollama Server Setup
      • MS SharePoint Integration. Add-in Registration
      • MS Teams Integration. Single Sign-On
        • Create Azure Bot Service
        • Configure Azure Bot Service and Connect to Bot Management App
        • Create Middleware SSO Application
        • Configure Bot Service Application SSO
        • Create Azure AD Enterprise Application for SAP Backend
        • Configure oAuth2 in SAP System
        • Assign Identity Provider and Push Nodejs Configuration
        • Deploy Your App into Microsoft Teams
        • Managing Application Keys
    • Hybrid Chats
      • Hybrid Chats Maintenance Guide
        • Business and Technical Users Setup
          • Create Business and Technical Users
          • Create Business Partners
        • Tenant Configuration
        • Live Pool Management and Configuration
          • Start Live Pool
          • Manage Live Pool
        • System Configuration
          • Configure Status Profile
          • Set Up Technical Messages for Hybrid Chats
        • Hybrid Chats Configuration
        • Hybrid Chats Categorization
          • Categorization Management
          • Categorization Mapping
          • Translate Categories
      • Hybrid Chats User Manual
        • Hybrid Chats
          • HC Archive Mode
          • HC Active Mode
        • HC My Data
          • Edit Personal Data and Profile Picture
          • Default Settings Management
          • Notification and Dialogue Manual Mode Management
          • Quick Replies Management
            • Standard User Mode - Quick Replies
            • Administrator User Mode - Quick Replies
        • HC Analytics
          • HC Analytics
          • Operator Activity Analytics
          • Exit Survey Analytics
        • HC Teams
          • Access HC Teams Application
          • Create New Team
          • Create New Team Member
          • Edit Agent
          • Edit Team Name

Skybuffer AI Installation Guide on BTP

72 views 0

Services to Be Enabled: 

HANA Cloud – https://discovery-center.cloud.sap/serviceCatalog/sap-hana-cloud 

Cloud Foundry Runtime – https://discovery-center.cloud.sap/serviceCatalog/cloud-foundry-runtime 

Authorization and Trust Management Service – https://discovery-center.cloud.sap/serviceCatalog/authorization-and-trust-management-service 

Connectivity Service – https://discovery-center.cloud.sap/serviceCatalog/connectivity-service 

Destinations Service – https://discovery-center.cloud.sap/serviceCatalog/destination 

Job Scheduling Service – https://discovery-center.cloud.sap/serviceCatalog/job-scheduling-service 

Object Store Service (currently supported Amazon S3 as a backend) – https://discovery-center.cloud.sap/serviceCatalog/object-store 

AI Core Service – https://discovery-center.cloud.sap/serviceCatalog/sap-ai-core 

AI Launchpad Service – https://discovery-center.cloud.sap/serviceCatalog/sap-ai-launchpad 

Step 1. Assign Entitlements to Subaccount

Open the Entitlements section, and press the Edit button: 

A screenshot of a computer Description automatically generated

 Press Add Service Plans: 

A screenshot of a computer Description automatically generated

 

Add service plans for all the services described in the sections of Services to be enabled: 

A screenshot of a computer Description automatically generated

 

Step 2. Installation of Components on Cloud Foundry Runtime: 

You need to install and configure CLI interface for CF runtime, please refer to SAP documentation – https://help.sap.com/docs/btp/sap-business-technology-platform/download-and-install-cloud-foundry-command-line-interface 

After this, multi-apps plugin should be installed – please refer to SAP documentation – https://help.sap.com/docs/btp/sap-business-technology-platform/install-multiapps-cli-plugin-in-cloud-foundry-environment 

Log on to the Cloud Foundry Environment  – https://help.sap.com/docs/btp/sap-business-technology-platform/log-on-to-cloud-foundry-environment-using-cloud-foundry-command-line-interface 

Step 3. Download the installation archives

Download the installation archives provided by Skybuffer to your workplace with the installed CF CLI, and execute the following commands one by one: 

cf deploy skybfrxts_<version>.mtar 

cf deploy skybfryai_<version>.mtar 

cf deploy skybfryai_py_ai_core_<version>.mtar 

cf deploy skybfryai_rag_m_<version>.mtar 

cf deploy skybfryai_rag_vector_<version>.mtar * 

cf deploy botclientconnector_<version>.mtar 

* This module can be installed in Cloud Foundry environment with HANA DB version higher than QRC 1/2024 for SAP HANA VECTOR functions support. 

Step 4. Check the result

Log in to the Cloud Foundry Space and ensure that the applications are deployed and running: 

A screenshot of a computer Description automatically generated

 

NOTE: If interaction with SAP AI CORE is required, a service named AI_core must be configured before installing skybfryai_py_ai_core, skybfryai_rag_m and Botclientconnector MTARs.  

Step 5. Preserving AI Connector link

To preserve the AI Connector link during the update of the AI Connector application and automatically revert to the previous link after installation, execute the following commands.

For getting list of routes and domains execute the following commands:
cf routes,
cf domains 

cf map-route <APP_NAME> <DOMAIN> [–hostname HOSTNAME] [–path PATH]
Do not provide path if you want to change only hostname. Next step is to delete an old hostname.
cf delete-route <DOMAIN> [–hostname HOSTNAME] [–path PATH] [-f]
-f = force deletion

For example:

cf map-route botclientconnector cfapps.eu10-004.hana.ondemand.com –hostname botclientconnector-relaxed-meerkat-bj

cf delete-route cfapps.eu10-004.hana.ondemand.com –hostname skybuffer-sp–z-o-o–skybuffer-bot-skybuffer-ai-botclie25f4f193

Optional service AI_Core should be bind manually: 

Step 6. Post-Installation Steps

One-Time Tables Setup. Follow these steps to complete the one-time setup after installation:

Maintain Tenant Information

  • Update the Tenant table in the SKYBFR_XTS schema with the required tenant details.

Assign Configuration for the RAG Application

  • Update the EMB.CONF table within the SKYBFRYAI_RAG_M schema to assign the required configurations for the RAG embeddings API.

Ensure all entries are correctly maintained before proceeding with system usage.

Was this helpful?

Yes  No
Related Articles
  • Scheduling
  • AI Agent Communication Channel Setup
  • Post Installation User Guide
  • Installing SAP HANA Including XS Runtime
  • On Premise: XSA Runtime and SAP HANA EE
  • On Business Technology Platform (BTP)
Copyright 2022 Skybuffer.com. All Rights Reserved.