Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Anil SAP Gupta has Published 104 Articles
Anil SAP Gupta
1K+ Views
Navigate to SAP HANA Modeler Perspective → Delivery Units. In the next window, click on the Create button and this will open below the window where you have to provide details about DU.As mentioned, the Delivery unit name should contain only capital letter alphabets (A-Z)(0-9) and _(underscore).
Anil SAP Gupta
354 Views
To create a delivery unit in SAP HANA, you have to navigate to SAP HANA Application Lifecycle Management.Next is to select PRODUCTS tab → Select Delivery Units tabTo create a new Delivery unit, click on the Create button. Enter the details as shown in the below window and click on ... Read More
Anil SAP Gupta
215 Views
To maintain Vendor ID in SAP HANA, you need to navigate to Application Lifecycle management. −Start the SAP HANA Application Lifecycle ManagementThe SAP HANA Application Lifecycle Management is available on the SAP HANA XS Web server at the following URL −http://:80/sap/hana/xs/lmhttp:// bwhana:8002/sap/hana/xs/lmSelect “Administration” tab and click on “Change Vendor”Read More
Anil SAP Gupta
522 Views
Each HANA system contains multiple serves inside, which are responsible to perform different functions. Index Server is heart of SAP HANA system which contains SQL/MDX processor for handling SQL statements. Key component includes −Index ServerPreprocessorName ServerStatistics ServerHANA XS EngineSAP Host AgentSAP Solution Manager Diagnostic AgentSAP HANA Studio + RepositorySAP HANA ... Read More
Anil SAP Gupta
3K+ Views
When a remote source is added, you can see all the existing tables under that data source in HANA Studio. Next is to create virtual table mapping to data in the remote data sources in SAP HANA Studio. This can be done using GUI option.To add a table as a ... Read More
Anil SAP Gupta
960 Views
When you create a new remote data source, SAP HANA Smart data access parse the respective property configuration file. With the use of config file- features, function mappings, data type mappings, and other properties will be linked together with the data source. This decides the communication between the SAP HANA ... Read More
Anil SAP Gupta
767 Views
You can check the following example to create a new remote source −CREATE REMOTE SOURCE TEST_11g ADAPTER “odbc” CONFIGURATION FILE ‘property_orcl.ini’ CONFIGURATION ‘DSN=oral11g_lnx’ WITH CREDENTIAL TYPE ‘PASSWORD’ USING ‘user=username;password=password′;In above SQL statement, can be one of − ASEODBC, IQODBC, TDODBC, HIVEODBC, ODBC. Obviously, ASEODBC is for Sybase ASE as ... Read More