on ‎2016 Sep 23 4:56 PM
Hi All,
I am trying to create a hierarchy view in SQL Editor but i am getting an error while doing it.
I use the following SQL
CREATE COLUMN VIEW H_MDG4 TYPE HIERARCHY WITH PARAMETERS (
'hierarchyDefinitionType' = 'select',
'hierarchyDefinition' = '{
"sourceType":"recursive",
"nodeType":"string",
"runtimeObjectType":"tree",
"multiParent":true,
"sourceQuery":"SELECT pred1, succ1 FROM h_mini_src3 " }' );
I am getting the below error
Could not execute 'CREATE COLUMN VIEW H_MDG5 TYPE HIERARCHY WITH PARAMETERS ( 'hierarchyDefinitionType' = 'select', ...' in 78 ms 511 µs .
SAP DBTech JDBC: [2048]: column store error: logical index creation error: [2030] general configuration error; The hierarchy definition specifys a recursive hierarchy, but the source data indicates a leveled hierarchy or lacks the proper predecessor/successor columns.,object=USERNAME:H_MDG5en
Please let me know if i am missing any parameter ?
Thanks,
Gokul
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.