Networking/connection failure using generic connectivity with paradox databases

I tried to establish a connection from our Oracle 8i-Server
(Rel. 8.16 ) to a remote paradox-database via a database-link
and a data-direct 4.0 paradox-odbc-driver. For testing purposes
I set up a agent initialization file for a agent called hsodbc
according to the distributed-database documentation and I also
used the same parameters as in the documentation. If I try to
test the Net8-Connection an ORA-03113-Error occurs.
The entries in the agent-initialization file and in the
tnsnames/listener.ora are ...
...Agent-Initialization File Inithsodbc.ora
#Agent-Initialization File Inithsodbc.ora
# This is a sample agent init file that contains the HS
parameters that are
# needed for an ODBC Agent.
# HS init parameters
HS_FDS_CONNECT_INFO = hsodbc
HS_FDS_TRACE_LEVEL = ON
HS_FDS_TRACE_FILE_NAME = HS.Log
# Environment variables required for the non-Oracle system
#set <envvar>=<value>
#DataDirect 4.0 ParadoxFile (*.db);
...listener.ora
# LISTENER.ORA Network Configuration File: C:\Oracle\Ora_Serv_816
\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = pdv0570)(PORT = 1521))
CONNECT_TIMEOUT_LISTENER = 0
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = hsodbc)
(ORACLE_HOME = C:\Oracle\Ora_Serv_816)
(PROGRAM = hsodbc)
(SID_DESC =
(GLOBAL_DBNAME = MEDAS.PDV0570.MED.UNI_DUESSELDORF.DE)
(ORACLE_HOME = C:\Oracle\Ora_Serv_816)
(SID_NAME = MEDAS)
# This is a sample listener.ora that contains the NET8
parameters that are
# needed to connect to an ODBC Agent - but makes an ORA-03113-
Error if i check the
# Net8-Connection
and in the tnsnames.ora...
# TNSNAMES.ORA Network Configuration File: C:\Oracle\Ora_Serv_816
\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
# This is a sample tnsnames.ora that contains the NET8
parameters that are
# needed to connect to an default generic connectivty ODBC Agent
HSODBC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = pdv0570)(PORT = 1521))
(CONNECT_DATA =
(SID = hsodbc.pdv0570.med.uni_duesseldorf.de)
(HS = OK)
#...new service created after setup of new database MEDAS with
setting db_domain
#...ATTENTION - use full service name with domain qualifier for
sqlplus-login
MEDAS.PDV0570.MED.UNI_DUESSELDORF.DE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = pdv0570)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = MEDAS.PDV0570.MED.UNI_DUESSELDORF.DE)
Do you have any suggestions how to fix the problem - and meny
thanks in advance.
Andreas

Please contact Oracle support for this issue.
Ensure that you are using an ODBC driver that meets the
requirements listed in the documentation.
Also double check that the ODBC driver is configured correctly.

