IIOP Connection Problem to 8i on Linux

Hi,
I have installed Oracle 8.1.5 on Linux (Red Hat 6.1 -Kernel 2.2.12) Listener is configured for IIOP connection. When I issue the command
sess_sh -u scott/tiger -s sess_iiop://192.168.6.121:2481:eswap
from the linux box it connects to the orb shell.
When I try the same command from another machine in the network I get the error
Cannot connect to service: sess_iiop://192.168.6.121:2481:eswap
I am able to connect to the database from this machine using sqlplus.
What is that I am missing here? Do I need to add this port (2481) in the /etc/services file. My listener is named as lsnreswap, and the only entry that I have made in
/etc/services is
lsnreswap 1521/tcp
Or is there any other reason for this?
I need to get this functional urgently to try deployment of ejb from JDeveloper
Any help is highly appreciated.
Thanx
Gopal
null

Hi,
Thanx for the tip. Listener.log shows all the
iiop connections as establish. There are no firewall between the client and server. And the listener name is back to the default one.
Still the problem remains same.
But I found out some interesting thing. Earlier my db was running with only the iiop in mts mode. (ie
mts_dispatchers="(PROTOCOL=tcp)(PRE=oracle.aurora.server.SGiopServer)" only was there in init.ora) I put this to init.ora
mts_dispatchers="(protocol=tcp)(DISP=2)(MUL=off)(pool=off)" to make net 8 connections also in mts mode.
After this when I try to connect from a client machine using sqlplus I'm getting this error
ORA-12545 - Connect failed because targer host or object does not exist.
I'm able to do a tnsping. Listener log shows the connection as establish. But I'm able to get the connection only through dedicated mode. So I have a feeling that this has something to do with the mts and not with the listener.
However I am able to connect from within my linux box using sqlplus as well as sess_sh, using iiop. v$session table shows the connection as 'shared' too.
Any idea what could be the reason?
Thanx,
Gopal
null

