DG4ODBC returns garbage on select on my custom ODBC Driver.

I have a custom  ANSI ODBC driver on used in Windows 2008 Server. When I select I get garbage characters.
My Sql Statement -  select name from abc@link should return 'abc'.
Using select dump(name, 10) from abc@link returns -
Typ = 1 Len = 72: 216, 82, 25, 5, 0, 0, 0, 0, 0, 00, 0, 0, 
I can Describe tables, do updates. Just the select statement has issue.

dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  1 <SQL_HANDLE_ENV>
  SQLHANDLE           0x0000000000000000
  SQLHANDLE *         0x00000000051E5590
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  1 <SQL_HANDLE_ENV>
  SQLHANDLE           0x0000000000000000
  SQLHANDLE *         0x00000000051E5590 ( 0x0000000003F0B0D0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetEnvAttr
  SQLHENV             0x0000000003F0B0D0
  SQLINTEGER                 200 <SQL_ATTR_ODBC_VERSION>
  SQLPOINTER                 3 <SQL_OV_ODBC3>
  SQLINTEGER                  -6
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetEnvAttr  with return code 0 (SQL_SUCCESS)
  SQLHENV             0x0000000003F0B0D0
  SQLINTEGER                 200 <SQL_ATTR_ODBC_VERSION>
  SQLPOINTER                 3 <SQL_OV_ODBC3>
  SQLINTEGER                  -6
dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B0D0
  SQLHANDLE *         0x00000000051E5598
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B0D0
  SQLHANDLE *         0x00000000051E5598 ( 0x0000000003F0B1A0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetConnectAttr
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 104 <SQL_ATTR_TRACE>
  SQLPOINTER                 1 <SQL_OPT_TRACE_ON>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetConnectAttr  with return code 0 (SQL_SUCCESS)
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 104 <SQL_ATTR_TRACE>
  SQLPOINTER                 1 <SQL_OPT_TRACE_ON>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetConnectAttr
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 102 <SQL_ATTR_AUTOCOMMIT>
  SQLPOINTER                 0 <SQL_AUTOCOMMIT_OFF>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetConnectAttr  with return code 0 (SQL_SUCCESS)
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 102 <SQL_ATTR_AUTOCOMMIT>
  SQLPOINTER                 0 <SQL_AUTOCOMMIT_OFF>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 ENTER SQLDriverConnectW
  HDBC                0x0000000003F0B1A0
  HWND                0x0000000000000000
  WCHAR *             0x000007FEECCD8F08 [      -3] "******\ 0"
  SWORD                       -3
  WCHAR *             0x000007FEECCD8F08
  SWORD                       -3
  SWORD *             0x0000000000000000
  UWORD                        0 <SQL_DRIVER_NOPROMPT>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLDriverConnectW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  HWND                0x0000000000000000
  WCHAR *             0x000007FEECCD8F08 [      -3] "******\ 0"
  SWORD                       -3
  WCHAR *             0x000007FEECCD8F08 <Invalid buffer length!> [-3]
  SWORD                       -3
  SWORD *             0x0000000000000000
  UWORD                        0 <SQL_DRIVER_NOPROMPT>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetFunctions
  HDBC                0x0000000003F0B1A0
  UWORD                      999
  UWORD *             0x00000000051E5310
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetFunctions  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                      999
  UWORD *             0x00000000051E5310 (65534)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                        6 <SQL_DRIVER_NAME>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012E8CC
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                        6 <SQL_DRIVER_NAME>
  PTR                 0x0000000003F0D0E0 [      24] "IP21ODBC.DLL"
  SWORD                     1024
  SWORD *             0x000000000012E8CC (24)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                        7 <SQL_DRIVER_VER>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012E8CC
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                        7 <SQL_DRIVER_VER>
  PTR                 0x0000000003F0D0E0 [      20] "03.00.0000"
  SWORD                     1024
  SWORD *             0x000000000012E8CC (20)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       17 <SQL_DBMS_NAME>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012E8CC
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       17 <SQL_DBMS_NAME>
  PTR                 0x0000000003F0D0E0 [      22] "InfoPlus.21"
  SWORD                     1024
  SWORD *             0x000000000012E8CC (22)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       18 <SQL_DBMS_VER>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012E8CC
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       18 <SQL_DBMS_VER>
  PTR                 0x0000000003F0D0E0 [      20] "10.00.0001"
  SWORD                     1024
  SWORD *             0x000000000012E8CC (20)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                    10003 <SQL_CATALOG_NAME>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012EBF0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code -1 (SQL_ERROR)
  HDBC                0x0000000003F0B1A0
  UWORD                    10003 <SQL_CATALOG_NAME>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012EBF0
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetDiagRecW
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B1A0
  SQLSMALLINT                  1
  SQLWCHAR *          0x000000000012E2D8
  SQLINTEGER *        0x000000000012E69C
  SQLWCHAR *          0x0000000003F0D0E0
  SQLSMALLINT                510
  SQLSMALLINT *       0x000000000012E8D0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetDiagRecW  with return code 100 (SQL_NO_DATA_FOUND)
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B1A0
  SQLSMALLINT                  1
  SQLWCHAR *          0x000000000012E2D8
  SQLINTEGER *        0x000000000012E69C
  SQLWCHAR *          0x0000000003F0D0E0
  SQLSMALLINT                510
  SQLSMALLINT *       0x000000000012E8D0
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       91 <SQL_OWNER_USAGE>
  PTR                 0x000000000012ECC4
  SWORD                        4
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       91 <SQL_OWNER_USAGE>
  PTR                 0x000000000012ECC4 ( 0x0000000000000000)
  SWORD                        4
  SWORD *             0x000000000012ECD8 (4)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       46 <SQL_TXN_CAPABLE>
  PTR                 0x00000000051E5BF8
  SWORD                        2
  SWORD *             0x000000000012ECE0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       46 <SQL_TXN_CAPABLE>
  PTR                 0x00000000051E5BF8 (2) <SQL_TC_ALL>
  SWORD                        2
  SWORD *             0x000000000012ECE0 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       72 <SQL_TXN_ISOLATION_OPTION>
  PTR                 0x00000000051E5BFC
  SWORD                        4
  SWORD *             0x000000000012ECE0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       72 <SQL_TXN_ISOLATION_OPTION>
  PTR                 0x00000000051E5BFC ( 0x0000000000000008)
  SWORD                        4
  SWORD *             0x000000000012ECE0 (4)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       32 <SQL_MAX_SCHEMA_NAME_LEN>
  PTR                 0x000000000012ECDC
  SWORD                        2
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       32 <SQL_MAX_SCHEMA_NAME_LEN>
  PTR                 0x000000000012ECDC (0)
  SWORD                        2
  SWORD *             0x000000000012ECD8 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       35 <SQL_MAX_TABLE_NAME_LEN>
  PTR                 0x000000000012ECDC
  SWORD                        2
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       35 <SQL_MAX_TABLE_NAME_LEN>
  PTR                 0x000000000012ECDC (32)
  SWORD                        2
  SWORD *             0x000000000012ECD8 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       33 <SQL_MAX_PROCEDURE_NAME_LEN>
  PTR                 0x000000000012ECDC
  SWORD                        2
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       33 <SQL_MAX_PROCEDURE_NAME_LEN>
  PTR                 0x000000000012ECDC (24)
  SWORD                        2
  SWORD *             0x000000000012ECD8 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       29 <SQL_IDENTIFIER_QUOTE_CHAR>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       29 <SQL_IDENTIFIER_QUOTE_CHAR>
  PTR                 0x0000000003F0D0E0 [       2] """
  SWORD                     1024
  SWORD *             0x000000000012ECD8 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetInfoW
  HDBC                0x0000000003F0B1A0
  UWORD                       87 <SQL_COLUMN_ALIAS>
  PTR                 0x0000000003F0D0E0
  SWORD                     1024
  SWORD *             0x000000000012ECD8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetInfoW  with return code 0 (SQL_SUCCESS)
  HDBC                0x0000000003F0B1A0
  UWORD                       87 <SQL_COLUMN_ALIAS>
  PTR                 0x0000000003F0D0E0 [       2] "Y"
  SWORD                     1024
  SWORD *             0x000000000012ECD8 (2)
dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E55A8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E55A8 ( 0x0000000003F0B520)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        1
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012E9C0
  SQLLEN                   120
  SQLLEN *            0x000000000012EC98
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        1
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012E9C0
  SQLLEN                   120
  SQLLEN *            0x000000000012EC98 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        3
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012ECC0
  SQLLEN                     0
  SQLLEN *            0x000000000012EC88
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        3
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012ECC0
  SQLLEN                     0
  SQLLEN *            0x000000000012EC88 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                       10
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012ECD4
  SQLLEN                     0
  SQLLEN *            0x000000000012EC90
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                       10
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012ECD4
  SQLLEN                     0
  SQLLEN *            0x000000000012EC90 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       12 <SQL_VARCHAR>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       12 <SQL_VARCHAR>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                        4 <SQL_INTEGER>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                        4 <SQL_INTEGER>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                        4 <SQL_INTEGER>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                        4 <SQL_INTEGER>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                        5 <SQL_SMALLINT>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                        5 <SQL_SMALLINT>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       -3 <SQL_VARBINARY>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       -3 <SQL_VARBINARY>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       -5 <SQL_BIGINT>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       -5 <SQL_BIGINT>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       -6 <SQL_TINYINT>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       -6 <SQL_TINYINT>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       -1 <SQL_LONGVARCHAR>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       -1 <SQL_LONGVARCHAR>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLGetTypeInfo
  HSTMT               0x0000000003F0B520
  SWORD                       -4 <SQL_LONGVARBINARY>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLGetTypeInfo  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  SWORD                       -4 <SQL_LONGVARBINARY>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        2 <SQL_UNBIND>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        2 <SQL_UNBIND>
dg4odbcdg4odbc  427c-41c4 ENTER SQLEndTran
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B1A0
  SQLSMALLINT                  0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLEndTran  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  2 <SQL_HANDLE_DBC>
  SQLHANDLE           0x0000000003F0B1A0
  SQLSMALLINT                  0
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetConnectAttr
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 108 <SQL_ATTR_TXN_ISOLATION>
  SQLPOINTER                 2 <SQL_TXN_READ_COMMITTED>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetConnectAttr  with return code 0 (SQL_SUCCESS)
  SQLHDBC             0x0000000003F0B1A0
  SQLINTEGER                 108 <SQL_ATTR_TXN_ISOLATION>
  SQLPOINTER                 2 <SQL_TXN_READ_COMMITTED>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x000000000012EC20
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x000000000012EC20 ( 0x0000000003F0D8F0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E55A8
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E55A8 ( 0x0000000003F0B520)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        4
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012EB00
  SQLLEN                   124
  SQLLEN *            0x000000000012EC00
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        4
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012EB00
  SQLLEN                   124
  SQLLEN *            0x000000000012EC00 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        5
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC88
  SQLLEN                     0
  SQLLEN *            0x0000000000000000
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        5
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC88
  SQLLEN                     0
  SQLLEN *            0x0000000000000000
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        6
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012EA80
  SQLLEN                   120
  SQLLEN *            0x000000000012EC28
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        6
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000012EA80
  SQLLEN                   120
  SQLLEN *            0x000000000012EC28 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        7
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012EC6C
  SQLLEN                     0
  SQLLEN *            0x000000000012EC08
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        7
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012EC6C
  SQLLEN                     0
  SQLLEN *            0x000000000012EC08 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                        9
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC8C
  SQLLEN                     0
  SQLLEN *            0x000000000012EC10
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        9
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC8C
  SQLLEN                     0
  SQLLEN *            0x000000000012EC10 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                       10
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC94
  SQLLEN                     0
  SQLLEN *            0x000000000012EC30
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                       10
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC94
  SQLLEN                     0
  SQLLEN *            0x000000000012EC30 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                       11
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC90
  SQLLEN                     0
  SQLLEN *            0x0000000000000000
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                       11
  SWORD                      -15 <SQL_C_SSHORT>
  PTR                0x000000000012EC90
  SQLLEN                     0
  SQLLEN *            0x0000000000000000
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0B520
  UWORD                       16
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012EC78
  SQLLEN                     0
  SQLLEN *            0x000000000012EC18
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                       16
  SWORD                      -16 <SQL_C_SLONG>
  PTR                0x000000000012EC78
  SQLLEN                     0
  SQLLEN *            0x000000000012EC18 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLColumnsW
  HSTMT               0x0000000003F0B520
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
  WCHAR *             0x0000000003F0D520 [       3] "ABC"
  SWORD                        3
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLColumnsW  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
  WCHAR *             0x0000000003F0D520 [       3] "ABC"
  SWORD                        3
  WCHAR *             0x0000000000000000 <null pointer>
  SWORD                        0
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0B520
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        0 <SQL_CLOSE>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeStmt
  HSTMT               0x0000000003F0B520
  UWORD                        2 <SQL_UNBIND>
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0B520
  UWORD                        2 <SQL_UNBIND>
dg4odbcdg4odbc  427c-41c4 ENTER SQLFreeHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFreeHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 ENTER SQLAllocHandle
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E65C0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLAllocHandle  with return code 0 (SQL_SUCCESS)
  SQLSMALLINT                  3 <SQL_HANDLE_STMT>
  SQLHANDLE           0x0000000003F0B1A0
  SQLHANDLE *         0x00000000051E65C0 ( 0x0000000003F0D8F0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLPrepare
  HSTMT               0x0000000003F0D8F0
  UCHAR *             0x000000000526DCA8 [      30] "SELECT A1."NAME" FROM "ABC" A1"
  SDWORD                    30
dg4odbcdg4odbc  427c-41c4 EXIT  SQLPrepare  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
  UCHAR *             0x000000000526DCA8 [      30] "SELECT A1."NAME" FROM "ABC" A1"
  SDWORD                    30
dg4odbcdg4odbc  427c-41c4 ENTER SQLNumResultCols
  HSTMT               0x0000000003F0D8F0
  SWORD *             0x00000000051E6628
dg4odbcdg4odbc  427c-41c4 EXIT  SQLNumResultCols  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
  SWORD *             0x00000000051E6628 (1)
dg4odbcdg4odbc  427c-41c4 ENTER SQLDescribeCol
  HSTMT               0x0000000003F0D8F0
  UWORD                        1
  UCHAR *             0x000000000012EA20
  SWORD                       31
  SWORD *             0x000000000012EB14
  SWORD *             0x000000000012EB18
  SQLULEN *           0x000000000012EAE0
  SWORD *             0x000000000012EB1C
  SWORD *             0x000000000012EB20
dg4odbcdg4odbc  427c-41c4 EXIT  SQLDescribeCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
  UWORD                        1
  UCHAR *             0x000000000012EA20 [       4] "NAME"
  SWORD                       31
  SWORD *             0x000000000012EB14 (4)
  SWORD *             0x000000000012EB18 (12)
  SQLULEN *           0x000000000012EAE0 (24)
  SWORD *             0x000000000012EB1C (0)
  SWORD *             0x000000000012EB20 (1)
dg4odbcdg4odbc  427c-41c4 ENTER SQLColAttribute
  SQLHSTMT            0x0000000003F0D8F0
  SQLSMALLINT                  1
  SQLSMALLINT               1013 <SQL_DESC_OCTET_LENGTH>
  SQLPOINTER         0x0000000000000000
  SQLSMALLINT                  0
  SQLSMALLINT *       0x0000000000000000
  SQLPOINTER          [Unknown attribute 1013]
dg4odbcdg4odbc  427c-41c4 EXIT  SQLColAttribute  with return code 0 (SQL_SUCCESS)
  SQLHSTMT            0x0000000003F0D8F0
  SQLSMALLINT                  1
  SQLSMALLINT               1013 <SQL_DESC_OCTET_LENGTH>
  SQLPOINTER         0x0000000000000000
  SQLSMALLINT                  0
  SQLSMALLINT *       0x0000000000000000
  SQLPOINTER          [Unknown attribute 1013]
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetStmtAttr
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  27 <SQL_ATTR_ROW_ARRAY_SIZE>
  SQLPOINTER               100
  SQLINTEGER                   0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetStmtAttr  with return code 1 (SQL_SUCCESS_WITH_INFO)
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  27 <SQL_ATTR_ROW_ARRAY_SIZE>
  SQLPOINTER               100
  SQLINTEGER                   0
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetStmtAttr
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                   5 <SQL_ATTR_ROW_BIND_TYPE>
  SQLPOINTER                 0 <SQL_BIND_BY_COLUMN>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetStmtAttr  with return code 1 (SQL_SUCCESS_WITH_INFO)
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                   5 <SQL_ATTR_ROW_BIND_TYPE>
  SQLPOINTER                 0 <SQL_BIND_BY_COLUMN>
  SQLINTEGER                  -5
dg4odbcdg4odbc  427c-41c4 ENTER SQLExecute
  HSTMT               0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLExecute  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetStmtAttr
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  25 <SQL_ATTR_ROW_STATUS_PTR>
  SQLPOINTER          0x000000000528CC30
  SQLINTEGER                  -4
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetStmtAttr  with return code 1 (SQL_SUCCESS_WITH_INFO)
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  25 <SQL_ATTR_ROW_STATUS_PTR>
  SQLPOINTER          0x000000000528CC30
  SQLINTEGER                  -4
dg4odbcdg4odbc  427c-41c4 ENTER SQLSetStmtAttr
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  26 <SQL_ATTR_ROWS_FETCHED_PTR>
  SQLPOINTER          0x00000000051E6610
  SQLINTEGER                  -4
dg4odbcdg4odbc  427c-41c4 EXIT  SQLSetStmtAttr  with return code 1 (SQL_SUCCESS_WITH_INFO)
  SQLHSTMT            0x0000000003F0D8F0
  SQLINTEGER                  26 <SQL_ATTR_ROWS_FETCHED_PTR>
  SQLPOINTER          0x00000000051E6610
  SQLINTEGER                  -4
dg4odbcdg4odbc  427c-41c4 ENTER SQLBindCol
  HSTMT               0x0000000003F0D8F0
  UWORD                        1
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000528C250
  SQLLEN                    25
  SQLLEN *            0x000000000528CF70
dg4odbcdg4odbc  427c-41c4 EXIT  SQLBindCol  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
  UWORD                        1
  SWORD                        1 <SQL_C_CHAR>
  PTR                0x000000000528C250
  SQLLEN                    25
  SQLLEN *            0x000000000528CF70 (0)
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 0 (SQL_SUCCESS)
  HSTMT               0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 ENTER SQLFetch
  HSTMT               0x0000000003F0D8F0
dg4odbcdg4odbc  427c-41c4 EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
  HSTMT               0x0000000003F0D8F0

Similar Messages

  • Why is the formula column returning garbage?

    I've set up a query that performs a full outer join on two tables, returning one field from each table. Each of these fields is created by concatenating several other fields from that table, i.e.
    Select a.field1 || a.field2 fielda, b.field3 || b.field4 fieldb from tablea full outer join tableb
    on a.field5 = b.field5
    where (a.field5 = :value or b.field5 = :value)
    For any :value one or more records exists in either tablea, tableb, or neither-but never in both. This works fine in SQL*Plus, returning values in fielda, fieldb, or neither-but never in both, just as it should.
    I then set up a formula column in the Group for the query, returning either fielda, fieldb, or an empty string depending on :value, i.e. If :value = 'A' then return (:fielda); ElsIf :value = 'B'; then return (:fieldb); Else return (''); End If;
    In the layout I set up a repeating frame sourced to the Group, and in the frame I put a field sourced to the formula column. But the field is displaying garbage. Any ideas why?
    Thanks.
    Edited by: user6931915 on Dec 6, 2010 1:36 PM
    OK, it's not returning garbage-it's just not returning the right data. It was appearing as garbage because the field was only large enough for 2 characters & I'd mistakenly left it set to Fixed.

    Since I'm so new to OS X Server - I have made many mistakes with it in my home learning environment - and therefore learned quickly to make image backups every step of the way - so restoring to v2.1 was very quick and simple.
    I also wanted to point out - this problem is not limited to the main screen of the Wiki.  If you disable the Wiki - but leave the default website enabled - the default website will display - but if you click on the change password link - it should pop up an enter user id, old password new password window and should also automatically switch to a trusted ssl connection - assuming you have a trusted certificate correctly configured.  This functionality works fine in Safari, Firefox and Chrome - but the same behavior occurs on the password change screen in IE9 as it does in the Wiki.
    I am now looking into submitting this to bugreport.apple.com.  I will report back after I do that.
    ~Scott

  • Which system field returns the number of records returned after a select?

    Which system field returns the number of records returned after a select?
    a) sy-index
    b) sy-recno
    c) sy-lncnt
    d) sy-dbcnt
    e) sy-tabix

    Hi,
       SY-DBCNT
    Regards,
    Prashant

  • How to use Multiple Single Option for selection in the Customer Exit

    Hi,
    How can we handle the multiple single values in the customer exit variable.
    I have a requirement which is as follows -
    Table A fiields -> Field Coach, Partner 2, Relation between PArtner 1 & Partner 2, Valid from, valid to date.
    Table B ->  Service Month, Start Date, End Date.
    Table C -> Billing Date, Execution Partner,cal month /year.
    For the Field coach in TABLE A, multiple Partner 2 are present.
    Report has to be built on Table C.
    User inputs the Service month and Field Coach . User can enter multiple field coach values.
    For the All the Field Coach values entered, corresponding Partner2's have to be found from Table A and to be passed to the Execution Partner in Table C.
    Now if we want to use customer exit variable on the field Execution Partner, how can we handle the Multiple Single selections in the customer exit.
    Thanks,
    Shubham

    Hi,
    While creating the variable you must have to specify multiple value.
    In customer exit
    write code multiple times and append the values.
    For example:
    when 'variable'.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 1.
    APPEND L_S_RANGE TO E_T_RANGE.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 2.
    APPEND L_S_RANGE TO E_T_RANGE.
    l_s_range - sign = 'I'.
    l_s_range - OPT = 'EQ.
    l_s_range - LOW = EXECUTION PARTNER 3.
    APPEND L_S_RANGE TO E_T_RANGE.
    Regards,
    Ranganath.

  • How can I limit the number of rows returned by a select stat

    How can I limit the number of rows returned by a select
    statement. I have a query where I return the number of stores
    that are located in a given area.. I only want to return the
    first twenty-five stores. In some instances there may be over
    200 stores in a given location.
    I know is SQL 7 that I can set the pagesize to be 25....
    Anything similiar in Oracle 8i?
    null

    Debbie (guest) wrote:
    : Chad Nale (guest) wrote:
    : : How can I limit the number of rows returned by a select
    : : statement. I have a query where I return the number of
    : stores
    : : that are located in a given area.. I only want to return the
    : : first twenty-five stores. In some instances there may be
    : over
    : : 200 stores in a given location.
    : : I know is SQL 7 that I can set the pagesize to be 25....
    : : Anything similiar in Oracle 8i?
    : If you are in Sql*Plus, you could add the statement
    : WHERE rownum <= 25
    : Used together with an appropriate ORDER BY you
    : could get the first 25 stores.
    Watch out. ROWNUM is run before ORDER BY so this would only
    order the 25 selected
    null

  • Select Options in custom controller

    Hi,
    Any one please let me know how to put select options on custom container. I need to display select options based on the input a tree and a report should be displayed in the same screen along with input screen.
    So I planned object oriented program to split screen to display tree and report. and again I split left side container to 2 containers. Now I want put the selection screen on left top container.
    Please help.
    Chandra

    What you can do is the following:
    Define a Container Object on one side of the screen to place the ALV Tree, and a Subscreen area on the other side, so you can place your select-options right there:
    You can define the select-options this way:
    SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
    SELECT-OPTIONS : s_ebeln FOR ekko-ebeln ,
    s_ebelp FOR ekpo-ebelp .
    SELECTION-SCREEN END OF SCREEN 100 .
    And then in the flow logic of your dynpro, assign this selection screen to your subscreen area. (Called SUB1 in this case)
      call subscreen sub1 including sy-repid '0100'.
    Regards

  • Error during Custom Build - error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

    Hi All,
    I was trying to develop C++ web service using GShop with Visual Studio 2005.I refered a tutorial :-
    http://guruce.com/blogpost/hosting-webservices-on-windows-embedded-compact-windows-ce-using-gsoap .
    AS per the tutorial i proceeded. But, i stuck-up when making a custom build with Helloworld.wsdl.Here is the output :
    1>------ Rebuild All started: Project: HelloWorldWebService, Configuration: Debug Pocket PC 2003 (ARMV4) ------
    1>Deleting intermediate and output files for project 'HelloWorldWebService', configuration 'Debug|Pocket PC 2003 (ARMV4)'
    1>Performing Custom Build Step
    1>'D:\Test' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    1>Build log was saved at "file://d:\Test Code\HelloWorldWebService\HelloWorldWebService\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
    1>HelloWorldWebService - 1 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    As given in the tutorial i kept my custom build command line as : -
    $(SolutionDir)\gsoap-2.8\gsoap\bin\win32\wsdl2h.exe -s $(InputPath) -o $(ProjectDir)$(InputName).h
    and outpouts : $(InputName).h
    I kept GSHOP in the project filder :- D:\Test Code\HelloWorldWebService
    Kindly help.
    Jyotiranjan

    Hi Jyotiranjan,
    I’m glad to hear that you got it working.
    Thank you for sharing your solutions
    experience here. It will be very beneficial for other community members who
    have similar questions.
    Best regards,
    Lucy
    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Can I limit the number of rows returned on a Select?

    Can I limit the number of rows returned on a Select statement? I would be using JDBC in a Java program.

    Use Java prepared statements with the equivalent of this SQL*plus script:
    VARIABLE n number
    EXEC :n := 3;
    SELECT rownum FROM all_objects WHERE rownum <= :n;
        ROWNUM
             1
             2
             3
    EXEC :n := 5;
    SELECT rownum FROM all_objects WHERE rownum <= :n;
        ROWNUM
             1
             2
             3
             4
             5

  • How to pass values to select options of custom transactions?

    I have to call custom transaction-ZMM_POST  from my custom report.
    I have to pass values to select options(Not to parameters) of ZMM_POST  from my report only.
    Please tell me how to pass values to select options of custom transactions?

    Have you tried this?
    DATA: T_RSPARAMS TYPE STANDARD TABLE OF RSPARAMS WITH HEADER LINE.
    T_RSPARAMS-SELNAME = "S_BUKRS".
    T_RSPARAMS-KIND = "S".
    T_RSPARAMS-SIGN = "I".
    T_RSPARAMS-OPTION = "BT".
    T_RSPARAMS-LOW = "100".
    T_RSPARAMS-HIGH = "300"
    APPEND T_RSPARAMS.
    SUBMIT Z_DUMMY WITH SELECTION-TABLE  T_RSPARAMS.
    Greetings,
    Blag.

  • Return code 4- when converting field CUSTOMER in record

    Hi,
    We are loading transaction data. Data load till PSA is succcessful but when we are loading from PSA to CUBE its is failing.
    The error message is "Return code 4- when converting field CUSTOMER in record"
    I have checked Transfer Rule, Update Rule it is simple object to object assignment. Data in PSA is also correct.
    What could be the reason?
    Regards
    SSS

    Hi Venkat,
    Is already has ALPHA conversion routine. We are getting this error for few more infoobjects in different transaction data loads.
    Regards
    SSS

  • Counter returns garbage values

    I am using cDAQ 9184 and 9401 Digital I/O card,I am using the counters available for frequency measurement(pulses are generated by a hall sensor,whose frequency i want to measure to estimate DC motor speed.But the problem is that counter returns garbage values.I have tested the card and its counters they are working fine.What could be the possible causes of this happening?
    attaching a VI snapshot.
    Please hep me out at the earliest.
    Thanks and regards.
    Solved!
    Go to Solution.

    Are these garbage values much higher frequency than you would expect?  If so you're probably picking up noise and should enable the PFI filter for your task.
    Best Regards,
    John Passiak

  • Oracle 11g dg4odbc OpenLink postgres odbc driver for Linux... Integer issue

    We were using scuccessfully the openlink driver for postgres odbc driver to connect oracle and postgres in solaris and oracle 10g hsodbc
    we are migrating to Linux Oracle 11g and installed linux psotgres odbc driver and configured oracle 11g dg4odbc gateway.
    We could connect from oracle and retrive the data from postgres.
    Issue we have is
    The integer data is not showing correctly…
    For example in the postgres the value is 1 and in oracle its shown as 4294967297.
    thanks,
    Sirisha

    this is the trace when its working for
    select * from "cognos_enrollmentdtl_s"@testag where "trial_id" = 39
    and for 39 its returning 167503724583 thsi value in the result set.
    Oracle Corporation --- THURSDAY SEP 30 2010 10:39:28.243
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- THURSDAY SEP 30 2010 10:39:28.243
    Version 11.2.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "4"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    Parameter HS_FDS_QUOTE_IDENTIFIER is not set
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "testag"
    Product-Info:
    Port Rls/Upd:1/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.1.0_0008, Instance:testag
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=31
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=31
    HOCXU_SEM_VER=112000
    Entered hgolofn at 2010/09/30-10:39:28
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/local/OpenLink/lib/libodbc.so"
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLAllocHandle
    symbol_peflctx=0xaab20640
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLBindCol
    symbol_peflctx=0xaab18a10
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLBindParameter
    symbol_peflctx=0xaab153d0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLCancel
    symbol_peflctx=0xaab10200
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLDescribeParam
    symbol_peflctx=0xaab080c0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLDisconnect
    symbol_peflctx=0xaab05e00
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLEndTran
    symbol_peflctx=0xaab1a360
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLExecute
    symbol_peflctx=0xaab09440
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLFetch
    symbol_peflctx=0xaab0a7a0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLFreeHandle
    symbol_peflctx=0xaab1fbd0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLFreeStmt
    symbol_peflctx=0xaab111d0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetData
    symbol_peflctx=0xaab0a210
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetEnvAttr
    symbol_peflctx=0xaab1f870
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetFunctions
    symbol_peflctx=0xaab11f70
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLMoreResults
    symbol_peflctx=0xaab09ce0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLNumResultCols
    symbol_peflctx=0xaab17f70
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLParamData
    symbol_peflctx=0xaab08a20
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLPutData
    symbol_peflctx=0xaab08680
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLRowCount
    symbol_peflctx=0xaab180b0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLSetEnvAttr
    symbol_peflctx=0xaab1fa30
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLSetDescRec
    symbol_peflctx=0xaab1bc10
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLColAttribute
    symbol_peflctx=0xaab1b890
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLColumns
    symbol_peflctx=0xaab007b0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLConnect
    symbol_peflctx=0xaab05c50
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLDescribeCol
    symbol_peflctx=0xaab17d50
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLDriverConnect
    symbol_peflctx=0xaab07d30
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLExecDirect
    symbol_peflctx=0xaab092e0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLForeignKeys
    symbol_peflctx=0xaaaffc20
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetConnectAttr
    symbol_peflctx=0xaab1d8a0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetDescField
    symbol_peflctx=0xaab1cfe0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetDescRec
    symbol_peflctx=0xaab1c3b0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetDiagField
    symbol_peflctx=0xaab0ed30
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetDiagRec
    symbol_peflctx=0xaab0d5a0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetInfo
    symbol_peflctx=0xaab130a0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetStmtAttr
    symbol_peflctx=0xaab1f6e0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLGetTypeInfo
    symbol_peflctx=0xaaafd250
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLPrepare
    symbol_peflctx=0xaab16560
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLPrimaryKeys
    symbol_peflctx=0xaaafeed0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLProcedureColumns
    symbol_peflctx=0xaaafe550
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLProcedures
    symbol_peflctx=0xaaafdad0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLSetConnectAttr
    symbol_peflctx=0xaab1df70
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLSetStmtAttr
    symbol_peflctx=0xaab1f260
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLSetDescField
    symbol_peflctx=0xaab1cb30
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLStatistics
    symbol_peflctx=0xaaafb6f0
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Entered hgolofns at 2010/09/30-10:39:28
    libname=/usr/local/OpenLink/lib/libodbc.so, funcname=SQLTables
    symbol_peflctx=0xaab01d70
    hoaerr:0
    Exiting hgolofns at 2010/09/30-10:39:28
    Exiting hgolofn, rc=0 at 2010/09/30-10:39:28
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    Invalid value of 64 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2010/09/30-10:39:28
    Entered hgolgon at 2010/09/30-10:39:28
    reco:0, name:readonly, tflag:0
    Entered hgosuec at 2010/09/30-10:39:28
    Exiting hgosuec, rc=0 at 2010/09/30-10:39:28
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using readonly as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2010/09/30-10:39:28
    HS_FDS_CONNECT_INFO = "testag"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2010/09/30-10:39:28
    dsn:testag, name:readonly
    optn:
    Entered hgocip at 2010/09/30-10:39:28
    dsn:testag
    Exiting hgocip, rc=0 at 2010/09/30-10:39:28
    ##>Connect Parameters (len=40)<##
    ## DSN=testag;
    #! UID=readonly;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2010/09/30-10:39:28
    Entered hgolosf at 2010/09/30-10:39:28
    ODBC Function-Available-Array 0xFFFE 0x01FF 0xFF00 0xFD7F 0x015F 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0xFA00 0x3F5F
    Exiting hgolosf, rc=0 at 2010/09/30-10:39:28
    DriverName:pgr7_mt_lt.so, DriverVer:06.01.0524 OpenLink PostgreSQL Lite Driver
    DBMS Name:PostgreSQL, DBMS Version:07.02.0000
    Exiting hgocont, rc=0 at 2010/09/30-10:39:28
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 32 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2010/09/30-10:39:28
    Entered hgoulcp at 2010/09/30-10:39:28
    Entered hgowlst at 2010/09/30-10:39:28
    Exiting hgowlst, rc=0 at 2010/09/30-10:39:28
    SQLGetInfo returns 0x0 for SQL_OWNER_USAGE
    TXN Capable:2, Isolation Option:0xa
    SQLGetInfo returns 0 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 32 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 32 for SQL_MAX_PROCEDURE_NAME_LEN
    SQLGetInfo returns " (0x22) for SQL_IDENTIFIER_QUOTE_CHAR
    SQLGetInfo returns N for SQL_COLUMN_ALIAS
    5 instance capabilities will be uploaded
    capno:1964, context:0x00000000, add-info: 0
    capno:1989, context:0x00000000, add-info: 0
    capno:1991, context:0x00000000, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    capno:3007, context:0x00000000, add-info: -3, translation:"36"
    Exiting hgoulcp, rc=0 at 2010/09/30-10:39:28
    Entered hgouldt at 2010/09/30-10:39:28
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2010/09/30-10:39:28
    Entered hgobegn at 2010/09/30-10:39:28
    tflag:0 , initial:1
    hoi:0x2db07578, ttid (len 26) is ...
    00: 4D4D4D41 54524958 2E623835 34333234 [testac.b854324]
    10: 322E382E 31332E37 3936 [2.8.13.796]
    tbid (len 23) is ...
    00: 4D4D4D41 54524958 5B382E31 332E3739 [testac[8.13.79]
    10: 365D5B31 2E345D [6][1.4]]
    Exiting hgobegn, rc=0 at 2010/09/30-10:39:28
    Entered hgodtab at 2010/09/30-10:39:28
    count:1
    table: cognos_enrollmentdtl_s
    Allocate hoada[0] @ 0x5f38a60
    Entered hgopcda at 2010/09/30-10:39:28
    Column:1(trial_id): dtype:4 (INTEGER), prc/scl:10/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:2(trial_name): dtype:12 (VARCHAR), prc/scl:64/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:3(subjcnt): dtype:4 (INTEGER), prc/scl:10/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:4(total_expected_enrollment): dtype:4 (INTEGER), prc/scl:10/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:5(site_name): dtype:12 (VARCHAR), prc/scl:256/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    The hoada for table cognos_enrollmentdtl_s follows...
    hgodtab, line 876: Printing hoada @ 0x5f38a60
    MAX:5, ACTUAL:5, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    4 INTEGER Y 4 4 0/ 0 0 0 0 trial_id
    12 VARCHAR Y 0 0 0/ 0 0 0 200 trial_name
    4 INTEGER Y 4 4 0/ 0 0 0 0 subjcnt
    4 INTEGER Y 4 4 0/ 0 0 0 0 total_expected_enrollment
    12 VARCHAR Y 0 0 0/ 0 0 0 200 site_name
    Exiting hgodtab, rc=0 at 2010/09/30-10:39:28
    Entered hgodafr, cursor id 0 at 2010/09/30-10:39:28
    Free hoada @ 0x5f38a60
    Exiting hgodafr, rc=0 at 2010/09/30-10:39:28
    Entered hgopars, cursor id 1 at 2010/09/30-10:39:28
    type:0
    SQL text from hgopars, id=1, len=151 ...
    00: 53454C45 43542041 312E2274 7269616C [SELECT A1."trial]
    10: 5F696422 2C41312E 22747269 616C5F6E [_id",A1."trial_n]
    20: 616D6522 2C41312E 22737562 6A636E74 [ame",A1."subjcnt]
    30: 222C4131 2E22746F 74616C5F 65787065 [",A1."total_expe]
    40: 63746564 5F656E72 6F6C6C6D 656E7422 [cted_enrollment"]
    50: 2C41312E 22736974 655F6E61 6D652220 [,A1."site_name" ]
    60: 46524F4D 2022636F 676E6F73 5F656E72 [FROM "cognos_enr]
    70: 6F6C6C6D 656E7464 746C5F73 22204131 [ollmentdtl_s" A1]
    80: 20574845 52452041 312E2274 7269616C [ WHERE A1."trial]
    90: 5F696422 3D3339 [_id"=39]
    Exiting hgopars, rc=0 at 2010/09/30-10:39:28
    Entered hgoopen, cursor id 1 at 2010/09/30-10:39:28
    hgoopen, line 86: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2010/09/30-10:39:28
    Entered hgodscr, cursor id 1 at 2010/09/30-10:39:28
    Allocate hoada @ 0x5f38a60
    Entered hgopcda at 2010/09/30-10:39:28
    Column:1(trial_id): dtype:4 (INTEGER), prc/scl:10/0, nullbl:2, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:2(trial_name): dtype:12 (VARCHAR), prc/scl:64/0, nullbl:2, octet:64, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:3(subjcnt): dtype:4 (INTEGER), prc/scl:10/0, nullbl:2, octet:64, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:4(total_expected_enrollment): dtype:4 (INTEGER), prc/scl:10/0, nullbl:2, octet:64, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    Entered hgopcda at 2010/09/30-10:39:28
    Column:5(site_name): dtype:12 (VARCHAR), prc/scl:256/0, nullbl:2, octet:256, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2010/09/30-10:39:28
    hgodscr, line 880: Printing hoada @ 0x5f38a60
    MAX:5, ACTUAL:5, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    4 INTEGER Y 4 4 0/ 0 0 0 0 trial_id
    12 VARCHAR Y 64 64 0/ 0 0 0 200 trial_name
    4 INTEGER Y 4 4 0/ 0 0 0 0 subjcnt
    4 INTEGER Y 4 4 0/ 0 0 0 0 total_expected_enrollment
    12 VARCHAR Y 256 256 0/ 0 0 0 200 site_name
    Exiting hgodscr, rc=0 at 2010/09/30-10:39:28
    Entered hgoftch, cursor id 1 at 2010/09/30-10:39:28
    hgoftch, line 130: Printing hoada @ 0x5f38a60
    MAX:5, ACTUAL:5, BRC:100, WHT=5 (SELECT_LIST)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    4 INTEGER Y 4 4 0/ 0 0 0 0 trial_id
    12 VARCHAR Y 64 64 0/ 0 0 0 200 trial_name
    4 INTEGER Y 4 4 0/ 0 0 0 0 subjcnt
    4 INTEGER Y 4 4 0/ 0 0 0 0 total_expected_enrollment
    12 VARCHAR Y 256 256 0/ 0 0 0 200 site_name
    Performing delayed open.
    SQLBindCol: column 1, cdatatype: -16, bflsz: 4
    SQLBindCol: column 2, cdatatype: 1, bflsz: 65
    SQLBindCol: column 3, cdatatype: -16, bflsz: 4
    SQLBindCol: column 4, cdatatype: -16, bflsz: 4
    SQLBindCol: column 5, cdatatype: 1, bflsz: 257
    SQLFetch: row: 1, column 1, bflsz: 4, bflar: 8
    SQLFetch: row: 1, column 1, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 1, column 2, bflsz: 65, bflar: 15
    SQLFetch: row: 1, column 2, bflsz: 65, bflar: 15, (bfl: 64, mbl: 64)
    SQLFetch: row: 1, column 3, bflsz: 4, bflar: 8
    SQLFetch: row: 1, column 3, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 1, column 4, bflsz: 4, bflar: 8
    SQLFetch: row: 1, column 4, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 1, column 5, bflsz: 257, bflar: 23
    SQLFetch: row: 1, column 5, bflsz: 257, bflar: 23, (bfl: 256, mbl: 256)
    SQLFetch: row: 2, column 1, bflsz: 4, bflar: 8
    SQLFetch: row: 2, column 1, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 2, column 2, bflsz: 65, bflar: 15
    SQLFetch: row: 2, column 2, bflsz: 65, bflar: 15, (bfl: 0, mbl: 64)
    SQLFetch: row: 2, column 3, bflsz: 4, bflar: 8
    SQLFetch: row: 2, column 3, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 2, column 4, bflsz: 4, bflar: 8
    SQLFetch: row: 2, column 4, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 2, column 5, bflsz: 257, bflar: 35
    SQLFetch: row: 2, column 5, bflsz: 257, bflar: 35, (bfl: 0, mbl: 256)
    SQLFetch: row: 3, column 1, bflsz: 4, bflar: 8
    SQLFetch: row: 3, column 1, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 3, column 2, bflsz: 65, bflar: 15
    SQLFetch: row: 3, column 2, bflsz: 65, bflar: 15, (bfl: 0, mbl: 64)
    SQLFetch: row: 3, column 3, bflsz: 4, bflar: 8
    SQLFetch: row: 3, column 3, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    SQLFetch: row: 3, column 4, bflsz: 4, bflar: 8
    SQLFetch: row: 3, column 4, bflsz: 4, bflar: 8, (bfl: 4, mbl: 4)
    i will paste the remaing trace in another reply..as the 30000 char exceeded
    Edited by: Kodali.S on Sep 30, 2010 8:22 AM
    Edited by: Kodali.S on Sep 30, 2010 8:25 AM

  • After Upgrade OBI 10g to 11g:Odbc driver returned an error - SQLExecDirectW

    Hi all,
    for an OBI upgrade from 10g to 11g I used a RPD and Webcatalog based on a remote machine other than my local machine. Firstable I am making the tests on a Linux Virtual machine, which uses the Sample Lite version from Oracle.
    I made the following steps:
    1. I upgraded the RPD and Webcatalog. It worked without any errors.
    2. I set the static variable BI_EE_HOME via Administration Tool to the path in the Linux machine.
    --> Here I am not sure if the set path is correct. It begins with: \bi\ ...\instances\...\coreapplication_obis1 (... : I can't mention here the whole path name).
    --> When the OBI Server is installed in Windows, the mentioned static variable points to something like 'C:\<install folder>\...\coreapplication_obis1'
    --> Question: is the begin of my set path correct?. I set that pointing to the Linux OBI Server, because the OBI Server is installed on Linux.
    Problem:
    After login as the user in RPD: Administrator/<Password for my upgraded RPD> I can see the links in the Catalog and the Dashboards links. But I can not see any values, any Reports when going through the links.
    For example when trying to see a Dashboard with date 12.02.2011it happens:
    Odbc driver returned an error (SQLExecDirectW).
    Status: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] general error.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43119] Query Failed:
    [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified
    at OCI call OCIServerAttach.
    [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT "Dimension_-_My Dimension"."MyDimension" saw_0 FROM "Accounting (ACC)" WHERE "Dimension_-_My Dimension"."MyDimension" LIKE 'J%' ORDER BY saw_0
    I think its not retrieving the data from the remote database, because I don't have the data of the remote database in my local. I think the OBI Server still is pointing to the local virtual machine Oracle database.
    Can anybody tell me what happens here and how can I solve this problem?.
    I would appreciate any help....

    Hi gerardnico,
    I've tried many things and did as in your articles, but I don't have success with that.
    These are the things I did:
    1. I searched for the file tnsnames.ora in my Linux virtual machine. I could find it in many paths:
    /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/hs/admin/tnsnames.ora.sample
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/samples/tnsnames.ora
    /.../oracle/xe/app/oracle/product/10.2.0/server/network/admin/temp/tnsnames.ora
    /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    in the last path I found the listener.ora as well.
    2. I took the tnsnames.ora from the last path, because the ORACLE_HOME points to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    3. I edited the tnsnames.ora this way:
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host_of_the_remote_machine)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = database_name_of_the_remote_machine)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = database_SID_of_the_remote_machine)
    (PRESENTATION = RO)
    4. I made a backup of the tnsnames.ora in path /.../Oracle_BI1/network/admin/samples/tnsnames.ora
    and copied the tnsnames.ora from /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin to the Oracle_BI1 path
    5. I set the TNS_ADMIN to /.../usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
    6. I restarted the BI Server
    No success in what I did. The error is still there.
    7. I've tried also: sqlplus database_user_remote_machine/database_password_remote_machine@database_SID_remote_machine
    I didn't get the connection:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 16 04:36:10 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: database_user_remote_machine
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    What am I doing wrong here?. I am still thinking that I need the import of the database.
    Additional SID=Service-Name=Database-name in the remote machine.

  • Customizing ODBC errors in OBIEE 11g

    Hi,
    I have a requirement where the user is expecting to see some Custom error messages instead of the Default ODBC errors OBIEE throws. Like the one below.
    Error generating view. Error getting cursor in GenerateHead
      Error Details
    Error Codes: OAMP2OPY:OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P 
    Odbc driver returned an error (SQLExecDirectW). 
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 22055] First argument of Parent function must be a hierarchy in a Parent-Child dimension with a single column Member Key. (HY000) 
    Where i can find the files which has these messages.They should be on some .xml or Java file on the server. If i know that location, i can change the error into Custom error messages.
    Any help would be really appreciated.
    Thanks
    Swami

    Swami,
    These kind of custom error messages,You need to do it manually for each report
    Edit Analysis Properties ---- Results Display ----- Display Custom Message
    Mark if you helps,
    Thanks,

  • Memory Leak when I get the SP return refcursor by oracle ODBC driver:

    Oracle server:&#65320;&#65328;&#65293;&#65333;&#65358;&#65353;&#65368;
    Oracle Version: 9.2.0.6.0
    Application Server: windows2003
    Develop tool &#65306; VC++;
    Question:
    when I get the return refcursor by OLEDB.Oracle, there is not any memory leak and work well. But when I change the driver to ODBC “Oralce in OraHome92"
    there will be an 56k memory leak.
    And in the other hand if I call an store precedure without return ref. Both driver /way can work well.
    Can you give me the advice? thanks a lot.
    Code such as:
    _ConnectionPtr m_AdoConnection;
    _CommandPtr pcmd = NULL;
    _RecordsetPtr sp_rs = NULL;
    _bstr_t bstrConstruct = _bstr_t("DSN=test;Uid=test;Pwd=test;PLSQLRSet=1");
    HRESULT hr = CoCreateInstance(__uuidof(Connection),NULL,CLSCTX_INPROC_SERVER,__uuidof(_ConnectionPtr),(LPVOID *)&m_AdoConnection);
    if (FAILED (hr) ) throw hr ;
    m_AdoConnection->PutCursorLocation(adUseClient) ;
    m_AdoConnection->IsolationLevel = adXactSerializable;
    m_AdoConnection->Mode = adModeShareExclusive;
    bstr_t bstrEmpty(L"") ;
    m_AdoConnection->Open (bstrConstruct, bstrEmpty, bstrEmpty, -1) ;
    SAFE_CALL(m_spObjectContext->CreateInstance(__uuidof(Command),__uuidof(_CommandPtr),(LPVOID *)&pcmd));
    if(pcmd == NULL)
    throw CAtlExceptionEx(E_POINTER,"pcmd is NULL");
    pcmd->CommandText = _bstr_t(L"wec_pkg_spl.wec_proc_spl_check");
    pcmd->CommandType = adCmdStoredProc;
    _bstr_t id = _bstr_t("65650000");     
    pcmd->Parameters->Append(pcmd->CreateParameter(_bstr_t(L"id"),DataTypeEnum(adVarChar),adParamInput,2000,_variant_t(id)));          
    pcmd->Parameters->Append(pcmd->CreateParameter(_bstr_t(L"errcode"),DataTypeEnum(adNumeric),adParamOutput,4));
    pcmd->Parameters->Append(pcmd->CreateParameter(_bstr_t(L"errdescription"),DataTypeEnum(adVarChar),adParamOutput,2000));
    pcmd->ActiveConnection = sp_con.m_AdoConnection;
    sp_rs = pcmd->Execute(NULL,NULL,adCmdStoredProc);
    pcmd->Release;          
    sp_rs->Close();     
    if (m_AdoConnection->State == adStateOpen)
    m_AdoConnection->Close();
    wec_pkg_spl.wec_proc_spl_check arguments:
    id          varchar2     in
    flowpaths     ref cursor     out
    errcode          number          out
    errdescription     varchar2     out
    Message was edited by:
    [email protected]

    I'm using the oracle ODBC driver 8.05.10 with MFC and client version 8.0.5. In my experience you can't prevent memory leaks with that or earlier versions of the ODBC driver. Client patchkits or service packs for NT or the Visual Studio doesn't solve the problem.
    The following code will result in a memory leak with the oracle driver. With every expiration of the timer the leak will grow.
    void CTestOdbcOracleDriverDlg::OnTimer(UINT nIDEvent)
    TCHAR errString[255];
    //open the database with class CDatabase
    //use of CRecordset
    TRY {
    //my table name is AL_ALARME_LOG
    pMyRecordset->Open(CRecordset::dynaset,"SELECT * FROM AL_ALARME_LOG",CRecordset::none);
    //do something with the data
    Sleep(0);
    pMyRecordset->Close();
    CATCH_ALL(error) {
    error->GetErrorMessage(errString,255);
    DELETE_EXCEPTION(error);
    END_CATCH_ALL
    CDialog::OnTimer(nIDEvent);
    The same code with the Microsoft ODBC driver
    doesn't cause memory leaks.
    Andreas ([email protected])

Maybe you are looking for

  • G4 displays flashing question mark and blue face at start-up

    like the title says, my powerbook refuses to go to the desktop and instead gives me a dark screen and in the center you can just make out a folder icon and on the folder icon flashes a question mark and then that picasso-esque blue smiley face. these

  • Post e71 firmware upgrade problem

    1) Back up recovery - For some reasons, not all applications and settings are restored. 2) Internet Browser failed to load. Anyone else experience similiar? Will keep you guys/gals updated with progress.

  • "Using common Division"

    Hi Gurus! I have two sales areas. In sales area a) 1000/10/00  i 've maintained customer master, material master and condition master records. _Using common division_ I thought to extended the cust & mat masters to the other sales area as well, and h

  • Backup External Drive w/ Time Machine on Yosemite

    Hi there – I'd like to backup an external hard drive connected to my Mac Mini. I have two of the exact same external hard drives connected and I'm hoping that Time Machine can transport the contents of one of the drives to the other but I cannot remo

  • Bug: encodeURIComponent() in bookmarklet chops off text

    Create a bookmarklet like this: javascript:d=window.encodeURIComponent(getSelection());alert(d); Select several paragraphs of text and run. You will see that the encoded text is incomplete. It truncates (chops off) at 200 characters or so. The same b