ODBC connection throwing error 'Optional non implemented. "

Hello world

I tried to get my database adapter Active TIBCO (ADB) to connect properly to my Oracle XE database. I tried different drivers drivers (Oracle 10 g, 11g, and TIBCO/DataDirect 5.3). After some effort, it connects now, but when it works the necessary select query, it throws an error. What he has to do is read a record in the P_TIBCOSRC table and publish. But when he tries to read that it fails. It is the newspaper of the component:

*********************************************************
* Adapter for ActiveDatabase, 5.4.0.10 Agent TIBCO
* TIBCO Adapter SDK, 5.5.0.12
**
* Copyright TIBCO Software, Inc., 1999-2008.
* All rights reserved.
*********************************************************
Instance ID: ADBTest
Config name: ADBTest
Main thread (name: ADBTest)


**********************************************************
Application: ADBTest
RepoURL: D:\TIBCO\work\AT_adadb_20184.dat
ConfigURL: / tibco/private/adapt/ADBTest
Version: 5.4.0.10
Information: TIBCO adapter for Agent of ActiveDatabase
----------------------------------------------------------
Developed with adapter TIBCO SDK 5.5.0.12
Copyright TIBCO Software Inc., 1998-2005.
All rights reserved.
**********************************************************

+ 2008 Nov 14 10:18:41:375 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700059 +.
+ From wire (name: ADBTest.COMM.INTERFACE.1, id: 5296) +.
+     +
+ 2008 Nov 14 10:18:42:375 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700059 +.
+ From wire (name: ADBTest.DB.INTERFACE.1, id: 5256) +.
+     +
+ 2008 Nov 14 10:18:42:375 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700059 +.
+ From wire (name: ADBTest.PUB.MANAGER.1, id: 5252) +.
+     +
+ 2008 Nov 14 10:18:42:375 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700029 +.
+ Publication: (TIBCOSRC / P_TIBCOSRC / TIBCO_TEST_PUB / rv / aeRvMsg / certified / 1 / SURVEY).
+     +
+ 2008 Nov 14 10:18:42:843 GMT + 1 ADBTest.ADBTest [card] Info AEADB-700012 +.
+ Complete publication cold start. +
+     +
+ 2008 Nov 14 10:18:43:375 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700029 +.
+ Agent settings: +.
+ ADB + 5.4.0.10
+ 5.5.0.12 + SDK
+ TIBRV 8.1.1 +
+ TIBRVCM + 8.1.1
+ Pilot DB: SQORA32. DLL, 11.01.0006 +
+ DSN: TIBCO +.
+ adb.verbose: it +.
+ adb.debug: 2 +.
+ adb. PollingInterval: 5000 +.
+ adb. PollingBatchSize: 0 +.
+ adb.batchPubStatusUpdates: off +.
+ adb.pubBatchConfirmSize: 0 +.
+ adb.pubBatchConfirmTimeout: 10000 +.
+ adb.publishChildData: it +.
+ adb.useExceptTable: it +.
+ adb.rvMaxQueueSize: 0 +.
+ adb.subBulkInsertSize: 1 +.
+ adb.subBatchCommitSize: 0 +.
+ adb.subBatchCommitTimeout: 10000 +.
+ adb.encoding: ASCII +.
+ adb.perfMon: off +.
+ adb. RetryTotal: 3 +.
+ adb.disconn.code: 3111 3112 3113; 3114 +.
+ adb. SleepBetweenRetries: 10000 +.
+ adb.setEmptyStringNullForRvMsg: off +.
+ adb.useSqlColumns: off +.
+ adb.terminateOnPubFail: off +.
+ adb.rvAdvisoryNoLog: off +.
+ adb.setClientInfo: it +.

+     +
+ 2008 Nov 14 10:18:47:843 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700094 +.
+ Timer polling stations pulled. +
+     +
+ 2008 Nov 14 10:18:47:984 GMT + 1 ADBTest.ADBTest Info [map] AEADB-700001.
+ Publisher: SQL: SELECT * FROM P_TIBCOSRC WHERE ADB_L_DELIVERY_STATUS = ' no ORDER BY ADB_SEQUENCE +.

+     +
+ 2008 Nov 14 10:18:49:078 GMT + 1 ADBTest.ADBTest error [Database] AEADB-100004 +.
+ DBError: database driver code: HYC00 +.
+ Database server code: 3 +.
+ Driver database message: optional function [Oracle] [ODBC] [Ora] not implemented. +
+     +
+ 2008 14 Nov ADBTest.ADBTest error [Database] GMT + 1 10:18:49:078 AEADB-930002 +.
+ Publication error. Service publication ADBPublisher with the object of publication TIBCO_TEST_PUB has detected database error: +.

DBError: 5
Error code: HYC00
ServerCode: 3
+ Message: [Oracle] [ODBC] [Ora] optional feature not implemented. +

all trying to create publish the event with the P_TIBCOSRC schema. Database is TIBCO. The database is SELECT * FROM P_TIBCOSRC WHERE ADB_L_DELIVERY_STATUS = ' no ORDER BY ADB_SEQUENCE.
+     +
Stop ADBTest...

I created an ODBC trace for this and who wrote the following:

AT_adadb_20184 1 dec-21 c 4 ENTER SQLPrepare
+ HSTMT 011C 3268 +.
+ UCHAR * 0X0140FFA0-[3] "SELECT * FROM P_TIBCOSRC WHERE ADB_L_DELIVERY_STATUS = ' NO ORDER BY ADB_SEQUENCE\ 0 +.
+ SDWORD-3 +.

AT_adadb_20184 1 Dec - 21 c 4 OUTPUT SQLPrepare with return code 0 (SQL_SUCCESS)
+ HSTMT 011C 3268 +.
+ UCHAR * 0X0140FFA0-[3] "SELECT * FROM P_TIBCOSRC WHERE ADB_L_DELIVERY_STATUS = ' NO ORDER BY ADB_SEQUENCE\ 0 +.
+ SDWORD-3 +.

AT_adadb_20184 1 dec-21 c 4 ENTER SQLExecute
+ HSTMT 011C 3268 +.

