SQL toolkit connection problems on ICB

Hi all.

I wrote this post because I'm not able to find a solution for the problem of the Telegraph...

I have developed a program that uses SQL Toolkit, the CVI 9. I have access to a MS Access 97 database, using an ODBC (DSN = MyProgram) connection.

The program works well, on windows 7 and windows XP (windows xp is the operating system of the end user).

However, when I install the program on the pc to the end user (windows xp) and then create the DSN user on ODBC connections, I got an error during execution of the program. We mean the error is not possible to connect to the database (its the ODBC connection).

As I said, on the other machine, different, with windows xp, it works!

I'm a little lost. Do I need a special component installed to SQL Toolkit fine work?

The PC with XP where the application works, has the same applications installed as the end user's PC.

I tried to install on the end user the LabWindows CVI SQL Toolkit with pc, and I checked that when connecting to the DSN will be tried, I get "unknown error."

Help will be very appreciate!

Run it on pc without Sql toolkit, you must copy the cvidb32.dll into your your windows system32 folder.

Tags: NI Software

Similar Questions

  • SQL developer connection problem

    Hello

    our remote server a oracle 8 and Oracle 10 G. Oracle 8 installs very little front and oracle 10G install today.

    As sql developer may not support in 8i; When I try to connect to oracle 10G, I get the following error. ORA-12505

    I have oracle in my laptop and can connect via sqlplus but cannot connect with sql developer.

    C:\ > sqlplus sys as [email protected]:1521 / xxxx
    password:

    SQL >



    Thank you.

    Hello

    Not sure if you are running two auditors (one for 8i to 10g) on this server. When I had problems to connect to 10g XE and 11g running on the same server, each with its own listening port, I've read that the deactivation of the listener to 10 g and update of 11 g listener.ora and tnsnames.ora with entries for 10 g solved all. Always use the earpiece for the most recent version of Oracle. Maybe you have no control over the listening port on the server configurations, but it's something to consider.

    And here's a thread from another forum with reviews on how unique or several listener configurations may be preferred (and some information on how to do it):
    Re: Running 10gEE and 10gXE on the same pc

    Kind regards
    Gary
    SQL development team

  • SQL Developer connection problems

    Hello

    I use SQL developer 1.5.1 and trying to connect to Oracle 8.1.5. I give the name of user and password, and all related details and when I try to test or to connect, I get the following error: Unsupported Version of Oracle database

    Please let me know if not compatible with older versions of oracle SQL developer 1.5.1. And is there a workaround for this problem. Appreciate your help.

    Thank you

    Hello

    Developer 1.5.1 SQL does not support Oracle 8i.

    Pls check the release notes for SQL Developer 1.5, he says that he does not connect to the DB Oracle 8i.

    Kind regards
    Ludmilla amine
    http://oracleracexpert.blogspot.com
    [Block restore with RMAN | http://oracleracexpert.blogspot.com/2009/08/block-recovery-using-rman.html]

  • DG Oracle 11 GR 2 - SQL Server connection problem

    Hi all

    I read the forum discussions and documentation. As far as I can see I have just, however running in typical error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC SQL Server Driver][DBNETLIB]Invalid connection. {08001,NativeErr = 14}[Oracle][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (ParseConnectParams()). {01000,NativeErr = 14}[Oracle][ODBC SQL Server Driver]Invalid connection string attribute {01S00}
    ORA-02063: preceding 2 lines from MSSQL2008
    28500. 00000 -  "connection from ORACLE to a non-Oracle system returned this message:"
    *Cause:    The cause is explained in the forwarded message.
    *Action:   See the non-Oracle system's documentation of the forwarded
               message.
    Error at Line: 3 Column: 46
    The documentation seems also like plug & play so I must have missed something, if my config files are correct.


    My environment is made up of:
    ====================
    Localhost: Oracle 11.2.0.3 on Windows 7 x 64
    Remote host: SQL Server 2005, 2008, SQLExpress-> each running on their own static ports

    Oracle software Gatways 11 GR 2 is installed on the localhost on port 1522.


    I am trying to connect to the adventure works database on SQL server, but keep the above error. Here's my config files.

    ORACLE_HOME=c:\oracle\product\11.2.0\dbhome_1
    ORACLE_GATEWAY=c:\oracle\product\11.2.0\gtwhome_1

    ORACLE_GATEWAY-> init4dgmsql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO=[SVR-DEV-CLU-01:1434]/SQL2008/AdventtureWorks2008R2
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    ORACLE_GATEWAY-> listener.ora
    # listener.ora Network Configuration File: C:\oracle\product\11.2.0\gtwhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_GTW =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        )
      )
    
    SID_LIST_LISTENER_GTW=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=dg4msql)
             (ORACLE_HOME=C:\oracle\product\11.2.0\gtwhome_1)
             (PROGRAM=dg4msql)
          )
      )
    
    ADR_BASE_LISTENER_GTW = C:\oracle\product\11.2.0\gtwhome_1
    ORACLE_HOME--> tnsnames.ora
    dg4msql  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
        (CONNECT_DATA=
             (SID=dg4msql)
        )
        (HS=OK)
      ) 
    Local database-> db link
    CREATE PUBLIC DATABASE LINK MSSQL2008 CONNECT TO "ORACLE_GATEWAY" IDENTIFIED BY "Dbsoft1234" USING 'dg4msql';
    select AddressLine1, City from Person.Address@MSSQL2008;
    I have validated here sis there no dynamic ports and each database is running on its own static port, in this case, 1434. I did a tnsping the LISTENER_GTW responds properly. I did a ping on the server to validate the name of the server it's ok too.


    SQL Server 2008:
    Server Name: SQL2008\SQL2008
    Instance Name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2    (case sensitive)
    Failure also on:

    SQL Server 2005
    Server Name: SVR-CLU-DEV-01\SQL2005
    Instance Name: SQL2005
    Dataabse: master
    Thanks in advance for any help.

    Jan S.

    Hello
    The configuration files look correct, except for the value of init4dgmsql.ora to HS_FDS_CONNECT_INFO.

    The recommended settings are in format-

    HS_FDS_CONNECT_INFO =:.
    HS_FDS_CONNECT_INFO =//.

    You defined as -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] / SQL2008/AdventtureWorks2008R2

    What happens if you set -

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU-01] / SQL2008/AdventtureWorks2008R2

    or

    HS_FDS_CONNECT_INFO = [SVR-DEV-CLU - 01:1434] //AdventtureWorks2008R2

    Another point, you posted the SQL * Server as -information

    Server name: SQL2008\SQL2008
    Instance name: SQL2008
    Port: 1434
    Database: AdvebtureWorks2008R2 (case sensitive)

    so, is the name of the database AdventtureWorks2008R2 or AdvebtureWorks2008R2?
    Please make sure you use the correct name.

    Kind regards
    Mike

  • Problem connecting SQL toolkit Win7

    I use CVI 2013 and tto toolkit (2.2) of SQL to connect to a mySQL database.  I can connect to properly using my development computer, but not with the target.  Both computers are running 64-bit Windows 7 Professional (SP1).  I used to start the 64-bit ODBC drivers (mysql-connector-odbc - 5.3.2 - win64.msi) on both machines.  After I got hurt, I found an article in the Knowledge Base which indicated that I should probably use the 32-bit instead.  So I deleted the drivers of the target and installed those 32-bit using odbcad32.exe found in Windows/SysWOW64.  No change.

    I use the sample browser2.prj project included with the SQL Toolkit (default: C:\Users\Public\Documents\National Instruments\CVI\samples\sql\apps) to test the functionality of the SQL tool.  I create a distribution kit, including the runtime shared on the development computer and install it on the target.  I traced the problem to the call of DBSources() - it returns a - 100 (who, the hand is not among the list of database error codes).

    On both machines the ODBC drivers seem to work.  I can get to the database using Panel-> administration-> Data Sources (ODBC) tools.  Select the user DSN or system DSN database, and then click Configure open the MySQL Connector/ODBC Data Source Connection window.  By clicking Test in this window will connect to the database.

    If the problem seems to lie in the way that ICB connects to the database.  I'm naïve now, any suggestions would be greatly appreciated.

    Sorry if this is a stupid question:

    Have you followed the instructions help-> Reference Library-> library Toolkit SQL-> SQL language reference-> distributing a SQL Toolkit executable or a DLL?

    Or is it a mistake you get despite following these instructions?

  • problem of memory sql toolkit

    Hello

    We use CVI 2012 and SQL Toolkit 2.2. Once a minute, we're looking a record for a special SQL database and we update the data in this leaflet. After update, let's close the database. Whenever we do this procedure that we see in the Task Manager which increases the memory needs of our program.

    After a few minutes (20-30) we get an error message memory.

    Anyone know if there is a problem to know or can someone help us?

    Thanks in advance

    Oliver

    Here is a part of the code:

    //
    hdbc = DBConnect (DATABASE_STRING);

    //
    HSQL = DBActivateSQL (hdbc, "' SELECT * FROM 'data_l01'" ");

    //
    RW = DBBindColChar (hsql, SQL_DATE, 32, cDB_Date, & iDB_Date_State, "");
    RW = DBBindColChar (hsql, SQL_TIME, 32, cDB_Time, & iDB_Time_State, "");
    RW = DBBindColInt (hsql, SQL_SPEED, & iDB_Clock, & iDB_Clock_State);

    Flag, ob der entry found wurde loeschen
    iFoundFlag = 0;

    Find the folder that we want to update
    While ((rw = DBFetchNext (hsql)) == DB_SUCCESS)
    {
    //
    If ((StrICmpWithoutSurrWhiteSpace (cDB_Date, cDate) == 0) &)
    (StrICmpWithoutSurrWhiteSpace (cDB_Time, cTime) == 0))
    {
    Flag, ob der entry found wurde set
    iFoundFlag = 1;
    break;
    }
    } / / Ende von find the folder that we want to update

    Daten uebernehmen
    iDB_Clock = Mutec;

    Insert the record into the database
    RW = DBPutRecord (hsql);

    //
    RW = DBDeactivateSQL (hsql);

    //
    RW = DBDisconnect (hdbc);

    Hi Oliver,.

    To read your code, I understand that you open a connection to the database for each update that you want to run.

    Usually I would advice you to open the database connection to the start once this reference until the program is closed instead of open every time.

    This could potentially solve your problem.

    Please let me know if that solves your problem.

    Best regards

    Raphael

  • Having problems with SQL Developer connection to the database on a LINUX machine

    Having problems with SQL Developer connection to the database on a LINUX machine
    Hello
    I am trying to connect my machine to windows 7 Home premium to an oracle database 11 g on RedHat 5 machine using SQL Developer. I got this error on SQL Developer
    Status: Failed - Test has failed: the network adapter could not establish the connection


    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    and TNSPING
    tnsping 172.x.x.x
    
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$
    Tnsnames.ora on Linux,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )
    )
    Listner on Linux,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )
    )
    hosts/ect/Linux,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBilling
    and there is no problem to ping linux from windows

    Published by: user11309581 on April 11, 2013 15:16

    user11309581 wrote:
    as I have already desciped earlier, I can't connect to the server throw Linux my Windows SQL Server, with error message below.
    tatus: failed - Test has failed: the network adapter could not establish the connection

    It's too generic to mean anything. The application is hidden the real error message. You got when you did the tnsping and obtained "TNS-12535: TNS:operation has expired. Now THAT's an error.

    This indicates a problem firewall and routing. You said earlier you could ping the server, but now we see tnsping fails. Two different protocols of usage, so that both the successful ping turns out a valid physical path, it guarantees not that all traffic will pass. What happens with

    c:\ telnet 172.x.x.x 1521
    
  • How to solve the problem of Oracle SQL Developer Connection?

    People,

    Hello. I use the Oracle 11 GR 1 material database. The database https://localhost.localdomain:1158 control console / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user8860348 wrote:
    People,

    Hello. I use the Oracle 11 GR 1 material database. database Control Panel https://localhost.localdomain:1158 / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user name: sys
    password: enter_your_correct_password given at the time of the installation of oracle

    role: select sysdba if you would connect as sysdba otherwise select normal for users other than the sys

    HostName: Enter your ip or hostname of the oracle example server address:-192.168.11.12

    to find the terminal/command prompt open hostname in oracle installed machine
    type---> hostname

    type ping hostname--->

    You can find the IP address of the server

    Port number: 1521 (default)---> I guess, otherwise check the port number in the file tnsnames.ora under your ORACLE_HOME/network/admin folder

    SID: DB1

    try it
    Good luck

  • -What is the function of SQL or API Availble in SQL Toolkit 2.2 connection (Urgent)?

    Hello

    I have to build an application using LabWindows 2010 and SQL Toolkit 2.2. Is there any function or dll or api availble so that I do not want to link in the ODBC Control Panel.?

    Concerning

    Umer


  • Database MySQL with SQL Toolkit

    Hello

    We use CVI 2012 and the SQL Toolkit 2.2 and we want to connect to a MySQL database.

    The MySQL database has been created with MySQLServer. When we try to connect with the BD connection, we get an error.

    How can connect us to the MySQL database?

    What do we have to type in the connection string to the DB? What is the name of the database, the path to the database or anything else?

    Have experience with the SQL toolkit?

    Thanks in advance

    Oliver

    You must install the mysql odbc connector and then create an ODBC dns for your database.

    Control Panel, administration, odbc

  • CVI sql toolkit

    Hello

    We use the CVI 2012 and the last sql toolkit. We want to find and update the data in a mysql database. But we have the problem that we still get an error message.

    Here's our code:

    // -----------------------------------------------------------------------

    initialisiert das SQL Toolkit
    DBInit (DB_INIT_MULTITHREADED);
    DBInit (DB_INIT_SINGLETHREADED);

    //
    sprintf (String, "DSN = SYSTEM_DATABASE; Server = 127.0.0.1; Basis of data = backup_demo8; UID = root; PWD = admin");

    //
    hdbc = DBConnect (String);

    //
    HMAP = DBBeginMap (hdbc);

    //
    RW = DBMapColumnToInt (hmap, 'speed', iSpeed, & iSpeedState);
    RW = DBMapColumnToChar (hmap, "datetime", 32, cDateTime, & cDateTimeStat, "");

    Activate the map
    HSTMT = DBActivateMap (hmap "plots");

    Find the folder that we want to update
    While ((rw = DBFetchNext (hstmt)) == DB_SUCCESS)
    {
    //
    If (StrICmpWithoutSurrWhiteSpace (cDateTime, ' 05:37 "" ") == 0)
    break;
    }

    //
    iSpeed = 10;

    Insert the record into the database
    RW = DBPutRecord (hstmt);

    //
    RW = DBDeactivateMap (hmap);

    //
    RW = DBDisconnect (hdbc);

    // -----------------------------------------------------------------------

    When we call the cmd DBPutRecord we get the attached error message

    Can someone help us?

    Thanks in advance

    Best regards

    Oliver

    Hello

    I found a solution in the meantime:

    The Board features seem to be the problem. A google search I found a few comments about similar problems.

    Using the SQL functions activate 'normal', it runs.

    Here is my solution:

    // -----------------------------------------------------------------------

    initialisiert das SQL Toolkit
    DBInit (DB_INIT_MULTITHREADED);
    DBInit (DB_INIT_SINGLETHREADED);

    //
    sprintf (String, "DSN = SYSTEM_DATABASE; Server = 127.0.0.1; Basis of data = database_l01; UID = root; PWD = admin");

    //
    hdbc = DBConnect (String);

    //
    HSQL = DBActivateSQL (hdbc, "' SELECT * FROM 'data_l01'" ");

    //
    RW = DBBindColChar (hsql, SQL_TIME, 32, cTime, & cTimeStat, "");
    RW = DBBindColInt (hsql, SQL_SPEED, iSpeed, & iSpeedState);

    Find the folder that we want to update
    While ((rw = DBFetchNext (hsql)) == DB_SUCCESS)
    {
    //
    If (StrICmpWithoutSurrWhiteSpace (cTime, ' 05:34 "" ") == 0)
    break;
    }

    //
    iSpeed = 15;

    Insert the record into the database
    RW = DBPutRecord (hsql);

    //
    RW = DBDeactivateSQL (hsql);

    //
    RW = DBDisconnect (hdbc);

    // -----------------------------------------------------------------------

    Thank you and Bravo to me :-D

    Oliver

  • mySQL and SQL Toolkit 2.0

    Hello

    I use a database mySQL and sql toolkit 2.0 in application of Labwindows CVI.

    I have a problem when the database increases in size. Indeed, when the number of records reached 3 million, the program memory is 1.7 GB. So, it stops on an Out of Memory error.

    The program memory increases when I use the DBActivateMap function, before adding the records.

    For now, I use the following method to add records:

    DBBeginMap

    DBMapColumnToDouble

    DBMapColumnToDouble

    ...

    DBActivateMap

    DBCreateRecord

    DBPutRecord

    Will there be another opportunity to open the table and add records?

    Thank you for your help.

    Benjamin

    Hello

    Have you tried to use sql statement directly to y to insert a data, for this, you can use this function:

    DBActivateSQL

    And for the sql statement you can use:

    Table INSERT [] [(GBA)]
    {VALUES (list_of_value) | requete_select |} DEFAULT VALUES}

    Kind regards

  • How to validate SQL * MORE connection in Unix shell script

    I wrote the following function in unix shell script to validate SQL * MORE connection and throw a user-defined message.

    function check_db_conn

    {

    output | sqlplus-s-L $User/$Password@$SID >/dev/null

    If [[$?-no 0]]; then

    echo 'credentials incorrect DB.

    FI

    }

    However, I would like to change this feature so that the user has entered a good connection and that there is a problem with TNS listener must display the appropriate message.

    Hello

    Try adding:

    lsnrctl status $listener_name > /dev/null
    if [[ $? -ne 0 ]]; then
      echo "Issue with Listener"
    fi
    
  • How to enable detailed connection tracing ODI Studio? and how do I resolve a connection problem.

    Is it possible to get a detailed trace of connection attempts from the studio of ODI on my deposit work?

    I tried to enable tracing in changeant...\oracledi\client\odi\bin\ODI-logging-config.xml according to the instructions that I found here: http://haithanh8x.blogspot.com/2013/03/ODI-11g-agent-logging-tracing.html

    The studio.log file has been created, but it is empty.

    I use studio ODI and basically I want to troubleshoot why I can't connect to the repository. When I try the Test button, I get an error "Invalid repository connection", here is the error that is displayed under Details:

    oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: Uncategorized exception for access to the repository.

    Could not make JDBC connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection: java.sql.SQLRecoverableException: IO error: the network adapter could not establish the connection

    at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:195)

    at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:531)

    .........

    .....

    ..

    Other important details:

    1.-s' Please note that before I use the Test button under the repository login Panel, I'm able to choose my work deposit that was recovered in the receiving of work section using the magnifying glass.

    2 - I am able to connect to the database with SQLDeveloper using JDBC, in fact I can connect with exactly the same connection string that I use in ODI, also I have no problems connecting to the database using SQLPlus.

    3. - this repository database is on a cluster and as mentioned, I have no problems to connect to it with other tools. Don't know if being in a cluster makes a difference (I tried hostname, scan name and the names of vip to connect)

    4 - this database is running in another server, and I have had no problems connecting to the front. In fact, I restore to a different server no CARS and was able to use ODI. (maybe something in the new RAC server that does not allow the connection?)

    I would like to get a path to better understand what is happening while the Studio tried to connect to the repository. It seems to me it is able to read the name of the repository work so I don't understand why there are connection problems later.

    Question: is it the fact that I am able to read the repository name means JDBC work? (Please confirm)

    I'm running out of ideas on what to try, so your help is appreciated.

    Thank you!

    Answer the questions:

    1-to get a detailed trace

    One option is to use a thick connection instead of a thin. This requires the installation of customer Oranet and settings but allows you to trace the SQL in the side server. That will let you know what the problem is.

    2. to turn on tracing

    Under search support Oracle Oracle Data integrator, there is an information center that includes detailed instructions and examples (files) on how to configure tracing.

    3 - If the test button works and pulls the name of the repository work means that the connection works, unfortunately, is not sufficient because ODI does not use the connection string supplied to connect to the repository instead, it uses the language sql stored in the repository and uses SQL to connect, so location you will see two connections for the initial attraction of the repository data, and then the other link with the chain withdrew from the database. In this case, the problem was that the database of repository has been migrated to another server, the previous server that the connection was made with localhost, but it does not work on the current server, because it runs on CARS, so outside the ODI, I updated the SQL used to connect with the SCAN name instead , and I was able to connect. The SQL is illustrated in the trace obtained using a thick client.

  • SQL database connection

    I have a MS SQL Server 2005 database that I like to connect through the administrator in ColdFusion, but seem to have a lot of problems. I used MS Access without any problem, but it seems to add that the SQL database is a bit more difficult.

    I get the error message:

    Connection verification failed for data source: dbname
    java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] error socket creation. Connection refused: connect
    The root cause was that: java.sql.SQLException: error [Macromedia] [SQLServer JDBC Driver] socket creation. Connection refused: connect

    What I've read, this error is quite common for all connection problems, so it didn't help out me. I look for a tutorial, but can't seem to find one, can you help or point to a tutorial?

    Thank you!
    SLL

    I found the solution. No matter who has the same issue of type can follow these simple steps:

    http://www.fusioncube.NET/index.php/ColdFusion-SQL-Server-Express.html

Maybe you are looking for

  • Charging problems

    Please help me! I have 2 problems of loading: 1. I was charging my phone for an hour, but somehow, it still has a low battery. I can't even open my phone because the symbol of "load" keeps appearing. 2. whenever I unplug the charger, my phone still f

  • Hacking hotmail

    How can I stop my account hotmail hacked and used to send some addvertisments?

  • 8 Dell in the Gallery place video playback problem

    I have a 8 place running on 4.3 Jellybean and whenever I try to play a video that I recorded from the gallery application that is enabled by default on the Tablet, it restarts. Just, it shows the Dell logo and goes back to the lock screen, I. I can't

  • Win7 is capable of being used on another computer after upgrading Win8 and 8.1?

    I got a computer with Windows 7 above. I bought the computer in kit form and assembled and installed Win7 as OEM. In 2012 I upgraded to Win8 64 bit. Now, I got free upgrade to 8.1 Win.  I had the 8 to win with a discount by hugh during the promo peri

  • Are there policies that support all languages?

    Are there policies that support all languages (including the characters Han and Cyrillic) which also includes multiple weight in the family? I know there is a command, but I thought I'd ask. See you soon!