- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Getting error while using schema in SAP HANA Modeling
When you use object of a schema to build HANA modeling views then it’s necessary to grant _SYS_REPO the SELECT WITH GRANT privilege on this schema. You need to execute the following:
GRANT SELECT ON SCHEMA "<SCHEMA_NAME>" TO _SYS_REPO WITH GRANT OPTION
To use tables from one Schema to create views we should provide access on the Schema to the default user who runs all the Views in HANA Modeling.
_SYS_REPO user is responsible for activating models and creating the required runtime objects from them. This is the reason you need to provide user _SYS_REPO to select objects in tables and views in the schema in the database. In case _SYS_REPO users cannot select the tables, views can’t be defined in HANA Modeling.
- Related Articles
- Getting memory error while doing UNION in SAP HANA
- Getting error message while using SAP Scripting Tool
- Using Schema mapping in SAP HANA
- Using Text join in SAP HANA Modeling
- Getting error while extracting data from SAP
- Error while connection SAP HANA with .NET
- Error: "invalid schema name" even if schema is present in the database in SAP HANA
- Using Where-Used option in SAP HANA Modeling
- SAP HANA Modeling Perspective in HANA Studio
- Using fact and dimension tables in SAP HANA Modeling
- Using Package specific default schema in SAP HANA
- Getting error message: Scalar type not allowed in SAP HANA
- Getting an error on creating an Index in SAP HANA
- Redeploy option in SAP HANA Modeling
- Authoring schema vs Physical schema in SAP HANA

Advertisements