[
https://issues.apache.org/jira/browse/TRAFODION-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atanu Mishra closed TRAFODION-208.
----------------------------------
Resolution: Fixed
Assignee: (was: RuoYu Zuo)
Fix Version/s: 1.0 (pre-incubation)
> LP Bug: 1297524 - ODBC SQLSetConnectOptions, SQLSetStmtOptions,
> SQLSetStmtAttr API tests fail while setting SQL_ASYNC_ENABLE option, during
> async call to catalog apis, with OS error 40.
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TRAFODION-208
> URL: https://issues.apache.org/jira/browse/TRAFODION-208
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-odbc-linux
> Reporter: Aruna Sadashiva
> Priority: Critical
> Fix For: 1.0 (pre-incubation)
>
>
> Filing one bug for all coast failures for now, will file individual bug per
> API as needed.
> SQLColumns (2.1)
> TEST RESULT: FAIL Cases=156 Failed=99
> WILDCARDS NOT WORKING
> ======================================================================
> SQLDescribeParam: checking Column #25
> SQLType expect: SQL_NUMERIC and actual: SQL_NUMERIC are matched
> ColPrec expect: 30 and actual: 30 are matched
> ColScale expect: 10 and actual: 10 are matched
> ColNullable expect: SQL_NO_NULLS and actual: SQL_NO_NULLS are matched
> =======================================================================
> 04:07:27 SQLDescribeParam: Test #0.2
> 04:07:28 ***ERROR: SQLPrepare: Expected: SQL_SUCCESS Actual: SQL_ERROR
> File: ../../../../src/coast/Coast_UNICODE_unified/src/desparam.c Line:
> 234
> State: X0206
> Native Error: 4294965290
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2006]
> Internal error: assertion failure (Unknown PCode Instruction) in file
> ../exp/ExpPCode.cpp at line 1199. [2014-02-21 04:07:28]
> State: X08MU
> Native Error: 4294958474
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[8822]
> The statement was not prepared. [2014-02-21 04:07:28]
> =======================================================================
> MULTIPLE FAILURES LIKE ABOVE
> =======================================================================
> SQLDescribeParam (2.1) TEST RESULT: FAIL Cases=11 Failed=10
> =======================================================================
> =======================================================================
> 07:21:44 Test Positive functionality of SQLGetTypeInfo(3.0 and 2.1) for data
> type:
> =======================================================================
> 07:21:45 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_CHAR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: CHAR are not matched
> ***ERROR: Data Type actual: -5 and expected: 1 are not matched
> ***ERROR: Precision actual: 19 and expected: 32000 are not matched
> ***ERROR: Literal Prefix actual: and expected: ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' are not matched
> ***ERROR: Create Params actual: and expected: max length are not matched
> ***ERROR: Case sensitive actual: 0 and expected: 1 are not matched
> ***ERROR: Searchable actual: 2 and expected: 3 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: CHARACTER are not
> matched
> =======================================================================
> 07:21:46 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_WCHAR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: NCHAR are not matched
> ***ERROR: Data Type actual: -5 and expected: -8 are not matched
> ***ERROR: Precision actual: 19 and expected: 16000 are not matched
> ***ERROR: Literal Prefix actual: and expected: N' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' are not matched
> ***ERROR: Create Params actual: and expected: max length are not matched
> ***ERROR: Case sensitive actual: 0 and expected: 1 are not matched
> ***ERROR: Searchable actual: 2 and expected: 3 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: WIDE CHARACTER are
> not matched
> =======================================================================
> 07:21:47 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_VARCHAR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: VARCHAR are not matched
> ***ERROR: Data Type actual: -5 and expected: 12 are not matched
> ***ERROR: Precision actual: 19 and expected: 32000 are not matched
> ***ERROR: Literal Prefix actual: and expected: ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' are not matched
> ***ERROR: Create Params actual: and expected: max length are not matched
> ***ERROR: Case sensitive actual: 0 and expected: 1 are not matched
> ***ERROR: Searchable actual: 2 and expected: 3 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: VARCHAR are not
> matched
> =======================================================================
> 07:21:48 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_WVARCHAR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: NCHAR VARYING are not
> matched
> ***ERROR: Data Type actual: -5 and expected: -9 are not matched
> ***ERROR: Precision actual: 19 and expected: 16000 are not matched
> ***ERROR: Literal Prefix actual: and expected: N' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' are not matched
> ***ERROR: Create Params actual: and expected: max length are not matched
> ***ERROR: Case sensitive actual: 0 and expected: 1 are not matched
> ***ERROR: Searchable actual: 2 and expected: 3 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: WIDE VARCHAR are not
> matched
> =======================================================================
> 07:21:48 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_DECIMAL
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: DECIMAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 3 are not matched
> ***ERROR: Precision actual: 19 and expected: 18 are not matched
> ***ERROR: Create Params actual: and expected: precision,scale are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: DECIMAL are not
> matched
> ***ERROR: Maximum Scale actual: 0 and expected: 18 are not matched
> =======================================================================
> 07:21:48 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_NUMERIC
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: NUMERIC are not matched
> ***ERROR: Data Type actual: -5 and expected: 2 are not matched
> ***ERROR: Precision actual: 19 and expected: 128 are not matched
> ***ERROR: Create Params actual: and expected: precision,scale are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: NUMERIC are not
> matched
> ***ERROR: Maximum Scale actual: 0 and expected: 128 are not matched
> =======================================================================
> 07:21:49 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_SMALLINT
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: SMALLINT are not matched
> ***ERROR: Data Type actual: -5 and expected: 5 are not matched
> ***ERROR: Precision actual: 19 and expected: 5 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: SMALLINT are not
> matched
> =======================================================================
> 07:21:49 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTEGER
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTEGER are not matched
> ***ERROR: Data Type actual: -5 and expected: 4 are not matched
> ***ERROR: Precision actual: 19 and expected: 10 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTEGER are not
> matched
> =======================================================================
> 07:21:50 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_REAL
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: REAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 7 are not matched
> ***ERROR: Precision actual: 19 and expected: 7 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: REAL are not matched
> =======================================================================
> 07:21:51 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_FLOAT
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: FLOAT are not matched
> ***ERROR: Data Type actual: -5 and expected: 6 are not matched
> ***ERROR: Precision actual: 19 and expected: 15 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: FLOAT are not matched
> =======================================================================
> 07:21:51 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_DOUBLE
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: DOUBLE PRECISION are
> not matched
> ***ERROR: Data Type actual: -5 and expected: 8 are not matched
> ***ERROR: Precision actual: 19 and expected: 15 are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: DOUBLE are not
> matched
> =======================================================================
> 07:21:52 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_DATE
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: DATE are not matched
> ***ERROR: Data Type actual: -5 and expected: 91 are not matched
> ***ERROR: Precision actual: 19 and expected: 10 are not matched
> ***ERROR: Literal Prefix actual: and expected: {d ' are not matched
> ***ERROR: Literal Suffix actual: and expected: '} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: DATE are not matched
> =======================================================================
> 07:21:52 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_TIME
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: TIME are not matched
> ***ERROR: Data Type actual: -5 and expected: 92 are not matched
> ***ERROR: Precision actual: 19 and expected: 8 are not matched
> ***ERROR: Literal Prefix actual: and expected: {t ' are not matched
> ***ERROR: Literal Suffix actual: and expected: '} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: TIME are not matched
> =======================================================================
> 07:21:53 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_TIMESTAMP
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: TIMESTAMP are not
> matched
> ***ERROR: Data Type actual: -5 and expected: 93 are not matched
> ***ERROR: Precision actual: 19 and expected: 26 are not matched
> ***ERROR: Literal Prefix actual: and expected: {ts ' are not matched
> ***ERROR: Literal Suffix actual: and expected: '} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: TIMESTAMP are not
> matched
> ***ERROR: Maximum Scale actual: 0 and expected: 6 are not matched
> =======================================================================
> 07:21:54 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_YEAR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 101 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' YEAR} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:55 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_MONTH
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 102 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' MONTH} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:55 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_DAY
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 103 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' DAY} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:56 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_HOUR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 104 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' HOUR} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:56 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_MINUTE
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 105 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' MINUTE} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:57 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_SECOND
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 106 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' SECOND} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:58 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_YEAR_TO_MONTH
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 107 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' YEAR TO MONTH} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:58 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_DAY_TO_HOUR
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 108 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' DAY TO HOUR} are not matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:59 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_DAY_TO_MINUTE
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 109 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' DAY TO MINUTE} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:21:59 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_DAY_TO_SECOND
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 110 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' DAY TO SECOND} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:22:00 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_HOUR_TO_MINUTE
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 111 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' HOUR TO MINUTE} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:22:01 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_HOUR_TO_SECOND
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 112 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' HOUR TO SECOND} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> 07:22:01 Test Positive functionality of SQLGetTypeInfo for data type:
> SQL_INTERVAL_MINUTE_TO_SECOND
> Comparing results
> ***ERROR: Data Type Name actual: BIGINT and expected: INTERVAL are not matched
> ***ERROR: Data Type actual: -5 and expected: 113 are not matched
> ***ERROR: Precision actual: 19 and expected: 0 are not matched
> ***ERROR: Literal Prefix actual: and expected: {INTERVAL ' are not matched
> ***ERROR: Literal Suffix actual: and expected: ' MINUTE TO SECOND} are not
> matched
> ***ERROR: Local Type name actual: LARGEINT and expected: INTERVAL are not
> matched
> =======================================================================
> =======================================================================
> SQLGetTypeInfo (3.0) TEST RESULT: FAIL Cases=32 Failed=27
> =======================================================================
> =======================================================================
> 07:22:02 Total Tests=32 Failed=27
> =======================================================================
> =======================================================================
> 04:16:04 Test Positive functionality of SQLSetConnectOptions for
> SQL_ASYNC_ENABLE(4) and ParamValue: SQL_ASYNC_ENABLE_ON(1)
> expect: 1 and actual: 1 are matched
> ***ERROR: Test failed while executing ASYNC call for SQLTABLEPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> ***ERROR: Test failed while executing ASYNC call for SQLCOLUMNPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> 04:16:12 ***ERROR: SQLFreeStmt: Expected: SQL_SUCCESS Actual: SQL_ERROR
> File: ../../../../src/coast/Coast_UNICODE_unified/src/setgetco.c Line:
> 1027
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z000JA8: Operating system error 40 while communicating with server process
> $Z0007HE. [2014-02-21 04:16:12]
> ***ERROR: Test failed while executing ASYNC call for SQLSPECIALCOLUMNS.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> ***ERROR: Test failed while executing ASYNC call for SQLSTATISTICS.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> =======================================================================
> =======================================================================
> 04:17:32 Test Positive functionality of SQLSetCursorName/SQLGetCursorName
> for update table twice with AUTOCOMMIT OFF.
> State: X0700
> Native Error: 4294960296
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[7000]
> An internal error occurred in the code generator in file
> ../generator/GenRelMisc.cpp at line 1417: UPDATE CURRENT OF: NULL update
> node. [2014-02-21 04:17:32]
> State: X026J
> Native Error: 4294965061
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2235]
> MXCMP Internal Error: An unknown error, originated from file
> ../generator/Generator.cpp at line 1659. [2014-02-21 04:17:32]
> State: X08MU
> Native Error: 4294958474
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[8822]
> The statement was not prepared. [2014-02-21 04:17:32]
> =======================================================================
> MANY TESTS FAILED WITH ABOVE ERROR
> =======================================================================
> 04:20:25 Total Tests=72 Failed=22
> =======================================================================
> =======================================================================
> 04:22:33 Test Positive functionality of SQLSetStmtOptions for
> SQL_ASYNC_ENABLE(4) and ParamValue: SQL_ASYNC_ENABLE_ON(1)
> ***ERROR: Test failed while executing ASYNC call for SQLTABLEPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> 04:22:54 ***ERROR: SQLFreeStmt: Expected: SQL_SUCCESS Actual: SQL_ERROR
> File: ../../../../src/coast/Coast_UNICODE_unified/src/setgetst.c Line:
> 892
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z010DCW: Operating system error 40 while communicating with server process
> $Z0200X0. [2014-02-21 04:22:54]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z0200X0: Operating system error 40 while communicating with server process
> $Z010DCW. [2014-02-21 04:22:54]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z010DD2: Operating system error 40 while communicating with server process
> $Z0200X0. [2014-02-21 04:22:54]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z0200X7: Operating system error 40 while communicating with server process
> $Z0200X0. [2014-02-21 04:22:54]
> ***ERROR: Test failed while executing ASYNC call for SQLCOLUMNPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> 04:23:01 ***ERROR: SQLFreeStmt: Expected: SQL_SUCCESS Actual: SQL_ERROR
> File: ../../../../src/coast/Coast_UNICODE_unified/src/setgetst.c Line:
> 933
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z010DDG: Operating system error 40 while communicating with server process
> $Z0200XL. [2014-02-21 04:23:01]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z0200XL: Operating system error 40 while communicating with server process
> $Z010DDG. [2014-02-21 04:23:01]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z010DDM: Operating system error 40 while communicating with server process
> $Z0200XL. [2014-02-21 04:23:01]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z0200XS: Operating system error 40 while communicating with server process
> $Z0200XL. [2014-02-21 04:23:01]
> ***ERROR: Test failed while executing ASYNC call for SQLSPECIALCOLUMNS.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> ***ERROR: Test failed while executing ASYNC call for SQLSTATISTICS.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> =======================================================================
> =======================================================================
> SQLSet/GetDescFields (3.0)
> =======================================================================
> 06:20:25 IRD: SQL_DESC_LABEL
> ***ERROR: Expected Label Project/Code and got JAAFUO4BQV, line 3201
> =======================================================================
> SQLSet/GetDescFields (3.0) TEST RESULT: FAIL Cases=366 Failed=10
> =======================================================================
> =======================================================================
> 06:24:42 Test Positive functionality of SQLSetStmtAttr(3.0) for
> SQL_ASYNC_ENABLE(4) and ParamValue: SQL_ASYNC_ENABLE_ON(1)
> ***ERROR: Test failed while executing ASYNC call for SQLTABLEPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> ***ERROR: Test failed while executing ASYNC call for SQLCOLUMNPRIVILEGES.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> 06:25:04 ***ERROR: SQLFreeStmt: Expected: SQL_SUCCESS Actual: SQL_ERROR
> File: ../../../../src/coast/Coast_UNICODE_unified/src/setstmtattr.c
> Line: 978
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z000DAG: Operating system error 40 while communicating with server process
> $Z020APQ. [2014-02-21 06:25:04]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z010N12: Operating system error 40 while communicating with server process
> $Z020APQ. [2014-02-21 06:25:04]
> State: X020Y
> Native Error: 4294965262
> Error: [HP][HP ODBC Driver][HP Neoview Database] SQL ERROR:*** ERROR[2034]
> $Z020APX: Operating system error 40 while communicating with server process
> $Z020APQ. [2014-02-21 06:25:04]
> ***ERROR: Test failed while executing ASYNC call for SQLSTATISTICS.
> State: HYC00
> Native Error: 1
> Error: [HP][HP ODBC Driver][NDCS Server] OPTIONAL FEATURE NOT
> IMPLEMENTED.UNSUPPORTED INPUT SMD API TYPE
> =======================================================================
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)