OBIEE nQSError: 46035 Datatype error
829439Jun 30 2011 — edited Jul 14 2011I have a column name task_received_date whose datatype is set to timestamp.
But when i try to pull this column in OBI Answers and display result i have the following error.
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46035] Datatype(VARCHAR) nullable(1) unicode(1) external char(0) conversion to datatype(TIMESTAMP) nullable(1) unicode(0) external char(0) is not supported. (HY000)
I really cant understand how varchar comes in the error message even though i set the column datatype to timestamp.
Can someone please help what is the cause of this error .
Please Note, I have disabled the cache as well but still the error pops out.