The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Getting "Internal error" in TIBCO Data Virt on query that has UNPIVOT clause


Bob A

Recommended Posts

We are getting a Internal error in TDV (QA) when trying to run queries that have UNPIVOT clause.

"An internal error has occurred."

"Unable to load data source with id "0" from repository. [datasrc-1234567] [Log ID: abcdefgh-abcd-abcd-abcd-acbdefghijkl]"

How do we find out why this error is coming

 

-------- The query is of the form as shown below ---------

SELECT

col_1, col_2, col_3

FROM

tbl

UNPIVOT

(

(col_1, col_2, col_3)

FOR

seq_nbr

IN

(

(tbl.col_1_1, tbl.col_1_2, tbl.col_1_3),

(tbl.col_2_1, tbl.col_2_2, tbl.col_2_3),

(tbl.col_3_1, tbl.col_3_2, tbl.col_3_3)

)

) alias_name

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...