SAP HANA Express Getting Started: Unterschied zwischen den Versionen

Aus MattWiki
K (Matt verschob die Seite Web IDE on HANA Express (SAP HANA) nach SAP HANA Express First Steps, ohne dabei eine Weiterleitung anzulegen)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
This page contains some how tos around the Web IDE and the Database Explorer in SAP HANA Express Server
This page contains instructions how to set up SAP HANA Express Edition Virtual Machine for development and use of SAP training material.
 
Most important step in order to prevent build errors afterwards is to [[#Activate Tenant Database]]
 
== Setup Environment ==
 
=== Activate Tenenant Database ==
 
 


== Database Explorer ==
== Database Explorer ==
Zeile 18: Zeile 26:
* Click on OK
* Click on OK


== Install SFLIGHT ==
=== Add Tenant Database ===
 
 
 
== Web IDE ==
 
=== Clone Project ===
 
* Clone from desired repository
* Open Project Settings -> Open section Space
* Set space to development
* Click on Save
 
 
 
== Install Demodata ==
 
=== SFLIGHT ===


* Download https://github.com/SAP/hana-xsa-opensap-hana7/raw/snippets_2.3.2/ex2/sflight_hana.tar.gz
* Download https://github.com/SAP/hana-xsa-opensap-hana7/raw/snippets_2.3.2/ex2/sflight_hana.tar.gz
Zeile 33: Zeile 58:


Source: https://blogs.sap.com/2018/12/18/howto-import-sflight-sample-data-into-sap-hana-from-a-local-computer/
Source: https://blogs.sap.com/2018/12/18/howto-import-sflight-sample-data-into-sap-hana-from-a-local-computer/
Build zunächst user-db dann die core-db / db.


[[Category:SAP]]
[[Category:SAP]]
[[Category:HANA]]
[[Category:HANA]]

Version vom 2. November 2020, 21:51 Uhr

This page contains instructions how to set up SAP HANA Express Edition Virtual Machine for development and use of SAP training material.

Most important step in order to prevent build errors afterwards is to #Activate Tenant Database

Setup Environment

= Activate Tenenant Database

Database Explorer

Add System Database

  • Login to SAP HANA Cockpit at https://hxehost:39030/go/hana-cockpit or https://hxehost:51045/cockpit#Shell-home (Use XSA_ADMIN)
  • Go to: Resource Directory -> SystemDB@HXE
  • Look at tile "Overall Database Status" and note server name and instance number
  • Login to SAP Web IDE (Use XSA_DEV)
  • Go to Database Explorer and click on "+"
  • Select Database Type SAP HANA Database
  • Enter values as follows:
    • Host -> server name noted above
    • Identifier -> Instance number -> instance number noted above
    • User -> System
    • Passwort -> Master Password
  • Click on OK

Add Tenant Database

Web IDE

Clone Project

  • Clone from desired repository
  • Open Project Settings -> Open section Space
  • Set space to development
  • Click on Save


Install Demodata

SFLIGHT

Source: https://blogs.sap.com/2018/12/18/howto-import-sflight-sample-data-into-sap-hana-from-a-local-computer/



Build zunächst user-db dann die core-db / db.