AT_adadb_20184 1 Dec - 21 c 4 SQLExecute EXIT with return code - 1 (SQL_ERROR)
+ HSTMT 011C 3268 +.

+ DIAG [HYC00] [Oracle] [ODBC] [Ora] optional feature not implemented. (3) +

AT_adadb_20184 1 dec-21 c 4 ENTER SQLGetDiagRecW
+ SQLSMALLINT 3 +.
+ SQLHANDLE 011C 3268 +.
+ SQLSMALLINT 1 +.
+ SQLWCHAR * 0X09F8AF70 (NYI) +.
+ SQLINTEGER * 0X01B57CA0 +.
+ SQLWCHAR * 0X011C3758 (NYI) +.
+ SQLSMALLINT 1024 +.
+ SQLSMALLINT * 0X09F8AFBA +.

AT_adadb_20184 1 Dec - 21 c 4 SQLGetDiagRecW EXIT with return code 0 (SQL_SUCCESS)
+ SQLSMALLINT 3 +.
+ SQLHANDLE 011C 3268 +.
+ SQLSMALLINT 1 +.
+ SQLWCHAR * 0X09F8AF70 (NYI) +.
+ SQLINTEGER * 0X01B57CA0 (3) +.
+ SQLWCHAR * 0X011C3758 (NYI) +.
+ SQLSMALLINT 1024 +.
+ SQLSMALLINT * 0X09F8AFBA (52) +.

AT_adadb_20184 1 dec-21 c 4 ENTER SQLCancel
+ HSTMT 011C 3268 +.

AT_adadb_20184 1 Dec - 21 c 4 OUTPUT SQLCancel with return code 0 (SQL_SUCCESS)
+ HSTMT 011C 3268 +.

That's all using the 11g ODBC driver (but I have similar connects using the DataDirect driver).

I don't know what I can do. I tried the component with other ODBC connections (to MS Access) and it worked without problem, so I think it has something to do with the Oracle ODBC connection. Does anyone have an idea what could be the problem?

Published by: Deddiekoel on November 14, 2008 11:12

Looks like you are using an ODBC Oracle driver to connect TIBCO to an Oracle database.
If this is true, you should post your question on the forum of ODBC:
ODBC

This forum deals with connections from an Oracle database in a foreign data store.

Tags: Database

