ADS Build 8.0 Beta 3.1
Teradata 10.168.11.40
Schema Script Generator
Select Ivan User
Select Only tables -- select all tables
com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 13.00.00.06] [Error 6701] [SQLState HY000] An unknown character string translation was requested.
at com.teradata.jdbc.jdbc_4.util.ErrorFactory.makeDatabaseSQLException(ErrorFactory.java:277)
at com.teradata.jdbc.jdbc_4.statemachine.ReceiveInitSubState.action(ReceiveInitSubState.java:102)
at com.teradata.jdbc.jdbc_4.statemachine.StatementReceiveState.subStateMachine(StatementReceiveState.java:285)
at com.teradata.jdbc.jdbc_4.statemachine.StatementReceiveState.action(StatementReceiveState.java:176)
at com.teradata.jdbc.jdbc_4.statemachine.StatementController.runBody(StatementController.java:108)
at com.teradata.jdbc.jdbc_4.statemachine.StatementController.run(StatementController.java:99)
at com.teradata.jdbc.jdbc_4.Statement.executeStatement(Statement.java:331)
at com.teradata.jdbc.jdbc_4.Statement.executeStatement(Statement.java:273)
at com.teradata.jdbc.jdbc_4.Statement.executeQuery(Statement.java:259)
at com.teradata.jdbc.jdbc_3.ifjdbc_4.TeraLocalStatement.executeQuery(TeraLocalStatement.java:88)
at com.teradata.jdbc.jdbc_3.ifjdbc_4.TeraLocalStatement.executeQuery(TeraLocalStatement.java:110)
at nmfl.SuSU.a(Unknown Source)
at nmfl.SuSU.vN(Unknown Source)
at nmfl.FCkR.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
|
42 KB
I don't know how to figure this one out....
the scripting is actually working... it runs through it all and in CWorkerCycle.java line 175 when it invokes then the error goes to the log.. is this something to do with swing?
if you could help me figure it out so i could learn to understand this part for future problems that would be cool...
Something to do with the Driver... If I do a simple select from the table below it gives an error
select * from "A_CHAR_SET_COMPRESS_1"
>[Error] Script lines: 1-1 --------------------------
[Teradata Database] [TeraJDBC 13.00.00.06] [Error 6701] [SQLState HY000] An unknown character string translation was requested.
Something to do with the Driver... If I do a simple select from the table below it gives an error
select * from "A_CHAR_SET_COMPRESS_1"
>[Error] Script lines: 1-1 --------------------------
[Teradata Database] [TeraJDBC 13.00.00.06] [Error 6701] [SQLState HY000] An unknown character string translation was requested.
Issue #3156 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I don't know how to figure this one out....
the scripting is actually working... it runs through it all and in CWorkerCycle.java line 175 when it invokes then the error goes to the log.. is this something to do with swing?
if you could help me figure it out so i could learn to understand this part for future problems that would be cool...