[unixODBC] [Driver manager] Impossible to drive on SQL_HANDLE_HENV SQLAllocHandle

Hello

I installed the ODBC driver to connect to MS SQL databas (2008) Oracle database 11 GR 1 material on 64-bit linux. I downloaded and installed

in accordance with the instructions on the microsoft Web site:

Microsoft.com/en-US/Download/details.aspx?ID=28160

AFTE that I configured the DG4ODBC following note ID 561033.1. Here are the details of the files that I edited to configure.

Listener.ora:
---------------

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = DG4ODBC)
(ORACLE_HOME=/u01/oracle/fakieh/db/tech_st/11.1.0)
(ENV="LD_LIBRARY_PATH=/usr/lib64:/u01/oracle/fakieh/db/tech_st/11.1.0/lib')
(PROGRAM = dg4odbc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP (PORT = 1511))(HOST = testdb.domain.com))
)
)
)

tnsnames.ora:
-------------
DG4ODBC =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp) (HOST = testdb.domain.com) (PORT = 1511))
(CONNECT_DATA = (SID = DG4ODBC))
(HS = OK)
)

initDG4ODBC.ora ($ORACLE_HOME/hs/admin)
--------------------------------------
# HS init parameters
#
HS_FDS_CONNECT_INFO = mssql
HS_FDS_TRACE_LEVEL = off
HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so

#
# ODBC specific environment variables
#
Set ODBCINI=/home/oracle/odbc.ini


#
# Required for the non-Oracle system environment variables
#
#set < varenv > = < value >


ODBC.ini
--------

[ODBC data sources]
MSSQL = MS SQL Server

[mssql]
Driver=/usr/lib64/libodbc.so
Database = FAKIH_ToTestInt
LogonID = user
Password = passwd
Address = SJSQLV01.domain.com
QuotedId = YES
AnsiNPW = YES
HS_FDS_SUPPORT_STATISTICS = FALSE
[ODBC]
IANAAppCodePage = 4
Trace = 0
UseCursorLib = 0
UseCursorLib = 0



Tnsping is successful, but when I try to connect the remote db it gives me the message below.

SQL > select * from 'systables"@mssqltest;
Select * from 'systables"@mssqltest '.
*
ERROR on line 1:
ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:
[unixODBC] [Driver manager] Impossible to drive on SQL_HANDLE_HENV SQLAllocHandle
ORA-02063: preceding 2 lines of MSSQLTEST


Please suggest how to solve this problem.

Just install an 11.1.0.7 bridge and looks that he does not accept the parameters of HS_NLS_NCHAR. I can't remember if for 11.1 a patch was required to operate.
Do you see a chance to use the 11.2.0.3 bridge instead of 11.1.0.7? You can download the 11.2.0.3 gateway of My Oracle Support - look for Patch 10404530: 11.2.0.3.0 PATCH SET FOR ORACLE DATABASE SERVER

and make sure you have chosen Linux x 86-64 bit.
The bridge is part of the CD: p10404530_112030_platform_5of7.zip

Download the ZIP file, unzip it on the Linux machine and install the bridge inot its own Oracle_home. Define its own listener and in your database location, change the entry in tnsnames.ora pointing to the newly created listener. then copy the init of bridge location 11.1 the 11.2 OH and test.

Tags: Database