Similar Messages

  • IIOP connection problems .: JDeveloper 3.1 and Oracle 8.1.6

    This is my 4th day working on this problem. I cannot get an IIOP connection to work.
    I have verfied that the listener is running on port 2481, I have been inside of the init.ora, listeners.ora, I have read the error inside of listeners.log, and I have been trying things with the Net8 Assistant also.
    Most of the posts on this subject seem older, I am wondering if anyone has had this problem recently with the versions that I am using. There are so many things I have been told to change, I'm wondering if there is a definitive list of steps to fix this problem.
    Any help is greatly appreciated.

    r singh wrote:
    >
    I am getting "No Suitable Driver" exception from WebLogic 6.1 (sp1) at
    the start up of the server.
    My settings:
    - WLS 6.1 on a solaris 8 machine and Oracle 8.1.6 on a WIN2K machine.
    - I created the connection pool for oracle with the following
    parameters:
    connection name: OracleConnectionPool
    url: jdbc.oracle.thin:@myOracleServer:1521:myDBName
    driver class name: oracle.jdbc.driver.OracleDriver
    properties: user=scott
    password=tiger
    - I have also downloaded classes12.zip and nls_charset12.zip from
    Oracle.com
    and have placed under $WL_HOME/lib.
    - I have added $WL_HOME/lib/classes12.zip:$WL_HOME/lib/nls_charset12.zip
    in
    front of the $CLASSPATH in the startWeblogic.sh script. The echoed
    classpath
    from the startup script is:
    /opt/tools/bea/wlserver6.1/lib/classes12.zip:/opt/tools/bea/wlserver6.1/lib/nls_
    charset12.zip:/opt/tools/bea/wlserver6.1:/opt/tools/bea/wlserver6.1/lib/weblogic
    _sp.jar:/opt/tools/bea/wlserver6.1/lib/weblogic.jar
    - Still I get the error:
    <Jan 16, 2002 1:38:45 PM EST> <Error> <JDBC> <Cannot startup
    connection pool "Or
    acleConnectionPool" No suitable driver>
    Can somebody point me out if i am doing anything wrong here.
    Thanks.
    RamanandHi,
    Sure. Your URL should be "jdbc:oracle:thin:@myOracleServer:1521:myDBName"
    not "jdbc.oracle.thin:@myOracleServer:1521:myDBName"
    Joe

  • Content Server connection problems

    SAP Content Server connection problems
    I have installed the SAP Content Server on a Windows 2003 server. I connected to the Max DB on the remote server from Database Manager on my PC. I created repositories in R/3 in OAC0 and CSADMIN and saved documents to the Content Server. This all took a few hours from O/S install to saving a document in the repository, so I do understand the basics of the Content Server and Max DB.
    Unfortunately we are not going to use Windows; we will be running this on UNIX. Therefore I'm trying it out on a Linux system while I wait for the AIX system to be available. It's been a long road but I have finally gotten the install to finish 'successfully' however I can't connect from R/3.
    When I run the check http://10.XXX.YYY.ZZZ:1090/ContentServer/ContentServer.dll?serverInfo from the browser on the Linux host I get back a good status as shown below:
    serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverVersion="640";serverPatch="0";serverBuild="16";pVersion="0046";serverStatus="running";serverDate="2008-03-25";serverTime="22:39:45";startUpDate="2008-03-25";startUpTime="22:32:21";lastAccessDate="2008-03-25";lastAccessTime="22:38:33";
    However when I do this from any my PC it won't connect. (Of course the real problem is I can't connect from R/3.)
    If I try the same URL from a different user session on the same Content Server Linux host I get the same good status.
    I thought maybe the httpd.conf file was wrong so I tried:
    Listen 0.0.0.0:1090
    In cs.conf I tried commenting out AdminSecurity & AdminSecurityGroup.
    I also changed StorageDriver from SAPDBStorage to FSStorage.
    I don't know if this is related or just another problem to tackle once I can get through this one. I was not able to add the new system to the Database Manager. I get the error "-4 could not connect to socket [10060]".
    Thanks to all for any help. Points will dutifully be rewarded.
    David

    Hi Henk,
    It looks like I am dumber than a rock. The firewall was indeed active on the Linux host. I turned it off and can now do the http connection test to the Content Server. (I awarded very helpful points.)
    I still can't connect to the database with the Database Manager however the message has changed; it now says "-4 XSERVER might be inactive". I just turned off the firewall so I have a few things to try, like figure out how to start MaxDB without the DB Manager. I'll post my progress. Thanks Henk.
    David
    Edited by: Dave Hill on Mar 28, 2008 12:00 AM
    Now I have installed the Database Studion on my PC. No I'm getting this message when I try to connect to the host/database on the Linux system: "Cannot connect to host 10.XXX.XXX.XXX:7210 [Connection refused: connect], -813."
    Does MaxDB need to be started to connect? Any idea how to start it manually? Thanks,
    David
    Edited by: Dave Hill on Mar 28, 2008 1:06 AM
    Ah, at long last. There's this tiny yet very important little program called x_server that SAP didn't include in the SAP Content Server install guide. This needs to be running in order for anything to connect. I'm sure most of you know about it but for the rest you can find it in:
    /sapdb/programs/bin
    Then type
    ./x_server start
    I'm not sure what user it should run under but I started it as the sdb user.
    You could automate the database startup with a script. See http://maxdb.sap.com/doc/7_7/e9/005dac1592496783e26133eb7fad0b/frameset.htm
    Thank you Henk, I'll call this problem solved and award points.
    Edited by: Dave Hill on Mar 28, 2008 2:10 AM

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • How to solve Oracle SQL Developer connection problem ?

    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?

    user8860348 wrote:
    Folks,
    Hello. I am using Oracle Database 11gR1. The Database Control Console https://localhost.localdomain:1158/em works correctly. I can create a Database and a table successfully.
    My OS is Linux and connects to internet successfully.
    In order to run SQL statements. we need to use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:
    Connection Name: DB1 (this is my database name as well)
    Username: SYS (this is the user name I used to login to the Console)
    Password: SYS (this the password used to login to the Console)
    Connection Type: Basic
    Host Name: localhost
    Port: 1158
    SID: DB1 (this is created during installing the Database)
    But the error message comes up: "Status: Failure - IO exception Connection Reset."
    Can any folk tell me how to solve Oracle SQL Developer connection problem ?username: sys
    password: enter_your_correct_password given at the time of oracle installation
    role: select sysdba if you would connect as sysdba else select normal for users other than sys
    hostname: enter your oracle server hostname or ip address eg:- 192.168.11.12
    to find the hostname open terminal/command prompt in oracle installed machine
    type ---> hostname
    type ---->ping hostname
    you can find the ipaddress of the server
    port number: 1521 (default) ----> i guess , else check the port number in the tnsnames.ora file under your ORACLE_HOME/network/admin folder
    SID: DB1
    try it
    Good Luck

  • EJB IIOP connection failed

    I got the following message "Cannot connect to service: sess_iiop://localhost:2482:test" when I try to deployment EJB and I use the 8.1.7. and Jdev 3.2. Please advise what is wrong for my IIOP connection. From the listener.log, the connection looks good.
    ======================================
    Compiling the project...done
    Validating the profile...done
    Initializing deployment...done
    Scanning project files...done
    Generating classpath dependencies...done
    Generating archive entries table...done
    *** Archive generation completed ***
    *** Deploying the EJB to 8i JVM ***
    EJB deployment argument list:
    "C:\Program Files\Oracle\JDeveloper 3.2\java1.2\jre\bin\javaw"
    "-DPATH=C:\Program Files\Oracle\JDeveloper 3.2\bin;C:\Program Files\Oracle\JDeveloper 3.2\java1.2\bin"
    -classpath
    "C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper 3.2\lib\javax-ssl-1_2.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\jasper.zip;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora.zip;C:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\translator.zip;C:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\runtime.zip;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\mts.jar;C:\Program Files\Oracle\JDeveloper 3.2\myclasses;C:\Program Files\Oracle\JDeveloper 3.2\lib\jdev-rt.zip;C:\Program Files\Oracle\JDeveloper 3.2\jdbc\lib\oracle8.1.7\classes12.zip;C:\Program Files\Oracle\JDeveloper 3.2\lib\connectionmanager.zip;C:\Program Files\Oracle\JDeveloper 3.2\lib\javax_ejb.zip;C:\Program Files\Oracle\JDeveloper 3.2\auro
    a\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper 3.2\lib\javax-ssl-1_2.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\jasper.zip;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\aurora.zip;C:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\translator.zip;C:\Program Files\Oracle\JDeveloper 3.2\sqlj\lib\runtime.zip;C:\Program Files\Oracle\JDeveloper 3.2\aurora\lib\mts.jar;C:\Program Files\Oracle\JDeveloper 3.2\java1.2\jre\lib\rt.jar;C:\Program Files\Oracle\JDeveloper 3.2\lib\xmlparserv2.jar"
    oracle.aurora.ejb.deployment.GenerateEjb
    -u
    scott
    -p
    tiger
    -s
    sess_iiop://localhost:2482:test
    -republish
    -keep
    -temp
    TEMP
    -descriptor
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Demo\EJB\DemoHelloEJB.xml"
    -oracledescriptor
    C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Demo\EJB\DemoHelloEJB_oracle.xml
    -generated
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Demo\EJB\DemoHelloEJBGenerated.jar"
    "C:\Program Files\Oracle\JDeveloper 3.2\myprojects\Demo\EJB\DemoHelloEJBSource.jar"
    Cannot connect to service: sess_iiop://localhost:2482:test
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    ============================================
    null

    I have had teh same problem while deploying ejb with deployejb
    tool.. where is teh problem?
    I got the following message "Cannot connect to service: sess_iiop://localhost:2482:test" when I try to deployment EJB
    and I use the 8.1.7. and Jdev 3.2. Please advise what is wrong
    for my IIOP connection. From the listener.log, the connection
    looks good.>======================================>Compiling the
    project...done>Validating the profile...done>Initializing
    deployment...done>Scanning project files...done>Generating
    classpath dependencies...done>Generating archive entries
    table...done>*** Archive generation completed ***>*** Deploying
    the EJB to 8i JVM ***>EJB deployment argument list:>"C:\Program
    Files\Oracle\JDeveloper 3.2\java1.2\jre\bin\javaw">"-
    DPATH=C:\Program Files\Oracle\JDeveloper 3.2\bin;C:\Program
    Files\Oracle\JDeveloper 3.2\java1.2\bin">-classpath>"C:\Program
    Files\Oracle\JDeveloper 3.2
    \aurora\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper
    3.2\lib\javax-ssl-1_2.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\jasper.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\aurora.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \sqlj\lib\translator.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \sqlj\lib\runtime.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\mts.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \myclasses;C:\Program Files\Oracle\JDeveloper 3.2\lib\jdev-
    rt.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \jdbc\lib\oracle8.1.7\classes12.zip;C:\Program
    Files\Oracle\JDeveloper 3.2\lib\connectionmanager.zip;C:\Program
    Files\Oracle\JDeveloper 3.2\lib\javax_ejb.zip;C:\Program
    Files\Oracle\JDeveloper 3.2
    \auro>a\lib\aurora_client.jar;C:\Program Files\Oracle\JDeveloper
    3.2\lib\javax-ssl-1_2.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\jasper.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjorb.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjapp.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbjtools.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\vbj30ssl.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\aurora.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \sqlj\lib\translator.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \sqlj\lib\runtime.zip;C:\Program Files\Oracle\JDeveloper 3.2
    \aurora\lib\mts.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \java1.2\jre\lib\rt.jar;C:\Program Files\Oracle\JDeveloper 3.2
    \lib\xmlparserv2.jar">oracle.aurora.ejb.deployment.GenerateEjb>-
    u>scott>-p>tiger>-s>sess_iiop://localhost:2482:test>-republish>-
    keep>-temp>TEMP>-descriptor>"C:\Program Files\Oracle\JDeveloper
    3.2\myprojects\Demo\EJB\DemoHelloEJB.xml">-
    oracledescriptor>C:\Program Files\Oracle\JDeveloper 3.2
    \myprojects\Demo\EJB\DemoHelloEJB_oracle.xml>-
    generated>"C:\Program Files\Oracle\JDeveloper 3.2
    \myprojects\Demo\EJB\DemoHelloEJBGenerated.jar">"C:\Program
    Files\Oracle\JDeveloper 3.2
    \myprojects\Demo\EJB\DemoHelloEJBSource.jar">Cannot connect to
    service: sess_iiop://localhost:2482:test>*** Errors occurred
    while deploying the EJB to 8i JVM ***>*** Deployment completed
    ***>============================================ >null

  • CS4 database connection problem

    I am running my own linux server with PHP and MySQL. CS4 will just not connect to the database though I can FTP to the website and hand coded dynamic pages work perfectly fine though any browser. The MySQL remote user has the usual select, insert, delete, update privileges and the username is in the form user%. PHPAdmin confirms the privileges as does Navicat which will connect with no problem. The working pages use a MySQL username that is not remote but with the same privileges.
    Adobe is useless when it comes to describing the MySQL connection problem "unidentified error" which I keep getting. Any ideas gratefully received. ( I am running a laptop development M/C on XP SP3 which I want to make the connection with.
    The connection box inputs are in the following form:
    Connection name: myConnection
    MySQL server: 123.123.123.123
    User name: user%
    Password: *******
    Database: databaseName
    Any help gratefully received.

    I think you should implement a Singleton class.
    something like this....
    private static Connection conn = null;
    public static Connection getDB(String arg1, String arg2) {
       if (conn == null) {
          // initiate your db connection
       // if db connection is already initiated
       return conn;
    }This should be better. Your code has a flaw in that everytime you call getDbConnection(), a new database connection will be created, which of course, consumes both processing time and resource.
    :D

  • Can't find resource when establish iiop connection to 8i

    Finally I finished the hellocorba project. When I try to deploy
    to 8i, another problem (I had submitted to oracle support 3 days
    ago, haven't got answer)still persist: I tried to establish iiop
    connection to 8i, which reside in an solaris machine (while
    jdeveloper in NT), jdeveloper give me the message: Can't find
    resource. The Jdbc connection to 8i is OK. I can also run corba
    application in Solaris. What could be wrong? Please help! Thank
    you very much. Eric Liu
    null

    Hi
    See if it helps by adding an entry of the solaris machine in the
    local hosts file.
    Also check an message posted with subject 'How to get IIOP to
    work with port 2481' It has very useful info.
    regards
    raghu
    Eric Liu (guest) wrote:
    : Finally I finished the hellocorba project. When I try to deploy
    : to 8i, another problem (I had submitted to oracle support 3
    days
    : ago, haven't got answer)still persist: I tried to establish
    iiop
    : connection to 8i, which reside in an solaris machine (while
    : jdeveloper in NT), jdeveloper give me the message: Can't find
    : resource. The Jdbc connection to 8i is OK. I can also run corba
    : application in Solaris. What could be wrong? Please help! Thank
    : you very much. Eric Liu
    null

  • Filemaker JDBC connection problem

    I wonder if anyone with a lot of initiative and intelligence can help me with a connection problem.
    An ordinary copy of the Filemaker Pro database only accepts local JDBC connections - i.e. from the same machine.
    That's Ok because I also have a very expensive Filemaker Server license and Filemaker Server accepts connections from anywhere.
    However this causes me rather boring testing problems. My portable computer, where I write all my code, is a dual-boot machine (Windows and Linux), and for testing purposes I want to use an ordinary copy of Filemaker Pro on the Windows part, and throw queries at it from the Linux part. With the old version of Filemaker Pro, this was possible, with the new version, it is not (only connections from the same machine are accepted).
    Question: is there any way of writing a programme in the middle, hosted on the Windows part, that accepts connections from the Linux part, and then passes them on to the Filemaker Pro copy - which will then think that the query came from the local machine - and will then take the answer and relay it to the Linux part?
    Any help gratefully received.

    Question: is there any way of writing a programme in
    the middle, hosted on the Windows part, that accepts
    connections from the Linux part, and then passes them
    on to the Filemaker Pro copy - which will then think
    that the query came from the local machine - and
    will then take the answer and relay it to the Linux
    part?Just a small question. To my understanding dual boot means at a given time your computer will be running only one OS (either windows or linux) right?. Or are you running a VM with linux inside your windows?

  • Imap connection problems

    When checking email I now encounter a connection problem.  I receive the "The mail server imap.gmail.com is not responding.  Verify that you have entered the correct account info into mail settings."  This occured suddenly, without changes to my settings.  The settings appear correct and they match my iphone settings (where mail can be fetched without problems).
    Anyone have an easy answer for me?

    I'm more of a Linux guy, but any chance that your server is accepting only IMAPS on port 993, and not IMAP on port 143? There's a bug on the iPhone that will only let it configure the account if port 143 is accessible. Once configured, you can close, block, stop forwarding that port if you like.
    - Jason

  • Bad IIOP connection :(((

    Hi,
    I have Oracle 8.1.7 on NT 4.0 advanced server (cluster configuration). It workes fine, but there is one problem, I can't make IIOP connection from other computer (from same computer I can do it without any problems). In the listener log file there are messages showed my attempts, but they's status is OK.
    I added dns name in file 'host', but the trouble was not solved. I think the problem is other, since I can connect to other Oracle (8.1.6) that works on the other server (Windows 2000 Advanced Server) in the same networks.
    Thanks,
    Sergey.

    Hello Matty04
    Check out the article below to troubleshooting with your iPhone. Check with Acoustic-speaker/microphone/receiver and General phone and connectivity issues to get you started.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • WRT54G ver. 6 connection problem

    Hi, I just bought a WRT54G wireless router and I had no problem in installing it and connecting my computers either wireless or through the wired hub. However, I do have a very annoying problem: while all my devices maintain connection with the router, the internet connection is lost very frequentely, and it does not come back until I power off the router. Before having the router (my laptop was plugged directly into the wall) the connection was very good, never had any problem, no connection loss , nothing. Technically, the router does not lose the connectivity, it still has a valid IP address from the provider, I just cannot use any internet services. If I try renew IP on tthe router it does not work eithre, it drops the current IP, but it does not acquire a new one. The connection is lost usually after some period of inactiviy (i.e. if I am going to eat something for 5 minutes and come back, the connection is down). When I work continuously it seems to be ok, only when I have a break the problem occurs. The problem occurs on both Linux and Windows systems with bot wireless and wired connection. I updated the firmware to the latest version. I am on the verge of returning the unit as I think this is unacceptable, but before I wanted to see if it is fixable or if anyone else has it. thanks Tibi

    Exactly same problem....now I can't connect at all (Vista or XP box). Connection sometimes says strong...sometimes limited...never an actual connection. This has worked in the past, but very spotty. Would have issue and then have to power off router and reset. Now that is not even working. Very frustrating!

  • Timeouts and connection problems after 5.1(2) upgrade

    AIM/chat and some other programs are having timeout/connection problems after upgrade to 5.1(2). I am using S241 also. The connection problems stopped when the IPS was set to bypass. Rebuilt IPS and left sigs at default settings and problem is still happening. I am not seeing any of the IPs that are having the problem in the Event Viewer or on the Events in the IDM.
    Any known issues with the 5.1(2) that would cause this type of problem?

    I don't know specifically, but I did notice that 5.1(3) was released today.

  • Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hello Sue,
    I have an iPad 3, iPad Mini and iPhone 5S and they are all sluggish on capitalisation using shift keys. I hope that Apple will solve the problem because it is driving me crazy.
    I find using a Microsoft Surface and Windows 8 phone, which I also have, work as well as all the ios devices before the ios 7 upgrade.
    It has something to do with the length of time that you need to hold the shift key down. The shift key needs to be held longer than the letter key for the capitalisation to work. For some reason, this is a major change in the way we have learnt to touch type on computers. I am having to relearn how to type!
    Michael

  • RFC Receiver adpater Connection problem , Help us to solve ?

    Hi  Friends ,
                          Our scenarilo is Mail to RFC. It was running fine. In RFC Receiver adapter i have given <b>Maximium connection property to 1</b> .
                      While multiple set data passed to rfc will connection problem will come ?
                     Most data not uploaded . I am getting the following error.
                     <b>   If i set max connection to 5 . It is 5 times or more than that it is pusing the data .</b>
                    i am getting the following error <b>while i set the Max   connection to 1 .</b> . <b>Any other place i need to change configuration ?</b>
                   <i><b> - Error: 2007-09-24 10:51:22 GMT-05:30: Message processed for interface YRFC_EXT_WARR: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: resource error: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool RfcClient[CC_EXTE_WAREN_2W_RFC_RECEIVER]e7fa21f86ec535e883636c0beffc0f0c is exhausted. The current pool size limit (max connections) is 1 connections.</b></i>
                            Please give the description . I have referred many likns . Help us to solve this problem .
    Regards.,
    V.Rangarajan<b></b>
    Message was edited by:
            ranga rajan

    Hi,
    Have a look at this.This will help you.
    1.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c28b5377c2
    2. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3103eb90-0201-0010-71af-be6f4a6f61d1
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.
    Message was edited by:
            Akshay Jamgaonkar

Maybe you are looking for