XSQLT Flight Sample connection error

Hi,
Running the flight example and following all directions received these error messages:
Oracle XSQL Servlet Page Processor 1.0.0.0 (Production)
XSQL-004: Could not acquire a database connection named: fly
XSQL-007: Cannot acquire a database connection to process page.
These occurred at step 5. "Installing the Flight Finder"
I am running Oracle 816i Enterprise Version on my NT workstation and Web-to-Go.
jf kotas

A few diagnostic questions:
- Did you install the XSQL Servlet to c:\xsql?
yes, xsqlt was installed correctly in directory c:\xsql
- Did you edit the file c:\xsql\XSQLConfig.xml to define a database connection for the Flight
Finder?
yes, from XSQLConfig.xml
<connection name="fly">
<username>fly</username>
<password>fly</password>
<dburl>jdbc:oracle:thin:@localhost:1521:ORCL</dburl>
<driver>oracle.jdbc.driver.OracleDriver</driver>
</connection>
- Did you use SQL*Plus to run c:\xsql\fly\allFly.sql?
yes, the tables were created and values inserted.
- Can you use SQL*Plus to connect as fly/fly?
yes, no problems with this either. However, I leave the host string blank in the logon
dialog. When I try to connect using host string @localhost:1521:ORCL as in <dburl>,
I get error message ERROR: ORA-06401: NETCMN: invalid driver designator.
As I reported earlier, everything works up to step 5 "Installing the Flight Finder". Clicking on link "English" is where the connect errors occur.
j kotas
boeing