Similar Questions

  • Driver ODBC - Oracle to PostgreSql dblink problem

    Hello Experts!

    I tried everything (including the Questions answered) and nothing seems to work.

    • Library path
    echo $LD_LIBRARY_PATH
    /usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib
    

    • /U01/Oracle/product/11.2.0.4/HS/Admin/initPG_LINK.ora
    HS_FDS_CONNECT_INFO = PG_LINK
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so.2.0.0                    
    set ODBCINI= /u00/oracle/.odbc.ini
    


    • / U00/Oracle /. ODBC.ini
    [ODBC Data Sources]
      PG_LINK = PostgreSQL
    [PG_LINK]
      Debug = 1
      CommLog = 1
      ReadOnly = no
      Driver = /usr/lib64/psqlodbc.so
      Servername = pgserver_ip
      FetchBufferSize = 99
      Username = pguser
      Password = pgpwd
      Port = 5432
      Database = pg_database
    [Default]
      Driver = /usr/lib64/libodbc.so.2.0.0
    


    • Tnsnames and listener are very good... I can reach the Oracle database without any problem.

    • The SQL query result
    SQL> select * from "table"@PG_LINK;
    select * from "table"@PG_LINK
                                 *
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Data source name not found, and no default driver
    specified {IM002}
    ORA-02063: preceding 2 lines from PG_LINK
    


    • Result of the trace
    ...
    ...
    hgopoer, line 231: got native error 0 and sqlstate IM002; message follows...
    [unixODBC][Driver Manager]Data source name not found, and no default driver specified {IM002}
    Exiting hgopoer, rc=0 at 2015/06/04-13:53:18
    hgocont, line 2831: calling SqlDriverConnect got sqlstate IM002
    Exiting hgocont, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgocont.c LINE:2851 FUNCTION:hgocont() ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgolgon.c LINE:806 FUNCTION:hgolgon() ID:Calling hgocont
    Entered hgoexit at 2015/06/04-13:53:18
    Exiting hgoexit, rc=0
    

    Any ideas?

    I tried several libraries and none of the work so far. Different errors for each of them (including the "SQLAllocHandle" error)

    Thank you

    Alex.

    Ed, I could just figure it out and I could actually find this solution everywhere else (thanks to Bogdan, a friend who recommended to check)

    The initPG_LINK.ora library was wrong and I dind´t had a simple way to find the right way:

    • I set the variable on my environment (there, I created a global file for odbc)
    export ODBCSYSINI=/etc
    
    • I tried to connect to the remote database to PostgreSQL with isql and it worked as well, the library was present.
    • Then, I checked on the isql libraries called< and="" this="" is="" probably="" the="" best="" way="" to="" avoid="" wasting="">
    [root@oracle ~]# which isql
    /usr/local/bin/isql
    [root@oracle ~]# ldd /usr/local/bin/isql
            linux-vdso.so.1 =>  (0x00007fffdff44000)
            libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x00007fa7ed96b000)
            libdl.so.2 => /lib64/libdl.so.2 (0x0000003184000000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003184800000)
            libc.so.6 => /lib64/libc.so.6 (0x0000003184400000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003183c00000)
    
    • I added this line (/ usr/local/lob/lobodbc.so.2) in the HS file.
    • Then, I added the ENVS with LD_LIBRARY_PATH setting to the location of the library
    SID_LIST_LISTENER=
      (SID_LIST=
        (SID_DESC=
          (SID_NAME=PG_LINK)
          (ORACLE_HOME=/u01/oracle/product/11.2.0.4)
          (ENVS="LD_LIBRARY_PATH=/usr/local/lib:/usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib")
          (PROGRAM=dg4odbc)
        )
      )
    

    A finally it worked!

    Thank you

    Alex.

  • 64-bit Oracle 11.2.0.4 problem connection postgresql 9.1 64-bit

    Hello everyone, this week I tried extensively to create a connection between an engine and a motor of oracle postgresql, but have failed, followed the user recommendations Kgronau-Oracle through the thread https://community.oracle.com/thread/3560250?start=0 & tstart = 0, but did not work and error that comes out when I run the following query in sqlplus :

    Select * from 'user' PG_LINK;

    ERROR on line 1:

    ORA-28500: connection to a non-Oracle system Oracle returned this

    Publish:

    ORA-02063: preceding line PG_LINK

    I did the settings as follows:

    Oracle Linux 6.5 64 - bit

    I created a file in /home/oracle/.odbc.ini

    with the following information:

    [PG_LINK]

    Driver = /usr/pgsql-9.1/lib/psqlodbcw.so

    ServerName = 172.16.2.14

    Username = user

    Password = pass

    Port = 5432

    Database = database

    Trace = yes

    Trace file = /tmp/database.log

    With the permissions: - rw - r - r - oracle oinstall

    The driver install via: yum install postgresql91 - odbc.x86_64

    version 09.03.0400 - 1PGDG.rhel6

    Also installed the unixODBC package - 2.3.0 compile the source and the result of the-j odbcinst command that results in:

    unixODBC 2.3.0

    DRIVERS...: /usr/local/etc/odbcinst.ini

    SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini

    FILE DATA SOURCES... : / usr/local/etc/ODBCDataSources

    USER DATA SOURCES.. : /home/oracle/.odbc.ini

    SQLULEN size...: 8

    SQLLEN size...: 8

    Size SQLSETPOSIROW. : 8

    $ ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1

    I also created a file $ORACLE_HOME/hs/admin/initPG_LINK.ora with the following information:

    HS_FDS_CONNECT_INFO = PG_LINK

    HS_FDS_TRACE_LEVEL = OFF

    HS_FDS_SHAREABLE_NAME = /usr/pgsql-9.1/lib/psqlodbcw.so

    HS_FDS_SQLLEN_INTERPRETATION = 32

    Define ODBCINI = /home/oracle/.odbc.ini

    Files $ORACLE_HOME/network/admin/listener.ora and tnsnames.ora were also changed as well:

    Listener.ora

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PG_LINK)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (ENV = "LD_LIBRARY_PATH = /usr/lib64:/usr/pgsql-9.1/lib:/u01/app/oracle/product/11.2.0/dbhome_1/bin")

    (PROGRAM = dg4odbc)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = SIAPROD)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = SIAPROD)

    )

    )

    tnsnames.ora

    SIAPROD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = SIAPROD)

    )

    )

    PG_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = PG_LINK))

    (HS = OK)

    )

    Finally, I've followed these recommendations:

    So, let's create a file strace to see if we get more details for esta trace.

    1. get the process id of the Oracle listener that generates the gateway (ps - ef | grep TNS)

    2 strace o FAE - dg4odbc.log < gateway listener process id > Pei

    3. now start a new SQL * Plus the term and try to select in the Postgres database again. Once you get the error, cancel the process of strace of step 2 dg4odbc.log and download the file to a public file share.

    -Klaus

    http://www.mediafire.com/download/3kglaeg023v3r9r/dg4odbc.log

    I hope you can help me solve this problem

    Thanks in advance.

    Mkirtley good day, thanks again for your help and time on my problem, but I followed your recommendations again and the error persists. Already tired of this, I decided to make several changes to the files of configuration and ODBC iniPG_LINK.ora where I was finally able to operate these services bad XD, all attached configuration files:

    Listener.ora

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PG_LINK)

    (ORACLE_HOME = / u01 / app / oracle / product / 11.2.0 / dbhome_1)

    (ENV = "LD_LIBRARY_PATH = / usr / local / lib: /u01/app/oracle/product/11.2.0/dbhome_1/lib")

    (PROGRAM = dg4odbc)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = SIAPROD)

    (ORACLE_HOME = / u01 / app / oracle / product / 11.2.0 / dbhome_1)

    (SID_NAME = SIAPROD)

    )

    )

    tnsnames.ora

    SIAPROD =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = SIAPROD)

    )

    )

    SS_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = SS_LINK))

    (HS = OK)

    )

    PG_LINK =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.1.55) (PORT = 1521))

    (CONNECT_DATA = (SID = PG_LINK))

    (HS = OK)

    )

    iniPG_LINK.ora

    HS_FDS_CONNECT_INFO = PG_LINK

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_SHAREABLE_NAME = / usr / local / lib / libodbc.so

    # HS_LANGUAGE = American_America.WE8ISO8859P1

    # HS_FDS_SQLLEN_INTERPRETATION = 32

    ODBCINI September = / home / oracle /. ODBC.ini

    / Home/Oracle /. ODBC.ini

    [ODBC data sources]

    PG_LINK = PostgreSQL

    [PG_LINK]

    Debug = 1

    CommLog = 1

    ReadOnly = no

    Driver = / usr / pgsql - 9.1 / lib / psqlodbc.so

    ServerName = 172.16.2.27

    FetchBufferSize = 99

    User name = portaluquindio

    Password = portaluquindio

    Port = 5432

    Database = portaluquindio

    [Default]

    Driver = / usr / lib64 / liboplodbcS.so

    /usr/local/etc/odbcinst.ini

    [PostgreSQL]

    Description = PostgreSQL ODBC driver

    Driver = / usr / pgsql - 9.1 / lib / psqlodbc.so

    The installation program = / usr / lib64 / libodbcpsqlS.so

    FileUsage = 1

    [Oracle @ hs DB02] $ odbcinst-j

    unixODBC 2.3.2

    ............ DRIVERS: /usr/local/etc/odbcinst.ini

    SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini

    FILE DATA SOURCES... : / usr / local / etc / ODBCDataSources

    USER DATA SOURCES.. : /home/oracle/.odbc.ini

    SQLULEN size... 8

    SQLLEN size... 8

    Size SQLSETPOSIROW. : 8

    CREATE DATABASE LINK PG_LINK3

    CONNECT to 'portaluquindio' IDENTIFIED BY 'portaluquindio '.

    WITH THE HELP OF "PG_LINK";

    CREATE DATABASE LINK PG_LINK

    CONNECT to 'postgres' IDENTIFIED BY 'postgres '.

    WITH THE HELP OF 'PG_LINK '.

    [Oracle @ dbhome_1 DB02] $ database

    SQL * more: Production release 11.2.0.4.0 Wednesday, August 12, 2015 09:48:17

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production

    SQL > select count (*) from 'usuario"@PG_LINK;

    COUNT (*)

    ----------

    442

    SQL >

    [Oracle @ dbhome_1 DB02] $ database

    SQL * more: Production release 11.2.0.4.0 Wednesday, August 12, 2015 09:50:19

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to:

    Oracle Database 11 g Release 11.2.0.4.0 - 64 bit Production

    .; SQL > select count (*) from 'general '. "usuario"@PG_LINK3

    COUNT (*)

    ----------

    63143

    SQL >

    The above configuration leads to several conclusions, given my experience with all heterogeneous services:

    (1) it is not really clear, precise and detailed information on the installation of the heterogeneous services and its connection with unixODBC in oracle, I say this, because all Web sites official and unofficial oracle differently to configure or similar appear, but I always find people with different problems without clear indications of your problem.

    (2) I think that it is very important to take account of the version of unixODBC, because the version 2.3.0 has not helped me and I had to use the 2.3.2. Version 2.3.0 did not help me, because a mistake: '[unixODBC-support] [IM002] [unixODBC] [driver manager] data source name not found and no pilot not specified default', unlike points 2.3.2 and it was installed in the same way as above:

    tar xvf /tmp/unixODBC-2.3.2.tar

    CD /tmp/unixODBC-2.3.2

    . / configure; do; make install

    (3) I have several dblinks with data different connection as stated above, this means that the dblink is not logging data of the odbc.ini.

    Yet once, I thank very you much collaboration user Mkirtley, because it was a great help.

    I'm now stuck looking for a tutorial or a manual on how to write sentences or procedures between oracle and postgres.

    For now I leave you with the following problem when you run a SQL statement in oracle postgres:

    SQL > select 'usua_id' from 'general '. 'The user' PG_LINK

    2 where "usua_usuario" = "123456";

    where "usua_usuario" = "123456"

    *

    ERROR on line 2:

    ORA-00997: invalid use of LONG data type

    SQL >

    Thank you very much and good day.

  • Problem with the named instance of SQL Server using DG4ODBC

    I am running DG4ODBC on a computer LINUX 64-bit with the Microsoft SQL Server driver is installed. I tested successfully with an instance of SQL Server that is not named (GENERALI_DSN). The named instance gives the following when trying to query:

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

    [unixODBC] [Microsoft] [SQL Server Native Client 11.0] Connection timeout expired {HYT00} [unixODBC] [Microsoft] [SQL Server Native Client 11.0] SQL Server Network Interfaces: Error Search Server/Instance specified [xFFFFFFFF].  {NativeErr 08001, = - 1} [unixODBC] [Microsoft] [SQL Server Native Client 11.0] A network-related or instance-specific error all by establishing a connection to SQL Server. Server is not found or is not accessible. Check if the instance name is correct and if SQL Server is configured to allow remote connections. For more information, see SQL Server Books Online. {NativeErr 08001, = - 1}

    ORA-02063: preceding 2 lines of DEVMISC

    ODBC.ini

    [GENERALI_DSN]
    Driver = SQL Server Native Client 11.0
    Server = CLTDMJCWBYZ.eu.scor.local
    User = everest
    Password = everest
    Database = Everest_Generali

    [DEVMISC_DSN]
    Driver = SQL Server Native Client 11.0
    Server = [USVCLTDEVSQL02\DEVMISC]
    User = link_user
    Password = password1
    Database = s/n

    initDG4ODBC2.ora

    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = DEVMISC_DSN
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so

    #
    # ODBC specific environment variables
    #
    Set ODBCINI=/home/oracle/.odbc.ini

    Listener.ora

    SID_LIST_LISTENER_GW =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = DG4ODBC)
    (ORACLE_HOME=/home/oracle/product/11.2.0)
    (ENV=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micro
    Soft/SQLNCLI/lib)
    (PROGRAM = dg4odbc)
    )
    (SID_DESC =
    (SID_NAME = DG4ODBC2)
    (ORACLE_HOME=/home/oracle/product/11.2.0)
    (ENVS=LD_LIBRARY_PATH=/usr/lib64:/home/oracle/product/11.2.0/lib:/opt/micr
    OSoft/SQLNCLI/lib)
    (PROGRAM = dg4odbc)
    )
    )

    LISTENER_GW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = usvcltprdoragw) (PORT = 1521))
    )
    )

    tnsnames.ora

    DG4ODBC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=usvcltprdoragw) (PORT = 1521))
    (CONNECT_DATA = (SID = DG4ODBC))
    (HS = OK)
    )

    DG4ODBC2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=usvcltprdoragw) (PORT = 1521))
    (CONNECT_DATA = (SID = DG4ODBC2))
    (HS = OK)
    )

    I can't understand why the named instance is not working but the other is. Any help would be greatly appreciated!

    Have you checked with the ODBC test utility isql (it is installed by default when you install the unixODBC Driver Manager) If your ODBC driver can connect at all to this named instance? I doubt it will work either as there was that a blog has commented by MS engineer:

    Presenting the new ODBC drivers from Microsoft for SQL Server - Microsoft SQLNCli - Site Home - MSDN Articles team blog

    which States that the instance named connections are not supported using this driver.

    -Klaus

  • Problem establish Oracle Database Gateway for SQL Server

    I configured dblink between Oracle and SQL Server by using the 'Oracle Database Gateway for SQL Server' method.

    I use dg4odbc and freetds, suite Doc-ID 561033.1 .

    I have my isql and osql works correctly, tsql.
    But get below error when query any table/column of Oracle sql * for the sql server database.

    Select subscription_type in Address@ITSMSP;

    ORA-28511: lost RPC connection to heterogeneous remote agent using SID = ORA-28511: lost CPP
    connecting to heterogeneous remote agent to help
    SID = (Description = (Address = (Protocol = TCP)(Host=localhost) (port = 1522)) (CONNECT_DATA = (SID = ITSM-Prod)))
    ORA-02063: preceding the line of ITSMSP


    As per below track appears after the connection is a failure.
    I get this error with each table or column selection.
    I already prepare DBlink user id and password with the double quotes and link with the apostrophe.
    One thing surprised me when I close my session it request commit or rollback.
    Although I don't do anything except select.
    I already tried by setting autocommit on, but still getting the same error.


    We create the oracle for sql server before database gateway. This time, few things are different:
    1. the name of the server (on sql server database) contains a '-' hyphen.
    2. name of database server Sql contain also one '-' hyphen.
    2 sql database server for windows 64 - bit OS, prior, we used 32 bits.

    Please let me know if anyone set the Oracle database gateway using dg4odbc and freetds to sql server where the database of sql server resident in 64-bit windows machine.


    Here's the snapshot trace: remove the server name with *.

    Oracle Corporation - Tuesday 2 April 2013 21:15:38.096

    Heterogeneous Agent release
    11.2.0.3.0

    Oracle Corporation - Tuesday 2 April 2013 21:15:38.096

    Version 11.2.0.3.0

    Hgogprd entries
    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned '4 '.
    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_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
    parameter HS_FDS_QUOTE_IDENTIFIER if there is no 'TRUE '.
    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 ' *-* '.
    Product information:
    Port RLS / Upd:3 / 0 PrdStat:0
    Agent: Oracle Database Gateway for ODBC
    : Installation
    Class: ODBC, ClassVsn:11.2.0.3.0_0011, Instance: *-*.
    Release of hgogprd, rc = 0
    Hgoinit entries
    HOCXU_COMP_CSET = 1
    HOCXU_DRV_CSET = 31
    HOCXU_DRV_NCHAR = 873
    HOCXU_DB_CSET = 873
    HS_LANGUAGE is american_america.we8iso8859p1
    LANG is en_US. UTF-8
    HOCXU_SEM_VER = 112000
    Entry hgolofn to 2013/04/02-21: 15:38
    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / usr/lib64/libodbc.so '.
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLAllocHandle
    symbol_peflctx = 0x2ca08300
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLBindCol
    symbol_peflctx = 0x2ca08390
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLBindParameter
    symbol_peflctx = 0x2ca08b50
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLCancel
    symbol_peflctx = 0x2ca09dc0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDescribeParam
    symbol_peflctx = 0x2ca11890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDisconnect
    symbol_peflctx = 0x2ca11d30
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLEndTran
    symbol_peflctx = 0x2ca14580
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLExecute
    symbol_peflctx = 0x2ca15a20
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFetch
    symbol_peflctx = 0x2ca16220
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFreeHandle
    symbol_peflctx = 0x2ca17c40
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLFreeStmt
    symbol_peflctx = 0x2ca17c60
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetData
    symbol_peflctx = 0x2ca19370
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetEnvAttr
    symbol_peflctx = 0x2ca1c4f0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetFunctions
    symbol_peflctx = 0x2ca1c890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLMoreResults
    symbol_peflctx = 0x2ca1e330
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLNumResultCols
    symbol_peflctx = 0x2ca1ef80
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLParamData
    symbol_peflctx = 0x2ca1f280
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPutData
    symbol_peflctx = 0x2ca210b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLRowCount
    symbol_peflctx = 0x2ca21480
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetEnvAttr
    symbol_peflctx = 0x2ca22fc0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetDescRec
    symbol_peflctx = 0x2ca22e10
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLColAttribute
    symbol_peflctx = 0x2ca0a3e0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLColumns
    symbol_peflctx = 0x2ca0bb80
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLConnect
    symbol_peflctx = 0x2ca0f4f0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDescribeCol
    symbol_peflctx = 0x2ca11150
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLDriverConnect
    symbol_peflctx = 0x2ca12890
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLExecDirect
    symbol_peflctx = 0x2ca154b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLForeignKeys
    symbol_peflctx = 0x2ca16b40
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetConnectAttr
    symbol_peflctx = 0x2ca17fb0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDescField
    symbol_peflctx = 0x2ca199d0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDescRec
    symbol_peflctx = 0x2ca19e90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDiagField
    symbol_peflctx = 0x2ca1b060
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetDiagRec
    symbol_peflctx = 0x2ca1bc90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetInfo
    symbol_peflctx = 0x2ca1cad0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetStmtAttr
    symbol_peflctx = 0x2ca1d4d0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLGetTypeInfo
    symbol_peflctx = 0x2ca1df90
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPrepare
    symbol_peflctx = 0x2ca1f9b0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLPrimaryKeys
    symbol_peflctx = 0x2ca1fec0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLProcedureColumns
    symbol_peflctx = 0x2ca20470
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLProcedures
    symbol_peflctx = 0x2ca20b00
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetConnectAttr
    symbol_peflctx = 0x2ca21770
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetStmtAttr
    symbol_peflctx = 0x2ca24320
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLSetDescField
    symbol_peflctx = 0x2ca22b30
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLStatistics
    symbol_peflctx = 0x2ca258c0
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Entry hgolofns to 2013/04/02-21: 15:38
    LIBNAME=/usr/lib64/libodbc.so, funcname is SQLTables
    symbol_peflctx = 0x2ca26550
    hoaerr:0
    Out of hgolofns to 2013/04/02-21: 15:38
    Release of hgolofn, rc = 0 to 2013/04/02-21: 15:38
    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/04/02-21: 15:38
    Entry hgolgon to 2013/04/02-21: 15:38
    Reco:0, name: *, tflag:0
    Entry hgosuec to 2013/04/02-21: 15:38
    Release of hgosuec, rc = 0 to 2013/04/02-21: 15:38
    HOSGIP to 'HS_FDS_RECOVERY_ACCOUNT' returned 'RECOVER '.
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returns "HS_TRANSACTION_LOG".
    HOSGIP to 'HS_FDS_TIMESTAMP_MAPPING' returned 'DATE '.
    HOSGIP to 'HS_FDS_DATE_MAPPING' returned 'DATE '.
    HOSGIP for "HS_FDS_MAP_NCHAR" returns 'TRUE '.
    HOSGIP to 'HS_FDS_RESULTSET_SUPPORT' returned 'FALSE '.
    HOSGIP to 'HS_FDS_RSET_RETURN_ROWCOUNT' returned 'FALSE '.
    HOSGIP to 'HS_FDS_PROC_IS_FUNC' returned 'FALSE '.
    HOSGIP to 'HS_FDS_REPORT_REAL_AS_DOUBLE' returned 'FALSE '.
    using the * as a default for 'HS_FDS_DEFAULT_OWNER '.
    HOSGIP to 'HS_SQL_HANDLE_STMT_REUSE' returned 'FALSE '.
    Entry hgocont to 2013/04/02-21: 15:38
    HS_FDS_CONNECT_INFO = ' *-* '.
    RC =-1 of HOSGIP for 'HS_FDS_CONNECT_STRING '.
    Entry hgogenconstr to 2013/04/02-21: 15:38
    DSN: *-*, name: *.
    OPTN:
    Entry hgocip to 2013/04/02-21: 15:38
    DSN: *-*.
    Release of hgocip, rc = 0 to 2013/04/02-21: 15:38
    # > connection settings (len = 39) < #.
    ## DSN=****-****;
    #! UID = *;
    #! PWD = *.
    Release of hgogenconstr, rc = 0 to 2013/04/02-21: 15:38
    Entry hgolosf to 2013/04/02-21: 15:38
    ODBC function-available-table 0xFFFE 0x00FF 0xFF00 0x03FF 0xFB7F 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 0 x 0000 0xFE00 0x3F5F
    Release of hgolosf, rc = 0 to 2013/04/02-21: 15:38
    DriverName:libtdsodbc.so, DriverVer:0.91
    DBMS name: Microsoft SQL Server DBMS Version: 95.10.0255
    Release of hgocont, rc = 0 to 2013/04/02-21: 15:38
    SQLGetInfo Returns Y for SQL_CATALOG_NAME
    SQLGetInfo Returns 128 for SQL_MAX_CATALOG_NAME_LEN
    Release of hgolgon, rc = 0 to 2013/04/02-21: 15:38
    Entry hgoulcp to 2013/04/02-21: 15:38
    Entry hgowlst to 2013/04/02-21: 15:38
    Release of hgowlst, rc = 0 to 2013/04/02-21: 15:38
    SQLGetInfo returns 0x1f for SQL_OWNER_USAGE
    Able TXN: isolation 2, Option: 0xf
    SQLGetInfo Returns 128 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo Returns 128 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 134 to SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned the value "TRUE" to HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns "(0 x 22) for SQL_IDENTIFIER_QUOTE_CHAR"
    instance 2 capabilities will be uploaded
    context: 0x00000000, capno:1989, add info: 0
    context: 0x0001ffff, capno:1992, add info: 0
    Release of hgoulcp, rc = 0 to 2013/04/02-21: 15:38
    Entry hgouldt to 2013/04/02-21: 15:38
    NO translation of DD for instance have been downloaded
    Release of hgouldt, rc = 0 to 2013/04/02-21: 15:38
    Entry hgobegn to 2013/04/02-21: 15:38
    tflag:0, original: 1
    Hoi:0x4093b4c8, ttid (len 38) is...
    00: 54415058 2E435245 49474854 4F4E2E45 [TAPX]
    10: 44552E33 61383332 3362322E 312E3233 [3a8323b2.1.23]
    20: 2E323037 3631 [. 20761]
    tbid (len 35) is...
    00: 54415058 2E435245 49474854 4F4E2E45 [TAPX]
    10: 44555 B 31 2E32332E 32303736 315D5B31 [[1.23.20761] [1]]
    [20: 2E345D [. 4]]
    Release of hgobegn, rc = 0 to 2013/04/02-21: 15:38
    Entry hgodtab to 2013/04/02-21: 15:38
    number: 1
    Table: address
    Allocate hoada [0] @ 0x14eedc70
    Hoada free [0] @ 0x14eedc70
    SQL text of hgodtab, id = 0, len = 23...
    00: 73656C 65 6374202A 6 202241 2066726F [select * 'a]
    10: 64647265 737322 [prepare]"
    Entry hgodscr_process_sellist_description to 2013/04/02-21: 15:38


    Thanks a lot for your help.
    PAL

    Published by: 997807 on April 3, 2013 07:26

    Hello
    Thanks for the information. 2.2 UnixODBC driver manager is quite old and there is now one more late 2.3.1 version available here.

    http://www.unixODBC.org/

    by clicking on the tab "Download".
    Can you download and install this version then use in the configuration instead of the 2.2 version?

    Kind regards
    Mike

  • 11.2 DG4ODBC to lost MySQL heterogeneous RPC connection to the remote agent

    Hello
    I'm running into a problem when executing a procedure to the Oracle 11.2, which inserts into a table in a MySQL database via a database link. MOS has suggested that there is a problem with my unixODBC driver. MOS showed me a resolution, but I don't know how to do step 2.

    1. Please make sure you have a recent IBM ODBC driver for ISeries (ex: iSeriesAccess - 5.4.0 - x.x.x86_64.rpm).

    2 then recompile the source of the UnixODBC driver manager:
    -First to get the source of the unixODBC driver manager
    -Set variable export environment CFLAGS = ""-DBUILD_REAL_64_BIT_MODE ""
    -Now, follow the instructions on the home page of the provider how to bind the unixODBCdriver Manager.
    iSeriesAccess ODBC driver didn't need to be recompiled if you have a recent version.

    Can someone provide me with more details on how to do this? I am doing on SLES 11.
    Thank you
    Joe

    They described steps:

    1. Please make sure you have a recent IBM ODBC driver for ISeries (ex: iSeriesAccess - 5.4.0 - x.x.x86_64.rpm).
    -Online goto IBM web site and download the driver IBM iSeries ODBC (64-bit) for Linux

    2 then recompile the source of the UnixODBC driver manager:
    -First to get the source of the unixODBC driver manager
    -online www.unixODBC.org
    -Set variable export environment CFLAGS = ""-DBUILD_REAL_64_BIT_MODE ""
    -online not required more than version 2.3 is the default build in this way - but you can set it to be sure.

    -Now, follow the instructions on the home page of the provider how to bind the unixODBCdriver Manager.
    in general => to bind the unixODBC driver manager, you must call:
    . / configure
    do
    make install

    All the options available for optiony are listed on the web site of uniodbc:
    http://www.unixODBC.org/download.html

    iSeriesAccess ODBC driver didn't need to be recompiled if you have a recent version. -online which is already discussed in #1.

  • [Strange problems] Transparent gateway for Sybase-Oracle

    Hello world.
    I must apologize for my English (is not my native language).

    I use Oracle Gateway Transparent to Sybase 11 on Oracle 11 / everything on the 32-bit platform.

    After database link created at my sybase db, I got a strange error when trying to select distance db data:

    Entry hgolgon to 2009/07/10-19: 38:48
    Reco:0, name: SYBASE, tflag:0
    Entry hgosuec to 2009/07/10-19: 38:48
    UEncoding = UTF8
    Entry shgosuec to 2009/07/10-19: 38:48
    Entry hgopoer to 2009/07/10-19: 38:48
    hgopoer, line 159: had native error 0 and sqlstate HY092; message follows...
    [unixODBC] [Driver manager] Invalid attribute/option identifier
    Out of hgopoer, rc = 0-2009/07/10-19: 38:48
    Out of shgosuec, rc = 28500 to 2009/07/10-19: 38:48
    returned shgosuec() rc = 28500
    Out of hgosuec, rc = 28500 to 2009/07/10-19: 38:48
    Leaving hgolgon, rc = 28500 to 2009/07/10-19: 38:48 with the ptr error FILE: hgolgon.c LINE: 147 FUNCTION: hgolgon() ID: get the unicode encoding
    Entry hgoexit to 2009/07/10-19: 38:48

    I tried to use
    HS_LANGUAGE = AMERICAN_AMERICA. WE8ISO8859P1
    HS_LANGUAGE = cp1251
    and other values of parameters HS_LANGUAGE and HS_NLS_NCHAR, but it do not help, always the same error message.
    I restarted as a listener so db - no result instance.

    Can someone help me?

    Looks like you have several driver ODBC managers installed on the computer and the gateway is accidentally loading first the driver manager unixODBC instead of his own driver manager.

    Change your listener and add LD_LIBRARY_PATH as described in Metalink note:
    Note.437696.1 Ext/Pub how implement the DG4SYBS (gateway to Oracle to Sybase database) exit 11 on Linux TG4SYBS

    container for the article SID listener:
    (SID_NAME = dg4sybs)
    (ORACLE_HOME=/home/oracle/oracle/product/11.1)
    (ENVS=LD_LIBRARY_PATH=/home/oracle/oracle/product/11.1/dg4sybs/driver/lib:/home/oracle/oracle/product/11.1/lib)
    (PROGRAM = dg4sybs)

    LD_LIBRARY_PATH should include $ORACLE_HOME/dg4sybs/pilot/lib and $ORACLE_HOME/lib. Please replace $ORACLE_HOME by the absolute path.

  • Choppy audio when you play a CD in WMP - worse still when I play it with VLC media player, what happens? (as it is not bringing in buffer correctly?)

    Sorry that my title got so long. I tried change in timing of the buffer, not helped - changed back to the default value. I went into the Realtek Audio Manager, impossible to find whatever it is that makes it sound better. I have a dvdplayer cdburner and also a blu - ray player, it does the same thing in one of them. I know not what to try next, any ideas?

    I've updated a graphic card software seems to work ok now. Not sure why that would be important as the audio is not going through it. It could be just the fact I restarted the computer, we must all try that before anything else when in trouble, how many times has that straightened things? More then I can count.

  • Cisco AP 1530

    I'm looking for a standalone IOS AP software 1530 Cisco access point but can't ' find it.

    According to the data sheet that AP should be able to function focuses on the controller or the independent mode:

    http://www.Cisco.com/en/us/prod/collateral/wireless/ps5679/ps12831/data_sheet_c78-728356.html

    I tried it attached to the controller, but it failed. He discovered the WLC (it has the latest software worm 7.5.102.0) but failed:

    CAPWAP SM Manager 'Impossible to decode the discovery address.

    "Impossible to manage capwap control message from the controller.

    "Cannot process unencrypted capwap sachet bag of 10.10.80.101.

    Where can I find the standalone software to IOS AP for this model or what could be the problem with AP joing to WLC?

    Hi Davar,

    V7.6 is now available & you can test this out. Here are the release notes for this code.

    http://www.Cisco.com/en/us/docs/wireless/controller/release/notes/crn76.html

    HTH

    Rasika

    Pls note all useful responses *.

  • How to use the JKS-based Keystore in Oracle 11g SOA

    I'm doing FTPS on remote server of third party (with UNIX operating system) using SOA 11 g adapter FTP. I installed and configured vsftpd and generated vsftpd.pem file on the remote server certificate.
    Follow the steps mentioned in http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10231/adptr_file.htm#CIABDGCF

    In one step "Adjusting upward the FTP Oracle adapter" walletLocation is necessary, then I went through the steps mentioned in http://download.oracle.com/docs/cd/E17904_01/core.1111/e10105/wallets.htm#CHDGIJDC

    (Tried using both 1) JKS Keystore Management 2) portfolio management

    Impossible to find two of them in the Oracle 11g SOA em but the steps do not match.

    Can someone tell me how to use JKS Keystore or portfolio management?

    Thank you very much!!

    Concerning
    Yogesh

    Hi yogesh,

    I think that the portfolio can be created from the FMW console only if the HTTP server is installed and available. If there is no Oracle HTTP server, configure a specified in the.

    [http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14260/toc.htm |] Oracle HTTP Server installation]

    Agress,
    Neeraj Sehgal

  • Impossible to find Recovery Manager on my drive hard, but I know that this is

    I want to use the Recovery Manager, but can't find it on my hard drive. I know that it is there, as it appears occasionally, but not recently. Can someone please give me the name of the file and its location?

    Thank you.

    Hi Cheryl,

    This is the file I was looking for...

    C:\Program Files (x86)\Hewlett-Packard\Recovery\CDCreator.exe

    .. .it finally popped up again. It is a CyberLink program under license to HP.

    Thanks for your suggestions.

    Kind regards

    Scott

  • Pavilion 14-n204sf: Radeon 8670 current driver does not allow for color management

    Hi, this is my first post on the forum. The problem, I do face is quite simple: after I've updated 8670 M Radeon driver for my computer in August I immediately found that color management system was not working. Cannot use an ICC profile, impossible to calibrate a monitor (I tried X-Rite and the built-in Windows, both failed tool), any feature dealing with color management had simply disappeared from my machine and was replaced by an error message - aaargh!

    At the time I found that all the problems have disappeared as soon as I rolled back the Radeon driver to the previous (IE. July 2015) pilot and learned how Windows 10 not not trying the upgrade of this driver more. Of course, the problem was caused by a major bug in the new driver, but a simple tunraround should just continue to use the previous driver. So far so good.

    But now things have only become worse. Due to a problem with a software, I tried to find the current driver Radeon, which turned out to be the dreaded August version, with the result the same mess as before. When I tried to roll back this driver again for the July version working, I had the very bad surprise as (1) "Roll back driver" in the control panel is gray now as if there was no previous version, and (2) it is not possible to find the version of June on the website of HP - or elsewhere also.

    So: How/where can I get the driver of 8670 M Radeon dated July 6, 2015, so I can use my computer for my work in photography again? I can't believe that it is not possible.

    And of course, I have a second question: how is it that no new version of the driver has been released since August to set a such obvious flaw? I hope that someone will take the time to solve the problem and deliver a pilot fully working soon.

    Thank you very much in advance for your help.

    HI @jlb21,

    Thank you for your inquiry.

    I understand that when you install the graphics driver updated for Radeon 8670 M in August you have lost your color management system did not work.  Once you cancelled the driver in the device manage everything was good again.

    Because of a software problem, you must reinstall this driver. When you checked the Device Manager there is only the version of the driver available August and you do not have a roll back driver option.

    You can try to uninstall the driver and then search for the driver, try a Windows driver if available to determine if it would help.

    As you have 10 Windows installed I don't know if you still have the recovery partition. If not and you have recovery media, you can try following the steps described in the following document.

    Computers HP - using Recovery Manager to restore the software and drivers (Windows 8)

    If the driver in question was provided with your original operating system and you have no support for recovery, you can get a kit of HP support recovery.    You can ask if they can check if all drivers have been updated on the recovery kit that I don't know.  I don't know if they can verify this information, but it does not hurt to ask?

    Please contact HP to Contact HP Supportassistance.

    Please let me know the results.

    Thank you for your participation in the Forums of HP! We want to help you as well as others who may encounter a similar problem as yourself. Please consider tagging the post in order to solve your problem as "accept as Solution" to help other members of the community!

    To show recognition for my efforts, please click on the Thumbs Up icon below.

  • Disabling a hard drive in the Device Manager make it stop spinning and using power?

    If I go into DEVICE - DISK DRIVES MANAGER, then I right click on my second hard drive internal (not hand on which Windows Vista is installed, but my extra hard drive that I purchased separately and added inside my computer on a SATA port), and then click DISABLE, then can you tell me if this selected hard drive :

    1 stop rotating?

    2. always powered?

    In other words, DISABLING a drive hard internal in Device Manager stops it to use the power and spinning?

    The reason I ask is the following: I want to use this second hard drive only for backup, this is why I don't want to use the power and wear when I'm not a backup, in other words, almost all the time.

    Thank you!


    Hello

    Well Yes and no--or it depends on the BIOS - Controller - the inner workings of the drive and
    usually, they will follow this path:

    A Second hard drive uses the power when not used?
    http://www.ehow.com/about_5333434_second-power-not-being-used.html

    Don't forget there is a report which do not use the drive to maximize your comfort removes
    most of the advantage of not to use regularly to preserve its life expectancy, which is a little questionable
    anyway. If use you really only rarely, and then it does not start and stop much, then you
    could have extended his life (or not). If the drive is the size, it could be put to better use
    then extend his life a little reward compared to the optimization of its purpose.

    Here is a recent discussion however please note there is no 'right' way and certainly there
    is a roll in all methods.

    http://photo.NET/digital-darkroom-Forum/00VBXM

    "Generally" things that have the most impact on life in car (assuming that no default) are "generally" heat,
    so frequent starts and stops and finally use. The problem is it is almost impossible to
    really effectively control the last two unless you use rarely drive. (Problems of food can
    also impair a driver, especially brown outs (low power) and voltage spikes.

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • DVD drive has disappeared from my computer and Device Manager lists

    The machine is an Acer laptop with a single disc DVD - RW Win Vista Home Premium 32 running with all the latest updates installed.

    I have not installed anything new (software or hardware), I know.

    The other day the player just stopped working and is no longer registered to each workstation or in the Device Manager list.

    While they inspected the system event logs there is a chain of...

    Event 7026 - the next (s) starting or starting system could not load:

    CDROM

    and...

    Event 11 atapi - driver detected an error in the controller on \Device\Ide\IdePort2.

    Event 9 atapi - the device, \Device\Ide\IdePort0, did not within the time limit.

    Event 11 atapi - driver has detected an error on \Device\Ide\IdePort0 controller.

    I know that the drive itself works well because when I initially turn on the laptop I can hear the drive spin upward and I'm able to eject the drawer, so there the power etc... but once in Windows the drive does not work or even appear anywhere.

    So far, I have tried.

    1. detection of new hardware in Device Manager

    2 - installing all IDE channels and let the system reinstall after re-booting

    3 running the Microsoft Fixit tool, it seems to point out that there is a problem and said fixed it, but nothing is actually fixed by that

    I noticed a few other posts which look similar to mine, but had trouble understanding if they truly are or not.  So apologies if this is a repeat of something already posted.

    OK tried the fixit tool still once, was not aware there were different tools for different issues.  I have the wrong tool launches the first time round.

    Anyway, the drive is still on holiday somewhere, fixit tool reports that it may not detect the drive at all, so that seems to indicate that he does not drive connected.

    Is it possible that the IDE cable has come off the promenade inside the laptop?  I hope that not because I just spent the last couple of hours trying to figure how to get to where the Player connects, but seems almost impossible... can get to all the rest, keyboard and screen disconnected, RAM, disk HARD etc, but the DVD player, not a hope!

    Looks like I'll take it to a service somewhere I guess.

  • CD/DVD-ROM problems, drive not detected AND the category of CD/DVD-ROM does not appear in Device Manager

    I'm having serious problems here. My CD/DVD-ROM drive is not detected and will not answer. I can ONLY open the drawer at the beginning of my computer laptop startup. The drive does not appear in my computer and the category of CD/DVD-ROM does not appear in Device Manager. Therefore, the "uninstall/reinstall" is impossible if the computer behaves as it has never been this drive now or never. Previously, I was able to use it as there was no problem, but someday, it's simply not there.

    http://support.Microsoft.com/kb/982116/en-AU

    Your CD or DVD drive is missing or is not recognized by Windows or other programs

    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    See if the information above solves the problem.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for

  • Satellite 1800-814 failure?

    Got a laptop Satellite 1800-814. More often than otherwise, the machine does not start at startup. Took unit apart and put in fan site slowed down when you press the power button, but nothing else. No HARD disk activity. Only the lights on the front

  • New laptop Satellite A - critical battery message

    While using the laptop * through food * he died suddenly. The re-start, there was a message that the battery had reached critical level. It seemed strange that I had been using the laptop through the socket! Someone know if an initial charge of the b

  • Node property accessor vs LVOOP

    I spent my CLD and exploring the world of LVOOP.  I am a mechanical engineer with about 1.5 years of experience in LabVIEW, so I still have a ton to learn. While browsing through the LVOOP, I ran across things that I can't reconcile. When is the righ

  • System 32 folder opens at startup-

    I use Windows XP Service pack 3 - don't know why this message began to appear - I had problems with MYOB BASLINK and from the system of fixing that box 32.  I rang MYOB, they told me on this forum.  Hope you can help.  I'm not computer savvy, an expl

  • Can not download CD data.

    During extraction of music from my cd to the library, I get an error msg saying: the data (including album art, track list, etc.) cannot be downloaded.   This just started today (19/02/10) - this function has worked the day before.   Any help appreci