Database No connection detection

I remember in the older versions of Coldfusion in the
administrator there was the odbc page. On this page there was a
status of the connections. Is there any CF tag/function that
determines if a database connection is working?
Thanks
Dave

> Is there any CF tag/function that determines if a
database connection
Have you considered using...
CreateObject("component","cfide.adminapi.datasource")
Good luck!

Similar Messages

  • No Network Connections Detected

    Hello
    I have installed Oracle Linux 6 on my Laptop (Vaio VPCEA 12EG)....Everything is going fine even my graphic card. But there is no connection detected. No wireless and ethernet.
    When I use Lspci I can see the drivers for both wireless and eth but still when i use network manager to connect to a network I can not see anything. Also when I connect my laptop
    to a cable still I do not have anything.
    Wireless: Atheros ar9285
    Eth: Marvell Yukon 88E8059
    I m a new user to linux. Guide me please.
    Thanks in Advance.

    Some projects might help you to use your Ethernet card in Enterprise Linux. For instance: http://elrepo.org/tiki/tiki-index.php which has support for kmod-sk98lin, but I'm not sure if it works in version 6. Your Wireless card will be another story.
    I would also suggest to try a Linux distribution like Fedora or Ubuntu. If you really need Enterprise Linux, for instance to install Oracle Database, you might consider using free Oracle Virtualbox, which also works under Windows.

  • Warnings saying 'JCA Error : JCA0003 Unclosed connection detected'

    Hi,
    I am getting this message on my OC4J 10g standalone prompt whenever I make requests to my Oracle 9.2 database through Pooled Datasource (of oracle). I watch performance of my application on oc4j console. I open get new connection from datasource and close it at the end of request. I find many open connection there though I have checked explicitly, if there is any open connection close it, at the end of a request. The source code is large so i cant post it now. If any friend can help me solve this problem, I will post it as needed.
    For now Ithis is how I the cosole is ... ( Just after boot )
    C:\oc4j\bin>oc4j -start
    Starting OC4J from C:\oc4j\j2ee\home ...
    2006-04-22 15:22:34.692 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@1dbbaab' : ''.
    2006-04-22 15:22:34.770 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@8f53c8' : ''.
    2006-04-22 15:22:34.770 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:22:35.864 NOTIFICATION JMS Router is initiating ...
    06/04/22 15:22:37 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    After subsequest requests ...
    2006-04-22 15:23:43.176 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@dc3491' : ''.
    2006-04-22 15:23:43.176 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@142f024' : ''.
    2006-04-22 15:23:45.708 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:23:47.973 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@133365c' : ''.
    2006-04-22 15:23:47.973 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@dc8f6d' : ''.
    2006-04-22 15:23:49.973 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@151e135' : ''.
    2006-04-22 15:23:49.973 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@1e7a4d0' : ''.
    2006-04-22 15:23:49.973 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:23:49.989 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:23:49.989 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@113eb9c' : ''.
    2006-04-22 15:23:49.989 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@52d360' : ''.
    2006-04-22 15:23:49.989 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:23:49.989 WARNING J2EE JCA0003 Unclosed JCA connection detected.
    2006-04-22 15:23:54.973 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@128d1f4' : ''.
    2006-04-22 15:23:56.333 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@1bb3c06' : ''.
    2006-04-22 15:23:56.348 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@4134e0' : ''.
    2006-04-22 15:23:56.348 WARNING J2EE DS265 Unclosed connection detected : 'oracle_jdbc_driver_Log
    icalConnection_Proxy@b5c12e' : ''.

    I was also seeing this warning (using OC4J 10.1.3.0.0 in Windows), so I tried to follow Frances' advice. However, when I changed the logging for the "oracle.j2ee.datasource" logger to "FINEST", my application was no longer able to get connections. I get the following NullPointerException whenever I attempt to get a connection from my datasource:
    java.lang.NullPointerException
    at oracle.oc4j.sql.spi.ManagedConnectionImpl.initForUse(ManagedConnectionImpl.java:161)
    at oracle.oc4j.sql.spi.ManagedConnectionImpl.<init>(ManagedConnectionImpl.java:93)
    at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:199)
    at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1333)
    at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:324)
    at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:95)
    at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1209)
    at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:782)
    at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1532)
    at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1477)
    at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1423)
    at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:244)
    at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:198)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:197)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:142)
    at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:127)

  • Lost connection detection time difference

    Having a problem understanding why a broken JDBC connection is detected under Windows much quicker than it is under Linux.
    I have an process that opens a connection to MSSQL using JDBC, a Stored Procedure is then executed and the result set
    processed, this execute step is repeated every 60 seconds or so. If any exception is thrown then resources are closed, sleep
    for 60 seconds, the connection is reopened (if fails then sleeps and repeats), once reopened the process continues. There is logging throughout
    the above steps.
    On Windows Vista 64bit Sun Java platform the process runs fine, if I deliberately break the connection (stop MSSQL service), the process
    logs a problems within 60 seconds and starts handling the error, when the MSSQL comes back then within 60 seonds the connection is remade
    and the process continues as expected.
    Under Ubuntu 10 64bit both Sun and OpenJDK the process runs fine, until the connectionis broken, as it takes about 17 minutes for the exception to be thrown
    for the broken connection (stopped MSSQL) to be detected, as opposed to under Windows taking seconds. Once detected then the process works as expected, retrying
    and reconnecting as it should.
    The libs and code used are the same the only difference between the windows and linux versions are the logging path parameter, have tried with different versions of Java
    and with different MSSQL JDBC drivers.
    What could be the reason for the time difference in the lost connection detection between Windows and Linux? Any help tips would be most welcome.
    Thanks.

    The connection is only made once and used throughout, it is only closed if there is a problem. This runs absolutely fine with logging for weeks, the execute and processing take millisecondsIt is pointless to keep the connection in that situation. Create it every time.
    Doing that might even fix your problem. But regardless you should still not keep it.
    Have jujst checked the timings and if the db connection is broken the on Linux (Ubuntu) the exception generated by step 4. takes up to 15 minutes 35 seconds to move on to step 7. on Windows though it is instant, there is a log message output prior to the execute statement this outputs then the exeception logged.You have an existing connection.
    Then you attempt a request which I am guess takes 17 minutes to timeout. (That happens because you are testing by stopping the server.)
    That is the problem.
    First verify the connection url. It might have timeout values in it.
    If not then the next most likely cause is that someone changed the OS (not java) TCP timeout values. Bad idea if they did. And the only way to fix is to change them back to something reasonable. You can code around this by using two threads. One that sets a timer and the other that runs the request. If the timer fires then attempt to cancel the request (see the jdbc api.)

  • This database was connected to a Microsoft Access Services site that is not compatible with this version of Microsof Access. You cannot make design changes or modify data in database.

    Hello All,
    I am getting this error while I am connecting my access database website for the change
    "This database was connected to a Microsoft Access Services site that is not compatible with this version of Microsof Access. You cannot make design changes or modify data in database."
    I am using SharePoint 2010 and Microsoft Office 2010.
    I have created one Contact Database Site and now I am trying to modify the layout of the form in Access. and I am getting the error that I have mentioned.
    Please provide help on it.
    Thanks in Advance....

    Hello All,
    I got the answer, we have to enable the port 80 or where the access service is deployed and we have to change Trust setting and also, enable the macro from Access.
    Hope this will help to other....

  • JDBC connection detection failed in UNIX environment

    Now I am doing the connection detection to ORACLE but it failed
    in UNIX environment. I will put the error messages here
    bash-2.03$ java -Dbea.home=/bea utils.dbping ORACLE ecom31@cse oracle global
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    Pay attention to the System.loadLibrary(weblogicoci37) part. It's mean that
    the file weblogicoci37 is not found.
    Actually I have SUCCESSFULLY detect the connection on WIN2K environment. I
    can found that file (weblogicoci37.dll) easily and put it on the path.
    I have searched that file, but the closer folder that i can found is
    file:/home/ecom31/bea/wlserver6.1/lib/linux/i686/oci816_7
    but the file is libweblogicoci37.so
    Can somebody give me a clue how to solve that problem ?
    Thank you very much for any help.

    Hi.
    Make sure that your Oracle client lib is also in your shared library path.
    Regards,
    Michael
    Hadi Ismanto wrote:
    Now I am doing the connection detection to ORACLE but it failed
    in UNIX environment. I will put the error messages here
    bash-2.03$ java -Dbea.home=/bea utils.dbping ORACLE ecom31@cse oracle global
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    Pay attention to the System.loadLibrary(weblogicoci37) part. It's mean that
    the file weblogicoci37 is not found.
    Actually I have SUCCESSFULLY detect the connection on WIN2K environment. I
    can found that file (weblogicoci37.dll) easily and put it on the path.
    I have searched that file, but the closer folder that i can found is
    file:/home/ecom31/bea/wlserver6.1/lib/linux/i686/oci816_7
    but the file is libweblogicoci37.so
    Can somebody give me a clue how to solve that problem ?
    Thank you very much for any help.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • ORA-01031: insufficient privileges from auxiliary database while connecting

    i am getting this error ORA-01031: insufficient privileges from auxiliary database while connecting plz help.
    TNS-01106: Listener using listener name VINAR has already been started
    [oraclone@server VINTEST_server]$ tnsping VINAR
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 17-JAN-2013 19:10:49
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    /d04/oraclone/db/tech_st/11.1.0/network/admin/VINTEST_server/sqlnet_ifile.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=server.csacons.com)(PORT=1571)) (CONNECT_DATA= (SERVICE_NAME=VINAR) (INSTANCE_NAME=VINAR)))
    OK (0 msec)
    [oraclone@server VINTEST_server]$ rman target sys/change_on_install@VINAR auxiliary /
    Recovery Manager: Release 11.1.0.7.0 - Production on Thu Jan 17 19:11:38 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    [oraclone@server VINTEST_server]$ sqlplus sys/change_on_install@VINAR as sysdba
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Jan 17 19:31:52 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: sys@VINAR as sysdba
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: [oraclone@server VINTEST_server]$
    [oraclone@server VINTEST_server]$
    SQL> select * from v$pwfile_users;
    no rows selected
    SQL>
    listner.ora
    SID_LIST_VINTEST =
      (SID_LIST =
        (SID_DESC =
          (ORACLE_HOME= /d04/oraclone/db/tech_st/11.1.0)
          (SID_NAME = VINTEST)
          #(GLOBAL_DBNAME = VINAR)
          #(ORACLE_HOME= /d03/oravnr/db/tech_st/11.1.0)
          #(SID_NAME = VINAR)
          (SID_DESC =
          #(ORACLE_HOME= /d04/oraclone/db/tech_st/11.1.0)
          #(SID_NAME = VINTEST)
          (GLOBAL_DBNAME = VINAR)
          (ORACLE_HOME= /d03/oravnr/db/tech_st/11.1.0)
          (SID_NAME = VINAR)
    tnsnames.ora
    VINTEST=
            (DESCRIPTION=
                    (ADDRESS=(PROTOCOL=tcp)(HOST=server.csacons.com)(PORT=1591))
                (CONNECT_DATA=
                    (SERVICE_NAME=VINTEST)
                    (INSTANCE_NAME=VINTEST)
    VINAR=
            (DESCRIPTION=
                    (ADDRESS=(PROTOCOL=tcp)(HOST=server.csacons.com)(PORT=1571))
                (CONNECT_DATA=
                    (SERVICE_NAME=VINAR)
                    (INSTANCE_NAME=VINAR)
    kind regards
    plz help

    Pl do not post duplicates - ORA-01031: insufficient privileges from auxiliary database while connecting

  • "Unable to connect to the database" when connected to corporate network

    Hi
    Installed Primavera P6 V7 and Oracle 10g in Stand alone on XP 32bit machines with SP3. When our machines are NOT connected to the corporate network it works fine.
    However when connected to the network we can not access the locally stored database. We get message "primavera unable to connect to the database. would you like to configure the database connection now"
    Database on servers that we set up are fine regardless.
    If we connect machines to just the internet, again no issues.
    So something is stopping Primavera opening local database when connect on our corporate network.
    Any ideas please?
    Thanks

    This may be a long shot but look into how your TNSNAMES.ora file is being distributed on the domain (or are you possibly utilizing LDAP.ora on the domain side?).
    Some time ago I remember a company scripting an ENV variable on domain logon that altered where the Oracle client would pull the TNSNAMES from.

  • ORA-16795: database resource guard detects that database re-creation is req

    Hi, I have Data Guard with data broker (Oracle 10.2.0.4) set up with RMAN and RMAN catalog. I was recovering my primary from a corrupted datafile, when automatic failover took place. After I did the recovery, I tried to re-instate my primary, but ran into the followign error:
    Error: ORA-16795: database resource guard detects that database re-creation is requiredIn order to recreate the old primary (new standby), can I just delete all of the dbf files on old primary and then follow the steps to create a standby using backups from new primary? What about RMAN catalog? Do I have to unregister anything from there? Do I need to delete the configuration? If anyone has steps on how to RE-CREATE standby, that would be very helpful. Thank you!

    I followed the above Metalink note, but when I try to restore standby controlfie I get:
    RMAN> restore standby controlfile from '/data/backup/081409/';
    Starting restore at 14-AUG-09
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 08/14/2009 08:53:23
    RMAN-06172: no autobackup found or specified handle is not a valid copy or pieceMy directory structure is the same on both machines for primary and standby. I did not have autobackup set when I took primary's backup. I backed up primary in the following way:
    backup database plus archivelog;
    backup current controlfile for standby;Any ideas?

  • Database Resident Connection

    I was reading on Database Resident Connection pooling,
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/manproc002.htm
    it says,
    You cannot perform the following activities with pooled servers:
    Shut down the database
    But i enable the pooled with dbms_connection_pool.start_pool() and i was able to shutdown the database.
    Database 11.2.0.3 32bit...
    Any comment..

    842638 wrote:
    I was reading on Database Resident Connection pooling,
    http://docs.oracle.com/cd/E11882_01/server.112/e25494/manproc002.htm
    it says,
    You cannot perform the following activities with pooled servers:
    Shut down the database
    But i enable the pooled with dbms_connection_pool.start_pool() and i was able to shutdown the database.
    Database 11.2.0.3 32bit...
    Any comment..You should file a Bug Report.

  • No internet connection detected error and Login errors

    I'm on Sony Xperia SP and I have run into two problems lately, one being that Spotify says I have no internet connection (no internet connection detected error) and I've recently bought premium so I'm wasting my money because of this. I've tried clean reinstall and it still failed, this now brings me to my second problem. I also get long waits while waiting to log in and a lot of the time it never logs in, I've only logged out to first the first error and it just creates more problems. I've tried both Facebook and regular logins and none have worked. I know a lot of the community has either previously or is currently receiving this problem so a update fix would be great!
    P.S. Login for my ps4 and PC work fine so it's a problem with the app itself.

    Just a correction, I believe the error was actually no internet connection available but because I can't even login I'm not sure!

  • UDConnect - Could not connect to database. Connection is inactive

    Dear SDN,
    We have a Netwever BI 7.0 server and trying to connct the Nonsap Sybase database through Udconnect .
    we have downlod the EBF13490.tgz file form sybase site which contanse the jconnect5.5 drivers for all hardware and OS platforms.
    We extract the file and save the jconn2.jar file in out solaris BI 7.0 server 
    follwoing settings are configured .
    1.JCO_RFC_PROVIDER -
    the settings in visual adminstrator    Myserverhostname_PORTAL_BD1 is alreday found and RFC from sm59 is also tested properly.
    2. JDBC Connector - create sybase driver and upload the jconn2.jar
    3. connector container - create resource adapter as library:sybase
    4. Maintan the settings of nonsap sybase server as below
    DriverName= com.sybase.jdbc2.jdbc.SybDriver
    Url= jdbc:sybase:Tds: <my server ip>:2638 /databse=rdd
    and usrname , password after that restart the java stack.
    when Exicute test report  throw portal :
    http://<bi server ip > :50000/TestJDBC_Web/test2  
    It gives the follwoing error.
    Test JDBC Page
    Error!
    Could not connect to database. Connection is inactive or does not support JDBC.
    Go back
    Exception Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:796)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:25)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:112)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:320)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:188)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233)
         ... 19 more
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:336)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:99)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118)
         ... 23 more
    Caused by: java.sql.SQLException: JZ00L: Login failed.  Examine the SQLWarnings chained to this exception for the reason(s).
         at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:570)
         at com.sybase.jdbc2.tds.Tds.processLoginAckToken(Tds.java:4088)
         at com.sybase.jdbc2.tds.Tds.doLogin(Tds.java:527)
         at com.sybase.jdbc2.tds.Tds.login(Tds.java:449)
         at com.sybase.jdbc2.jdbc.SybConnection.tryLogin(SybConnection.java:254)
         at com.sybase.jdbc2.jdbc.SybConnection.regularConnect(SybConnection.java:230)
         at com.sybase.jdbc2.jdbc.SybConnection.(SybConnection.java:200)
         at com.sybase.jdbc2.jdbc.SybConnection.(SybConnection.java:134)
         at com.sybase.jdbc2.jdbc.SybDriver.connect(SybDriver.java:179)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:320)
         ... 25 more
    Please suggest.
    i have check the nonsap server is accesiable from BI 7.0 server using telnet and port 2638.
    Plea

    please check if the configuration is correct:
    http://help.sap.com/saphelp_scm50/helpdata/en/43/e35b3315bb2d57e10000000a422035/content.htm

  • Dead connection detection

    The documentation that I have states that SQLNET.EXPIRE_TIME is an obsolete option. What has taken its place?

    And if you wish to get more suggestation then please read below links too :
    1.Details in Metalink note as Anand provided.
    How does Dead connection detection work?
    2.How does Dead connection detection work?
    3. Short and an interview reply :
    http://yogeedba.blogspot.com/2008/02/oracle-dead-connection-detection.html
    HTH
    Girish Sharma

  • Using Database Resident Connection Pooling

    Hi all,
    <br><br>
    In trying to use Database Resident Connection Pooling in Oracle 11g, here is what I have done:
    <br><br>
    SQL> conn / as sysdba
    Connected.
    SQL> exec DBMS_CONNECTION_POOL.START_POOL();
    PL/SQL procedure successfully completed.
    SQL> SELECT STATUS,MINSIZE,MAXSIZE,INCRSIZE,SESSION_CACHED_CURSORS,INACTIVITY_TI
    MEOUT
      2  FROM DBA_CPOOL_INFO;
    STATUS              MINSIZE    MAXSIZE   INCRSIZE SESSION_CACHED_CURSORS
    INACTIVITY_TIMEOUT
    ACTIVE                    4         40          2                     20
                   300<br>
    <br>
    In tnsnames.ora file, here is what I have put:<br>
    ORA11G =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = winxp)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ora11g)
    ORA11GP =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = winxp)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = POOLED)
          (SERVICE_NAME = ora11g)
      )<br>
    <br>
    Now, in sqlplus in attempt to use DRCP, here is what I got:<br>
    SQL> CONN HR/HR@ORA11G
    Connected.
    SQL> CONN HR/HR@ORA11GP
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    Warning: You are no longer connected to ORACLE.<br>
    <b>Is there anything I missed to properly use DRCP.</b>
    <br>
    Thanks in advance.

    According to Metalink note:
    Subject: Using DRCP and NTS Authentication Results in ORA-28547
    Doc ID: Note:563943.1 Type: PROBLEM
    Last Revision Date: 19-MAY-2008 Status: MODERATED
    this is a bug on Windows and you should configure client sqlnet.ora so that SQLNET.AUTHENTICATION_SERVICES=NONE.

  • What does this mean [SSL/TSL connection detected] IP TRACED: Apple?

    I've recently had a popup reguarding something named a "SSL/TSL connection detected."? It came from my security program, and the IP and port is
    Adress: 17.172.192.200
    Port: 993
    (Terminal whois response)
    NetRange:       17.0.0.0 - 17.255.255.255
    CIDR:           17.0.0.0/8
    OriginAS:
    NetName:        APPLE-WWNET
    NetHandle:      NET-17-0-0-0-1
    Parent:
    NetType:        Direct Assignment
    RegDate:        1990-04-16
    Updated:        2012-04-02
    Ref:            http://whois.arin.net/rest/net/NET-17-0-0-0-1
    OrgName:        Apple Inc.
    OrgId:          APPLEC-1-Z
    Address:        20400 Stevens Creek Blvd., City Center Bldg 3
    City:           Cupertino
    StateProv:      CA
    PostalCode:     95014
    Country:        US
    RegDate:        2009-12-14
    Updated:        2011-03-08
    Ref:            http://whois.arin.net/rest/org/APPLEC-1-Z
    OrgTechHandle: ZA42-ARIN
    OrgTechName:   Apple Computer Inc
    OrgTechPhone:  +1-408-974-7777
    OrgTechEmail:  [email protected]
    OrgTechRef:    http://whois.arin.net/rest/poc/ZA42-ARIN
    OrgAbuseHandle: APPLE11-ARIN
    OrgAbuseName:   Apple Abuse
    OrgAbusePhone:  +1-408-974-7777
    OrgAbuseEmail:  [email protected]
    OrgAbuseRef:    http://whois.arin.net/rest/poc/APPLE11-ARIN
    RTechHandle: ZA42-ARIN
    RTechName:   Apple Computer Inc
    RTechPhone:  +1-408-974-7777
    RTechEmail:  [email protected]
    RTechRef:    http://whois.arin.net/rest/poc/ZA42-ARIN
    # ARIN WHOIS data and services are subject to the Terms of Use
    # available at: https://www.arin.net/whois_tou.html
    What does this mean? Is this dangerous? Why is Apple here?
    - Any possibly reason behind this, I would like to know :

    Do you have a imap email account with some relationship to apple (icloud)?
    After some more research I think you do:
    iCloud: Mail server information
    Incoming server is imap.mail.me.com. If I ping imap.mail.me.com it says it's IP is 17.172.34.200 which is in the range you see above.
    So should you be worried?  Guess not if you trust icloud and apple mail servers.

