In FM 8.2, I have 6 tables in a database view. I've created my joins there also.
Tbl1 (Fact table)
Tbl2 (Fact table)
Tbl3 (Fact table)
Tbl4
Tbl5
Tbl6
Tbl1 joins to each of the other 5 tables.
When I create a business layer and try to add query items I get the following error:
BMT-MD-0003 UDA-SQL-0540 A "CASE or COALESCE" expression returning a blob result is not supported.
RQP-DEF-0177 An error occurred while performing operation 'sqlPrepareWithOptions' status='-263'.
UDA-SQL-0540 A "CASE or COALESCE" expression returning a blob result is not
Has anyone seen this error? Any suggestions on how to resolve?
I'm not joining on any BLOB fields or even using them in any calculations, however there are BLOB fields in all the fact tables.
Database is Oracle 10g.
Tbl1 (Fact table)
Tbl2 (Fact table)
Tbl3 (Fact table)
Tbl4
Tbl5
Tbl6
Tbl1 joins to each of the other 5 tables.
When I create a business layer and try to add query items I get the following error:
BMT-MD-0003 UDA-SQL-0540 A "CASE or COALESCE" expression returning a blob result is not supported.
RQP-DEF-0177 An error occurred while performing operation 'sqlPrepareWithOptions' status='-263'.
UDA-SQL-0540 A "CASE or COALESCE" expression returning a blob result is not
Has anyone seen this error? Any suggestions on how to resolve?
I'm not joining on any BLOB fields or even using them in any calculations, however there are BLOB fields in all the fact tables.
Database is Oracle 10g.