thangtq739
21st July 2009, 10:33
Hi guru

After install Infor Integration

I try to test the jdbc connector.

for this test bellow everything OK
java com.ssa.jdbc.TestQuery localprocess "select * from dbtst120"

But Error for this test:
C:\Documents and Settings\baan>java com.ssa.jdbc.TestQuery localprocess "select * from tfgle011"
Query text is: select * from tfgle011
SQLException occurred com.ssa.jdbc.JDBCSQLException: Error, Execute Statement with statementID='1' : T
able does not exist

Anything wrong with this test?
How can i correct this issue?

Regards
ThangTQ

bdittmar
21st July 2009, 13:38
Hi guru

After install Infor Integration

I try to test the jdbc connector.

for this test bellow everything OK
java com.ssa.jdbc.TestQuery localprocess "select * from dbtst120"

But Error for this test:
C:\Documents and Settings\baan>java com.ssa.jdbc.TestQuery localprocess "select * from tfgle011"
Query text is: select * from tfgle011
SQLException occurred com.ssa.jdbc.JDBCSQLException: Error, Execute Statement with statementID='1' : T
able does not exist

Anything wrong with this test?
How can i correct this issue?

Regards
ThangTQ

Hello,

does this table realy exist ?

Try tfgld011
or better
the item master table.

Regards