SAP HANA Articles

Page 35 of 58

Integrate node.js with SAP HANA system

Srinivas Gorla
Srinivas Gorla
Updated on 12-Mar-2020 544 Views

You can insert data into HANA database using node.js. You can also connect to SAP HANA database via JDBC driver.To connect via JDBC, you need to install JDBC driver ngdbc.jar. This driver is installed as part of SAP HANA client installation. Ngdbc.jar file is available at this location −C:\Program Files\sap\hdbclient\ on Windows platforms /usr/sap/hdbclient/ on Linux and UNIX platformsNext is to add ngdb.jar to the classpath and write a Java program to connect to a database and execute SQL command.jdbc:sap://myServer:30015/?autocommit=falseYou can also add one or more failover servers by adding additional hosts.ExampleFollowing is an example of connecting SAP HANA Server ...

Read More

Activating an Attribute view in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 295 Views

This can be checked by looking at view name in a package. If there is a Grey diamond mark on the name it means View is not activated.

Read More

Adding columns to output in an Attribute view in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 919 Views

This can be done in 2 waysYou can directly click on round circle in front of the column name in Details PaneYou can add a column to output by right click on the column and select → Add to OutputWhen you add a column to output pane, it is added in Output pane on the right side under columns list.

Read More

Defining a primary key in an Attribute view in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 804 Views

This can be done by selecting column name from the list of columns under Output pane.

Read More

Different License types in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 12-Mar-2020 658 Views

HANA Support two types of license −Temporary License KeyPermanent License KeyTo check your system license, you have to select HANA system in Studio → right click → PropertiesThis will open Properties of your HANA system. Navigate to License option and there you can check license type in use −

Read More

Learning SAP HANA Modeling and Administration

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 312 Views

There are various tutorials that you can follow and you can get a fair idea about SAP HANA Concepts. We have various text and video tutorials published free on our website which is developed by experts. You can easily follow them as they provide step by step documentation for all key functions in HANA.https://www.tutorialspoint.com/sap_hana_administration/index.htmhttps://www.tutorialspoint.com/sap_hana/index.htmThere are various sites which provide HANA demo system access with nominal payment. Happy Learning…!!

Read More

Different Package type in SAP HANA

SAP Developer
SAP Developer
Updated on 12-Mar-2020 493 Views

In SAP HANA, packages are used to store design time repository objects under the Content folder in HANA Studio. You have two types of the package in HANA system:Structural This package only contains sub-packages and doesn’t store repository objects.Non-Structural This package stores both repository objects and sub-packages.

Read More

Getting statistics details of SAP HANA system

SAP Expert
SAP Expert
Updated on 12-Mar-2020 1K+ Views

_SYS_STATISTICS- This schema stores all system configuration and parameter details of HANA system.You can find this under Catalog folder in HANA Studio once you select relevant HANA system in System pane.

Read More

Checking configuration of XS service in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Mar-2020 505 Views

This can be checked under Configuration tab in HANA Administration. You need to scroll down and there you can check details under xsengine.ini

Read More

Use of _SYS_BI schema in SAP HANA

SAP Expert
SAP Expert
Updated on 12-Mar-2020 2K+ Views

Both the schema are system defined schemas. _SYS_BI schema is used to store all the metadata of created column Views.It is different from _SYS_BIC and _SYS_REPO schema and you can understand this from below −SYS_BI − This schema stores all the metadata of created column Views._SYS_BIC − Whenever you activate any HANA Modeling view, it is stored under _SYS_BIC System defined schema._SYS_REPO − Whatever the objects are there in the system is available in repository. This is used to create required run time objects.

Read More
Showing 341–350 of 573 articles
« Prev 1 33 34 35 36 37 58 Next »
Advertisements