Similar Messages

  • 'Connection Error' Sample RTMP video used to work, now no longer works?!

    Hello All,
    I had FMS 3.5 developer package installed on my server installed about a month ago. I used to be able to go to the /webroot/ page to see the sample RTMP video play and it worked great. Today, I go to view that page and find that it no longer plays. I get "Connection Error. Please preee Play to try again."
    Pressing the play button does nothing, so I click the RTMP thumbnail and it reloads ony to give me that same error again.
    I can click the HTTP thumbnail and see the video play just fine. But, I want RTMP and after over an hour on the phone with my managed hosting tech, we can't find anything wrong.
    Here's the thing: I haven't done anything, I have not changed anything, I have not manipulated the server software whatsoever. It just stopped working and gives me "Connection Error."
    I checked that port 1935 was open, and it is.
    UPDATED:
    When I click on the RTMP thumbnail, after the 'Connection Error' message comes up in the player, the following things happen in my server's error log:
    "File does not exist: /folder/folder/folder/fcs"
    "File does not exist: /folder/folder/folder/open"
    The corresponding IP is my own.
    The /folder/folder/folder/ corresponds to my public_http folder and related file structure for the website, NOT the RTMP server. I have no idea why the F
    MS is looking in my public_http for fcs and open, but it is.
    Thoughts?
    Please help? Many thanks in advance!
    Sincerely,
    wordman

    SE,
    I'm logged on using PuTTY, my server is Linux and I did in fact get to view the log files.
    I realize the sample page ought to be discarded as a concern, but I was hoping I might learn something from this.
    I don't have the knowledge to try another RTMP player/client, I am brand new to this. I have Flash CS4 Professional, but I need to learn what to do to build a .SWF to play a sample file.
    As for player development, I have been doing research on which might be best for me. In the short term I just need a basic player. In the long term, a player with insertable banners (for in-house promotion and identifiaction, not for ads) and a chat function. The banners may not be necessary as I want the player to be located in a stand-alone page as opposed to a pop-up, so I can do banners in the page itself.
    I have looked into REOPS and Strobe, but the tech is written in engineer-speak so most of it is zooming right over my head. I'm self-taught with PHP so I know this all can't be THAT difficult. The jumping-off point is hard to find though. I need something in human-speak that's a wee easier to understand. A basic player would be lovely right now. I don't even care about skinning, just colors.
    Using the command to check if FMS is running leaves me with 4 lines of info: 5-digit number, ? 00:00:00 fmsmaster (fmsedge, fmscore, fmsadmin)
    Does that mean it isn't running? If so, what can I do to restart it and worse, why would it have stopped?
    Thanks for your help!
    Sincerely,
    wordman

  • ADF: Gracefully handling JDBC connection errors?  Part II

    Hi gang
    I while back I posted a forum post to find a solution to "display a specific web page when the JDBC connection drops out on our ADF application, specifically the following error: oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection"
    ...you can see the original post here:
    Re: ADF: Gracefully handling JDBC connection errors?
    For the life of me I can't get this to work now. It appears I can't redirect to another page during the call to reportException. I've had a play with different methods of redirecting, as seen in the following code sample:
    public class ErrorHandlerImpl extends DCErrorHandlerImpl {
      public ErrorHandlerImpl() {
        super(true);
      @Override
      public void reportException(DCBindingContainer dCBindingContainer, Exception exception) {
    //    try {
          String message = exception.getMessage();
          if (message.indexOf("JBO-26061") >= 0) {
            // Method 1
            FacesContext fc = FacesContext.getCurrentInstance();
            UIViewRoot viewRoot =
            fc.getApplication().getViewHandler().createView(fc, "faces/errorPage.jspx");
            fc.setViewRoot(viewRoot);
            fc.renderResponse();
            // Method 2              
            // FacesContext fc = FacesContext.getCurrentInstance();
            // fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "goError");
            // fc.responseComplete();
            // Method 3 - required IOExcepition handler
            // FacesContext.getCurrentInstance().getExternalContext().redirect("faces/errorPage.jspx");
          } else
              super.reportException(dCBindingContainer, exception);
    //    } catch (IOException e) {
    }... with no success.
    Has anyobody any other solutions or advice on getting this to work?
    Your help appreciated.
    Thanks & regads,
    CM.
    PS. JDev 11gR1 ADF BC + ADF Faces RC

    Hi Frank
    Yep, I' tried redirect, that was method 3 (you can see all 3 methods I've attempted, last 2 are commented out).
    With the declarative ADFc exception handler, problem is it's a catch all, not specifically for JBO-26061. Can you think of a way I can tailor fit it for JBO-26061 with a custom message "Database down"?
    In addition the exception handler is not consistently called. As example, if you're moving between pages rather than operating on 1 page, the standard af:messages error dialog is shown if the db connection has been dropped, rather than navigating to the exception handler page. As such it seems the DCErrorHandlerImpl.reportExceptions is the better chokepoint to work from.
    Cheers,
    CM.

  • MAIL USING PL/SQL PROCEDURE TCP CONNECTION ERROR

    I was trying to send an e-mail using the demo-mail helper package which uses UTL_SMTP package and on execution, it gives the following TCP Connection error. Is it some something to do with mail configuration?
    This is the sample code I was trying to run.
    demo_mail.mail( sender => 'Me <[email protected]>',
    recipients => 'Someone <[email protected]>, ' ||
    '"Another one" <[email protected]>',
    subject => 'Test', message => 'Hi! This is a test.');
    And this is the error I am getting.
    class oracle/plsql/net/TCPConnection does not exist
    at "SYS.UTL_TCP", line 537
    at "SYS.UTL_TCP", line 199
    at "SYS.UTL_SMTP", line 102
    at "SYS.UTL_SMTP", line 121
    at "VNARAYA.DEMO_MAIL", line 159
    at "VNARAYA.DEMO_MAIL", line 119
    at "VNARAYA.DEMO_MAIL", line 105
    at "VNARAYA.SEND_MAIL", line 2
    at line 1

    The Java library needed by UTL_TCP is not created properly. You may just run $ORACLE_HOME/rdbms/admin/initplsj.sql as SYS to install it:
    cd $ORACLE_HOME/rdbms/admin
    sqlplus sys/<sys-password> @initplsj.sql

  • Why am I getting midi conflict/sample rate errors. GarageBand 10 intel mac

    Why am I getting midi conflict sample rate errors with no connected midi device?

    Ok, I'll answer this myself. It has nothing much to do with midi devices being in conflict with anything. Nothing much to do with midi devices, as such, in fact. What it seems to be is a slow running system, whether it be processor, or hard disk, or whatever. In fact, when I found the cause of the problem, it was easy to solve.
    What I saw a few times throughout this episode, was an inacurate sample rate report, which caused Garageband to run and react slowly, causing stuttering and flutter in audio output, so that noises were produced as the program struggled to handle the data streams it was reading and trying to reproduce and output cohesively. All of that was caused, it seems, by my iMac overworking and getting a bit too hot for comfort, having run all day, and multitasking for a good deal of it. I didn't adjust I/O buffering, or take any of the usual 'advised action' I've read from other users.
    I simply saved my work and shut down the machine for an hour or two. When I restarted the machine, all had returned to normal. The lesson is, it seems to me, is minimise, or, stop other tasks the machine is carrying out. Safari, in particular, seems to be a major drain on resources, so work without it running. Shut down all unecessary programs and tasks, and run Garageband alone, when working in it. Garageband is a much tamer beast when it's left alone to do what you ask of it. It's quite a sensitive little soul. :-)

  • Poolman Connection Error !!!

    Poolman Connection Error !!!
    where can i find "org/apache/log4j/Layout"
    how to debug this ??? v.urgent !!! - thanks
    ---------- java ----------
    java.lang.NoClassDefFoundError: org/apache/log4j/Layout
         at com.codestudio.util.SQLManager.createPool(Unknown Source)
         at com.codestudio.management.LocalPoolDeployer.startDataSources(Unknown Source)
         at com.codestudio.management.LocalPoolDeployer.deployConfiguration(Unknown Source)
         at com.codestudio.management.PoolManBootstrap.<init>(Unknown Source)
         at com.codestudio.util.SQLManager.assertLoaded(Unknown Source)
         at com.codestudio.util.SQLManager.requestConnection(Unknown Source)
         at com.codestudio.sql.PoolMan.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:193)
         at pool.main(pool.java:33)
    Exception in thread "main" Normal Termination
    Output completed (1 sec consumed).

    I have exactly the same error as this. Did you find a solution? It's also driving me crazy!!
    I don't need logging to see where it's happening. It happens when I'm testing the setup in the samples directory - basically it's in the doSQL method at the line
    SQLResult = SQLUtil.getInstance().execute(dbname, sql) - & it happens at the execute(..) command. But I'm not sure how useful knowing that is.
    I'm just hoping someones had this problem & knows how to fix it???? I'd really, really appreciate some help on this!!!
    Thanks,
    Louise.

  • Handle the Network Connection Error ...

    The main purpose is to handle the Network Connection Error,
    when there is a Network Connection Error or pc loss the
    connection (remove the ETH cable),
    and it work in IE but not with firefox.
    When there isn't connection during play of sound1, Flash call
    "sound1.onSoundComplete" that point to an other frame, where i load
    an other es:Sound2.mp3, BUt there isn't connection and Flash call
    "sound1.onLoad" with "success=false" and that's OK because i handle
    the error for example retry to load every 10 Seconds.
    With Firefox when it happens the player call load sound2.mp3
    but there isn't connection and it can't find the file (OK) BUT is
    NOT CALL the "sound2.onLoad" and STOPS it in this frame mute and
    nothing more happens.
    This is the sample Code:
    //on frame (1)
    sound1 = new Sound();
    sound2 = new Sound();
    //on frame (2)
    sound1.onLoad = function(success) {
    if (success) {
    //on load OK...
    trace("Sound1 loading ok...");
    } else {
    //on load FAIL...
    trace("Sound1 error ...");
    //call error function. (es: goto frame 1 and reload all.)
    _root.sounderror();
    sound1.loadSound("sound1.mp3", true);
    sound1.setVolume(100);
    sound1.onSoundComplete = function() {
    //goto next frame and load the Second sound
    gotoAndStop(3);
    //on the Frame-3
    //there is the same code but with sound2 and
    "onSoundComplete" -> gotoAndStop(2); for a loop of the two
    sounds.
    Thanks in advance for HELP ME.
    PLAEASE READ and Comment!!!
    This is my work! Sorry for the Bad English.

    Thanks for your support, i have modify like your suggest but
    the problem continue.
    I've notice that in local work very fine also with Firefox. i
    try during play to remove in one shot all mp3 file, and it call the
    error handler function correctly, But if i put it on the web, when
    i unplug the eth cable, it stop after sound2 or 3.loadsond and
    write me back it in a text box, stop! it NOT Call the onload
    triger, and do not call the error function.
    WHY ?!? in local work whit all browser, and on web only with
    IE?
    HELP ME PLEASE!
    Post the new code:
    //Frame#1
    soundintro = new Sound();
    sounda = new Sound();
    soundb = new Sound();
    soundintro.onLoad = function(success) {
    if (success) {
    //find soundi - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    soundintro.onSoundComplete = function() {
    debug1 = debug1+("Trace-> soundintro Complete
    goto2..."+chr(13));
    gotoAndStop(2);
    d = new Date();
    soundintro.loadSound("soundintro.mp3?r="+d.getTime(), true);
    soundintro.setVolume(100);
    stop;
    //Frame#2
    sound2.onLoad = function(success) {
    if (success) {
    //find sound2 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound2.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound2 Complete
    goto3..."+chr(13));
    gotoAndStop(3);
    d = new Date();
    sounda.loadSound("sound2.mp3?r="+d.getTime(), true);
    sounda.setVolume(100);
    stop;
    //Frame#3
    sound3.onLoad = function(success) {
    if (success) {
    //find sound3 - wait for onsoundcomplete...
    } else {
    //Sound error
    //Lunch error hander function.
    _root.sounderror();
    sound3.onSoundComplete = function() {
    debug1 = debug1+("Trace-> sound3 Complete goto back
    to2..."+chr(13));
    //Back to 2 for loop
    gotoAndStop(2);
    d = new Date();
    sound3.loadSound("sound3.mp3?r="+d.getTime(), true);
    sound3.setVolume(100);
    stop;

  • OIM Null Connection Errors

    We have OIM 9.1.0.2 configured in our environment. I am seeing a lot of GOT A NULL CONNECTION errors in the application logs. But when we contact the DBAs, they are not seeing any errors on the database side. I am seeing only from the application side. We are running on OAS 10.1.3.1
    here is the error:
    WARN,22 Feb 2012 06:00:14,153,[XELLERATE.DATABASE],Trying to get the connection count : 1
    WARN,22 Feb 2012 06:00:14,153,[XELLERATE.DATABASE],Trying to get the connection count : 1
    WARN,22 Feb 2012 06:00:14,153,[XELLERATE.DATABASE],Trying to get the connection count : 1
    WARN,22 Feb 2012 06:00:14,153,[XELLERATE.DATABASE],Trying to get the connection count : 4
    WARN,22 Feb 2012 06:00:14,153,[XELLERATE.DATABASE],Trying to get the connection count : 0
    WARN,22 Feb 2012 06:00:14,169,[XELLERATE.DATABASE],Trying to get the connection count : 2
    WARN,22 Feb 2012 06:00:14,169,[XELLERATE.DATABASE],Trying to get the connection count : 3
    WARN,22 Feb 2012 06:00:14,169,[XELLERATE.DATABASE],Trying to get the connection count : 0
    WARN,22 Feb 2012 06:00:14,169,[XELLERATE.DATABASE],Trying to get the connection count : 0
    WARN,22 Feb 2012 06:00:14,169,[XELLERATE.DATABASE],Trying to get the connection count : 3
    ERROR,22 Feb 2012 06:00:14,247,[XELLERATE.DATABASE],Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    ERROR,22 Feb 2012 06:00:14,247,[XELLERATE.DATABASE],Class/Method: tcDataBase/readPartialStatement encounter some problems: Got a null connection
    java.sql.SQLException: Got a null connection
         at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcHelpOperationsBean.getHelpAbout(Unknown Source)
         at com.thortech.xl.ejb.beans.tcHelpOperationsSession.getHelpAbout(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcHelpOperations_RemoteProxy_6ocop18.getHelpAbout(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ERROR,22 Feb 2012 06:00:14,247,[XELLERATE.APIS],Class/Method: tcHelpOperationsBean/getHelpAbout encounter some problems: Error occurred while getting the database build number.
    ERROR,22 Feb 2012 06:00:14,247,[XELLERATE.APIS],Class/Method: tcHelpOperationsBean/getHelpAbout encounter some problems: Data Access Error
    com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcHelpOperationsBean.getHelpAbout(Unknown Source)
         at com.thortech.xl.ejb.beans.tcHelpOperationsSession.getHelpAbout(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcHelpOperations_RemoteProxy_6ocop18.getHelpAbout(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor280.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Data AccessException:

    Search for file: data-sources.xml file in your app server directories and modify it. Go to data sources section and do the modification. A sample datasource may look like:
    <data-sources>
    <!-- vendor pooled DataSource -->
    <data-source
    name="vendorPooled"
    location="jdbc/vendorPooledDS"
    class="com.inet.tds.PDataSource"
    max-connections="10"
    min-connections="2"
    inactivity-timeout="60"
    staleness-timeout="0"
    alive-poll-query="query"
    wait-timeout="30"
    username="sa"
    password=""
    host="localhost"
    schema="database-schemas/ms-sql.xml"
    >
    <property name="databaseName" value="sample"/>
    </data-source>
    </data-sources>
    Here update min and max connections. You can have min=15 and max 50 (as per you requirements)
    HTH
    regards,
    GP

  • Generating XML Using the XSU Command Line  : connection error

    I've been trying run the sample provided by the XSU doc to extract data from a table and present it in XML format. By I've been getting this connection error.
    My DB version : Oracle9i Enterprise Edition Release 9.2.0.1.0
    C:\>java OracleXML getXML -user "scott/tiger" "select * from emp"
    Exception in thread "main" java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:397)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at OracleXML.getConnection(OracleXML.java:1214)
    at OracleXML.To_XML(OracleXML.java:1014)
    at OracleXML.ExecuteGetXML(OracleXML.java:917)

    Hi,
    Check the solution for this problem from
    Re: Oracle Driver classes12.zip  oci8   Error
    You cna even check the link for more information
    http://technet.oracle.com//tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    Regards,
    Anupama

  • JDBC connection error -- unknown SID

    Hello,
    I am trying to run my first JDBC application (using the thin driver) -- the Oracle DMLSample example. But I am getting a connection error related to SID:
    "Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was:(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=127.0.0.1))(CONNECT_DATA=(SID=dmsdm)))"
    Here is my setup:
    I have started the listener -- here is the result of "lsnctl start" command:
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=qella.array.ca)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Here is the listener.ora file content
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 25-MAY-2007 09:46:36
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=qella.array.ca)(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
    The application is built with JDevloper and tries to connect to the DB (located on the same Linux machine where the Oracle installed) with the following parameters:
    HostName = qella.array.ca
    SID = dmsdm
    Port = 1521
    UserName = hr
    Password = hr
    Here is the listener.ora file contents:
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = qella.array.ca)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    Here is the listener.ora file contents:
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = qella.array.ca)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    My questions:
    1. What is wrong/missing in my setup?
    2. In case I don't remember the SID -- how can I find it?
    Thanks very much!
    Mark.

    Mark,
    You asked:
    What is wrong/missing in my setup?Possibly nothing. My guess is the problem is with your code. Excuse me, but I couldn't find that in your post.
    You also asked:
    In case I don't remember the SID -- how can I find it?In one of the data dictionary views. The Oracle documentation will tell you which one.
    (I don't remember right now.)
    Note, however, that the connection URL you use in JDBC may contain either the SID or the service name and you have posted the service name, namely:
    (SERVICE_NAME = XE)For your information I have Oracle database express edition (XE) installed on my Windows machine. The connection URL I use to connect to the sample HR schema is:
    jdbc:oracle:thin:HR/hr@//localhost:1521/XEIf you haven't already done so, I recommend reading the Oracle documentation first, in particular the JDBC User's Guide and Reference.
    Good Luck,
    Avi.

  • Virtual elvis not connected error

    I'm trying to make a simple circuit using
    virtual elvis with multisim.   I connect the circuit to the elvis +5V
    and ground.   When I switch to the 3D elvis breadboard mode, I connect
    all the parts and wires, but the connectivity test keeps telling me
    that
    Multisim  -  2007-03-03 13:43:08
    ---Design Rule Check---
    ---0 Design Rule Errors Found---
    ---Connectivity Check---
    Connectivity Error : For Net 0, Pin Ground2 of component ELVIS10 is not connected.
    Connectivity Error : For Net 1, Pin 5V2 of component ELVIS10 is not connected.
    ---2 Connectivity Errors Found---
    I can't figure out why.
    (I moved this post from the NI-ELVIS board)

    Do you have a sample file we can take a look at?
    Remember that in a ELVIS Schematic you have to connect power supply and ground pins...  if you look at the schematic (not the 3D breadboard) to the lower left corner you will see a connector that says GND and +5V (among other ones), if you have those connected in the schematic... when you transfer to 3D breadboard you need to connect those pins to your circuit as well. I'm pretty sure this is what's missing.
    If not, then attach a zip file with your circuit file.
    Nestor
    National Instruments

  • Data Federator data source not available causes Universe Connection error

    I created a Data Federator project that connects to 20 servers across US and Canada.  All data sources are SQL Server 2005.  The DF project maps 40 source objects into 4 target objects.  I created a universe based on the DF project and we have been quite pleased with Webi query response.  Today one of the source servers was taken off line and this generated a connection error when trying to access the universe (not trying to access the data source that failed).  We do not want the universe connection to error when one source server is not available u2013 is that possible?
    If the answer is no then I see us abandoning what appears to be a great solution for real time distributed reporting and resorting to ETL and moving data.

    Hi Chapman,
    Can you be little elobrate on what you have done to solve the issue.
    Thanks,
    Dayanand

  • RFC connection Error in SLDCheck

    Hi All,
    I am trying to logon to Integration builder for that i getting the ESR builder address is not maintain. for this i have chk in SLDCheck t code ,there i am getting LCRSAPRFC connection error.I have test the RFC connection in that i am getting the
    the error in register server program
    Error Details     ERROR: program LCRSAPRFC_XID not registered
    now wht i have to do for troubleshooting
    Regards

    Thanx  for reply
    when I test connection to  Connection Test SLD_UC     error
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program SLD_UC not registered
    Error Details     LOCATION: SAP-Gateway on host sapdevpi / sapgw00
    Error Details     DETAIL: TP SLD_UC not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 62
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1778
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Fri Jan  8 11:05:42 2010
    Error Details     VERSION: 2
    RFC SLD_UC is connection T 
    Gateway Host  sapdevpi
    Gateway server  sapgw00
    same error with
    Connection Test SLD_NUC
    Connection Test SAPSLDAPI   ( program Id SAPSLDAPI_DPI )
    Connection Test SAPJ2EE
    In Connection Test LCRSAPRFC error  program id LCRSAPRFC_DPI
    Logon     Cancel
    Error Details     max no of 100 conversations exceeded / CPIC-CALL: 'ThSAPCMRCV' : cmRc=17 thRc=45
    Error Details     ERROR: max no of 100 conversations exceeded
    Error Details     LOCATION: CPIC (TCP/IP) on host sapdevpi
    Error Details     COMPONENT: CPIC (TCP/IP) with Unicode
    Error Details     COUNTER: 82
    Error Details     MODULE: r3cpic_mt.c
    Error Details     LINE: 10791
    Error Details     RETURN CODE: 466
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Fri Jan  8 11:12:56 2010
    Error Details     VERSION: 3
    Regards
    shahid

  • RFC connection error between Netweaver 7 EHP1 and Ides ECC6

    Hi Friends,
    I try to create  source system  in BI from Netwever EHP1 to IDES ECC6 EHP3.
    During the creation I get a connection error, says. check connction parameter.
    I checked the parameter, everything is fine. Server, System and number.
    When I went to the SM59 and created a connction.
    I.E. with the same parameter like system = 06 and server = compi9 gave client 800 etc.
    The Host name is resolved to 192.168.2.111 wich is OK.
    But when I run the connection test it shows me  "ERROR: partner '80.156.86.78:sapgw06' not reached"
    I have no idea where this IP '80.156.86.78" is comming from.
    No Problem with the opposite way, from Ides to NW and login to the System is OK too.
    Can anybody help me with this problem.
    RG. Jimbob

    Hi,
    What is the next screen that comes up when you click on remote logon.
    If no screen comes up then:
    Check the user type of the user id used for this RFC.
    It should be either dialog or service user for able to remote login.
    If it open a new window and asks for password, then its excatly password issue.
    Also make sure that the password is in numeric and correct.
    Also make sure that the current user check box is unchecked.
    Even if it dosent work, delete the connection and create again.
    Please award points if helps.
    Thanks
    Santhosh

  • RFC connection Error

    Dear All,
        when i connect our BI System to R/3 system via RFC in SM59 ,i am getting following error in BI system and also The problem occur  in particular instance .(Other instance working fine in BI system)
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: timeout during allocate
    Error Details     LOCATION: SAP-Gateway on host chwslp05 / sapgw01
    Error Details     DETAIL: no connect of TP sapdp15 from host sapp3b.eame.syngenta.org after 20 s
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 162003
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1973
    Error Details     RETURN CODE: 242
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Mon Apr 27 14:29:33 2009
    Error Details     VERSION: 2
    Any one please suggest.
    Thanks,
    Thirumoorthy.

    mostly your gateway servicve is not working check smgw tcode on that instance
    you can do this goto sm59->select the instace execute tcode smgw
    easy way is restart the instance
    it will start working
    Samrat

Maybe you are looking for

  • Docking / visibility of panels

    My problem is on Illustrator CC on a 15" Macbook Pro with Retina display. I have the tool palette on the left hand side and the panels on the right hand side (Swatches, Stroke, Layer etc.)  I would like to dock these panels on the right hand side so

  • Comparing iMovieHD vs. iMovie08

    I loaded iMovieHD today and noticed that encodings are so much more faster with HD than 08. So I started trying to figure out why. I noticed that a 2 minute clip imported is HUGE in the project where as in 08 it is about actual size(regardless of imp

  • Table where Manual Check Posting via FF68 is stored

    Hello Colleagues I have posted a Manual Check via T.Code FF68. Is there a Table where I can see the below fields for the Check that I have posted. 1. Check No. 2. Check Issuer. 3. Check Amount I have gone thru Table PCEC and FKKCR but could not find

  • Import error in CBS-make

    Hi, I tried to import PCUI_GP(.sca file) for development in CMS. Therefore, I got import failed and error message in CBS-make. Immediately, I tried to open CBS. But CBS is not opened. First, I imported following .sca file . CAF EU DI BUILD TOOL EP BU

  • WebAS Java behind proxy

    Hi Since my WebAS J2EE server is behind a proxy, any application from within the server is not able to connect to the internet for ex: webdynpro application is not able to collect data from a webservice. I've gone through previous posts but were not