cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decision Table Error

0 Likes
412

Created a simple decision table with 2 tables joined via Left outer join.
Activation throws the below error:

Internal deployment of column view failed;Repository: Encountered an error in repository runtime extension;Internal Error:Central table does not exist in column store: $varSchema$:$varTableName$.

Here's the design:

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

This stands resolved after removing the alias name from the 2nd added table.

Debanshu