Working and Modeling Content of Project Flashcards

1
Q

Dependencies in Information Models

A
  1. Other Action->Data lineage

2. Other Action->Impact Analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Show lineage

A

will not work on Shared Objects from Dim view in the STAR Cal View

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Outline view

A

Jump to relavant col

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Workspace-> Project-.> Module

A

Workspace can contain as many project as required with different name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Project Creation will ask for Project template

A

MTA- Multi Target Application

Another project Template is SAP HANA Database Application Template.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Types of Modules which can be created.

A

SAP HANA Database (HDB) Module,
JAVA module
Node. JS module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HDB Module contains Design time files

A
  1. Tables.
  2. Tabes Data
  3. CV
  4. CDS views.
  5. Table functions
  6. Procedures.
  7. Analytical privileges
  8. Synonyms.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Persistence layer : Inside or External

A
  1. Standalone Application(Tables and data stored inside application as CDS)
  2. Pure Data Analytics application where data can be stored outside.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Namespace of Design time and Run Time objects

A
  1. Namespace are optional.
  2. Namespace for all design time object in same folder should be optional.
  3. Definition can be added at . HDINamespace.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CV, TF, PROC, AP

A
  1. Each Design time object defines only 1 Runtime Object.

2. Runtime Object name is defined inside the object content and should match design time file name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Synon, CDS tables,CDS views, Roles.

A

One or Several runtime objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

HDI container

If you delete a run time object via SQL , after you build it , you can again see the Runtime object

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

HDI container

If you create a run time object via SQL , after you deploy the container , you will not see this Table.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Datasources for Calculation view

A
  1. It should be available inside HDI and corresponding Design time file available.
  2. Synonyms ref DB objects located in other schema.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If CV is ref by using the Database table created in Plain SQL in your container ,

A

Build of the CV will fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Key properties of HDI container.

A
  1. Container = Schema.
  2. DB objects are deployed into the Schema.
  3. Schema free.
  4. Direct ref not allowed , Synonyms must be used.
17
Q

HDI container Configuration file

A
  1. .HDICONFIG - Binds design time objects with corresponding Build plugin.
  2. Without plugin , it is not possible to build the design time files.
  3. By default hidden.
  4. .HDICONFIG is always unnamed file, if you try to add any name, build will fail.
18
Q

Database explorer

A

Technical user is SBSS.

Service Support Security Support.

19
Q

Building Modelling Content

A
  1. Building modelling content means
    a)Creating Runtime Objects from Design time
    objects. HDB Module build
    b) Project build and create the MTAR file.
    b) Deploy them to the container( Schema) or to
    target systems.
20
Q

Build errors.

A
  1. Dependency checks is done end to end for whatever you are building.
  2. Project exported but not assigned to SPACE.Space in which you deploy the container service must be specified and Develeloper access on the user id in that space.
  3. Definition of Object on which this object is dependent is not yet provided or it is not yet build.
  4. Name Space inconsistency between Content of design time file and the name space property.
  5. Service to external schemas not defined and running in target space.
  6. Synonyms of external schemas are not build.
  7. Object specific error( e.g no measure in the cube).
  8. Object you build and ref object. ( col name between objects with dependency).
21
Q

Rename the column

A

First we need to refactor the consuming view , then only build of the source View will be successful.

22
Q

Synonynm

A

.hdbsynonymn and .hdbsynonymconfig

23
Q

XSADVANCED Migration tool

A

All the steps are now taken care by the tool related to migration and once MTA file is generated , we need to deploy it.