ODI Demo Data Server Error

Hi.
I'm running the ODI Demo Environment. I'm trying to create a Data Server using settings:
JDBC driver: oracle.jdbc.driver.OracleDriver
JDBC URL: jdbc:oracle:thin:@localhost:1521:XE
but I got the error:
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
Any help? I'm new to ODI.
Regards.

No, I haven't tried yet. I can't locate the database since I don't have installed Oracle DB on my server because I'm using only the demo environment provided with ODI install.
According with the guide, I have to create a new Data Server ORACLE_XE_LOCAL on an instance XE with USR:ODI and PWD:ODI, and the JDBC driver and URL I've mentioned before, but I get this error.
Am I missing something?
Regards.

Similar Messages

  • ODI XML data server error while creating External databse tables.

    Hi,
    i am trying to create External database tables using XML data server.
    i am getting the following error,i have done this same thing for small xml files before.
    Java.sql.SQLException: ORA-00904: : invalid identifier
         at com.sunopsis.jdbc.driver.xml.bz.execute(bz.java)
         at com.sunopsis.jdbc.driver.xml.ca.execute(ca.java)
         at com.sunopsis.xmlfifth.b.u.a(u.java)
         at com.sunopsis.xmlfifth.b.bj.a(bj.java)
         at com.sunopsis.xmlfifth.b.bj.a(bj.java)
         at com.sunopsis.jdbc.driver.xml.u.a(u.java)
         at com.sunopsis.jdbc.driver.xml.u.g(u.java)
    Thanks,
    RK

    RK,
    With no details of how you configured the XML server, what were the parameters used in the configuration for using external database, etc, I dont know how much can someone help you.
    This is an Oracle error, so a few things that could be problematic with your "big" xml -
    1.) An element name could be of length > 30 characters (Oracle table name length limit is 30)
    2.) There are some special characters in the element name
    3.) Element name begins with a Number
    4.) Element name is an Oracle reserved word.
    This list can go on.

  • File Data server error

    Hi , I have used the following steps to create a FILE Data Server
    To create a File Data Server:
    1. Connect to Topology Manager
    2. Select Topology > Physical Architecture > Technologies > File from the tree
    3. Right click and select Insert Data Server
    4. Fill in the following fields in the Definition tab:
    • Name: Name of the Data Server as it will appear in Oracle Data Integrator
    • User/Password: Not used.
    5. Fill in the following fields in the JDBC tab, according to the driver used:
    • JDBC Driver: com.sunopsis.jdbc.driver.file.FileDriver
    • JDBC URL: jdbc:snps:dbfile
    6. Click Test
    7. Click Test in the Test Connection window
    But I am getting an error
    http://img30.imageshack.us/img30/5173/test3i.jpg
    Can you please tell me what am I missing. I am new to ODI

    Hi ,
    Its just typing error , you have mentioned here correctly the jdbc driver correctly as com.sunopsis.jdbc.driver.file.FileDriver
    but looking carefully in the image file you have send me , you have mentioned the file driver wrongly as you are missing the word "driver" in your jdbc driver .
    Please correct it and it will work .

  • Pro Oracle Spatial Demo Data Import Errors

    Just seeing if anyone else has experienced this. I am trying to install the Demo data from the book, and all of the import files fail and I get the following error:
    C:\$HOME\Data>imp spatial/spatial file=app_with_loc.dmp full=yes
    Import: Release 9.0.1.3.1 - Production on Tue Mar 1 13:37:21 2005
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Anyhelp would be appreciated.
    thanks!

    the database version I am using is 9.2 I know its not the latest and greates, but I cant imagine the import tool would be different based on a newer version. If so any clue on how I upgrade the import??
    Thanks!
    -Scott
    PS Dan I have a call into APress tech support as well. Just thought I should give them a chance to help out, but so far no luck.

  • ODI and Import Data Server in Essbase Error

    Hi,
    I have added Essbase Technology in Topology Manager. When I am trying to add my Essbase Server under Essbase Technology am getting the error. Here are the steps I have followed.
    Trying to add Essbase Server by Import Data Server -- Specified name, username and password
    When I click Test it is giving error like
    Connection Failed.
    java.sql.SQLException: Driver must be specified
    Do we need to specify any information under JDBC tab...
    Which driver we need to select under JDBC Driver and JDBC Url
    Please help me....

    Hi,
    You will not be able to click the test button when using hyperion technologies, this is because they don't operate using JDBC.
    If you have a read of my blog you will see how to set up essbase with ODI
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Getting error when i am creating and tesing data server in ODI

    Hi,
    Getting error when i am creating and tesing data server in oracle (Physical Architecture) in topology manager ODI.
    Please anybody help me on this.
    Java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.s(pm.java)
         at com.sunopsis.graphical.l.pm.g(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1563)
         at java.awt.Component.setVisible(Component.java:1515)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at com.sunopsis.graphical.l.pm.q(pm.java)
         at com.sunopsis.graphical.l.pm.<init>(pm.java)
         at com.sunopsis.graphical.frame.b.jh.bx(jh.java)
         at com.sunopsis.graphical.frame.bo.w(bo.java)
         at com.sunopsis.graphical.frame.bo.d(bo.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Thanks,
    Krish

    So are you getting the same error when you try from the installed agent or the tool (Local agent)? Is your agent on the same machine or different machine. If so, does that particular machine can connect to the database?
    Also, are you using the same JDBC driver that you are using in SQLDeveloper? Same URL?
    Typically, connection refused error appears with wrong instance or wrong port. Try telnet-ing the in the database server and db port. See what happens there!!! The java stack that you provided here is not an SQL exception, it is related to socket creation. It has less to do with JDBC and more to do with physical resources like machine, port and permission.

  • ODI error Target Column Accounts: Target column has no data server associat

    Hi John,
    When i tried to map my source file to Planning target, i got the below error. Please let me know the resolution.
    Target Column Accounts: Target column has no data server associated
    Thanks,
    Sravan

    Hi,
    You have not set the correct context that the datastore is associated with.
    Change the optimization context in the definition tab.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error of Creating Data Server for XML

    Hi all,
    When I want to create a new data server for XML in ODI, the error occur.
    error information:
    connection failed
    java.sql.SQLException: Unexpected token: EMP_TABLE in statement [create EMP_TABLE]
    My JDBC url is: jdbc:snps:xml?f=../demo/xml/MOP/MOPEMP.xml&rt=Export&ro=false&case_sens=true&s=EMP
    It seems that the error is caused by the schema "EMP". But when I changed the name of schema, the error still occur...
    Could you give me some advices about this?
    Thanks&Regards
    Yan

    Hi,
    Thans for your reply.
    This is the DTD for my xmldoc.
    <!ELEMENT Data (Department+)>
    <!ELEMENT EmployeeID (#PCDATA)>
    <!ATTLIST EmployeeID col (EMPID) #IMPLIED>
    <!ELEMENT Education (EmployeeID, Sequence, Dgree)>
    <!ATTLIST Education table NMTOKEN #IMPLIED>
    <!ELEMENT Employee (EmployeeName, EmployeeID, DepartmentID, Education*)>
    <!ATTLIST Employee table NMTOKEN #IMPLIED>
    <!ELEMENT EmployeeName (#PCDATA)>
    <!ATTLIST EmployeeName col NMTOKEN #IMPLIED>
    <!ELEMENT DepartName (#PCDATA)>
    <!ATTLIST DepartName col NMTOKEN #IMPLIED>
    <!ELEMENT Table (Column+)>
    <!ATTLIST Table importType NMTOKEN #IMPLIED>
    <!ATTLIST Table parentTable NMTOKEN #IMPLIED>
    <!ATTLIST Table tag NMTOKEN #IMPLIED>
    <!ATTLIST Table columns NMTOKEN #IMPLIED>
    <!ATTLIST Table name NMTOKEN #IMPLIED>
    <!ELEMENT DepartID (#PCDATA)>
    <!ATTLIST DepartID col NMTOKEN #IMPLIED>
    <!ELEMENT MetaData (Table+)>
    <!ELEMENT Sequence (#PCDATA)>
    <!ATTLIST Sequence col NMTOKEN #IMPLIED>
    <!ELEMENT Dgree (#PCDATA)>
    <!ATTLIST Dgree col NMTOKEN #IMPLIED>
    <!ELEMENT Export (MetaData, Data)>
    <!ELEMENT DepartmentID (#PCDATA)>
    <!ATTLIST DepartmentID col NMTOKEN #IMPLIED>
    <!ELEMENT Column (#PCDATA)>
    <!ATTLIST Column deleteKey NMTOKEN #IMPLIED>
    <!ATTLIST Column isKey NMTOKEN #IMPLIED>
    <!ELEMENT Department (DepartName, DepartID, Employee+)>
    <!ATTLIST Department table NMTOKEN #IMPLIED>
    Thanks again!
    Yan

  • Problem with inserting XML data server in ODI

    Hi,
    I was trying to insert an XML data server in ODI. I want to use it for my target database.i.e i want my target to be an xml file. So while specifying the url in the data server, what should i mention as the file name,dtd file , root etc? what i have done is dat i hav created the dtd file as per my requirement.i have created an empty xml file. while testing the connection an error comes : java.sql.SQLException: A parsing exception occurred saying Whitespace required..
    Next i tried putting jz d root tags in the xml file without any content. this returned the same error. next i tried inserting all d tags as per my dtd file. same error came...
    Please help.
    Regards,
    Divya
    Message was edited by:
    Divya Padmanabhan

    For empty xml try to use:
    <?xml version="1.0" encoding="UTF-8"?>
    <ROOT_SOME></ROOT_SOME>
    as jdbc connect string:
    jdbc:snps:xml?f=../demo/xml/1/file.xml&ro=false&ldoc=true&case_sens=true&s=LEO_FIZ&dod=true
    and try again...

  • Error while exporting Quincy demo data in ATG 9.3

    Hi there, I am trying to export ATG 9.3 quincy demo data from Solid to
    Oracle but I get this strange problem while running the command.
    Environment = Ubuntu 11.10 64 bit, Jboss EAP 4.2, ATG 9.3, Sun JDK 1.6
    Update 26
    Went to ATG Home/bin
    tenzing:$./startSolid -f
    tenzing:$ ./startSQLRepository -m DSSJ2EEDemo -exportRepositories all
    all.xml -repository /atg/userprofiling/ProfileAdapterRepository
    ARGS: args = -m DSSJ2EEDemo -exportRepositories all all.xml -
    repository /atg/userprofiling/ProfileAdapterRepository
    /harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/server/all/lib/
    javax.servlet.jar:/harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/
    server/all/lib/jboss-j2ee.jar
    TEMP IS NOW /tmp
    Before base, JAVA_ARGS=
    CLASSPATH=./locallib/:./lib/launcher.jar:/harbinger/home/ecommerce/
    jboss-eap-4.2/jboss-as/server/all/lib/javax.servlet.jar:/harbinger/
    home/ecommerce/jboss-eap-4.2/jboss-as/server/all/lib/jboss-j2ee.jar:/
    harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/server/all/lib/
    javax.servlet.jar:/harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/
    server/all/lib/jboss-j2ee.jar
    The following installed ATG components are being used to launch:
    ATGPlatform version 9.3 installed at /harbinger/home/ecommerce/ATG/
    ATG9.3
    JAVA_ARGS: -Djava.security.policy=lib/java.policy -Datg.dynamo.home=. -
    Datg.dynamo.root=./.. -Datg.dynamo.display=:0.0 -
    Djava.protocol.handler.pkgs=atg.net.www.protocol -
    Djava.naming.factory.url.pkgs=atg.jndi.url -
    Datg.dynamo.modulepath=./.. -Xms512m -Xmx1024m -XX:MaxPermSize=128m -
    XX:MaxNewSize=128m -Datg.dynamo.server.home=. -
    Datg.dynamo.modules=DAS:DAS-UI::DSSJ2EEDemo:DSS -Datg.dynamo.layers= -
    Dsun.rmi.dgc.server.gcInterval=3600000
    DYNAMO_MODULES: DAS:DAS-UI:DPS:DSS:DSSJ2EEDemo
    CONFIGPATH: /harbinger/home/ecommerce/ATG/ATG9.3/DAS/config/
    config.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DAS/config/oca-
    ldap.jar:vfs[localconfig-1]=/atg/dynamo/service/groupconfig/
    ClientNodeTypeVirtualFileSystem:vfs[localconfig-1]=/atg/dynamo/service/
    groupconfig/ClientInstanceVirtualFileSystem:/harbinger/home/ecommerce/
    ATG/ATG9.3/DAS-UI/config/uiconfig.jar:/harbinger/home/ecommerce/ATG/
    ATG9.3/DPS/config/targeting.jar:/harbinger/home/ecommerce/ATG/ATG9.3/
    DPS/config/oca-cms.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/config/
    oca-html.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/config/oca-
    xml.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/config/
    userprofiling.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/config/
    profile.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DSS/config/
    config.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DSSJ2EEDemo/config:../
    DAS/config/dtmconfig.jar:localconfig:../DAF/config/dafconfig.jar
    CLASSPATH: ./locallib/:./lib/launcher.jar:/harbinger/home/ecommerce/
    jboss-eap-4.2/jboss-as/server/all/lib/javax.servlet.jar:/harbinger/
    home/ecommerce/jboss-eap-4.2/jboss-as/server/all/lib/jboss-j2ee.jar:/
    harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/server/all/lib/
    javax.servlet.jar:/harbinger/home/ecommerce/jboss-eap-4.2/jboss-as/
    server/all/lib/jboss-j2ee.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DSS/
    lib/resources.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DSS/lib/
    classes.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/lib/
    resources.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DPS/lib/
    classes.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DAS-UI/lib/
    uiresources.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DAS-UI/lib/
    uiclasses.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DAS-UI/lib/
    jhall.jar:/harbinger/home/ecommerce/ATG/ATG9.3/DAS/lib/resources.jar:/
    harbinger/home/ecommerce/ATG/ATG9.3/DAS/lib/classes.jar:/harbinger/
    home/ecommerce/ATG/ATG9.3/DAS/lib/servlet.jar:/harbinger/home/
    ecommerce/ATG/ATG9.3/DAS/lib/ice.jar:/harbinger/home/ecommerce/ATG/
    ATG9.3/DAS/solid/SolidDriver2.1.jar
    PATH: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/
    sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun-1.6.0.26/
    bin:/harbinger/home/build/apache-ant-1.8.1/bin:/tmp:/harbinger/home/
    build/apache-maven-2.2.1/bin:/opt/oracle/oracle/product/10.2.0/db_1//
    bin:./../DAS/os_specific_files/i486-unknown-linux2
    **** info Mon Nov 07 10:03:23 CST 2011 1320681803373 /atg/demo/
    QuincyFunds/repositories/Features/Features SQL Repository startup
    complete
    **** info Mon Nov 07 10:03:23 CST 2011 1320681803969 /atg/
    userprofiling/ProfileAdapterRepository SQL Repository startup complete
    Nucleus running
    **** Warning Mon Nov 07 10:03:24 CST 2011 1320681804181
    DistributorSender No remote servers configured
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804200 /atg/content/
    media/MediaRepository SQL Repository startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804251 /atg/
    userprofiling/PersonalizationRepository SQL Repository startup
    complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804314 /atg/demo/
    QuincyFunds/repositories/News/News SQL Repository startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804376 /atg/demo/
    QuincyFunds/repositories/Images/Images SQL Repository startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804461 /atg/demo/
    QuincyFunds/repositories/Funds/Funds SQL Repository startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804533 /atg/demo/
    QuincyFunds/repositories/Email/Email SQL Repository startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804599 /atg/demo/
    QuincyFunds/repositories/InvestmentTips/InvestmentTips SQL Repository
    startup complete
    **** info Mon Nov 07 10:03:24 CST 2011 1320681804669 /atg/demo/
    QuincyFunds/repositories/Offers/Offers SQL Repository startup complete
    exporting repository: /atg/demo/QuincyFunds/repositories/Offers/Offers
    exporting repository: /atg/demo/QuincyFunds/repositories/News/News
    exporting repository: /atg/demo/QuincyFunds/repositories/Email/Email
    exporting repository: /atg/demo/QuincyFunds/repositories/
    InvestmentTips/InvestmentTips
    exporting repository: /atg/demo/QuincyFunds/repositories/Funds/Funds
    exporting repository: /atg/userprofiling/ProfileAdapterRepository
    exporting repository: /atg/content/media/MediaRepository
    exporting repository: /atg/userprofiling/PersonalizationRepository
    exporting repository: /atg/demo/QuincyFunds/repositories/Features/
    Features
    exporting repository: /atg/demo/QuincyFunds/repositories/Images/Images
    **** error exporting data:
    CONTAINER:atg.repository.RepositoryException;
    SOURCE:java.sql.SQLException: [Solid JDBC 02.10.0024] Invalid Date
    **** info Mon Nov 07 10:03:27 CST 2011 1320681807658 /atg/dynamo/
    service/Scheduler Scheduler shutting down.
    **** info Mon Nov 07 10:03:27 CST 2011 1320681807659 /atg/dynamo/
    service/Scheduler Scheduler stopped.
    It fails by saying Invalid Date. I tried searching for this answer but
    did not find it.
    Also started the Jboss server.
    *./startDynamoOnJBOSS.sh -c atg -m DafEar.Admin DSSJ2EEDemo -f -run-in-*
    place  | /harbinger/home/ecommerce/ATG/ATGLogColorizer_v1_2
    and tried to login with jack/jack as mentioned in the document but
    says supplied login was invalid
    the Jboss error log says
    10:24:27,605 ERROR [ProfileItemFinder]
    CAUGHT AT:
    CONTAINER:atg.repository.RepositoryException;
    SOURCE:java.sql.SQLException: [Solid JDBC 02.10.0024] Invalid Date
    at
    atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:
    4426)
    at
    atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:
    4003)
    at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:
    3250)
    at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:
    2955)
    at
    atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:
    7383)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:332)
    at
    atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:
    693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:
    433)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:281)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    323)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    298)
    at
    atg.userprofiling.RepositoryProfileItemFinder.findByLogin(RepositoryProfileItemFinder.java:
    159)
    at
    atg.userprofiling.RepositoryProfileItemFinder.findByLogin(RepositoryProfileItemFinder.java:
    128)
    at atg.userprofiling.ProfileTools.getItem(ProfileTools.java:808)
    at
    atg.userprofiling.ProfileTools.locateUserFromLogin(ProfileTools.java:
    556)
    at atg.userprofiling.ProfileForm.findUser(ProfileForm.java:2170)
    at atg.userprofiling.ProfileForm.handleLogin(ProfileForm.java:1906)
    at
    atg.scenario.userprofiling.ScenarioProfileFormHandler.handleLogin(ScenarioProfileFormHandler.java:
    541)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
    39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
    25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.droplet.EventSender.sendEvent(EventSender.java:582)
    at atg.droplet.FormTag.doSendEvents(FormTag.java:791)
    at atg.droplet.FormTag.sendEvents(FormTag.java:640)
    at
    atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:
    523)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:
    550)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:
    2425)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:
    602)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:
    169)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:
    477)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:
    436)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:
    469)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:
    280)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:
    370)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:
    561)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:
    91)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:
    212)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:
    1097)
    at
    atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:
    779)
    at
    atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:
    250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:227)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
    235)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
    206)
    at
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:
    96)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
    235)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
    206)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
    230)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
    173)
    at
    org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:
    182)
    at
    org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:
    84)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
    128)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
    104)
    at
    org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:
    157)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
    109)
    at
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
    241)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
    844)
    at org.apache.coyote.http11.Http11Protocol
    $Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
    447)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.sql.SQLException: [Solid JDBC 02.10.0024] Invalid
    Date
    at solid.jdbc.SolidTA.s_InvDt(Unknown Source)
    at solid.jdbc.SolidTTs.getDate(Unknown Source)
    at solid.jdbc.SolidResultSet.getDate(Unknown Source)
    at
    org.jboss.resource.adapter.jdbc.WrappedResultSet.getDate(WrappedResultSet.java:
    565)
    at atg.core.jdbc.ResultSetGetter
    $DateGetter.getObject(ResultSetGetter.java:215)
    at
    atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:
    4284)
    ... 73 more
    SOURCE EXCEPTION:
    java.sql.SQLException: [Solid JDBC 02.10.0024] Invalid Date
    at solid.jdbc.SolidTA.s_InvDt(Unknown Source)
    at solid.jdbc.SolidTTs.getDate(Unknown Source)
    at solid.jdbc.SolidResultSet.getDate(Unknown Source)
    at
    org.jboss.resource.adapter.jdbc.WrappedResultSet.getDate(WrappedResultSet.java:
    565)
    at atg.core.jdbc.ResultSetGetter
    $DateGetter.getObject(ResultSetGetter.java:215)
    at
    atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:
    4284)
    at
    atg.adapter.gsa.GSAItemDescriptor.getPersistentItems(GSAItemDescriptor.java:
    4003)
    at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:
    3250)
    at atg.adapter.gsa.GSAItemDescriptor.getItems(GSAItemDescriptor.java:
    2955)
    at
    atg.adapter.gsa.GSAItemDescriptor.executeQuery(GSAItemDescriptor.java:
    7383)
    at atg.adapter.gsa.GSAView.executeUncachedQuery(GSAView.java:332)
    at
    atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:
    693)
    at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
    at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:
    433)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    344)
    at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:281)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    323)
    at
    atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:
    298)
    at
    atg.userprofiling.RepositoryProfileItemFinder.findByLogin(RepositoryProfileItemFinder.java:
    159)
    at
    atg.userprofiling.RepositoryProfileItemFinder.findByLogin(RepositoryProfileItemFinder.java:
    128)
    at atg.userprofiling.ProfileTools.getItem(ProfileTools.java:808)
    at
    atg.userprofiling.ProfileTools.locateUserFromLogin(ProfileTools.java:
    556)
    at atg.userprofiling.ProfileForm.findUser(ProfileForm.java:2170)
    at atg.userprofiling.ProfileForm.handleLogin(ProfileForm.java:1906)
    at
    atg.scenario.userprofiling.ScenarioProfileFormHandler.handleLogin(ScenarioProfileFormHandler.java:
    541)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
    39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
    25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.droplet.EventSender.sendEvent(EventSender.java:582)
    at atg.droplet.FormTag.doSendEvents(FormTag.java:791)
    at atg.droplet.FormTag.sendEvents(FormTag.java:640)
    at
    atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:
    523)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:
    550)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:
    2425)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:
    602)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:
    169)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:
    477)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:
    436)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:
    469)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:
    280)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:
    370)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:
    561)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:
    91)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:
    212)
    at
    atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:
    135)
    at
    atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:
    1097)
    at
    atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:
    779)
    at
    atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:
    250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:227)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
    235)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
    206)
    at
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:
    96)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
    235)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
    206)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
    230)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
    173)
    at
    org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:
    182)
    at
    org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:
    84)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
    128)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
    104)
    at
    org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:
    157)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
    109)
    at
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
    241)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
    844)
    at org.apache.coyote.http11.Http11Protocol
    $Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:
    447)
    at java.lang.Thread.run(Thread.java:662)
    Any help is most soughted for. Thanks in Advance

    Solved

  • Error while creating data server to connect into Hyperion Financial Manag.

    Hi Cezar and others gurus,
    I need some help in the follow issue:
    I imported the technologie HFM (hyperion financial management) and it`s now displayed normally in the Physical and Logical architecture.
    The drivers imported are: HFMdriver.dll
    log4j-1.2.8.jar
    odi_hfm.jar
    odihapp_common.jar
    And also imported the KMs about HFM.
    Everything doing fine but when i try to create a data server into Physical Architecture, and went to test it, two different errors are shown (below).
    i've already read many documentations but they didn't help.
    I have ODI 10.1.3.4.0 and the hyperion server is working fine.
    ODI server, my ODI client and HFM are located in the local machine.
    In the "Topology manager" in "Physical Architecture" under the "Hyperion Financial Management" I try to create "Data Server" and in the definition tab I filled "Name", "Server" (without port), "User", "Password".
    In the JDBC tab I did nothing.
    I go test and the errors appears.
    In the physical schema in the definition tab I cannot fill the items "Application (Catalog)", "Application (Work catalog)" because they don`t have any option and i let them "undefined"
    When i select "Local (no agent)",receive the error:
    Connection failed
    Java.lang.SQLException: Driver must be specified
    java.sql.SQLException: Driver must be specified
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.graphical.r.or.o(or.java)
         at com.sunopsis.graphical.r.or.r(or.java)
         at com.sunopsis.graphical.r.or.g(or.java)
         at com.sunopsis.graphical.r.or.a(or.java)
         at com.sunopsis.graphical.r.or.a(or.java)
         at com.sunopsis.graphical.r.il.actionPerformed(il.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at com.sunopsis.graphical.r.or.q(or.java)
         at com.sunopsis.graphical.r.or.<init>(or.java)
         at com.sunopsis.graphical.frame.a.ji.bx(ji.java)
         at com.sunopsis.graphical.frame.bn.w(bn.java)
         at com.sunopsis.graphical.frame.bn.d(bn.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener$ReleasedAction.actionPerformed(Unknown Source)
         at javax.swing.SwingUtilities.notifyAction(Unknown Source)
         at javax.swing.JComponent.processKeyBinding(Unknown Source)
         at javax.swing.JComponent.processKeyBindings(Unknown Source)
         at javax.swing.JComponent.processKeyEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    and when i select a agent created before, i receive:
    Connection failed
    Java.land.Exception
    at com.sunopsis.graphical.r.or.a(or.java)
         at com.sunopsis.graphical.r.or.s(or.java)
         at com.sunopsis.graphical.r.or.g(or.java)
         at com.sunopsis.graphical.r.or.a(or.java)
         at com.sunopsis.graphical.r.or.a(or.java)
         at com.sunopsis.graphical.r.il.actionPerformed(il.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at com.sunopsis.graphical.r.or.q(or.java)
         at com.sunopsis.graphical.r.or.<init>(or.java)
         at com.sunopsis.graphical.frame.a.ji.bx(ji.java)
         at com.sunopsis.graphical.frame.bn.w(bn.java)
         at com.sunopsis.graphical.frame.bn.d(bn.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Some help will be gratefully aprecciated.
    Thanks in advance,
    Best regards,
    Daniel Hein

    Good morning Cts and other gurus,
    Thanks for the answer but i'm still not able to connect to HFM.
    I am getting an error while trying to reverse engineer (this errors is shown at Agent): error ocurred in driver while connecting to HFM [<undefined>] on [apphyp] using user-name [sql_hyp].
    Caused by: com.hyperion.odi.hfm.wrapper.HFMexception: opening HFM application failed. Error code: 0x80046053 [This application is not registered with Hyperion Shared Services. Please contact your administrator]
    You told me that it`s normal the error when i try to test the data server but both Application (catalog) and Application (Work) stay <undefined> and nothing can be select in that section. I guess this should be completed with my existing applications ate HFM.
    Probably, the error mentioned happens because this item "Application" isn`t correct.
    What am i missing?
    Thanks in advance,
    Best regards,
    Daniel Hein

  • Issue in creating data server for xml in ODI

    Hi,
    I have a XMl which has a size around 95 MB. When i tried to create data server in ODI for this xml file.
    I encounter below error,
    "oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:117)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1125)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:163)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$4(SnpsDialogTestConnet.java:159)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$4.doInBackground(SnpsDialogTestConnet.java:520)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$4.doInBackground(SnpsDialogTestConnet.java:1)
    at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:656)
    at java.lang.Thread.run(Thread.java:662)"
    Kindly let me know what should i do for resolving the error.
    Thanks and Regards,
    Ida Jebakirubai S.

    Yes Phil i am able to create a data server for xml files which are of smaller in size(in KB). And i can use the files in the interface as well.
    When i using this large file only i am getting this error.
    Please suggest.
    Thanks and Regards,
    Ida.

  • Default Data Server for Hypersonic SQL in ODI 11g

    Hi All,
    I installed ODI 11g 11.1.1.6.0 for Win 7 with 10g DB R2 and WLS 10.3.5 successfully without any issues.
    Created DEV_ODI_REPO Repository also without any issues.
    Created Master Repository snpm1 and Work Repository as snpw1.
    Created the Agents (Physical and Logical) and tested successfully.
    Created the data servers for respective technologies
    1) Technology Oracle -
        Data Server - ORACLE_ORCL_LOCAL 
        Physical Schemas - SALES_DEV & SALES_PROD and
        Logical Schema as ORACLE_ORCL_LOCAL_SALES
    2) Technology FILE -
        Data Server - FILE_GENERIC
        Physical Schema - FILE_GENERIC.E:/oracle/Middleware/Oracle_ODI1/oracledi/demo/file
        Logical Schema - FILE_DEMO_SRC
    3) Technology - XML
         Data Server - XML FILE
         Physical Schema - GEO_D
        Logical Schema - GEO_DIM
    4) Technology - Hypersonic SQL
         Data Server - HSQL   (Is this the correct name or some other name is recommended ? )
         Physical Schema - HSQL_LOCALHOST_20001_Default and HSQL_LOCALHOST_20001_Default
        Logical Schema - HSQL_DEMO_SRC and HSQL_DEMO_TARG
    All the Mappings are done properly using Development & Production context for Physical and Logical Schemas.
    I am able to create the Models for Oracle, FIle and XML with successful Reverse Engineering (standard with development context )
    with all the data displayed correctly.
    The issue starts here
    The Main issue is for Hypersonic SQL where I am not able to get the Reverse Engineering.
    Technology - Hypersonic SQL  I have defined the data server as HSQL
    Is this correct data server or some other name for data server is suggested ?
    I am able to start the startdemo.bat file successfully opening the 3 dos prompt windows as
    a) Oracle DI Demo - Repository Server
    b) Oracle DI Demo - Source Server
    c) Oracle DI Demo - Target Server
    Later I make  entries on the JDBC tab od HSQL - Data Server as
    JDBC Driver : org.hsqldb.jdbc.JDBCDriver
    JDBC Url : jdbc:hsqldb:hsql://localhost
    Test Connection - ok with successful connection.
    Prior to this I already run the script created schemas and inserted data to the SRC_ tables in my 10g Database as
    ORDERS - containing the Tables as SRC_CITY, SRC_CUSTOMER, SRC_PRODUCT, SRC_REGION.....
    In the Designer I create a new Model as HSQL_SRC
    Technology - Hypersonic SQL
    Logical Schema - HSQL_DEMO_SRC as defined earlier in logical schema.
    Reverse Engineer Tab - Selected as Standard   Context selected as Development from drop down list.
    When I right click on HSQL_SRC model for reverse engineer, it executes, however it does not display any tables inserted
    as shown for ORDERS Schema.
    Please correct me where I am wrong in giving the name for data server ? or some other place.
    Thanks
    Ajaz

    Hi,
    according to docs
    http://docs.oracle.com/cd/E23943_01/integrate.1111/e12644/hypersonic_sql.htm#ODIKM590
    i see
    JDBC Driver: org.hsqldb.jdbcDriver
    JDBC URL: jdbc:hsqldb:hsql://<host>:<port>
    could you modify
    JDBC Driver : org.hsqldb.jdbc.JDBCDriver
    JDBC Url : jdbc:hsqldb:hsql://localhost
    according to docs?
    Thanks

  • Namespace not found error when creating data server for xml with namespace

    Hi
    I tried creating XML data server in ODI with namespace in xml file. I followed the below steps but could not success in creating the dataserver. however when I remove the namespace in xml file I am able to reverse engineer the xml file.
    1) Create xml data server
    2) select xml driver - com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    3) Provide the jdbc url - jdbc:snps:xml?f=D:/xmlnew/sample_namespace.xml&s=xmlns&d=D:/xmlnew/sample_namespace.dtd
    xml content
    <f:root xmlns:f="http://www.w3.org/TR/html4/">
    <table>
    <name>African Coffee Table</name>
    <width>80</width>
    <length>120</length>
    </table>
    </f:root>
    DTD content
    <!ELEMENT f:root ( table ) >
    <!ELEMENT length ( #PCDATA ) >
    <!ELEMENT name ( #PCDATA ) >
    <!ELEMENT table ( name, width, length ) >
    <!ELEMENT width ( #PCDATA ) >
    when I test connection it shows the following error.
    java.sql.SQLException: The model generated by the model mapper was not accepted by a validator: Model not accepted: Namespace not found:
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1100)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:371)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.localConnect(SnpsDialogTestConnet.java:794)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.jButtonTest_ActionPerformed(SnpsDialogTestConnet.java:754)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.connEtoC1(SnpsDialogTestConnet.java:137)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$1(SnpsDialogTestConnet.java:133)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$IvjEventHandler.actionPerformed(SnpsDialogTestConnet.java:87)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.sql.SQLException: The model generated by the model mapper was not accepted by a validator: Model not accepted: Namespace not found:
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.initialize(SnpsXmlDTD.java:389)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.initialize(SnpsXmlDTD.java:421)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDTD.<init>(SnpsXmlDTD.java:150)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchema.<init>(SnpsXmlSchema.java:478)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchemaManager.createNewSchema(SnpsXmlSchemaManager.java:292)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlSchemaManager.getSchemaFromProperties(SnpsXmlSchemaManager.java:270)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDriver.connect(SnpsXmlDriver.java:114)
         at oracle.odi.jdbc.datasource.DriverManagerUtils$DriverProxy.connect(DriverManagerUtils.java:23)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:368)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:352)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:316)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:275)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:99)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)

    Hi,
    Thans for your reply.
    This is the DTD for my xmldoc.
    <!ELEMENT Data (Department+)>
    <!ELEMENT EmployeeID (#PCDATA)>
    <!ATTLIST EmployeeID col (EMPID) #IMPLIED>
    <!ELEMENT Education (EmployeeID, Sequence, Dgree)>
    <!ATTLIST Education table NMTOKEN #IMPLIED>
    <!ELEMENT Employee (EmployeeName, EmployeeID, DepartmentID, Education*)>
    <!ATTLIST Employee table NMTOKEN #IMPLIED>
    <!ELEMENT EmployeeName (#PCDATA)>
    <!ATTLIST EmployeeName col NMTOKEN #IMPLIED>
    <!ELEMENT DepartName (#PCDATA)>
    <!ATTLIST DepartName col NMTOKEN #IMPLIED>
    <!ELEMENT Table (Column+)>
    <!ATTLIST Table importType NMTOKEN #IMPLIED>
    <!ATTLIST Table parentTable NMTOKEN #IMPLIED>
    <!ATTLIST Table tag NMTOKEN #IMPLIED>
    <!ATTLIST Table columns NMTOKEN #IMPLIED>
    <!ATTLIST Table name NMTOKEN #IMPLIED>
    <!ELEMENT DepartID (#PCDATA)>
    <!ATTLIST DepartID col NMTOKEN #IMPLIED>
    <!ELEMENT MetaData (Table+)>
    <!ELEMENT Sequence (#PCDATA)>
    <!ATTLIST Sequence col NMTOKEN #IMPLIED>
    <!ELEMENT Dgree (#PCDATA)>
    <!ATTLIST Dgree col NMTOKEN #IMPLIED>
    <!ELEMENT Export (MetaData, Data)>
    <!ELEMENT DepartmentID (#PCDATA)>
    <!ATTLIST DepartmentID col NMTOKEN #IMPLIED>
    <!ELEMENT Column (#PCDATA)>
    <!ATTLIST Column deleteKey NMTOKEN #IMPLIED>
    <!ATTLIST Column isKey NMTOKEN #IMPLIED>
    <!ELEMENT Department (DepartName, DepartID, Employee+)>
    <!ATTLIST Department table NMTOKEN #IMPLIED>
    Thanks again!
    Yan

  • Creating data server for JMS Queues in ODI

    hi,
    I am trying to create data server for JMS Queues in ODI.
    I am getting following error:
    java.sql.SQLException: Cannot load connection class because of underlying exception: 'javax.jms.JMSException: Cannot find the Connection Factory (jms/QueueConnectionFactory) in JNDI'.
    To implement this, I am giving following parameters:
    JNDI driver : com.evermind.server.rmi.RMIInitialContextFactory
    JNDI url : ormi://localhost/default
    JNDI resource : jms/QueueConnectionFactory
    Please help.
    Thanks,
    Monika

    Hi,
    according to docs
    http://docs.oracle.com/cd/E23943_01/integrate.1111/e12644/hypersonic_sql.htm#ODIKM590
    i see
    JDBC Driver: org.hsqldb.jdbcDriver
    JDBC URL: jdbc:hsqldb:hsql://<host>:<port>
    could you modify
    JDBC Driver : org.hsqldb.jdbc.JDBCDriver
    JDBC Url : jdbc:hsqldb:hsql://localhost
    according to docs?
    Thanks

Maybe you are looking for

  • Error in Delete Dataset  dn

    Hai All       I am trying to delete the file from the application  server using DELETE DATASET file name.( File name specifies the full path.). Once the control passes through the statement i am getting the sy-subrc value as 4. Can any one please rep

  • Sort according to another field order

    say there are 2 input and 2 output fields The first input field is mapped to the first output field , after grouping similar values together e.g: input field1          output field1 a                            a d                            a e     

  • Determine European customer by VAT reg. number [EU STCEG]

    Hi! I work in international company. For one of the countries VAT procedures, in order to know which VAT code to use, I need to know if it is a european customer. I need to determine to which country the VAT reg. number belongs. For example, I take F

  • Auto Convertion of TRs to TOs

    Hi All, We have implemented this functionality of autoconvertion from TRs to TOs once the goods issue takes place against a reservation or stock transport order. But now some of the TRs are not getting converted automatically. When the same is proces

  • How to edit View based field in forms

    Hi All, I developed a Query-Find Form for Customer details.In main form(after querying) I have some fields where the data is coming from a View.All are non -editable fields,But I need to make one Particular field as editable.How can I make that field