SQLException:Table 'honeypot.casebase' doesn't exist

Im currently using MySQL database, and encounter this error when I try to run my program. Someone please pin-point my mistake? Im new to Java and MySQL.
SQLException:Table 'honeypot.casebase' doesn't exist
java.sql.SQLException: Table 'honeypot.casebase' doesn't exist
       at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2851)
       at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1531)
       at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1622)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2379)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2306)
       at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1298)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB.
flush(QuadrantTestClassRDB.java:97)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB.
main(QuadrantTestClassRDB.java:39)
java.sql.SQLException: Table 'honeypot.problemfeaturespec' doesn't exist
       at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2851)
       at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1531)
       at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1622)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2379)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2306)
       at com.mysql.jdbc.Statement.executeQuery(Statement.java:1192)
       at edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB.getFeatureSpecC
ount(FeatureSpecRDB.java:162)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.setupDefaultFeatureDifferentiators(AbstractProblemDifferentiator.java:85)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:74)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:62)
       at edu.indiana.iucbrf.problem.differentiator.EuclideanProblemDifferentia
tor.<init>(EuclideanProblemDifferentiator.java:40)
       at edu.indiana.iucbrf.domain.Domain.standardInit(Domain.java:260)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:241)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:197)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantDomainRDB.<in
it>(QuadrantDomainRDB.java:40)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.set
upDomain(QuadrantSystemRDB.java:159)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.<in
it>(QuadrantSystemRDB.java:103)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB.
main(QuadrantTestClassRDB.java:46)
keySet true
java.sql.SQLException: Table 'honeypot.problemfeaturespec' doesn't exist
       at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2851)
       at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1531)
       at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1622)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2379)
       at com.mysql.jdbc.Connection.execSQL(Connection.java:2306)
       at com.mysql.jdbc.Statement.executeQuery(Statement.java:1192)
       at edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB$AbstractFSCIter
atorRDB.<init>(FeatureSpecRDB.java:473)
       at edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB$FSCEntryIterato
rRDB.<init>(FeatureSpecRDB.java:558)
       at edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB.orderedAllEntry
Iterator(FeatureSpecRDB.java:367)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.setupDefaultFeatureDifferentiators(AbstractProblemDifferentiator.java:87)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:74)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:62)
       at edu.indiana.iucbrf.problem.differentiator.EuclideanProblemDifferentia
tor.<init>(EuclideanProblemDifferentiator.java:40)
       at edu.indiana.iucbrf.domain.Domain.standardInit(Domain.java:260)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:241)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:197)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantDomainRDB.<in
it>(QuadrantDomainRDB.java:40)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.set
upDomain(QuadrantSystemRDB.java:159)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.<in
it>(QuadrantSystemRDB.java:103)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB.
main(QuadrantTestClassRDB.java:46)
Exception in thread "main" java.lang.NullPointerException
       at edu.indiana.util.db.DBTools.closeResultSet(DBTools.java:140)
       at edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB$AbstractFSCIter
atorRDB.hasNext(FeatureSpecRDB.java:499)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.setupDefaultFeatureDifferentiators(AbstractProblemDifferentiator.java:88)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:74)
       at edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiat
or.<init>(AbstractProblemDifferentiator.java:62)
       at edu.indiana.iucbrf.problem.differentiator.EuclideanProblemDifferentia
tor.<init>(EuclideanProblemDifferentiator.java:40)
       at edu.indiana.iucbrf.domain.Domain.standardInit(Domain.java:260)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:241)
       at edu.indiana.iucbrf.domain.Domain.<init>(Domain.java:197)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantDomainRDB.<in
it>(QuadrantDomainRDB.java:40)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.set
upDomain(QuadrantSystemRDB.java:159)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB.<in
it>(QuadrantSystemRDB.java:103)
       at edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantTestClassRDB.
main(QuadrantTestClassRDB.java:46)
Press any key to continue...

thanks guys for replying..im currently searching for
the code that calls the database..Yes well do that.
>
yes, my database name is 'honeypot'. and it has a
table called 'CaseBaseTable' inside it. I dont know
why it still pointing to casebase..Okay...
Don't use that fully qualified style of access whatever the table name is...
Do you understand?
Do not do this.
DATABASENAME.TABLENAME
Just do this.
TABLENAME

