You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "苏锦佩 (JIRA)" <ji...@apache.org> on 2018/07/31 07:12:00 UTC

[jira] [Created] (TRAFODION-3170) odb don't report error message.

苏锦佩 created TRAFODION-3170:
------------------------------

             Summary: odb don't report error message.
                 Key: TRAFODION-3170
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3170
             Project: Apache Trafodion
          Issue Type: Bug
          Components: db-utility-odb
            Reporter: 苏锦佩
            Assignee: 苏锦佩


for example:

  1. create table testint(i int)

  2. prepare data
{code:java}
cat int 
abcd{code}
 

  3. ./odb64luo -d 14d40 -u trafodion -p traf123 -l src=int:tgt=testint   

 
{code:java}
odb [2018-07-31 14:51:16]: starting ODBC connection(s)... 0
Connected to Trafodion
[0] odb [Oloadbuff(10190)] - Error loading row 1 (State: 22003, Native 0)
>>> abcd
{code}
 
only error code is printed, no error message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)