Similar Questions

  • error with DG4ODBC implementing connectivity to oracle for IBM iSeries AS400 version V7R1

    Hello

    I have linux Enterprise 64-bit database hosting Oracle 11 GR 2 64-bit (11.2.0.1).  I have access to IBM iSeries AS400 version V7R1.  I'm trying to connect to IBM iSeries of Oracle database with ODBC connectivity using the database link.  Here's what I did.

    Host (Linux) database installed iSeriesAccess - 7.1.0 - 1.0.x86_64.rpm provided by IBM.

    My odbcinst.ini file has the following entries:

    [PostgreSQL]

    Description = ODBC for PostgreSQL

    Driver = /usr/lib/libodbcpsql.so

    Setup = /usr/lib/libodbcpsqlS.so

    FileUsage = 1

    [iSeries Access ODBC Driver]

    Description = iSeries Access for Linux ODBC Driver

    Driver = /opt/ibm/iSeriesAccess/lib64/libcwbodbc.so

    Setup = /opt/ibm/iSeriesAccess/lib64/libcwbodbcs.so

    Note 1 = if you use unixODBC-2.2.11 or later and you want ODBC 32 and 64-bit DSN, pilots to share

    Note 2 = the following Driver64/Setup64 keywords provide which support.

    Driver64 = /opt/ibm/iSeriesAccess/lib64/libcwbodbc.so

    Setup64 = /opt/ibm/iSeriesAccess/lib64/libcwbodbcs.so

    Thread = 2

    DontDLClose = 1

    UsageCount = 1

    [iSeries Access ODBC Driver 64-bit]

    Description = iSeries Access for Linux 64 - bit ODBC Driver

    Driver = /opt/ibm/iSeriesAccess/lib64/libcwbodbc.so

    Setup = /opt/ibm/iSeriesAccess/lib64/libcwbodbcs.so

    Thread = 2

    DontDLClose = 1

    UsageCount = 1

    The odbc.ini contains the following entries:

    [ODBC data sources]

    dg4odbc = connection to db2

    [dg4odbc]

    Driver = /opt/ibm/iSeriesAccess/lib64/libcwbodbc.so

    Description = iSeries Access for Linux ODBC Driver

    LogonID =

    Password =

    Address = (IBM host, IP address)

    location = Vm520

    noprompt = true

    System = (IBM host, IP address)

    UNICODE = UTF-8

    Naming = 0

    ConnectionType = 0

    CommitMode = 2

    ExtendedDynamic = 0

    AllowDataCompression = 1

    LibraryView = 0

    AllowUnsupportedChar = 0

    ForceTranslation = 0

    Trace = 0

    made sure I was able to connect via ODBC and DSN using the following command:

    isql dg4odbc oracle oracle1 - v

    +---------------------------------------+

    | Connected!                            |

    |                                       |

    | SQL query |

    | help [tablename] |

    | quit                                  |

    |                                       |

    +---------------------------------------+

    SQL >

    SQLRowCount Returns-1

    600 lines read

    SQL >

    could query the table in a library on AS400.

    The $ORACLE_HOME/hs/admin/initdg4odbc.ora includes the following:

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    HS_FDS_CONNECT_INFO = dg4odbc

    HS_FDS_TRACE_LEVEL = off

    HS_FDS_SHAREABLE_NAME=/etc/newlib/libodbc.so

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_SUPPORT_STATISTICS = FALSE

    #

    # ODBC specific environment variables

    #

    Set ODBCINI=/etc/odbc.ini

    #

    # Required for the non-Oracle system environment variables

    #

    The listener entries are as follows:

    (SID_DESC =

    (SID_NAME = dg4odbc)

    (ORACLE_HOME = opt/oracle/dbs/product/11.2.0/dbhome_1)

    (PROGRAM = dg4odbc)

    )

    Stopped and started the listener.

    The TNS entry is as follows:

    armcdb2 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = vmw - dev - rmsdb.xxx.vmc)(PORT = 1521))

    (CONNECT_DATA =

    (SID = dg4odbc)

    )

    (HS = OK)

    )

    Pourriez tnsping:

    Tnsping armcdb2 Oracle@rmsdev[/opt/Oracle/DBs/product/11.2.0/dbhome_1/network/admin]$

    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on July 11, 2013 16:01:23

    Copyright (c) 1997, 2009, Oracle.  All rights reserved.

    Use settings files:

    /opt/Oracle/DBs/product/11.2.0/dbhome_1/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = vmw - dev - rmsdb.xxx.vmc)(PORT = 1521)) (CONNECT_DATA = (SID = dg4odbc)) (HS = OK))

    OK (0 msec)

    create a link from public database as follows:

    SQL > create database link samplink connect to 'oracle' identified by 'oracle1' with 'armcdb2 ';

    Database link created.

    When I run a select query I get as follows:

    SQL > select * from mdiaz. AREMAIL@SampLink;

    Select * from mdiaz. AREMAIL@SampLink

    *

    ERROR on line 1:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    408

    Here is a sample track of dg4odbc:

    Oracle Corporation - Thursday 11 July 2013 16:06:03.627

    Heterogeneous Agent release

    11.2.0.1.0

    Oracle Corporation - Thursday 11 July 2013 16:06:03.627

    Version 11.2.0.1.0

    Hgogprd entries

    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned '255 '.

    Hgosdip entries

    default assignment of 50 HS_OPEN_CURSORS

    setting HS_FDS_RECOVERY_ACCOUNT or 'RECOVER '.

    HS_FDS_RECOVERY_PWD layout to the default

    default HS_FDS_TRANSACTION_LOG of HS_TRANSACTION_LOG layout

    HS_IDLE_TIMEOUT layout to the default 0 value

    layout by default HS_FDS_TRANSACTION_ISOLATION of "READ_COMMITTED".

    layout by default «AL32UTF8» HS_NLS_NCHAR

    layout HS_FDS_TIMESTAMP_MAPPING default 'DATE '.

    layout HS_FDS_DATE_MAPPING default 'DATE '.

    layout HS_RPC_FETCH_REBLOCKING failure to 'ON '.

    HS_FDS_FETCH_ROWS layout without '100 '.

    parameter HS_FDS_RESULTSET_SUPPORT default 'FALSE '.

    parameter HS_FDS_RSET_RETURN_ROWCOUNT default 'FALSE '.

    parameter HS_FDS_PROC_IS_FUNC default 'FALSE '.

    parameter HS_FDS_CHARACTER_SEMANTICS default 'FALSE '.

    parameter HS_FDS_MAP_NCHAR if there is no 'TRUE '.

    setting HS_NLS_DATE_FORMAT or 'YYYY-MM-DD HH24:MI:SS ".

    parameter HS_FDS_REPORT_REAL_AS_DOUBLE default 'FALSE '.

    HS_LONG_PIECE_TRANSFER_SIZE layout without "65536".

    parameter HS_SQL_HANDLE_STMT_REUSE default 'FALSE '.

    parameter HS_FDS_QUERY_DRIVER if there is no 'TRUE '.

    HOSGIP returned the value 'FALSE' to HS_FDS_SUPPORT_STATISTICS

    The HS_FDS_QUOTE_IDENTIFIER parameter is not defined

    setting in HS_KEEP_REMOTE_COLUMN_SIZE if 'OFF '.

    parameter HS_FDS_GRAPHIC_TO_MBCS default 'FALSE '.

    parameter HS_FDS_MBCS_TO_GRAPHIC default 'FALSE '.

    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION

    HS_CALL_NAME_ISP layout "gtw$: SQLTables; GTW$: SQLColumns. GTW$: SQLPrimaryKeys. GTW$: SQLForeignKeys. GTW$: SQLProcedures. GTW$: SQLStatistics; "gtw$: SQLGetInfo.

    parameter HS_FDS_DELAYED_OPEN if there is no 'TRUE '.

    HS_FDS_WORKAROUNDS layout by default "0".

    Release of hgosdip, rc = 0

    ORACLE_SID is "dg4odbc.

    Product information:

    Port RLS / Upd:1 / 0 PrdStat:0

    Agent: Oracle Database Gateway for ODBC

    : Installation

    Class: ODBC, ClassVsn:11.2.0.1.0_0008, Instance: dg4odbc

    Release of hgogprd, rc = 0

    hostmstr: 0: HOA after hoagprd

    hostmstr: 0: HOA before hoainit

    Hgoinit entries

    HOCXU_COMP_CSET = 1

    HOCXU_DRV_CSET = 871

    HOCXU_DRV_NCHAR = 873

    HOCXU_DB_CSET = 871

    HOCXU_SEM_VER = 112000

    Entry hgolofn to 2013/07/11-16: 06:03

    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / etc/newlib/libodbc.so '.

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLAllocHandle

    symbol_peflctx = 0xaab7c2f0

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLBindCol

    symbol_peflctx = 0xaab7c9d0

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLBindParameter

    symbol_peflctx = 0xaab7cb6c

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLCancel

    symbol_peflctx = 0xaab7d416

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLDescribeParam

    symbol_peflctx = 0xaab7f7dc

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLDisconnect

    symbol_peflctx = 0xaab7f978

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLEndTran

    symbol_peflctx = 0xaab7fe42

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLExecute

    symbol_peflctx = 0xaab808ac

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLFetch

    symbol_peflctx = 0xaab80b5c

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLFreeHandle

    symbol_peflctx = 0xaab816aa

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLFreeStmt

    symbol_peflctx = 0xaab82144

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetData

    symbol_peflctx = 0xaab83ad8

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetEnvAttr

    symbol_peflctx = 0xaab84e42

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetFunctions

    symbol_peflctx = 0xaab84fce

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLMoreResults

    symbol_peflctx = 0xaab85a0a

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLNumResultCols

    symbol_peflctx = 0xaab85fba

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLParamData

    symbol_peflctx = 0xaab86102

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLPutData

    symbol_peflctx = 0xaab871fc

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLRowCount

    symbol_peflctx = 0xaab87364

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLSetEnvAttr

    symbol_peflctx = 0xaab89054

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLSetDescRec

    symbol_peflctx = 0xaab88e20

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLColAttributeW

    symbol_peflctx = 0xaab7d6ba

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLColumnsW

    symbol_peflctx = 0xaab7e264

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLConnectW

    symbol_peflctx = 0xaab7e6b4

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLDescribeColW

    symbol_peflctx = 0xaab7f39e

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLDriverConnectW

    symbol_peflctx = 0xaab7fa9a

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLExecDirectW

    symbol_peflctx = 0xaab805e6

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLForeignKeysW

    symbol_peflctx = 0xaab80de6

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetConnectAttrW

    symbol_peflctx = 0xaab82714

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetDescFieldW

    symbol_peflctx = 0xaab83c76

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetDescRecW

    symbol_peflctx = 0xaab83fbe

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetDiagFieldW

    symbol_peflctx = 0xaab8448a

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetDiagRecW

    symbol_peflctx = 0xaab84916

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetInfoW

    symbol_peflctx = 0xaab85136

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetStmtAttrW

    symbol_peflctx = 0xaab85456

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLGetTypeInfoW

    symbol_peflctx = 0xaab8576e

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLPrepareW

    symbol_peflctx = 0xaab863b0

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLPrimaryKeysW

    symbol_peflctx = 0xaab8667c

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLProcedureColumnsW

    symbol_peflctx = 0xaab86a14

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLProceduresW

    symbol_peflctx = 0xaab86e64

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLSetConnectAttrW

    symbol_peflctx = 0xaab874ac

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLSetStmtAttrW

    symbol_peflctx = 0xaab896c8

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLSetDescFieldW

    symbol_peflctx = 0xaab88b00

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLStatisticsW

    symbol_peflctx = 0xaab89e64

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Entry hgolofns to 2013/07/11-16: 06:03

    LIBNAME=/etc/newlib/libodbc.so, funcname is SQLTablesW

    symbol_peflctx = 0xaab8a668

    hoaerr:0

    Out of hgolofns to 2013/07/11-16: 06:03

    Release of hgolofn, rc = 0 to 2013/07/11-16: 06:03

    HOSGIP to 'HS_OPEN_CURSORS' returned '50 '.

    HOSGIP to 'HS_FDS_FETCH_ROWS' returned '100 '.

    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536".

    HOSGIP to 'HS_NLS_NUMERIC_CHARACTER' returned '. "

    HOSGIP to 'HS_KEEP_REMOTE_COLUMN_SIZE' returned 'OFF '.

    HOSGIP for "HS_FDS_DELAYED_OPEN" returns 'TRUE '.

    HOSGIP to 'HS_FDS_WORKAROUNDS' returned '0 '.

    HOSGIP to 'HS_FDS_MBCS_TO_GRAPHIC' returned 'FALSE '.

    HOSGIP to 'HS_FDS_GRAPHIC_TO_MBCS' returned 'FALSE '.

    Invalid value of 64 for HS_FDS_SQLLEN_INTERPRETATION

    treat_SQLLEN_as_compiled = 1

    Release of hgoinit, rc = 0 to 2013/07/11-16: 06:03

    hostmstr: 0: HOA after hoainit

    hostmstr: 0: HOA before hoalgon

    Entry hgolgon to 2013/07/11-16: 06:03

    name: oracle, reco:0, tflag:0

    Entry hgosuec to 2013/07/11-16: 06:03

    Release of hgosuec, rc = 0 to 2013/07/11-16: 06:03

    Entry hgopoer to 2013/07/11-16: 06:03

    hgopoer, line 233: had native error 408 and sqlstate 410; message follows...

    408

    Release of hgopoer, rc = 0 to 2013/07/11-16: 06:03

    hgolgon, line 193: calling SQLSetConnectAttr obtained sqlstate 410

    Out of hgolgon, rc = 28500 to 2013/07/11-16: 06:03 with the ptr error FILE: hgolgon.c LINE: 193 FUNCTION: hgolgon() ID:Connection attribute: TRACE

    hostmstr: 0: HOA after hoalgon

    The RPC nscontrol (0), rc = 0

    hostmstr: 0: CPP before release Agent

    hostmstr: 0: HOA before hoaexit

    Entry hgoexit to 2013/07/11-16: 06:03

    Release of hgoexit, rc = 0

    hostmstr: 0: HOA after hoaexit

    hostmstr: 0: CPP after release Agent

    I have looked up on the forums of Oracle errors and could not do any help anywhere.

    Can someone kindly help where I'm wrong?

    Thank you

    RAM.

    You have activated the gateway trace level 255 (HS_FDS_TRACE_LEVEL = 255) which includes also ODBC calls but there is no reference in your file odbc.ini to trace odbc library and it seems that the trace ODBC lib is not found in the ODBC driver manager lib directory.

    Test without bridge tracing turned on (just remove the parameter HS_FDS_TRACE_LEVEL = 255).

    In addition, I recommend to add to your gateway init file:

    HS_FDS_FETCH_ROWS = 1 (as the iSeries ODBC is not supported in bulk pick)

    and

    HS_NLS_NCHAR = UCS2

    -Klaus

  • I can't connect to certain things (connection refused error)

    Hello

    recently I am experiencing an error where my mac does not connect to certain things, to make an example and explain

    -I can't open the web page of google

    -I can't open another page Web (connection refused error)

    -I can't open steam but downloads don't work and so used to the store

    I had this problem once before, but a call for assistance from apple and everything worked again.

    I would like to know what causes this problem and how to solve this problem, so I can't call assistance all the time

    Thank you

    You may have installed one or more variants of the malware "VSearch' ad-injection. Please back up all data, and then take the steps below to disable it.

    Do not use any type of product, "anti-virus" or "anti-malware" on a Mac. It is never necessary for her, and relying on it for protection makes you more vulnerable to attacks, not less.

    Malware is constantly evolving to work around defenses against it. This procedure works now, I know. It will not work in the future. Anyone finding this comment a couple of days or more after it was published should look for a more recent discussion, or start a new one.

    Step 1

    VSearch malware tries to hide by varying names of the files it installs. It regenerates itself also if you try to remove it when it is run. To remove it, you must first start in safe mode temporarily disable the malware.

    Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. Ask for other instructions.

    Step 2

    When running in safe mode, load the web page and then triple - click on the line below to select. Copy the text to the Clipboard by pressing Control-C key combination:

    /Library/LaunchDaemons

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

    A folder named "LaunchDaemons" can open. If this is the case, press the combination of keys command-2 to select the display of the list, if it is not already selected.

    There should be a column in the update Finder window. Click this title two times to sort the content by date with the most recent at the top. Please don't skip this step. Files that belong to an instance of VSearch will have the same date of change for a few minutes, then they will be grouped together when you sort the folder this way, which makes them easy to identify.

    Step 3

    In the LaunchDaemons folder, there may be one or more files with the name of this form:

    com Apple.something.plist

    When something is a random string, without the letters, different in each case.

    Note that the name consists of four words separated by dots. Typical examples are:

    com Apple.builins.plist

    com Apple.cereng.plist

    com Apple.nysgar.plist

    There may be one or more items with a name of the form:

    com.something.plist

    Yet once something is a random string, without meaning - not necessarily the same as that which appears in one of the other file names.

    These names consist of three words separated by dots. Typical examples are:

    com.semifasciaUpd.plist

    com.ubuiling.plist

    Drag all items in the basket. You may be prompted for administrator login password.

    Restart the computer and empty the trash.

    Examples of legitimate files located in the same folder:

    com.apple.FinalCutServer.fcsvr_ldsd.plist

    com Apple.Installer.osmessagetracing.plist

    com Apple.Qmaster.qmasterd.plist

    com Apple.aelwriter.plist

    com Apple.SERVERD.plist

    The first three are clearly not VSearch files because the names match either of the above models. The last two are not easy to distinguish by the name alone, but the modification date will be earlier than the date at which VSearch has been installed, perhaps several years. None of these legitimate files will be present in most installations of Mac OS X.

    Do not delete the folder 'LaunchDaemons' or anything else inside, unless you know you have another type of unwanted software and more VSearch. The file is a normal part of Mac OS X. The "demon" refers to a program that starts automatically. This is not inherently bad, but the mechanism is sometimes exploited by hackers for malicious software.

    If you are not sure whether a file is part of the malware, order the contents of the folder by date modified I wrote in step 2, no name. Malicious files will be grouped together. There could be more than one such group, if you attacked more than once. A file dated far in the past is not part of the malware. A folder in date dated Middle an obviously malicious cluster is almost certainly too malicious.

    If the files come back after you remove the, they are replaced by others with similar names, then either you didn't start in safe mode or you do not have all the. Return to step 1 and try again.

    Step 4

    Reset the home page in each of your browsers, if it has been modified. In Safari, first load the desired home page, then select

    ▹ Safari preferences... ▹ General

    and click on

    Set on the current Page

    If you use Firefox or Chrome web browser, remove the extensions or add-ons that you don't know that you need. When in doubt, remove all of them.

    The malware is now permanently inactivated, as long as you reinstall it never. A few small files will be left behind, but they have no effect, and trying to find all them is more trouble that it's worth.

    Step 5

    The malware lets the web proxy discovery in the network settings. If you know that the setting was already enabled for a reason, skip this step. Otherwise, you should undo the change.

    Open the network pane in system preferences. If there is a padlock icon in the lower left corner of the window, click it and authenticate to unlock the settings. Click the Advanced button, and then select Proxies in the sheet that drops down. Uncheck that Auto Discovery Proxy if it is checked. Click OK, and then apply.

    Step 6

    This step is optional. Open the users and groups in the system preferences and click on the lock icon to unlock the settings. In the list of users, there may be some with random names that have been added by the malware. You can remove these users. If you are not sure whether a user is legitimate, do not delete it.

  • ODBC connection is not successful

    Hi friends,

    I'm using OBIEE 11 g, there is no problem next to the database, but when I gave the odbc connectivity it does not show connection successful, it throws the following error

    Unable to connect
    SQL State = s1000
    [oracle] [ODBC] [Ora} ORA-12543: TNS: destination unreachable host...


    My name of the source database: ORCLBI
    The TNS service name: vision
    User ID: apps... Why im getting this error... wat to do... Because of this, I can't able to open BI answers as well as the repository in online mode...

    Thank you
    Harry...

    Hello
    Use tnsping command prompt login

    Make sure that u have no space in the name of connection in the file tnsnames file ora

    Thank you
    Saichand.v

  • Why multiple selection in parameter throwing error BI publisher 11g?

    Hi all, I have under SQL statement with parameters.

    Select 'TABLE_A '. "" s_number "as"s_number. "

    'TABLE_A '. "" SM "like"sm. "

    'TABLE_A '. "" Loc "as"loc"

    'TABLE_A '. "" Co "as"co. "

    'TABLE_A '. "" s "as"dry. "

    'TABLE_A '. "" m_days "as"m_days. "

    'TABLE_A '. "" b_time "as"b_time. "

    'TABLE_A '. "" e_time "as"e_time. "

    'TABLE_A '. "' build ' as"build. "

    'TABLE_A '. "" RM "as"rm"

    'TABLE_A '. "" aid_credits "as"aid_credits. "

    "TABLE_D. "" Co "as"co_1. "

    "TABLE_D. "" co_des "as"co_des. "

    "TABLE_D. "" pre_co_des "as"pre_co_des. "

    "TABLE_D. "" cont_cou_des "as"cont_cou_des. "

    "TABLE_D. "' end_sm ' as 'end_sm '.

    "St." » « « « dbo ». » TABLE_A' 'TABLE_A '.

    "Left outer join"st. " """dbo"."" TABLE_D""TABLE_D.

    on ('TABLE_A'. "Co"= "TABLE_D". ("" Co ")

    where ('TABLE_A'. ("" in(:PSM) SM "or: PSM is null)

    and ('TABLE_A'. ("' in(:PLOC) Loc" or: PLOP is null)

    and ('TABLE_A'. ("" in(:PCO) Co "or: BCP is null) and"TABLE_D. "" end_sm "="

    order by 'TABLE_A '. "' s_number ' ASC

    I defined in the parameter section

    multiple selection is enabled

    can select all is selected

    NULL value last selected for all parameters: PSM, PLOP, BCP

    now my question is that if I select more than one value in the settings it throws error «an error has occurred on xml data recovery»

    oracle.xdo.XDOException: java.sql.SQLException: type [Hyperion] [SQLServer JDBC Driver] [SQL Server] non Boolean expression specified in a context where a condition is expected, near ', '.

    Please help me what is?

    Kind regards

    Sam

    For this reason, the error is: PSM is null,: PLOP is null and: BCP is null.

    Because it is possible to assign multiple values to a variable to link plain. You must manage this in different ways.

    If she is Oracle DB - decode(:PCO,null,columnxxx,'dummy')

  • PowerCLI throwing error when I try to count the totla linux VM


    Hi all

    When I try to run the command on PowerCLI to count total linux/windows VM, it's throwing error, please if any Kown how to solve the problem, please share it.

    Here is the Error Msg:

    PS C:\Program Files\VMware\Infrastructure\vSphere PowerCLI > (Get-VMguest * |) Where-Object {$_.} ({OSFullName-like "* Linux * '}). County | Out-file C:\Users\xbblfl9\Desktop\CNJLinuxcount.txt
    Get-VMGuest: 26/12/2013-12:21:02 Get-VMGuest the underlying connection was closed: an unexpected error occurred on a send.
    On line: 1 char: 13
    + (Get-VMguest < < < < * |) Where-Object {$_.} ({OSFullName-like "* Linux * '}). County |
    Out-file C:\Users\xbblfl9\Desktop\CNJLinuxcount.txt
    + CategoryInfo: NotSpecified: (:)) [Get-VMGuest], ViError)
    + FullyQualifiedErrorId: Client20_QueryServiceImpl_RetrievePropertiesEx_ViError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVmGuest

    Get-VMGuest: 26/12/2013-12:21:02 Get-VMGuest value is not found for the required VM parameter
    On line: 1 char: 13
    + (Get-VMguest < < < < * |) Where-Object {$_.} ({OSFullName-like "* Linux * '}). County |
    Out-file C:\Users\xbblfl9\Desktop\CNJLinuxcount.txt
    + CategoryInfo: NotSpecified: (:)) [Get-VMGuest], VimException)
    + FullyQualifiedErrorId: Core_BaseCmdlet_UnknownError, VMware.VimAutomatio
    n.ViCore.Cmdlets.Commands.GetVmGuest

    PS C:\Program Files\VMware\Infrastructure\vSphere PowerCLI >

    Thank you

    Murali J

    Hello

    It does not work, same error, I get when I run the above command.

    I can able to get windows/Linux VM Total count by using below command.

    Get - vm | where {$_ .name-match "^ w"} | measure-object | Out-file C:\Users\Desktop\CNJWindowscount.tx

  • Flex/Zend Channel Connect failed error...

    Hi guys.

    I use Flex and php to develop my project. Everything works fine on my local machine. However, when I upload my files on my server (godaddy.com). I got the error when loading my flex application.

    The popup error message is

    Send failed

    Channel.Connect.failed.Error

    Netconnection.call.Badversion: url:

    http://mydomail/folder/gateway.php

    I send my ZendFramewrok folder on my server and amf_config.ini has been set up. (webroot = ) http://mydomain )

    I don't know what is happening here. Help, please. Thank you.

    Update: my gateway.php

    <?php
    ini_set
    ("display_errors", 1);
    $dir
    = dirname(__FILE__);
    $webroot
    = $_SERVER['DOCUMENT_ROOT'];
    $configfile
    = "$dir/amf_config.ini";

    //default zend install directory
    $zenddir
    = $webroot. '/ZendFramework/library'; //I did upload the ZendFramwork folder

    //Load ini file and locate zend directory
    if(file_exists($configfile)) {
    $arr
    =parse_ini_file($configfile,true);
    if(isset($arr['zend']['webroot'])){
      $webroot
    = $arr['zend']['webroot'];
      $zenddir
    = $webroot. '/ZendFramework/library';
    }
    if(isset($arr['zend']['zend_path'])){
      $zenddir
    = $arr['zend']['zend_path'];
    }
    }


    // Setup include path
    //add zend directory to include path
    set_include_path
    (get_include_path().PATH_SEPARATOR.$zenddir);
    // Initialize Zend Framework loader
    require_once
    'Zend/Loader/Autoloader.php';
    Zend_Loader_Autoloader::getInstance();
    // Load configuration
    $default_config
    = new Zend_Config(array("production" => false), true);
    $default_config
    ->merge(new Zend_Config_Ini($configfile, 'zendamf'));
    $default_config
    ->setReadOnly();
    $amf
    = $default_config->amf;

    // Store configuration in the registry
    Zend_Registry::set("amf-config", $amf);
    // Initialize AMF Server
    $server
    = new Zend_Amf_Server();
    $server
    ->setProduction($amf->production);
    if(isset($amf->directories)) {
    $dirs
    = $amf->directories->toArray();
    foreach($dirs as $dir) {
        
    // get the first character of the path.
        
    // If it does not start with slash then it implies that the path is relative to webroot. Else it will be treated as absolute path
         $length
    = strlen($dir);
         $firstChar
    = $dir;
        
    if($length >= 1)
          $firstChar
    = $dir[0];

        
    if($firstChar != "/"){
         
    // if the directory is ./ path then we add the webroot only.
         
    if($dir == "./"){      
           $server
    ->addDirectory($webroot);
         
    }else{
           $tempPath
    = $webroot . "/" . $dir;
        $server
    ->addDirectory($tempPath);
      
    }    
     
    }else{
          $server
    ->addDirectory($dir);     
     
    }
    }
    }
    // Initialize introspector for non-production
    if(!$amf->production) {
    $server
    ->setClass('Zend_Amf_Adobe_Introspector', '', array("config" => $default_config, "server" => $server));
    $server
    ->setClass('Zend_Amf_Adobe_DbInspector', '', array("config" => $default_config, "server" => $server));
    }
    // Handle request
    echo $server
    ->handle();

    Error in gateway.php if I call him directly.

    WARNING: require_once(Zend/Loader/Autoloader.php) [function.require - once]: failed to open stream: no such file or directory in /home/content/79/4687979/html/parkerList/gateway.php on line 27

    Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path ='.: / usr/local/php5/lib/php:http://blackwheels.info//ZendFramework/library"") in /home/content/79/4687979/html/parkerList/gateway.php on line 27

    Gateway.php is the rat. but I can't understand what is wrong. Zend/Loader/Autoloader.php is under the "ZendFramework/library" of server root folder. I don't understand why my application can't find it. Thanks again!

    Hello

    I had the same problem (I think). I have some sort of solution: not a very good, but at least it works (for me)...

    So, I put the ZendFramework directory in my application directory (this is why it is not a good solution...) and changed the layout of directories in amf_config.ini and gateway.php.

    (on my server: .../myFlexApp/ZendFramework)

    new file amf_config.ini:

    [zend]
    ; define the absolute path to the webroot directory, example:
    ; Windows: C:\apache\www
    ; MAC/UNIX: / user/apache/www
    Webroot =.

    ; define the absolute path to the zend installation directory, example:
    ; Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ; MAC/UNIX: / user/apache/PHPFrameworks/ZendFramework/library
    zend_path = ./ZendFramework/library

    [zendamf]
    AMF.production = true
    AMF. Directories [] is. / services

    and at the beginning of the gateway.php file:

    ini_set ("display_errors", 1);
    $dir = '.';
    $webroot = $_SERVER ['DOCUMENT_ROOT'];
    $configfile = "amf_config.ini";

    By default zend installation directory
    $zenddir = $webroot. "/ ZendFramework/library";

    And for me it's OK.

    I will try to solve the problem in a more clean way later, with a repertoire ZendFramework separated from the application directory. Maybe someone else can help? With a few "echoes" in the gateway.php file, I was not able to understand what was wrong, I'm not familiar enough with the configuration of php.

    I hope this can help you!

  • ODBC connection endpoint

    When an ODBC to Oracle connection is established, when does this respect end? It expires? It remains connected until explicitly terminated? If yes how end you it? If it does not end automatically, how would implement a timeout trigger or something similar to disconnect a connection inactive?

    By default, any Oracle connection remains established until it is explicitly completed by the customer. In ODBC, connect with the SQLConnect method and close the session with the SQLDisconnect method.

    Within the database, you can specify that a particular user connections should be closed if they were slowed down more than an interval specified by creating a profile in which the idle is limited and by assigning this profile for users whose idle connections you want killed. However, depending on what you're trying to accomplish, this can be a bit problematic. Sessions will remain around in a status of people KILLED on the database server until the client process tries to do something with the connection and may be informed that the connection was killed. Different applications have different levels of tolerance for the sessions killed - if you have an intermediate level that is not configured correctly, killing idle sessions can cause major havoc in the application.

    Justin

  • Add Server BI as ODBC connection using free tool

    All,

    I am trying to add a native ODBC connection from my PC under Windows XP, the BI server.

    I want to use this option to write native SQL against the BI repository and as a source of data of BI Publisher increases it.

    We were able to accomplish this using TOAD, but our trial license has expired.

    I was hoping that other people might have done this before and help with advice.

    We hope to be able to do this with any FREE tool, but more specifically Oracle SQL Developer if possible.

    Any ideas appreciated.

    Thank you

    Several things here.

    (1) for Server BI of the query editor, you define a jdbc data source in Publisher. You don't need ODBC in the middle. Configure your data source as this:
    Data Source name:< you="" choose,="" "oracle="" bi="" server"="" makes="" sense="">
    Database driver class: oracle.bi.jdbc.AnaJdbcDriver
    Connection string: jdbc:oraclebi://yourbiserver:9703 / (if you have configured your BI server to use different ports can change 9703)
    Click on test connection to make sure you did it right.

    (2) If you still want to set up an ODBC connection (but you must if you configure as above, which is standard), then you create your ODBC DSN as normal (lots of docs on this on the web).

    (3) you can't question a source ODBC using SQL Developer as far as I know. You can use nqcmd or the Client ODBC OBIEE to question it or other tools like Excel. You can also consider Tora, who can question ODBC (enter the DSN "Database") and is free.

  • With the help of creator of the Recordset object to connect PHP to the ODBC connection

    Alright. I have worked with ASP for a long time and with the tools built into Dreamweaver 8 (and earlier versions), it is easy to connect my ASP pages to an ODBC connection to create sets of records and the execution of orders. But I finally accepted the fact that I need to learn to develop in PHP. I've got PHP running on my computer and I am able to put a code ODBC data source connections but I'm curious to know how to get the Recordset creation wizard and the command Wizard to connect to anything but a mySQL table.

    And for those of you who will say I spent my data in mySQL, it is simply not an option.

    Thanks in advance for any help you can provide.

    derfiticulum wrote:
    > Alright. I have worked with ASP for a long time and with built-in tools
    > in Dreamweaver 8 (and earlier versions), it is simple to connect my ASP pages.
    > for an ODBC connection to create sets of records and the execution of orders. But I did not
    > finally accepted the fact that I need to learn to develop in PHP. I've got PHP
    > running on my computer and I am able to code an ODBC data connections
    > source, but I'm curious to know how to get the game of records and the order Wizard
    > Creation wizard to connect to all but one table mySQL.
    >
    > And for those of you who will tell me to just my data to mySQL,.
    > is not an option.

    Dreamweaver built in PHP server model is not designed to connect to any other database that MySQL, though I'm afraid that the answer is to convert to MySQL or hand code all of your database interaction, that is you will not be able to use the Dreamweaver recordsets to connect to MySQL (and therefore will not get data bindings or the other). I did not at least at any time recently, so cannot provide specific advice on that, except maybe to look for PHP ADODB.

    If you use access as long as your database, then perhaps this research can help with a conversion if ever you don't want to go this way:
    http://www.Google.com/search?hl=en&q=convert+access+to+MySQL

    --
    Danilo Micen
    | http://blog.Extensioneering.com/
    | Extensioneer WebAssist
    | Adobe Community Expert

  • Version with ControlLogix - link cRIO (implicit messaging), "(Code 16 #0315) problem" connection request error: invalid segment type ""

    I have developed and delivered a system in Germany several years ago.  He worked then.  But the cRIO was damaged and replaced by a newer model, and does not now.  I suspect (and Support technical OR agree) it's a problem of software version, which could be solved with the NOT-MAX Software Installer.  But I do not have access to the system myself, and correspondence is slow and tedious.

    The original system was a cRIO-9073, developed with LabView 2009.  He used the implicit Messaging.  The ID of Instance, sizes, IP addresses, etc everything has worked very well.

    The current system is a cRIO-9074, with LabView DURATION 14.0 (I guess that LV 2014), Scan Engine 4.3, NI - Industrial Communications for Ethernet/IP 14.0.0, etc.  Programs FPGA and processor are responsible and seem to work in the cRIO.  The "EthernetIP Set Assembly Instance Data.vi' will return no error.  But the PLC just pointing out "(Code 16 #0315)" connection request error: invalid segment type "."  We looked at intellectual property (the mistake was different), sizes and body #s.

    The PLC doesn't have to all be modified.

    Anyone know if there is no problem of compatibility with LV-2014 and Ethernet/IP 14.0.0?  Or if there are all the other required packages?

    I am including the NOT-Max reports.

    Hi ZX81

    To help you 2009 application to work with the new cRIO, you must deploy it to the device. You must in order to deploy the cRIO, make sure it has the same versions of software that you used with the old cRIO.

    You can format the cRIO NI MAX and deploy the application of LV, 2009. However, if you do not have access to the cRIO or your client does not have the necessary software, you can deploy the application in another cRIO with software (cRIO same model and same modules as your client) and create a picture of it and send it to your customer so that it can deploy the cRIO even without the software on his computer. The following document explains how to do this.

    Utility of RAD

    WenR

  • ODBC connection remains open after disconnection

    Hello

    in my application I use ODBC 2 connects to 2 different ODBC drivers.

    My problem:

    When I close a connection (with DBDisconnect), the connection to the database remains open until I close the other.

    Is that a known behavior?

    Is it possible to force the closure or to make it independent of the other connection?

    Concerning

    Fred

    As ODBC connections are not intrinsically included in the environment of the CVI, I watched the DBDisconnect function and it is said that the DBDisconnect function disconnects the last ODBC database connected. This is the expected behavior.

  • Suspected that the security fix for Windows Server 2008 R2 that affect the ODBC connection.

    I use Windows Server 2008 R2 and have been able to generate the crystal report connection automatically through the (System DSN) ODBC for MS SQL Server 2008 R2.

    When I perform the security updates below, the crystal report would not be able to generate automatically.

    KB2641653
    KB2667402
    KB2665364
    KB2621440
    When I tried to manually generate the crystal report, it prompted me the user DSN instead of the system DSN which I was their use without problems so far.
    Therefore, I created the user and system DSN in the ODBC DSN and so able to invite me for connection (System dsn) but not with the ODBC connection id I created.
    Everyone has experienced problems connecting to ODBC after this hotfix was updated?
    Thank you.

    Hello

    Because you are using a Windows Server, this would be addressed at the address provided below on the Microsoft TechNet Forums

    You can follow the link to your question:
    TechNet - Windows Server Forums

  • Microsoft connection and error code 80072EFD and kb2656353, kb2656370

    Having prolems connecting to microsoft Server error code 80072EFD and kb2656353, suggestions kb2656370

    Hello

    1 did you change on your computer before this problem?

    2. What Service Pack in installed on your computer?

    3. you receive an error message?

    You can read the article and then check.

    Temporary connection related errors may occur when you use Windows Update or Microsoft Update

    http://support.Microsoft.com/kb/836941

    See also:

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    How to troubleshoot common Windows Update, Microsoft Update and Windows Server Update Services installation

    http://support.Microsoft.com/kb/906602

    You cannot install some programs or updates

    http://support.Microsoft.com/kb/822798

  • Two updates - for "SQL Server 2005 Service Pack 3 'and 'Power Poin 2007", throwing errors when installing Code FF Code 80070663

    Original title: two updates - for "SQL Server 2005 Service Pack 3 'and 'Power Poin 2007", throwing errors during installation

    For several months, one day each on ' Windows Vista Bussiness "and"MS Office Professional 2007' install.

    Relevant updates are:-

    1 security Update for SQL Server 2005 Service Pack 3 (KB2494113)

    2 update for Microsoft Office PowerPoint 2007 (KB2535818)

    The lifted message when the update is "patch installer has stopped working".

    Finally, the "errors:" are: -.

    Code FF  Windows Update has encountered an unknown error

    Code 80070663  Windows Update has encountered an unknown error

    I tried nmerous solutions suggested on the forums but nothing helped.

    Please suggest what you please!

    Hello

    Have what troubleshooting steps you tried?

    Answer to the above question could help us by providing the best troubleshooting steps.
    However, visit the link below to download and install the update of security for Microsoft Office PowerPoint 2007 (KB2535818) update.
    http://www.Microsoft.com/download/en/details.aspx?ID=24723

Maybe you are looking for

  • iMovie takes too long to export a 3 min video

    I have a 3 min video I want to export in Full HD, and yet it takes so long for a period of 3 min video to export. It was only recently that this problem happened. Everything that I know who could affect him is that the storage of my MacBook is left a

  • Toshiba libretto 70CT windows 98 Troubleshooters?

    Hello! Where I could find booklet CT 70 windows 98 as shown here in toshiba toshiba utilities support newsletter.http://tinyurl.com/26d483

  • Family gift cards hand

    As an organizer of my account on the part of the family, if I load gift cards on my account, will be the apps that I approve of my children ' accounts be deducted from my gift card?

  • How to restore a corrupted partition

    Hello everyone! I have had this problem for a while and posted on the multiple mac forum, but no one ever knew how to fix it. Last year, I tried to install windows on my mac, but for some reason, it didn't work and I'm now stuck with a score of 100 G

  • Clipboard in Windows 8?

    I started with 'Basic' in the 1980s, graduated for DOS, windows 3, then 95, 98, ME. I use xp, sp3 now because I think that more than a decade, I've never had problems with xp, that cannot be easily solved. My father had a computer dell laptop with xp