Not sure what section I should post this in - new to this forum.
Currently using BO 6.5. Having a problem with a BO proc that a accesses a stored proc on our Teradata platform – error message follows:
Exception: DBD, [NCR][ODBC Teradata Driver][Teradata Database]rcr_create_facts:Only an ET or null statement is legal after a DDL Statement. State: 25000
Have had DBAs & BO admin trying to fix this problem, but no luck so far.
Have tried using / installing 2 different Teradata ODBC drivers.
Has anyone else ran into this type of problem? If so, your solution?
Sorry. There are 2 data providers built within this particular BO report. The first data provider is a CALL to a stored procedure on the Teradata platform to create a volatile table. The second data provider then uses results from the first.
Yes, I can go directly into Teradata and run the proc, no problem.
For instance, I can take the following test code and run it in Teradata. It runs fine.
But if I try to take the same code and run it in BO (Free-hand SQL) it brings back the followin error.
Exception: DBD, [NCR][ODBC Teradata Driver][Teradata Database] rcr_create_facts:Only an ET or null statement is legal after a DDL Statement. State: 25000
We have tried using 2 different versions of Teradata drivers.