Maybe you are looking for

  • DIFFIRENCE BETWEEN AP DOWN PAYMENT REQUEST AND AP DOWN PAYMENT INVOICE

    HI ALL Please tell me the diffirence between AP DOWN PAYMENT REQUEST AND AP DOWN PAYMENT INVOICE And Please tell me when those are applicable in practical scenarios in SAP B1 Prasad

  • Coming up empty

    I am trying to re-link/ re-build a project in iMovie 11 that was created by iMovie in Sept 09. It was created on an older iMac and hasn't re-opened when transferred to the new one. I have the camera data and the project files and presumably all of th

  • Sony Bravia KDL-52S5100 LCD Picture?

    My husband just hooked up our new Sony Bravia KDL-52S5100 LCD with an HD cable box from Comcast.  I have seen several Sony LCD's in other people's homes and somehow the picture looked sharper than what I see on ours.  Do we have to do any type of tun

  • ISE doesn't remove URL redirect

    We have an ISE problem, in that the URL redirect sent to the access switch for guest auth is not removed even after successful authentication. Debug shows RADIUS activity as normal, 802.1X failover to MAB, then rediect to webauth; 003064: Aug 22 17:4

  • What is the standard business content for BCS on bw3.5?

    Hi all, Can anyone let me know the standard business content for Bcs on bw 3.5? Thanks Pooja