Hi all,
I am getting this error when I am running a report from a view I created using functions as well as direct table references in Oracle. This message always follows up with another message which is quite complicated but goes like:
Query Engine Error: "HY000:[DataDirect][ODBC Oracle Wire Protocol driver][ORACLE]ORA-01861:Literal does not match format string
ORA-06512: at "COREHR.CTBI_GET_PAY_CODE_DAYS", line 31
ORA-06512: at line 1"
The CTBI_BET_PAY_CODE_DAYS is a function and line 31 states
"for c1_rec in c1 loop"
The view works no problem in SQL Plus or TOAD but creates this error in Crystal Reports 9. Anybody have any ideas?
Thank You
FK
I am getting this error when I am running a report from a view I created using functions as well as direct table references in Oracle. This message always follows up with another message which is quite complicated but goes like:
Query Engine Error: "HY000:[DataDirect][ODBC Oracle Wire Protocol driver][ORACLE]ORA-01861:Literal does not match format string
ORA-06512: at "COREHR.CTBI_GET_PAY_CODE_DAYS", line 31
ORA-06512: at line 1"
The CTBI_BET_PAY_CODE_DAYS is a function and line 31 states
"for c1_rec in c1 loop"
The view works no problem in SQL Plus or TOAD but creates this error in Crystal Reports 9. Anybody have any ideas?
Thank You
FK