Similar Messages

  • I get an "unable to connect" message yet I can connect and use Internet Explorer with no problem. I tried updating to Firefox4 and still get the same message. What do I do?

    I get an "unable to connect" message yet I can connect and use Internet Explorer with no problem. I tried updating to Firefox4 and still get the same message. What do I do?

    JungleTaxi Cabbie wrote:
    Csound1: iCloud: Configuring Mail with Mac OS X v10.6 or iOS 4
    Enter your Incoming Mail Server, User Name, and Password using the following settings:
    Incoming Mail Server: mail.me.com
    User Name: Your iCloud email address (excluding @me.com)
    Password: Your password
    Last Modified: Jun 27, 2013
    Maybe you should test these things before calling people out, because these settings do function perfectly well.
    iCloud is not supported on Snow Leopard or lower, why bother to mention it?
    The OP has an iCloud account, and that can not be opened without Lion or Mountain Lion (on a Mac), IOS5 or 6 (on an iPhone/iPad)
    The document I linked to is Apples documentation for iCloud on current devices,I don't care whether you believe that you know better than they do, but it will affect the people who follow your advice as it won't work
    JungleTaxi Cabbie wrote:
    Also, if you're not running Lion or Mountain Lion, there is no "Mail, Contacts & Calendars" prefpane.
    I never said that there was, perhaps you imagined it.

  • Using Generic Connectivity Agent on Linux

    Hello All,
    My dbms is Oracle 8i Release 3 (8.1.7), my OS is Linux RedHat 7.0. I want to establish a connection from Oracle to an ODBC data source. So, I know I have to use Generic Connectivity Agent, but I can't find execution file for this agent which the Listener will execute. The only file I have is hsodbc.o in $ORACLE_HOME/hs/lib path. Are there anybody who knows how can I link this object file, or where can I get a linked one?
    Best regards, Roman Zhirov ([email protected])
    null

    Note that the Oracle ODBC driver is not involved at all when you're trying to use Oracle's generic connectivity. Thus, this probably isn't the forum you want to ask this question in.
    Since there isn't a generic connectivity forum, you might try posting to the Linux group. Alternately, it may be necessary to contact Oracle Support.
    Justin

  • Can I connect and use Time Capsule with two printers?

    Can I connect and use Time Capsule with two printers?

    Sure, if the printers connect using the Ethernet port, you have 3 ports on the Time Capsule.
    If the printers connect using wireless only, the Time Capsule will support up to 50 connections.
    If your printers connect using USB, then you will need a powered USB hub. Something like this, for example:
    Dynex 4Port USB 2.0 Hub DX-THUB16 - Best Buy

  • Not able to connect to DB2 using generic connectivity

    Hi
    We are trying to connect to DB2 using Oracle Generic connectivity and we are getting ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from ODB2
    Log file is not even generated even though we set the parameter to debug. We are using Oracle 10g on Linux and Neon Shadow direct to connect to db2.
    The following are the setup we had done in our oracle db side
    initdb2.ora
    HS_FDS_CONNECT_INFO=NEON_dev_conn
    HS_FDS_TRACE_LEVEL=DEBUG
    HS_FDS_SHAREABLE_NAME=/home/NEON/Shadow/lib/libscodbc_r.so
    added below entry in listener.ora
    (SID_DESC =
    (PROGRAM = hsodbc)
    (ENVS=LD_LIBRARY_PATH=/home/oracle/product/10.2.0/lib:/home/NEON/Shadow/lib)
    (SID_NAME = db2)
    (ORACLE_HOME = /home/oracle/product/10.2.0)
    added below entry in tnsnames.ora
    DB2ODBC =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.db.com)(PORT =1523))
    (CONNECT_DATA =
    (SERVICE_NAME = db2)
    (HS = OK)
    Please suggest on this.
    Regards
    S. Senthil

    No gateway log information generated even with setting trave level to DEBUG indcates that the listener cannot start the gateway process.
    Please check the listener.log for details on the failure. Secondly, what kind of Linux is it? 32- or 64-bit?
    Regards,
    Ed

  • HT5569 My i-touch keeps searching for a wi-fi network where it use to connect and all my other apple devices still connect. I have reset, reload, off and on and off and on....what else could I try?

    My ipod touch just keeps searching for a wi-fi connection in my house where it use to connect automatically. My other apple devices still are connecting so not the wi-fi. I have reset to original settings, turned off-on-off-on... nothing seems to work. Does anyone have any ideas?
    Thanks!

    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPod connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device. (I think you did this)
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • WIN - How to Connect to Informix Dynamic Server using Generic Connectivity

    Hi All,
    I have our Oracle running on Windows 2003 and our Informix 9x running on HP.
    We have IBM Informix Client install in Wndows 2003 and connection ODBC setup and connected sucessfully.
    The setup are as follows:
    1) ODBC
    System DSN name: capatibak (connected successfully)
    2) C:\oracle\product\10.2.0\db_1\hs\admin
    Copy the file inithsodbc.ora to initCAPATIBAK.ora and set the following
    HS_FDS_CONNECT_INFO = capatibak
    HS_FDS_TRACE_LEVEL = ON
    3) Listener.ora setup
    (SID_DESC =
    (SID_NAME = capatibak)
    (ORACLE_HOME = c:\oracle\product\10.2.0\db_1)
    (PROGRAM = capatibak)
    4) Tnsnames.ora setup
    CAPATIBAK =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = pendbdev1)(PORT = 1521))
    (CONNECT_DATA =
    (SID = CAPATIBAK)
         (HS=OK)
    5) Shutdown and restart Listener
    6) Setup database link and perform connection test.
    Return: ORA-12518: TNS:listener could not hand off client connection
    Kindly advice if I miss any configuration. I am very new to this kind of setup.
    Thanks
    Steven

    Problem solved by using the following documentation:
    http://www.niall.litchfield.dial.pipex.com/WhitePapers/SettingUpGenericConnectivity.pdf

  • How to Connect Forms or any version with Oracle Databases 8/6i/9i/10i/11i

    I want to know that how can i cannect Developer Forms / Reports with Oracle Databases with various versions and say developer 2000 to Oracel 6i/9i/10i/11i etc

    Using the appropriate setting in tnsnames.ora file located in your [Forms_Home]\network\admin directory.
    Sim

  • Using core data with a database

    Here is where I am at. I have a trivia app in development that will have over 1000 questions, so a database is inevitable. We recently created a test sqlite database and read in some entries and it worked.
    We were looking into exploiting the features of Core Data in our app, but this would involve creating a set of managed objects, a context, and the essentials for a Core Data scheme to function, and then use these models to fetch data from a database.
    The database is not created yet. We are starting fresh and simply wish to see if we can use core data to work with a database that could be created once the model is in place. Is it possible to create a 1000 or more entry database whose entries could relate to a Core Data entity or set of entities, and then use Core Data to fetch the data from these entries as we please?

    We will not be reusing any code. I apologize for the confusion. This is the start of the app regarding database management, and we have not yet created the database that will hold the questions for this app.
    Alright, so you two are both suggesting to set up a model and allow the creation of the sqlite store, which if my research is correct, involves a .sqlite file with a "Z_" following each attribute, and then adding entries here. This sounds fair enough. I had not known if this was going against the mainstream use of core data or not.
    Thanks you two. I'm going to leave the question open for a little while longer to see if any other opinions come up.

  • Can I use Oracle APEX with MySQL Database

    Hi All,
    We are looking to create a performance dashboard using Oracle APEX for our client, but the application database is MySQL. Is it possible to create reports in APEX using data from MySQL database? If yes, are there any specific steps to be followed or any additional setups needed?
    Any inputs would be really helpful.
    Appreciate all the help
    Thanks,
    Sameer

    Hi Sameer,
    it's not possible to use apex on mysql, as stated above me by several persons.
    If you havent got any oracle database in your organization, apex would be an expensive choise unless you use the free Oracle XE (express edition), which has APEX embedded.
    There are some limitations to XE but with a bit of smart thinking it wouldnt be much of a problem.
    [check the XE information here|http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm#BABIECJA]
    In short:
    - XE will use 1 CPU even if you have two or more in your system
    - There is a 4 GB data limit
    - RAM memory usage is limited to 1 GB
    - 1 installation per computer
    You can use XE as a reporting database. This will relieve your mysql database from heavy reporting processes, too.
    The XE can be used as a mini data warehouse. So you have to transfer and transform the relevant data from mysql to your XE instance.
    After that you can start building report screens etc in the embedded Apex .
    hope this helps you
    Robin

  • How to use HR application with Remote Database ?

    Hi,
    I tested the HR application but it working on local database.
    How can I create same application which will communicate with Remote Database.
    Any guideline ?
    Regards,
    Ajay Sharma

    Hi,
    Thanks for the reply.
    My scenario is that there is one web service and this web service has one method name "getQueryOutput".
    Input parameter to this method is Select query
    select ename form empthe return type of this method is Document. Currently I hard coded the select statement as I want to display all employee name as application starts.
    But I am getting following error
    Unable to read DataControl Usages, on loadDataControl for id: Genericwebfollowing is the code of method where I am calling Webservice data control
        public void Execute() {
            Trace.log(Utility.ApplicationLogger, Level.INFO, EmployeeList.class, "Execute",
                      "##############Inside Execute");
            List pnames = new ArrayList();
            List params = new ArrayList();
            List ptypes = new ArrayList();
            pnames.add("query");
            ptypes.add(String.class);
            params.add("select ename from emp");
            try {
                Trace.log(Utility.ApplicationLogger, Level.INFO, EmployeeList.class, "Execute",
                          ">>>>>> Before invokeDataControlMethod");
                // This calls the DC method and gives us the Return
                GenericType result =
                    (GenericType)AdfmfJavaUtilities.invokeDataControlMethod("Genericweb", null, "getQueryOutput",
                                                                            pnames, params, ptypes);
                GenericType cfgt = (GenericType)result.getAttribute("Results");
                int count = cfgt.getAttributeCount();
                for (int i = 0; i < count; i++) {
                    GenericType fgt = (GenericType)cfgt.getAttribute(i);
                    Employee e = (Employee)GenericTypeBeanSerializationHelper.fromGenericType(Employee.class, fgt);
                    GenericType tempgt = (GenericType)fgt.getAttribute("ENAME");
                    e.setEname((String)tempgt.getAttribute(0));
                    s_employees.add(e);
            } catch (AdfInvocationException e) {
                Trace.log(Utility.ApplicationLogger, Level.SEVERE, EmployeeList.class, "Execute",
                          ">>>>>> AdfInvocationException=" + e.getMessage());
                //AdfException ex = new AdfException("Error Invoking Web Service.  Please try later", AdfException.WARNING);
                AdfException ex = new AdfException(e.getMessage(), AdfException.WARNING);
                throw ex;
            } catch (Exception e2) {
                Trace.log(Utility.ApplicationLogger, Level.SEVERE, EmployeeList.class, "Execute",
                          ">>>>>> Exception=" + e2.getMessage());
                //AdfException ex = new AdfException("Error Invoking Web Service.  Please try later", AdfException.WARNING);
                AdfException ex = new AdfException(e2.getMessage(), AdfException.WARNING);
                throw ex;
        }Regards,
    Ajay sharma

  • Impdp network mode can use bequeath connection?

    Hi, I'm going to import a single database using FS to a RAC on ASM both are in same server running oracle 11.2.0.3. So I was wondering if can I use network link mode of impdp without setting up a listener using 10gb Ethernet interface ?
    I don’t want to incur the overhead of the tcp network layer because both DB single and Rac are on the same server.
    Thanks in advance

    Hi, thanks for you time
    here I am with bad results.
    more tnsnames.ora
    BOSS_DB =
      (DESCRIPTION =
        (ADDRESS =
          (PROTOCOL = BEQ)
          (PROGRAM = /oracle/REMP/oradb/11.2.0.3/bin/oracle)
          (argv0 = oracleQA3)
          (args = '(DESCRIPTION = (LOCAL=YES) (ADDRESS=(PROTOCOL=BEQ)))')
          (envs = 'ORACLE_HOME=/oracle/REMP/oradb/11.2.0.3,ORACLE_SID=QA3')
        (CONNECT_DATA = (SID = QA3))
    rmdy01:/oracle/REMP/oradb/11.2.0.3/network/admin>sqlplus system@BOSS_DB
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 13 14:53:44 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    QA3
    SQL> select network_service_banner from v$session_connect_info where sid=sys_context('userenv','sid');
    NETWORK_SERVICE_BANNER
    Oracle Bequeath NT Protocol Adapter for HPUX: Version 11.2.0.3.0 - Production
    Oracle Advanced Security: authentication service for HPUX: Version 11.2.0.3.0 -
    Production
    Oracle Advanced Security: encryption service for HPUX: Version 11.2.0.3.0 - Prod
    uction
    Oracle Advanced Security: crypto-checksumming service for HPUX: Version 11.2.0.3
    .0 - Production
    SQL>As you can see I can connect from sqlplus using Bequeath Protocol.
    Now from the other database, I Can Not create db_link, here's
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    RMDY1
    SQL> create public database link BOSS connect to system identified by thepass using 'BOSS_DB';
    create public database link BOSS connect to system identified by nosystem using 'BOSS_DB'
    ERROR at line 1:
    ORA-09276: All bequeath database links must be loopback database linksIs There something wrong with Bequeath connection from dblink or Do I use IPC instead?
    Best regards
    Edited by: Law on Feb 13, 2013 12:59 PM
    Edited by: Law on Feb 14, 2013 7:56 PM

  • Printing with HP Deskjet 1510 from wireless connected ipad using computer connected to broadband

    Hi,
    I am trying to figure out easy way to print any content from my ipad connected with wifi through xp computer to HP Desjket 1510,

    Hi Ieb_Fabulous,
    Welcome to the HP Support Forums. I gather you are trying to hook your Deskjet 1510 printer to your laptop with a wireless connection.
    This printer does not support wireless connectivity. I have included the Deskjet 1510 Printer Specifications for your reference.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Physical Connections to use 4 counters with NI 9411 in cDAQ 9178 chassis

    Hello,
    Currently I have a NI 9411 module in a cDAQ 9178 chassis.  I am using 2 of the counters to read frequency measurements.
    From the NI 9411 pinout diagram (see pdf file attached to this post), these are the connections I made:
    CTR 0 SRC, pin 1 to COM/ground
    CTR 0 GATE, pin 2 to first frequency signal
    CTR 1 SRC, pin 6 to COM/ground
    CTR 1 GATE, pin 7 to second frequency signal
    The problem is now I'd like to use the 3rd and 4th counters in my cDAQ 9178 chassis, but I am confused how to wire
    in the 3rd and 4th frequency signals, because CTR2 GATE is pin 1 and CTR3 GATE is pin 6.  Can I change the pin assignments
    to use the other pins in the NI 9411 module for counter frequency measurements?  I haven't figured out how to do that in MAX
    configuration.
    Thanks,
    Anna
    Solved!
    Go to Solution.
    Attachments:
    NI 9411 pinout.pdf ‏72 KB

    Hi EETDer,
    The "C Series Signal Connections for Counters" help that you found is a good resource.  One thing I want to point out is that for a frequency measurement on a single counter, you only need to wire the signal source to the CTR Gate.  Internally, the module will route an appropriate internal timebase to the counters source, therefore you DO NOT want to connect the CTR Source to ground.  On your device, you will just wire each signal into the counter source, thereby only utilizting pins 1,6,3,8 for your 4 frequency measurements.
    Chris
    National Instruments
    Applications Engineer

  • How use oracle forms with oracle database  in a local computer network(client -server homogenious network)

    Hello experts,             
                         I am new in Oracle forms.I am using oracle forms 11g with weblogic server 10.3.5 and oracle database 11g at windows 7 platform.
    I want to call my oracle forms(main  login form) from different computers(windows7) connected in a local network.My oracle database is installed in a server computer.I am not talking about oracle forms hosting in internet.I want to deploy oracle forms in a local computer network connected via LAN cable or wi-fi.
    thank You.
    regards
    aaditya

    In most cases you can copy the same entry found in the tnsnames.ora file used by the database.  In the database home, the file can be found in \network\admin.  Open the file and you should find something like this:
    yourAlias =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    So in the above, you would need to set the alias (this can be anything you like), the IP address or hostname of the machine where the database is running, the port number used by the db listener, and the service name used by the db.  Most of this will already be set for you if you are copying from the database tnsnames.ora.  So you should be able to just copy and paste.  More information about the tnsnames.ora file can be found in the db documentation:
    http://docs.oracle.com/cd/B28359_01/network.111/b28317/tnsnames.htm

Maybe you are looking for

  • How to update key fields for table

    Hi, how to update key fields for a table.The update statement is not working for the same. Regards,

  • Clean and Pristine AD Migration with same top level domain, possible?

    We had planned on doing a C&P migration of a domain with the initial assumption that the TLD was .local. Turns out it is .com, is it still possible to do C&P? TLD is company.com, no sub domain. We want xxxxxxx.company.com as the AD sub domain.  From

  • Ampersands in URLs for redirect

    I ran my website address through the W3C Markup Validation process and got errors stating that url variables such as http://www.test.com?var1=one&var2=two is incorrect. You are supposed to use the & instead of the & symbol. This works great for all o

  • Order of Podcast updates in iPod sync

    I'm not sure if this really belongs here or over in the iPod side, but it's podcast related. It's also a bug I can recreate easily, but I no longer know how to submit bug reports I have my iTunes update only unplayed Podcasts to my iPod. And I though

  • Problem downloading itunes using IE8. Registry problem with iTunesSetup.exe file

    I am trying to install iTunes and have come up against the Registry problem and Windows saying the file needs a signature.  I have tried deleting the browsing history and searching and deleting all copies of the iTunesSetup.exe file.  I have even beg