Similar Messages

  • Table or view doesn't exist when deploying a mapping

    Hello,
    OWB and BI in general is new for me. I have read the tutorials but I have a problem and I don't understand how to solve it :
    I have 2 databases in 2 different services :
    - dbsrc (where I have tabsrc with 2 columns)
    - dbtarget (where I have tabtarget with 1 column)
    OWB connect correctly to dbsrc
    I have made a mapping between dbsrc and dbtarget and I have just joined the second column of dbsrc with the unique column of dbtarget.
    All the steps before deploying are ok but when I deployed I have a warning saying that table or view doesn't exist.
    I have used the debugger and it seems that owb searches dbsrc in the service dbtarget ... I have copied my table from dbsrc to dbtarget and in this case the deployement and the execution of the mapping runs correctly.
    What I'm doing wrong ? Why OWB isn't able to see that my table source is in another database/services ?
    Thanks in advance for your help.

    Hi,
    In design center, you need two oracle dbs: one as data source (with a location pointing to you src db) and one as dwh target (with a location pointing to your target db).
    Your mapping has to be in the target db. In the mapping, you use the target table from the target db and the source table from the source db.
    When you deploy the mapping using control center manager, owb will create a database link for you from the target to the source db. The mapping will read the data through that database link and write it into the target table.
    Regards,
    Carsten.

  • Table 'sitv.a' doesn't exist.  vendor code 1146

    Post Author: pattyg
    CA Forum: Crystal Reports
    I need help with a sql statement that I am using in Crystal reports.  The table that I am using is sitv and I get an error that
    it doesn't exist.
    Here is the statement:
    SELECT a.UID, a.fid, b.fname , c.lname, d.genderFROM a as profile_values LEFT OUTER JOIN (SELECT uid,fid, cast(value as char (20)) as 'Fname'     FROM profile_values     WHERE profile_values.fid =1) as bON a.UID = b.UIDLEFT OUTER JOIN(SELECT uid,fid, cast(value as char (20)) as 'lname'    FROM profile_values     WHERE profile_values.fid =2) as cON a.UID = c.UIDLEFT OUTER JOIN(SELECT uid,fid, cast(value as char (20)) as 'gender'    FROM profile_values     WHERE profile_values.fid =3) as dON a.UID = d.UID
    Any help will be greatly appreciated.  Thanks in advance.

    Post Author: pattyg
    CA Forum: Crystal Reports
    I figured it out after I went though my statements more closely.  The second line was reversed.
    FROM a as profile_values
    It should be From provile_values as a.

  • Table or View doesn't exists error on Dashboard

    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOE

    JoeSSI wrote:
    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOEMay be u dont have permission to that particular Subject Area...please check all the permissions...and also check whether u renamed any thing after importing into Physical layer...

  • SQLException...table or view does not exist.

    Hi... experts...
    I am trying to insert values from jsp page to my oracle database. I am using oracle 11g on linux operating system.
    now on clicking the apply changes button i am getting following error...
    SQLException caught: ORA-00942: table or view does not exist.
    Awaiting for response.
    Thanks.

    "Table or view doesn't exist" - it just doesn't get any more clear than that. Possible reasons:
    1 you have a typo in the table name
    2 your database user cannot see the table (rights problem)
    3 you are connecting to the wrong database/schema!
    Whatever the case, its a booboo you made; Java is not lying to you and you are not going to pin this on a bug somewhere that is not under your control. Find your incredibly simple mistake and correct it.
    And believe me, plenty of people did #3.

  • Schematool : Table '...' doesn't exist on MySQL

    I'm trying to use schematool to create the db tables that it has defined in
    various jdo files. When I run it I get the following
    schematool -action refresh target/classes/net/ajsoft/WebShop/Product/*.jdo
    Exception in thread "main" java.sql.Exception: General error, message from
    server: "Table 'JDO.Product' doesn't exist"
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1651)
    at
    com.solarmetric.datasource.PoolConnection$PoolStatement.executeUpdate(PoolConnection.java:112)
    I am running with a MySQL DB v4.0.11a, and with its JDBC connector v3.0.8.
    There are 3 jdo files being passed in (I assume it can cope with multiple
    input files) - the Base class is Product (jdo file attached), with the
    other 2 being derived from that.
    The database exists, and I can access it (create tables, select etc) using
    Triactive JDO (Triactive uses the table PRODUCT, whereas Kodo should be
    creating 'Product'). In fact, Kodo has created a table JDO_SEQUENCEX, so
    its reaching the DB.
    Any ideas what I'm missing ?
    Andy

    I highly recommend using all upper-case in both metadata extensions as
    well as in your own SQL scripts. For example, in Oracle, table names are
    case-insenstive in SQL scripts, but for retrieval in system tables (e.g.
    USER_TABLES), Oracle will reject non-matching cases.
    This is good general policy with many databases, if not all.
    On Fri, 08 Aug 2003 19:51:33 +0100, Andy Jefferson wrote:
    Andy Jefferson wrote:
    I'm trying to use schematool to create the db tables that it has defined
    in various jdo files. When I run it I get the following
    schematool -action refresh target/classes/net/ajsoft/WebShop/Product/*.jdo
    Exception in thread "main" java.sql.Exception: General error, message from
    server: "Table 'JDO.Product' doesn't exist"
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1651)
    at
    com.solarmetric.datasource.PoolConnection$PoolStatement.executeUpdate(PoolConnection.java:112)As a followup, I deleted all tables from the DB and re-ran schematool.
    Worked fine. Would be nice to understand what happened the first time to
    cause that error.
    Andy--
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Reg: Table doesn't exist -

    Hi Experts,
    I'm getting this error - 'Table or View doesn't exist' when the table <tt>DBA_DML_LOCKS</tt> is used inside a (cursor) package but the same works fine when run independently.
    I'm quite sure that I'm lacking some knowledge there. Can anybody please help me in that?
    CREATE OR REPLACE PROCEDURE dml_locks
    AUTHID CURRENT_USER --DEFINER
    IS
       CURSOR cur_locks
       IS
          SELECT ROW_NUMBER () OVER (PARTITION BY b.session_id ORDER BY b.name)
                    "Rno",
                 a.sid "session_id",
                 a.schemaname,
                 b.name "table_name",
                 b.mode_held "lock_mode_held",
                 a.osuser,
                 a.machine,
                 a.program
            FROM v$session a, dba_dml_locks b
           WHERE a.sid = b.session_id;
    BEGIN
       FOR i IN cur_locks
       LOOP
           --HTP.PRINT (i.rno || '---' || i.session_id);
           htp.print('*');
       END LOOP;
    EXCEPTION
       WHEN OTHERS
       THEN
          HTP.PRINT ('Error - ' || DBMS_UTILITY.format_error_backtrace);
    END;Is it something related to the rights - Definer or Current User?
    Checked this similar thread but couldn't understand - table/view does not exist using dbms_sql
    Help much appreciated!
    - Ranit (on Oracle Database 10g Enterprise Edition Release *10.2.0.5.0* - 64bi )

    ranit B wrote:
    Karthick_Arp wrote:
    Grant to dictionary objects is assigned through a ROLE to your user. You need to have grant assigned explicitly to your user to access the object from within a PL/SQL code.Ohhh... nice to hear that. Thanks!
    Can't I use <tt>AUTHID</tt> to resolve this?
    And I'm not getting - what is the difference between Grants through ROLE and explicitly assigned Grants? I mean to say finally all give Grants only right??
    Edited by: ranit B on May 6, 2013 12:41 PMhttp://asktom.oracle.com/pls/asktom/ASKTOM.download_file?p_file=6551289900368934430

  • ORA-00942: the table or view does not exist

    Hello!!!!
    I have tree simple mappings each one with only one dimention and sometimes external or normal tables. One of them is ok but I can´t deploy the others.
    In Controle Center I have this messege: the table or view does not exist.
    I genereted both queries and run in SQL navigator with the same message.
    I realized that I can set the schema properties for external tables but I couldn´t do the same for Dimension (or I don´t know where I can do this).
    I believe that I have to set this propertie for dimension to have my mapping running ok, but I realized that the only one mapping that is ok does not have this propertie set.
    Where is the problem?!!?!?!?
    I validated these mapping and they have warnnings about column length, no errors.
    In the previous OWB version I used to set this propertie, but in 10.2 I don´t know if is realy necessary.

    Try to open the package body with a tool like TOAD and try to compile it. When you use TOAD the process stops where the error is. Then you know which table or view doesn't exist for the OWB. If the table or view does exist then it is almost certainly a missing privilege that prevents you from succesfully deploying your mapping. If the table or view does not exist then you've got to deploy the underlying (bound) table.
    Regards,
    Jörg

  • Table Or View Does Not Exists..

    Hi!
    I'm having a peculear problem with a query which is generating from Hybernet. The query seems to me ok. But, it is not running when i run the following script -
    select schedfltle0_.CARR_IATA_CD as col_0_0_,
           schedfltle0_.FLT_NBR as col_1_0_,
           schedfltle0_.ORIG_ARPT_CD as col_2_0_,
           schedfltle0_.DEST_ARPT_CD as col_3_0_
    from ODS_ADMIN1.SCHED_FLT_LEG schedfltle0_,
    left outer join ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_
    on schedfltle0_.FLT_NBR=opsfltlegs1_.FLT_NBR
    and schedfltle0_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD
    and schedfltle0_.FLT_LCL_ORIG_DT=opsfltlegs1_.FLT_LCL_ORIG_DT
    and schedfltle0_.SCHED_LEG_NBR=opsfltlegs1_.SCHED_LEG_NBR
    right outer join ODS_ADMIN1.ARPT_GATE arptgate2_
    on opsfltlegs1_.ARR_GATE_NBR=arptgate2_.GATE_NM
    and opsfltlegs1_.DEST_ARPT_CD=arptgate2_.ARPT_IATA_CD
    right outer join ODS_ADMIN1.ACFT_EQUIP acftequip3_
    on opsfltlegs1_.EQUIP_CD=acftequip3_.EQUIP_CD,
         ODS_ADMIN1.EQUIP_SEAT_CONFIG equipseatc4_,
         ODS_ADMIN1.STN stn5_,
         ODS_ADMIN1.STN stn6_,
         ODS_ADMIN1.ACFT_TAIL acfttail7_,
         ODS_ADMIN1.ACFT_NOSE acftnose8_ ,
         ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_,
         ODS_ADMIN1.ARPT_GATE arptgate2_,
         ODS_ADMIN1.ACFT_EQUIP acftequip3_
    where (acfttail7_.SEAT_CONFIG_CD=equipseatc4_.SEAT_CONFIG_CD )
    AND(equipseatc4_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD )
    AND(opsfltlegs1_.ORIG_ARPT_CD=stn5_.STN_CD )
    AND(opsfltlegs1_.DEST_ARPT_CD=stn6_.STN_CD )
    AND(acfttail7_.TAIL_NBR=acftnose8_.TAIL_NBR )
    AND(acftnose8_.NOSE_NBR=opsfltlegs1_.NOSE_NBR )
    AND(schedfltle0_.FLT_NBR='966' )
    AND(schedfltle0_.CARR_IATA_CD=upper('UA'))
    AND(trunc(schedfltle0_.LCL_DEP_DTM)=trunc(decode('GMT' , 'LCL' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.LCL_DEP_DTM)))
    AND(trunc(schedfltle0_.GMT_DEP_DTM)=trunc(decode('GMT' , 'GMT' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.GMT_DEP_DTM)))
    AND(schedfltle0_.ORIG_ARPT_CD=upper('ORD'))
    AND(schedfltle0_.DEST_ARPT_CD=upper('IAD'))It gives - ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_ - table or view doesn't exists.
    But, when i run this code - it executes properly -
    select schedfltle0_.CARR_IATA_CD as col_0_0_,
           schedfltle0_.FLT_NBR as col_1_0_,
           schedfltle0_.ORIG_ARPT_CD as col_2_0_,
           schedfltle0_.DEST_ARPT_CD as col_3_0_
    from ODS_ADMIN1.SCHED_FLT_LEG schedfltle0_,
    /*left outer join ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_
    on schedfltle0_.FLT_NBR=opsfltlegs1_.FLT_NBR
    and schedfltle0_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD
    and schedfltle0_.FLT_LCL_ORIG_DT=opsfltlegs1_.FLT_LCL_ORIG_DT
    and schedfltle0_.SCHED_LEG_NBR=opsfltlegs1_.SCHED_LEG_NBR,*/
    /*right outer join ODS_ADMIN1.ARPT_GATE arptgate2_
    on opsfltlegs1_.ARR_GATE_NBR=arptgate2_.GATE_NM
    and opsfltlegs1_.DEST_ARPT_CD=arptgate2_.ARPT_IATA_CD
    right outer join ODS_ADMIN1.ACFT_EQUIP acftequip3_
    on opsfltlegs1_.EQUIP_CD=acftequip3_.EQUIP_CD, */
         ODS_ADMIN1.EQUIP_SEAT_CONFIG equipseatc4_,
         ODS_ADMIN1.STN stn5_,
         ODS_ADMIN1.STN stn6_,
         ODS_ADMIN1.ACFT_TAIL acfttail7_,
         ODS_ADMIN1.ACFT_NOSE acftnose8_ ,
         ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_,
         ODS_ADMIN1.ARPT_GATE arptgate2_,
         ODS_ADMIN1.ACFT_EQUIP acftequip3_
    where (acfttail7_.SEAT_CONFIG_CD=equipseatc4_.SEAT_CONFIG_CD )
    AND(equipseatc4_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD )
    AND(opsfltlegs1_.ORIG_ARPT_CD=stn5_.STN_CD )
    AND(opsfltlegs1_.DEST_ARPT_CD=stn6_.STN_CD )
    AND(acfttail7_.TAIL_NBR=acftnose8_.TAIL_NBR )
    AND(acftnose8_.NOSE_NBR=opsfltlegs1_.NOSE_NBR )
    AND(schedfltle0_.FLT_NBR='966' )
    AND(schedfltle0_.CARR_IATA_CD=upper('UA'))
    AND(trunc(schedfltle0_.LCL_DEP_DTM)=trunc(decode('GMT' , 'LCL' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.LCL_DEP_DTM)))
    AND(trunc(schedfltle0_.GMT_DEP_DTM)=trunc(decode('GMT' , 'GMT' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.GMT_DEP_DTM)))
    AND(schedfltle0_.ORIG_ARPT_CD=upper('ORD'))
    AND(schedfltle0_.DEST_ARPT_CD=upper('IAD')) AND
    schedfltle0_.carr_iata_cd (+) = opsfltlegs1_.carr_iata_cd AND
    schedfltle0_.flt_nbr (+) = opsfltlegs1_.flt_nbr AND
    schedfltle0_.flt_lcl_orig_dt (+) = opsfltlegs1_.flt_lcl_orig_dt AND
    schedfltle0_.orig_arpt_cd (+) = opsfltlegs1_.orig_arpt_cd AND
    opsfltlegs1_.EQUIP_CD = acftequip3_.EQUIP_CD (+) AND
    opsfltlegs1_.orig_arpt_cd = arptgate2_.arpt_iata_cd (+) AND
    opsfltlegs1_.dep_gate_nbr = arptgate2_.gate_nm (+)Why is this? Anyone have any idea? Thanks in advance for your reply.
    Regards.
    Satyaki De.

    This is working instantly --
    select schedfltle0_.CARR_IATA_CD as col_0_0_,
           schedfltle0_.FLT_NBR as col_1_0_,
           schedfltle0_.ORIG_ARPT_CD as col_2_0_,
           schedfltle0_.DEST_ARPT_CD as col_3_0_
    from ODS_ADMIN1.SCHED_FLT_LEG schedfltle0_,
    /*left outer join ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_
    on schedfltle0_.FLT_NBR=opsfltlegs1_.FLT_NBR
    and schedfltle0_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD
    and schedfltle0_.FLT_LCL_ORIG_DT=opsfltlegs1_.FLT_LCL_ORIG_DT
    and schedfltle0_.SCHED_LEG_NBR=opsfltlegs1_.SCHED_LEG_NBR
    right outer join ODS_ADMIN1.ARPT_GATE arptgate2_
    on opsfltlegs1_.ARR_GATE_NBR=arptgate2_.GATE_NM
    and opsfltlegs1_.DEST_ARPT_CD=arptgate2_.ARPT_IATA_CD
    right outer join ODS_ADMIN1.ACFT_EQUIP acftequip3_
    on opsfltlegs1_.EQUIP_CD=acftequip3_.EQUIP_CD,*/
         ODS_ADMIN1.EQUIP_SEAT_CONFIG equipseatc4_,
         ODS_ADMIN1.STN stn5_,
         ODS_ADMIN1.STN stn6_,
         ODS_ADMIN1.ACFT_TAIL acfttail7_,
         ODS_ADMIN1.ACFT_NOSE acftnose8_ ,
         ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_,
         ODS_ADMIN1.ARPT_GATE arptgate2_,
         ODS_ADMIN1.ACFT_EQUIP acftequip3_
    where (acfttail7_.SEAT_CONFIG_CD=equipseatc4_.SEAT_CONFIG_CD )
    AND(equipseatc4_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD )
    AND(opsfltlegs1_.ORIG_ARPT_CD=stn5_.STN_CD )
    AND(opsfltlegs1_.DEST_ARPT_CD=stn6_.STN_CD )
    AND(acfttail7_.TAIL_NBR=acftnose8_.TAIL_NBR )
    AND(acftnose8_.NOSE_NBR=opsfltlegs1_.NOSE_NBR )
    AND(schedfltle0_.FLT_NBR='922' )
    AND(schedfltle0_.CARR_IATA_CD=upper('UA'))
    AND(trunc(schedfltle0_.LCL_DEP_DTM)=trunc(decode('GMT' , 'LCL' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.LCL_DEP_DTM)))
    AND(trunc(schedfltle0_.GMT_DEP_DTM)=trunc(decode('GMT' , 'GMT' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.GMT_DEP_DTM)))
    AND(schedfltle0_.ORIG_ARPT_CD=upper('ORD'))
    AND(schedfltle0_.DEST_ARPT_CD=upper('IAD')) AND
    schedfltle0_.carr_iata_cd (+) = opsfltlegs1_.carr_iata_cd AND
    schedfltle0_.flt_nbr (+) = opsfltlegs1_.flt_nbr AND
    schedfltle0_.flt_lcl_orig_dt (+) = opsfltlegs1_.flt_lcl_orig_dt AND
    schedfltle0_.orig_arpt_cd (+) = opsfltlegs1_.orig_arpt_cd AND
    opsfltlegs1_.EQUIP_CD = acftequip3_.EQUIP_CD (+) AND
    opsfltlegs1_.orig_arpt_cd = arptgate2_.arpt_iata_cd (+) AND
    opsfltlegs1_.dep_gate_nbr = arptgate2_.gate_nm (+)
    COL_ COL_1 COL COL
    UA   922   ORD IADBu, when i execute the following one - it is not returning any value --
    select schedfltle0_.CARR_IATA_CD as col_0_0_,
           schedfltle0_.FLT_NBR as col_1_0_,
           schedfltle0_.ORIG_ARPT_CD as col_2_0_,
           schedfltle0_.DEST_ARPT_CD as col_3_0_
    from ODS_ADMIN1.SCHED_FLT_LEG schedfltle0_
    left outer join ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_
    on schedfltle0_.FLT_NBR=opsfltlegs1_.FLT_NBR
    and schedfltle0_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD
    and schedfltle0_.FLT_LCL_ORIG_DT=opsfltlegs1_.FLT_LCL_ORIG_DT
    and schedfltle0_.SCHED_LEG_NBR=opsfltlegs1_.SCHED_LEG_NBR
    right outer join ODS_ADMIN1.ARPT_GATE arptgate2_
    on opsfltlegs1_.ARR_GATE_NBR=arptgate2_.GATE_NM
    and opsfltlegs1_.DEST_ARPT_CD=arptgate2_.ARPT_IATA_CD
    right outer join ODS_ADMIN1.ACFT_EQUIP acftequip3_
    on opsfltlegs1_.EQUIP_CD=acftequip3_.EQUIP_CD,
         ODS_ADMIN1.EQUIP_SEAT_CONFIG equipseatc4_,
         ODS_ADMIN1.STN stn5_,
         ODS_ADMIN1.STN stn6_,
         ODS_ADMIN1.ACFT_TAIL acfttail7_,
         ODS_ADMIN1.ACFT_NOSE acftnose8_ ,
         ODS_ADMIN1.OPS_FLT_LEG opsfltlegs1_,
         ODS_ADMIN1.ARPT_GATE arptgate2_,
         ODS_ADMIN1.ACFT_EQUIP acftequip3_
    where (acfttail7_.SEAT_CONFIG_CD=equipseatc4_.SEAT_CONFIG_CD )
    AND(equipseatc4_.CARR_IATA_CD=opsfltlegs1_.CARR_IATA_CD )
    AND(opsfltlegs1_.ORIG_ARPT_CD=stn5_.STN_CD )
    AND(opsfltlegs1_.DEST_ARPT_CD=stn6_.STN_CD )
    AND(acfttail7_.TAIL_NBR=acftnose8_.TAIL_NBR )
    AND(acftnose8_.NOSE_NBR=opsfltlegs1_.NOSE_NBR )
    AND(schedfltle0_.FLT_NBR='922' )
    AND(schedfltle0_.CARR_IATA_CD=upper('UA'))
    AND(trunc(schedfltle0_.LCL_DEP_DTM)=trunc(decode('GMT' , 'LCL' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.LCL_DEP_DTM)))
    AND(trunc(schedfltle0_.GMT_DEP_DTM)=trunc(decode('GMT' , 'GMT' , to_date('23-JAN-2007' , 'DD-MON-YYYY'), schedfltle0_.GMT_DEP_DTM)))
    AND(schedfltle0_.ORIG_ARPT_CD=upper('ORD'))
    AND(schedfltle0_.DEST_ARPT_CD=upper('IAD'))Anybody have any idea?
    Regards.
    Satyaki De.

  • Check table TFBEFU_CR: entry10 does'nt exist

    hi ,
    Whn i am doing MIGO for the goods from Production order with 101.
    i am getting an error that "Check table TFBEFU_CR: entry10 doesn't exist"..I tried to enter in SE11 ,,but the system displaying the table doesn't exist/Active..
    can anyone help me in this topic..
    Advance regards.
    ganesh

    Dear,
    First Check in Transaction OPK9 whether a valuation variant has been stored.
    Please refer the OSS Notes : 107588, 122292, 161359.
    183647 - Error message M7001
    Regards,
    R.Brahmankar

  • Error trying to relate tables "...either doesn't exist or doesn't have a relationship to any table available in the current context"

    I have two tables;
    The first is my Order table which has a single row for each unique order - there are no duplicate order numbers.The order id column here is called
    OrderID.
    The second is my Submissions table which is similar to a transactions table, there are multiple submissions for every order. This table also contains an
    OrderID column that contains the relevant OrderID.
    The submission table also contains a calculated field called Date and a calculated field called
    MaxDate field which is the date of the most recent submission that relates to any particular order in cases where there are multipple.
    My goal is to add a column to the Order table this MaxDate column. The reason for duplicating the information rather than linking the tables is because I need to create more calculated columns in the
    Orders table based on this value.
    I have created a relationship between the two tables however when I use:
    =RELATED(Submissions[MaxDate]
    I get this error:
    "...either doesn't exist or doesn't have a relationship to any table available in the current context"
    I don't really understand why this would be, because MaxDate definitely exists and contains only numerical values. What is more strange is that if I try and combine the data through a pivot table it actually works! I can create a pivot with OrderID in the first
    column and then associate it with MaxDate from the Submissions
    table as the value. 
    Can anyone help me understand what is the problem here?
    P.S. if it is useful the formula I'm using to calculate the MaxDate is:
    =MAXX(FILTER(Submissions,Submissions[OrderID] = EARLIER(Submissions[OrderID])),[Date])
    Thanks.

    Maracles, is this still an issue?
    Thanks!
    Ed Price, SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Table doesn't Exist Error

    Hi,
    I have source as oracle database and target as HFM. However, I am facing issue in reverse engineering the RDBMS model. It doesn't show the table columns and gives the error "Table doesn't exist.".
    I have tried creating a public synonym as well but to no avail.
    Can anyone please suggest the suitable resolution?
    Thanks
    Abhi

    Hi,
    I added these keys but it is still not reflecting the columns. I tried with credential with DBA privileges but to no avail. The database connection is also getting connected with no hassles.
    Please advice.
    Thanks!

  • I want to use the SQL query IF EXIST to update or insert data in a ms access table, but it doesn´t work

    Hi,
    I want to use the SQL query IF EXIST to update or insert data in a ms access table, but it doesn´t work
    (fault number -2147217900)
    I want to search for a value in a ms access table , if it exist i want to update it, if not i want to insert a new row.
    Working with LabView 7.1, database con. toolset.
    Who can HELP?
    Thanks a lot
    Marco

    Hello,
    I think that If exist is not a standar SQL command (I know it exists I think in Oracle and SQL server), MS access doesn't support it, so I think the best way to do it is first make a Select and then either an Update or an insert, sorry...
    Paulo

  • Java.sql.SQLException: ORA-00942: table or view does not exist

    Hi all,
    I have an Oracle table called: USER_APP_VERSION with the fields (all String): (username, application_name, version).
    I use PreparedStatement to insert rows into table:
    String psInsertRpt = "INSERT INTO USER_APP_VERSION (username, application_name, version) VALUES (?, ?, ?)";
    rptPS = conn.prepareStatement(psInsertRpt);
    rptPS.setString(1, username);
    rptPS.setString(2, source);
    rptPS.setString(3, version);
    rptPS.executeUpdate(); At executeUpdate() line, I get the following error:
    java.sql.SQLException: ORA-00942: table or view does not exist
    The table does exist, I can use the "INSERT INTO USER_APP_VERSION (username, application_name, version) VALUES ("name", "source", "version")";
    to insert rows into db at sql command line, however, when run the same query as part of my Java code, get the SQLException.
    Any idea? Any help is greatly appreciated.

    Thanks for the raply. I can connect to the db using a username and password, and run the query with no problem. I use the same username and password to make a jdbc connection from Java code. Since username and password are the same, does "permission" is still an issue? If yes, how can I solve it?

  • Error in loading Target table doesn't exist in target schema

    I am having the following error to load data to the target
    table: Connection failed to HR_TGT.orders ora-000942.
    'Table or view does not exist'
    The table exists and the odi super user has all the priviliges
    over tables in HR_TGT.
    What could be wrong with my configuration

    I am using the original Oracle Integration KM.
    My Replicat doesn't start any longer
    Here are my configuration files
    Source Files
    ODISC.prm
    extract ODISC
    userid OGATE, password OGATE
    exttrail C:\GGSRC/dirdat/ODISoc/oc
    TABLE HR_SRC.ORDER_LINES;
    ODISD.prm
    defsfile C:\GGSRC/dirdef/ODISC.def, purge
    userid OGATE, password OGATE
    TABLE
    HR_SRC.ORDER_LINES;
    Target Files
    C:\ggstg\diroby\ODIT1T.oby
    dblogin userid OGATE, password OGATE
    add checkpointtable ODIW.ODIOGGCKPT
    add replicat ODIT1A1, exttrail C:\GGSTG/dirdat/ODIT1op/op, checkpointtable ODIW.ODIOGGCKPT
    stop replicat ODIT1A1
    start replicat ODIT1A1
    C:\ggstg\dirprm\ODIT1A1.prm
    replicat ODIT1A1
    userid OGATE, password OGATE
    discardfile C:\GGSTG/dirrpt/ODIT1.dsc,
    purge
    source defs C:\GGSTG/dirdef/ODISC.def
    map HR_SRC.ORDER_LINES, TARGET HR_STG.ORDER_LINES, KEYCOLS (ORDER_ID, PRODUCT_ID);
    map HR_SRC.ORDER_LINES, target ODIW.J$ORDER_LINES, KEYCOLS (ORDER_ID, PRODUCT_ID, WINDOW_ID), INSERTALLRECORDS, OVERRIDEDUPS,
    COLMAP (
    ORDER_ID = ORDER_ID,
    PRODUCT_ID = PRODUCT_ID,
    WINDOW_ID = @STRCAT(@GETENV("RECORD", "FILESEQNO"), @STRNUM(@GETENV("RECORD", "FILERBA"), RIGHTZERO, 10))
    I have deleted the extract ODISC and ODIT1P as well as the checkpionttable ODIW.ODIOGGCKPT
    Recreated the items.
    I did same thing with the replicat ODIT1A1
    The extracts had always started with little difficulties but the replicat once started but didn't transmit integrated data to
    the target.
    Now it is not starting at all.
    I have deleted and recreate it but the same results

Maybe you are looking for

  • Can't select envelope feeder on HP LaserJet 4250tv

    My office has an iMac running OS 10.6.4. Data and programs were transferred from an older iMac running OS 10.5.8. The computer will no longer allow you to select the envelope feeder on our HP LaserJet 4250tn. If you try to print an envelope from Word

  • ITunes, 2 Computers; and an external Hard Drive

    I am an IT tech for a company that will remain nameless. In their attempt to limit liabilities they have said all music file are to be stored on external storage owned by individuals. But iTunes is fine to use on the company computer. My question is

  • Problems Upgrading Flash Player

    Hey so I saw someone else is having the same problem with their facebook flash player.  I keep installing the Flash Player and it is still not recognizing it in Safari.  I have uninstalled and reinstalled and everything and still nothing. I was able

  • Display changes color mode after restart.

    I recently turned off my computer for a couple days and when I restarted my iMac screen is displaying in a strange color mode. It looks like the contrast is turned up and the color depth is in 256 color mode. I've gone into the preferences and tried

  • Implementing PM module in SAP Portal

    Hi All, Can anyone please can guide me about gettihn  information about PM: 1. What content the bussines package contains? 2. What are the steps to be taken in order to implement this bussiness package in SAP Portal? 3. What are the configuration ste