JMS data server  creation , parameters?

hi,
can anybody plz tell how to create jms queue dataserver in ODI.
I have already created JMS data server in Weblogic 8.1.
I'm using LDAP protoclol..
Plz give the format of JNDI url and JNDI resource .
I'm using JMS Queue ..Not JMS Queue XML ..
Thanks a lot in advance ..
user568....delhi

Find below the process to configure a JMS destination for OC4J.
You will need to adapt it to you JMS provider.
To set this up, you will need to:
1. Copy the necessary client files from OC4J, place them in the <ODI_HOME>/oracledi/drivers directory and restart ODI. The files you need are:
- <OC4J_HOME>/j2ee/home/oc4jclient.jar
- <OC4J_HOME>/j2ee/home/lib/javax77.jar
- <OC4J_HOME>/j2ee/home/lib/jta.jar
Copy those files and restart ODI.
2. Create a physical connection (Topology Application/Physical Architecture/Technologies -> right click JMS Queues and select "Insert Data Server")
3. In the Description tab, simpl fill in the Name field.
4. In the JNDI tab , fille in the following:
- JNDI Authentication - Simple
- JNDI User: application user - this is the equivalent of javax.naming.Context.SECURITY_PRINCIPAL
- Password: application password - this is the equivalent of javax.naming.Context.SECURITY_CREDENTIALS
- JNDI Driver: This is the equivalent of javax.naming.Context.INITIAL_CONTEXT_FACTORY, so enter com.evermind.server.rmi.RMIInitialContextFactory
- JNDI Url: This is the equivalent of javax.naming.Context.PROVIDER_URL, so put in ormi://<hostname>[:<port>]/<application>.
For instance, with the basic OC4J install, I put in ormi://localhost/default.
- JNDI Resource: This is the JNDI lookup key for your Queue Connection factory.
For example, for the default OC4J installation, I put in jms/QueueConnectionFactory
5. Click the Test button and click OK in the window that pops up. You should get a message box saying that your connection was successful.
6. Click Apply or OK and a new window will pop up. In this window, go to the Context tab and click the Add button and in the row that appears, click on the right most field (it says <Undefined> and replace <undefined> with a logical name for your connection. Hit Enter and click OK)
7. You've now connected to the Queue, to create the Queue object in ODI, go to the Designer window, go to models and create a new model.
8. Set the name to whatever makes sense to you. Set the technology to JMS Queue and the Logical Schema to the logical connection name you created in step 6. In the Reverse tab, select Global from the Context dropdown menu.
9. Click OK. You now have a container for any Queues that are in this connection.
10. To point to the queue, right click your new model and select Insert Datastore.
11. In the new window, name your datastore whatever you'd like. Set the resource name to the JNDI resource name for the queue (for example, with the default OC4J configuration, you could set this to jms/demoQueue.
12. In the Files tab, set the File Format to fixed, and set the record separator to Windows or Unix (it doesn't really matter which one you pick)
13. In the Columns tab, click the add button to add a column. Name the column something like DATA and set is to a String of size 1000.
14. Click OK. You'll now be able to right click this new datastore and view data, granted in a very simple format. You can create a more complex flat file structure if you' like but this gives you a quick and easy to view the contents of the queue.
Regards,
-FX

Similar Messages

  • IBM MQ JMS data server in linux

    Guru's
    Need help.
    I configured the jms data server in linux ODI server for IBM MQ, my problem is while trying to access this data server from windows client i'm getting error.
    Can any body help with you suggestion whether we can access data server configured in linux through windows client?
    Please explain the how to make this work. I have to give this type of access to developers.
    Thanks

    Guru's
    Need help.
    I configured the jms data server in linux ODI server for IBM MQ, my problem is while trying to access this data server from windows client i'm getting error.
    Can any body help with you suggestion whether we can access data server configured in linux through windows client?
    Please explain the how to make this work. I have to give this type of access to developers.
    Thanks

  • ODI 11g : JMS Queue XML Data Server creation

    Hi Everybody,
    I am facing a problem while i am trying to create a JMS Queue XML data server in ODI 11g. I have
    the following details of the queue.
    QueueManager=xxx;
    TransportType=1;
    HostName=ab.cde.fe.com;Port=77777;
    Channel=CLIENT.TO.xxx1
    destination name : SU.BH.RAJY.OTI.UPDATE_ITEM_RESPONSE.01
    user : xyz
    password : 123
    I have sussefully created an jms datasouce in weblogic name 'eis/jms/abc' and also I have successfully
    retrived the xml message from queue in BPEL
    (using a jms adapter where
    JMS Provider : Third Party,
    Jms Provider Jndi Name -eis/jms/abc,
    Operation name : consume_message,
    destinamtion name is queue:///SU.BH.RAJY.OTI.UPDATE_ITEM_RESPONSE.01?targetClient=1).
    But the new reqirement is to retive the xml data in ODI using "JMS Queue XML data server".I have tried
    several ways(reading from internet) but failed to configure physical dataserver and reverse the xml message.
    Also failed to understand properly the oracle post (http://docs.oracle.com/cd/E21764_01/integrate.1111/e12644/jms_xml.htm#CHDFCFBI).
    Speically this portion "JNDI URL: <JMS_RESOURCE>?d=<DTD_FILE>&s=<SCHEMA>&JMS_DESTINATION=<JMS_DESTINATION_NAME>.".
    What will be the "JMS_RESOURCE" in my case.
    How can I configure JMS Queue XML?
    Please help!
    Note : I don't have the XML message structure of the Queue(also DTD file). So , I have to reverse it.
    Thanks & Regards,
    Subhra
    Message was edited by: SubhrajyotiKundu

    Hi Everybody,
    I am facing a problem while i am trying to create a JMS Queue XML data server in ODI 11g. I have
    the following details of the queue.
    QueueManager=xxx;
    TransportType=1;
    HostName=ab.cde.fe.com;Port=77777;
    Channel=CLIENT.TO.xxx1
    destination name : SU.BH.RAJY.OTI.UPDATE_ITEM_RESPONSE.01
    user : xyz
    password : 123
    I have sussefully created an jms datasouce in weblogic name 'eis/jms/abc' and also I have successfully
    retrived the xml message from queue in BPEL
    (using a jms adapter where
    JMS Provider : Third Party,
    Jms Provider Jndi Name -eis/jms/abc,
    Operation name : consume_message,
    destinamtion name is queue:///SU.BH.RAJY.OTI.UPDATE_ITEM_RESPONSE.01?targetClient=1).
    But the new reqirement is to retive the xml data in ODI using "JMS Queue XML data server".I have tried
    several ways(reading from internet) but failed to configure physical dataserver and reverse the xml message.
    Also failed to understand properly the oracle post (http://docs.oracle.com/cd/E21764_01/integrate.1111/e12644/jms_xml.htm#CHDFCFBI).
    Speically this portion "JNDI URL: <JMS_RESOURCE>?d=<DTD_FILE>&s=<SCHEMA>&JMS_DESTINATION=<JMS_DESTINATION_NAME>.".
    What will be the "JMS_RESOURCE" in my case.
    How can I configure JMS Queue XML?
    Please help!
    Note : I don't have the XML message structure of the Queue(also DTD file). So , I have to reverse it.
    Thanks & Regards,
    Subhra
    Message was edited by: SubhrajyotiKundu

  • 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

  • Create jms queue xml data server

    Hi,
    What's the difference between jms queue and jms queue xml data servers and how to create jms queue xml data server.
    Thanks.

    Hello,
    JMS messages can principally be processed by Oracle Data Integrator in two formats:
    - JMS Messages: containers for rows of data, handled through JMS Queue/JMS Topic Technologies. With JMS Queue/JMS Topic technologies, each JMS destination is defined similarly to a flat file datastore. Each message in the destination is a record in the datastore.
    - XML Messages: containers for XML files, handled through JMS XML Queue/JMS XML Topic Technologies. With JMS XML Queue/JMS XML Topic technologies, each messages payload contains a complete XML data structure. This structure is mapped into a relational schema (XML Schema) which appears as a model. This use the Oracle DI Driver for XML (see the driver documentation in Oracle DI documentation).
    Find below a step by step creation process for such a destination:
    1. Data Server
    To create a JMS XML Queue data server, you declare a simple JNDI connection. The only JMS XML specific information is added to the URL. This information defines the XML file format.
    The JNDI URL should be : <JMS_RESOURCE>?d=<DTD_FILE>&f=<XML_FILE>&s=<SCHEMA>&JMS_DESTINATION=<JMS_DESTINATION_NAME>
    - JMS_RESOURCE: JNDI resource corresponding to your JMS queue that will contain the XML payload. You would specify this URL if you were managing normal JMS messages.
    - DTD_FILE: path to a DTD file that describes the XML structure. Mandatory if the parameter XML_FILE is omitted.
    - XML_FILE: path to the XML file with a structure similar to the expected XML messages. Mandatory if the DTD_FILE parameter is omitted.
    - SCHEMA: schema name that will contain the XML structure. This value must match the one set for the physical schema attached to this data server. This parameter is mandatory.
    - JMS_DESTINATION_NAME: name of the JMS queue or topic. This parameter is mandatory.
    2. Schema
    Creation is straightforward: In the Schema (Schema) and Schema (Work Schema), enter the name of the <SCHEMA> defined in the data server JNDI URL.
    3. Model
    Use standard reverse-engineering. As the Oracle DI Driver for XML is used the XML structure will be reversed as a relational structure.
    Regards,
    - FX

  • Dynamic Creation of Physical Data Server / Agent cache Refresh

    Scenario:
    I have a requirement to load data from xml source to oracle DB, and the xml source will change at run time,but the xsd of the xml would remain same ( so I don't have to change the Logical data Server, models, mappings, interfaces and scenarios - only the Physical Data Server will change at runtime).I have created all the ODI artifacts using ODI studio in my Work Repo and then I'm using odi sdk to create the physical dataserver for the changed xml data source and then invoking the agent programmatically.
    Problem:
    The data is being loaded from the xml source to oracle DB for the first time, but it is not working fine from the second time onwards. If I restart the agent, it is again working fine for one more time. on the first run, I think the agent maintains some sort of cache for the physical data server details and so when ever I change the data server, something is going wrong and that is leading to the following exception. So I want to know, if there is any mechanism to handle dynamic data servers or if there is any way of clearing the agent cache, if any.
    Caused By: org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 41, in <module>
    AttributeError: 'NoneType' object has no attribute 'createStatement'
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1596)
         at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:582)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)
         at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1070)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$1.run(DefaultAgentTaskExecutor.java:50)
         at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor.executeAgentTask(DefaultAgentTaskExecutor.java:41)
         at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.doExecuteAgentTask(TaskExecutorAgentRequestProcessor.java:93)
         at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:83)
         at oracle.odi.runtime.agent.support.DefaultRuntimeAgent.execute(DefaultRuntimeAgent.java:68)
         at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:445)
         at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:394)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:503)
         at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
         at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
         at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
         at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
         at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
         at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
         at org.mortbay.jetty.Server.handle(Server.java:326)
         at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
         at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
         at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
         at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)

    Hi ,
    If you want to load multiple files ( same structure) through one connection then in topology create M.XSD for M.XML file
    Create three directories
    RAW -- It will contain file with original name
    PRO- Processing area where file will be moved one by one & renamed it as M.XML.
    OUT- Once file data will be loaded into tables move the file M.XML from PRO to OUT.
    Go to odiexperts to create loop,
    Use odifilemove ( to move & rename/masking) to move A.XML from RAW to PRO & rename to M.XML
    use ODIfilemove to move M.XML to OUT folder & then rename back to A.XML
    Use variables to store file names & refresh
    NoneType' object has no attribute 'createStatement' : It seems that structure of your file is different & your trying to load different files in same schema. If stucture is same then use Procedure "SYNCHRONIZE ALL" after every load...
    Edited by: neeraj_singh on Feb 16, 2012 4:47 AM

  • Problem with the creation of the date server with the technology Mysql

    Hi,
    I have installed date integrator 11.1.1.5.
    I have installed oracle database 11.2
    I have installed mysql 5.1.41 with xamp
    I have created the repository master and work.
    I have created data server for oracle .
    ok all correct
    I have created the date server for mysql but I cannot insert the data for jdbc (why ? where insert data ?) when except it creates me the date server.
    but when I try to add a physical schema me from this error and I don't see the list of the schema.
    java.lang.NoClassDefFoundError: bsh/EvalError
         at com.sunopsis.jdbc.driver.JavaDriver.connect(JavaDriver.java:80)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:409)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:385)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:352)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:331)
         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)
    how can I resolve my problem?
    thank you for help and cooperation.
    gabriele

    Hi,
    A sub asset master can be created with AS11 only.
    You cannot create a asset sub number under a main asset number, in the case, where different set of dep areas needs to be maintained.
    When you create a sub asset, all the dep areas will be copied to sub asset's master from main asset master. Since this set of dep areas cannot be different from main asset to sub asset.
    Hopw you understood this.
    Thanks,
    Srinu.

  • Creation of Excel data server

    Hi All,
    I am trying to create excel dat server & i followed the step..
    1. Control panel -> administrative tools – >Data source (odbc) (Windows )
    In USER DSN tab i created data source for xml driver with name IRF & configure it.
    Now i tried to make excel data server & it was created successfully & i tested it ODI says the connection was successfull.
    Now in Designer .
    I am not getting any excel file when i tied to do reverse engineering in the model tab.
    Plz help

    Thanks for quick reponse
    Can you give me a simple example for 1 record in excel.
    So that i could know how to create range.
    If you have any example or screenshot pl ease mail me at [email protected]
    Thanks
    Neeraj

  • 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.

  • Using XML File as a Data Server

    OK - here's my scenario:
    - Have an XML file that I am holding parameters (i.e log file folder) in
    - I have set the XML file as a data server (which test connects OK) and created physical and logical schemas in Topology Manager
    - In Designer, have created a data model for this file
    What I am trying to do is populate/refresh a global variable with a value from the XML file; however, when I make a change to the value in the XML file, the value does not get passed into the variable.
    In the global variable, it is set to refresh from the xml data source and in a package I am using a variable step set to refresh but still the data does not update with the current values in the file.
    Couple of other things - if I go to the data model and view the data, it sees the value that is in the xml file but the variable is not getting the same value - it seems to be using some kind of cached value. Also, if I close any open ODI apps (Designer, Operator, etc.) and re-open, the values (sometimes) seem to reflect what is in the file.
    Crux of the post - am I missing something so obvious that I cannot see it or has anyone else experienced this kind of issue.
    Thanks,
    Gee

    OK - I got this working but in order to do this I followed some info from another post and changed the structure of the XML.
    Previously, it was structured as:
    <params>
    <param>
    <name>Test1</name>
    <value>Some Value</value>
    </param>
    <param>
    <name>Test2</name>
    <value>Some Value2</value>
    </param>
    </params>
    Now I have changed it to:
    <params>
    <param name="Test1" value="Some Value" />
    <param name="Test2" value="Some Value2" />
    </params>
    I also added the dod=true value into the JDCB url.
    Now, one of these circumstances fixed my issue (of which I am very glad) but I don't know which one :-) .... and I currently don't have the time to find out.
    I may investigate this further in the future (and post accordingly).
    Thanks,
    G

  • Error with data source creation

    Error during Data Source creation: weblogic.common.ResourceException: DataSource
    (jdbc.GangsterDB) can't be created with non-existent Pool (connection or multi)
    (oraclePool)
    I have already created oraclePool with the following properties:
    Name : oraclePool
    URL : jdbc:weblogic:oracle
    Driver: weblogic.jdbc.oci.Driver
    Properties:
    user=system
    server=myserver
    In weblogic-ejb-jar.xml file:
              <reference-descriptor>
              <resource-description>
              <res-ref-name>jdbc/GangsterDataSource</res-ref-name>
              <jndi-name>jdbc.GangsterDB</jndi-name>
              </resource-description>
         </reference-descriptor>
    In ejb-jar.xml file:
    <resource-ref>
              <res-ref-name>jdbc/GangsterDataSource</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              </resource-ref>
    Do I need to make changes in my Entity Bean files? I have made a datasource called
    GangsterDB. I do not know the reason for this error. Please do let me know.
    Error during Data Source creation: weblogic.common.ResourceException: DataSource
    (jdbc.GangsterDB) can't be created with non-existent Pool (connection or multi)
    (oraclePool)
    Thank you
    Ronak Parekh

    I am still getting the same error:
    Unable to deploy EJB: OrganizationEJB from sempire_bc.jar
    The DataSource with the JNDI name: OrganizationDB can not be located. Please ensure
    that the DataSource has been deployed
    successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    In my console, I have created a connection pool 'oraclePool' and 3 datasource
    'jdbc.GangsterDB', 'jdbc.OrganizationDB' and
    'jdbc.JobDB'. I have also specified the target server and there seems to be no
    error. I have checked 'Monitor All Connection
    Pools' and oraclePool is running. I still do not understand the problem that I
    am getting and have no clue how to solve it.
    Thank you
    Ronak Parekh
    My weblogic-ejb-jar.xml file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN'
    'http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
         <weblogic-enterprise-bean>
              <ejb-name>GangsterEJB</ejb-name>
              <entity-descriptor>
                   <persistence>
                        <persistence-type>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                             <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
                        </persistence-type>
                        <persistence-use>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                        </persistence-use>
                   </persistence>
              </entity-descriptor>
              <reference-descriptor>
              <resource-description>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <jndi-name>jdbc.GangsterDB</jndi-name>
              </resource-description>
         </reference-descriptor>
              <local-jndi-name>jdbc.GangsterDB</local-jndi-name>
         </weblogic-enterprise-bean>
         <weblogic-enterprise-bean>
              <ejb-name>OrganizationEJB</ejb-name>
              <entity-descriptor>
                   <persistence>
                        <persistence-type>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                             <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
                        </persistence-type>
                        <persistence-use>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                        </persistence-use>
                   </persistence>
              </entity-descriptor>
              <reference-descriptor>
              <resource-description>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <jndi-name>jdbc.OrganizationDB</jndi-name>
              </resource-description>
              </reference-descriptor>
              <local-jndi-name>jdbc.OrganizationDB</local-jndi-name>
         </weblogic-enterprise-bean>
         <weblogic-enterprise-bean>
              <ejb-name>JobEJB</ejb-name>
              <entity-descriptor>
                   <persistence>
                        <persistence-type>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                             <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
                        </persistence-type>
                        <persistence-use>
                             <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
                             <type-version>6.0</type-version>
                        </persistence-use>
                   </persistence>
              </entity-descriptor>
              <reference-descriptor>
              <resource-description>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <jndi-name>jdbc.JobDB</jndi-name>
              </resource-description>
         </reference-descriptor>
              <local-jndi-name>jdbc.JobDB</local-jndi-name>
         </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    My ejb-jar.xml file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC
         "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
         "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
         <display-name>Business Component CMP 2.0</display-name>
         <enterprise-beans>
    <entity>
              <display-name>Gangster Entity Bean</display-name>
         <ejb-name>GangsterEJB</ejb-name>
    <local-home>com.sempire.builder.business_component.GangsterHome</local-home>
    <local>com.sempire.builder.business_component.Gangster</local>
    <ejb-class>com.sempire.builder.business_component.GangsterBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.Integer</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
         <abstract-schema-name>GangsterEJB</abstract-schema-name>
    <cmp-field><field-name>iD</field-name></cmp-field>
         <cmp-field><field-name>name</field-name></cmp-field>
    <cmp-field><field-name>nickname</field-name></cmp-field>
    <cmp-field><field-name>badness</field-name></cmp-field>
                   <primkey-field>iD</primkey-field>
                   <resource-ref>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              </resource-ref>
                   <query>
                        <query-method>
                             <method-name>findAll</method-name>
                             <method-params></method-params>
                        </query-method>
                        <ejb-ql>
                             <![CDATA[SELECT OBJECT(a) FROM GangsterEJB AS a]]>
                        </ejb-ql>
                   </query>
              </entity>
    <entity>
         <display-name>Organization Entity Bean</display-name>
    <ejb-name>OrganizationEJB</ejb-name>
    <local-home>com.sempire.builder.business_component.OrganizationHome</local-home>
    <local>com.sempire.builder.business_component.Organization</local>
    <ejb-class>com.sempire.builder.business_component.OrganizationBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.Integer</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>OrganizationEJB</abstract-schema-name>
    <cmp-field><field-name>iD</field-name></cmp-field>
         <cmp-field><field-name>name</field-name></cmp-field>
                   <cmp-field><field-name>description</field-name></cmp-field>
                   <primkey-field>iD</primkey-field>
                   <resource-ref>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              </resource-ref>
                   <query>
                        <query-method>
                             <method-name>findAll</method-name>
                             <method-params></method-params>
                        </query-method>
                        <ejb-ql>
                             <![CDATA[SELECT OBJECT(a) FROM OrganizationEJB AS a]]>
                        </ejb-ql>
                   </query>
              </entity>
    <entity>
    <display-name>Job Entity Bean</display-name>
    <ejb-name>JobEJB</ejb-name>
    <local-home>com.sempire.builder.business_component.JobHome</local-home>
    <local>com.sempire.builder.business_component.Job</local>
    <ejb-class>com.sempire.builder.business_component.JobBean</ejb-class>
    <persistence-type>Container</persistence-type>
                   <prim-key-class>java.lang.Integer</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>JobEJB</abstract-schema-name>
                   <cmp-field><field-name>iD</field-name></cmp-field>
    <cmp-field><field-name>name</field-name></cmp-field>
    <cmp-field><field-name>score</field-name></cmp-field>
                   <cmp-field><field-name>setupCost</field-name></cmp-field>
                   <primkey-field>iD</primkey-field>
                   <resource-ref>
              <res-ref-name>jdbc/oraclePool</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
              </resource-ref>
                   <query>
                        <query-method>
                             <method-name>findAll</method-name>
                             <method-params></method-params>
                        </query-method>
                        <ejb-ql>
                             <![CDATA[SELECT OBJECT(a) FROM JobEJB AS a]]>
                        </ejb-ql>
                   </query>
              </entity>
         </enterprise-beans>
         <relationships>
    <ejb-relation>
    <ejb-relation-name>organization-memberGangsters</ejb-relation-name>
    <ejb-relationship-role>
         <ejb-relationship-role-name>organization---memberGangsters</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
         <ejb-name>OrganizationEJB</ejb-name>
    </relationship-role-source>
    <cmr-field>
         <cmr-field-name>memberGangsters</cmr-field-name>
         <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
                   <ejb-relationship-role>
         <ejb-relationship-role-name>memberGangsters---organization</ejb-relationship-role-name>
    <multiplicity>Many</multiplicity>
    <cascade-delete/>
    <relationship-role-source>
         <ejb-name>GangsterEJB</ejb-name>
    </relationship-role-source>
    <cmr-field>
         <cmr-field-name>organization</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    </ejb-relation>
    <ejb-relation>
    <ejb-relation-name>gangsters-jobs</ejb-relation-name>
    <ejb-relationship-role>
         <ejb-relationship-role-name>gangsters---jobs</ejb-relationship-role-name>
         <multiplicity>Many</multiplicity>
         <relationship-role-source>
              <ejb-name>GangsterEJB</ejb-name>
         </relationship-role-source>
         <cmr-field>
              <cmr-field-name>jobs</cmr-field-name>
              <cmr-field-type>java.util.Collection</cmr-field-type>
         </cmr-field>
    </ejb-relationship-role>
                   <ejb-relationship-role>
         <ejb-relationship-role-name>jobs---gangsters</ejb-relationship-role-name>
         <multiplicity>Many</multiplicity>
         <relationship-role-source>
              <ejb-name>JobEJB</ejb-name>
         </relationship-role-source>
         <cmr-field>
              <cmr-field-name>gangsters</cmr-field-name>
              <cmr-field-type>java.util.Collection</cmr-field-type>
         </cmr-field>
    </ejb-relationship-role>
              </ejb-relation>
    <ejb-relation>
    <ejb-relation-name>organization-theBoss</ejb-relation-name>
         <ejb-relationship-role>
         <ejb-relationship-role-name>organization---theBoss</ejb-relationship-role-name>
         <multiplicity>One</multiplicity>
         <relationship-role-source>
              <ejb-name>OrganizationEJB</ejb-name>
         </relationship-role-source>
         <cmr-field>
              <cmr-field-name>theBoss</cmr-field-name>
                   </cmr-field>
              </ejb-relationship-role>
                   <ejb-relationship-role>
                        <ejb-relationship-role-name>theBoss---organization</ejb-relationship-role-name>
         <multiplicity>One</multiplicity>
    <relationship-role-source>
         <ejb-name>GangsterEJB</ejb-name>
    </relationship-role-source>
    </ejb-relationship-role>
    </ejb-relation>
         </relationships>
         <assembly-descriptor>
         <container-transaction>
         <method>
              <ejb-name>GangsterEJB</ejb-name>
              <method-name>*</method-name>
         </method>
         <method>
              <ejb-name>OrganizationEJB</ejb-name>
              <method-name>*</method-name>
         </method>
         <method>
              <ejb-name>JobEJB</ejb-name>
              <method-name>*</method-name>
                   </method>
                   <trans-attribute>Required</trans-attribute>
              </container-transaction>
         </assembly-descriptor>
    </ejb-jar>
    My weblogic-cmp-rdbms-jar.xml file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-rdbms-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB RDBMS Persistence//EN'
    'http://www.bea.com/servers/wls600/dtd/weblogic-rdbms20-persistence-600.dtd'>
    <weblogic-rdbms-jar>
         <weblogic-rdbms-bean>
              <ejb-name>GangsterEJB</ejb-name>
              <data-source-name>GangsterDB</data-source-name>
              <table-name>GANGSTER</table-name>
              <field-map>
         <cmp-field>iD</cmp-field>
         <dbms-column>ID</dbms-column>
         </field-map>
         <field-map>
         <cmp-field>name</cmp-field>
         <dbms-column>NAME</dbms-column>
         </field-map>
              <field-map>
                   <cmp-field>nickname</cmp-field>
         <dbms-column>NICKNAME</dbms-column>
         </field-map>
         <field-map>
         <cmp-field>badness</cmp-field>
         <dbms-column>BADNESS</dbms-column>
              </field-map>
              <weblogic-query>
                   <query-method>
                        <method-name>findAll</method-name>
                        <method-params></method-params>
                   </query-method>
              </weblogic-query>
         </weblogic-rdbms-bean>
         <weblogic-rdbms-bean>
              <ejb-name>OrganizationEJB</ejb-name>
              <data-source-name>OrganizationDB</data-source-name>
              <table-name>ORGANIZATION</table-name>
              <field-map>
                   <cmp-field>iD</cmp-field>
                   <dbms-column>ID</dbms-column>
              </field-map>
              <field-map>
                   <cmp-field>name</cmp-field>
                   <dbms-column>NAME</dbms-column>
              </field-map>
              <field-map>
                   <cmp-field>description</cmp-field>
                   <dbms-column>DESCRIPTION</dbms-column>
              </field-map>
              <weblogic-query>
                   <query-method>
                        <method-name>findAll</method-name>
                        <method-params></method-params>
                   </query-method>
              </weblogic-query>
         </weblogic-rdbms-bean>
         <weblogic-rdbms-bean>
              <ejb-name>JobEJB</ejb-name>
              <data-source-name>JobDB</data-source-name>
              <table-name>JOB</table-name>
         <field-map>
                   <cmp-field>iD</cmp-field>
                   <dbms-column>ID</dbms-column>
              </field-map>
              <field-map>
                   <cmp-field>name</cmp-field>
                   <dbms-column>NAME</dbms-column>
              </field-map>
              <field-map>
                   <cmp-field>score</cmp-field>
                   <dbms-column>SCORE</dbms-column>
              </field-map>
              <field-map>
                   <cmp-field>setupCost</cmp-field>
                   <dbms-column>SETUPCOST</dbms-column>
              </field-map>
              <weblogic-query>
                   <query-method>
                        <method-name>findAll</method-name>
                        <method-params></method-params>
                   </query-method>
              </weblogic-query>
         </weblogic-rdbms-bean>
         <weblogic-rdbms-relation>
         <relation-name>organization-memberGangsters</relation-name>
         <weblogic-relationship-role>
              <relationship-role-name>memberGangsters---organization</relationship-role-name>
              <column-map>
              <foreign-key-column>iD</foreign-key-column>
                   <key-column>ID</key-column>
         </column-map>
         </weblogic-relationship-role>
    </weblogic-rdbms-relation>
    <weblogic-rdbms-relation>
         <relation-name>gangsters-jobs</relation-name>
         <table-name>JOBS</table-name>
         <weblogic-relationship-role>
              <relationship-role-name>gangsters---jobs</relationship-role-name>
              <column-map>
                   <foreign-key-column>iD</foreign-key-column>
                   <key-column>ID</key-column>
         </column-map>
         </weblogic-relationship-role>
         <weblogic-relationship-role>
              <relationship-role-name>jobs---gangsters</relationship-role-name>
              <column-map>
                   <foreign-key-column>iD</foreign-key-column>
                   <key-column>ID</key-column>
         </column-map>
    </weblogic-relationship-role>
    </weblogic-rdbms-relation>
    <weblogic-rdbms-relation>
         <relation-name>organization-theBoss</relation-name>
         <weblogic-relationship-role>
              <relationship-role-name>organization---theBoss</relationship-role-name>
              <column-map>
                   <foreign-key-column>iD</foreign-key-column>
                   <key-column>ID</key-column>
         </column-map>
         </weblogic-relationship-role>
    </weblogic-rdbms-relation>
    </weblogic-rdbms-jar>

  • Planning Data source Creation Error

    Hi All, I am getting an Essbase connection error while doing Data source creation for planning application from workspace.
    Below is my Oracle EPM System Diagnostics report for Workspace and Essbase
    Foundation / Workspace
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     LOG: Login     Module test for Provider Services with URL http://demoserver:9000/workspace/index.jsp?module=aps.aps 0 seconds
    PASSED     LOG: Login     Module test for Web Analysis with URL http://demoserver:9000/workspace/index.jsp?module=WebAnalysis.WebAnalysis 0 seconds
    PASSED     LOG: Login     Module test for Essbase Administration Services with URL http://demoserver:9000/workspace/index.jsp?module=eas.eas 0 seconds
    PASSED     LOG: Login     Module test for Shared Services with URL http://demoserver:9000/workspace/index.jsp?module=interop.interop 0 seconds
    PASSED     LOG: Login     Module test for Reporting and Analysis with URL http://demoserver:9000/workspace/index.jsp?module=raframework.raframework 0 seconds
    PASSED     LOG: Login     Module test for Planning with URL http://demoserver:9000/workspace/index.jsp?module=HyperionPlanning.HyperionPlanning 0 seconds
    PASSED     LOG: Login     Module test for Financial Reporting with URL http://demoserver:9000/workspace/index.jsp?module=hr.hr 0 seconds
    PASSED     LOG: Login     Module test for Calculation Manager with URL http://demoserver:9000/workspace/index.jsp?module=calcmgr.calcmgr 0 seconds
    PASSED     LOG: Login     Module test for Performance Management Architect Data Synchronizer with URL http://demoserver:9000/workspace/index.jsp?module=DataSync.DataSync 0 seconds
    PASSED     LOG: Login     Module test for Performance Management Architect with URL http://demoserver:9000/workspace/index.jsp?module=awb.awb 0 seconds
    PASSED     Single Sign-On     Checking availability of login http://demoserver:9000/workspace/status 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/workspace/status 0 seconds
    Essbase
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     EAS: Essbase Server     Validating Essbase Server connection to demoserver 42 seconds
    PASSED     EAS: Essbase Server     Validating Essbase Server startup using MaxL command 0 seconds
    PASSED     EXT: External Authentication     Check Native Directory external authentication provider configuration 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    Essbase / Essbase Administration Services
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     DB: Database Connectivity     Checking connection to database jdbc:oracle:thin:@demoserver:1521:ORCL 0 seconds
    PASSED     EXT: External Authentication     Check Native Directory external authentication provider configuration 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/aps/APS 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/essbase-webservices/AdminService 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/easconsole/console.html 0 seconds
    Essbase / Essbase Integration ServicesPASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    Essbase / Essbase Studio
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     DB: Database Connectivity     Checking connection to database jdbc:oracle:thin:@demoserver:1521:ORCL 0 seconds
    PASSED     ESS: Essbase Studio Server     Validating Essbase Studio Server connection 1 seconds
    PASSED     EXT: External Authentication     Check Native Directory external authentication provider configuration 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    Essbase / Provider Services
    PASSED     CFG: Configuration     Validating that configuration tasks have been completed 0 seconds
    PASSED     REG: Configuration     Checking if product has only one product node in registry. 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/aps/APS 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/essbase-webservices/AdminService 0 seconds
    PASSED     WEB: Web Application     Availability of Web application context http://demoserver:9000/easconsole/console.html
    Thank you

    Thanks John and Celvin. It works fine But when i create a sample application, it is failing while creating.
    Saying Error while creating App Please check the logs.
    However i am able to login to the application from HyperionPlanning/LogOn.jsp, But it didnt build properly.
    Below is the log from the path
    Oracle/Middleware/user_projects/epmsystem1/diagnostics/logs/essbase/essbase/app/
    Essbase log doesn't give me anything related.
    [2013-04-16T16:59:33.972-04:00] [SAMAPP] [NOTIFICATION:16] [SVR-139] [] [ecid: 1366142373562,0] [tid: 3052795600] Essbase Server - Release 11.1.2 (ESB11.1.2.2.100B2166)
    [2013-04-16T16:59:33.972-04:00] [SAMAPP] [NOTIFICATION:16] [SVR-35] [] [ecid: 1366142373562,0] [tid: 3052795600] Starting Essbase Server - Application [SAMAPP]
    [2013-04-16T16:59:34.237-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-480] [] [ecid: 1366142373562,0] [tid: 3052795600] Loaded and initialized JVM module
    [2013-04-16T16:59:34.500-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142373562,0] [tid: 3052795600] External [GLOBAL] function [@ESSBASEALERT] registered OK
    [2013-04-16T16:59:35.10-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-202] [] [ecid: 1366142373562,0] [tid: 3052795600] Waiting for Login Requests
    [2013-04-16T16:59:35.512-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-205] [] [ecid: 1366142373562,0] [tid: 3052795600] Received Command [List Databases]
    [2013-04-16T16:59:35.513-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-205] [] [ecid: 1366142373562,0] [tid: 3052795600] Received Command [SetApplicationState]
    [2013-04-16T16:59:35.514-04:00] [SAMAPP] [NOTIFICATION:16] [OBJ-10] [] [ecid: 1366142373562,0] [tid: 3052795600] Writing Application Definition For [SAMAPP]
    [2013-04-16T16:59:40.521-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142373562,0] [tid: 2396957584] Connected from [::1]
    [2013-04-16T16:59:40.522-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142373562,0] [tid: 2386467728] Connected from [::1]
    [2013-04-16T16:59:40.523-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142373562,0] [tid: 2375977872] Connected from [::1]
    [2013-04-16T16:59:40.524-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142373562,0] [tid: 2365488016] Connected from [::1]
    [2013-04-16T16:59:40.524-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142373562,0] [tid: 2407447440] Connected from [::1]
    [2013-04-16T16:59:46.55-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-207] [] [ecid: 1366142373562,0] [tid: 3052795600] RECEIVED SHUTDOWN COMMAND - SERVER TERMINATING
    [2013-04-16T16:59:48.515-04:00] [SAMAPP] [NOTIFICATION:16] [SVR-139] [] [ecid: 1366142388942,0] [tid: 3052988112] Essbase Server - Release 11.1.2 (ESB11.1.2.2.100B2166)
    [2013-04-16T16:59:48.516-04:00] [SAMAPP] [NOTIFICATION:16] [SVR-35] [] [ecid: 1366142388942,0] [tid: 3052988112] Starting Essbase Server - Application [SAMAPP]
    [2013-04-16T16:59:48.791-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-480] [] [ecid: 1366142388942,0] [tid: 3052988112] Loaded and initialized JVM module
    [2013-04-16T16:59:48.871-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspNthMbr] registered OK
    [2013-04-16T16:59:48.875-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspNumToString] registered OK
    [2013-04-16T16:59:48.877-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspDateToString] registered OK
    [2013-04-16T16:59:48.880-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspConcat] registered OK
    [2013-04-16T16:59:48.885-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspMbrIndex] registered OK
    [2013-04-16T16:59:48.889-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspMessage] registered OK
    [2013-04-16T16:59:48.892-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspGetMbrCount] registered OK
    [2013-04-16T16:59:48.895-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspDateDiff] registered OK
    [2013-04-16T16:59:48.897-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspDateRoll] registered OK
    [2013-04-16T16:59:48.900-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspOffsetIdx] registered OK
    [2013-04-16T16:59:48.903-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspMbrList] registered OK
    [2013-04-16T16:59:48.906-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspNextAllocIdx] registered OK
    [2013-04-16T16:59:48.909-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspStringCompare] registered OK
    [2013-04-16T16:59:48.922-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@JDebug] registered OK
    [2013-04-16T16:59:48.925-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@JSendDebug] registered OK
    [2013-04-16T16:59:48.928-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspCreateCDFSession] registered OK
    [2013-04-16T16:59:48.931-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspRemoveCDFSession] registered OK
    [2013-04-16T16:59:48.934-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspAddPageCombination] registered OK
    [2013-04-16T16:59:48.937-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspCreateEssbaseServerFile] registered OK
    [2013-04-16T16:59:48.940-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspWritePageCombinations] registered OK
    [2013-04-16T16:59:48.943-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [LOCAL] function [@HspGetFileName] registered OK
    [2013-04-16T16:59:49.159-04:00] [SAMAPP] [NOTIFICATION:16] [CFW-445] [] [ecid: 1366142388942,0] [tid: 3052988112] External [GLOBAL] function [@ESSBASEALERT] registered OK
    [2013-04-16T16:59:49.160-04:00] [SAMAPP] [NOTIFICATION:16] [OBJ-8] [] [ecid: 1366142388942,0] [tid: 3052988112] Reading Application Definition For [SAMAPP]
    [2013-04-16T16:59:49.161-04:00] [SAMAPP] [NOTIFICATION:16] [OBJ-10] [] [ecid: 1366142388942,0] [tid: 3052988112] Writing Application Definition For [SAMAPP]
    [2013-04-16T16:59:49.668-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-202] [] [ecid: 1366142388942,0] [tid: 3052988112] Waiting for Login Requests
    [2013-04-16T16:59:50.173-04:00] [SAMAPP] [NOTIFICATION:16] [REQ-205] [] [ecid: 1366142388942,0] [tid: 3052988112] Received Command [SetApplicationState]
    [2013-04-16T16:59:50.174-04:00] [SAMAPP] [NOTIFICATION:16] [OBJ-10] [] [ecid: 1366142388942,0] [tid: 3052988112] Writing Application Definition For [SAMAPP]
    [2013-04-16T16:59:50.176-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142388942,0] [tid: 2407447440] Connected from [::1]
    [2013-04-16T16:59:50.176-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142388942,0] [tid: 2396957584] Connected from [::1]
    [2013-04-16T16:59:50.176-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142388942,0] [tid: 2386467728] Connected from [::1]
    [2013-04-16T16:59:50.177-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142388942,0] [tid: 2375977872] Connected from [::1]
    [2013-04-16T16:59:50.177-04:00] [SAMAPP] [NOTIFICATION:16] [TCP-59] [] [ecid: 1366142388942,0] [tid: 2365488016] Connected from [::1]
    Edited by: user8819264 on 16-Apr-2013 18:37

  • 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.

  • Testing ODI connectivity with Sonic MQ JMS Queue server

    Hi
    We are trying to integrate our ODI to sonic MQ.
    Since I am a newbie , could you please guide me in creating a data server and connecting it through physical agent?
    Below are the steps I did.
    1. I have copied the below jar files in ../driver directory and bounce the agent.
    mfcontext.jar sonic_Client.jar sonic_ASPI.jar sonic_XA.jar sonic_Selector.jar sonic_Crypto.jar jndi.jar
    3. tesed the connectivity to the JNDI URL and port using 'telnet myserver 7530'
    3. created a new JMS Queue Server with below setting.
    JNDI Authentification: Simple
    JNDI User :Administrator
    Password :
    JNDI Protocol : <undefined>
    JNDI Driver: com.sonicsw.jndi.mfcontext.MFContextFactory
    JNDI URL: tcp://myserver:7530
    JNDI Resource: ODI_QUEUE.Entry
    4. apply the changes
    When I tried to test it I got the below messages.
    java.lang.Exception:
         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.jav)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.iz.actionPerformed(iz.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)

    I think that you should update the Odiparams.bat in order to add the JMS driver files which are not in the path of the agent.
    Stop your agent.
    in the odiparams update one of the line
    "set ODI_CLASSPATH" with the new files
    and then restart your agent.

  • Creating xml data server in topology manager

    I am trying to create xml data server in topology manager.I mentioned all the required parameters in the jdbc Url.When i test the connection its giving this error
    java.sql.SQLException: class org.xml.sax.SAXParseException
    Relative URI "DEPARTMENTS.dtd"; can not be resolved without a base URI.
    I have mentioned absolute paths for both xml and dtd files.

    It's lokks like error structure in your xml file. Check it, open by IE and so on...
    See my connection string also:
    jdbc:snps:xml?f=../demo/xml/1/GEO_DIM_UPD.xml&ro=false&ldoc=true&case_sens=true&s=LEO_FIZ&dod=true

Maybe you are looking for

  • Double figure for Elimination

    Hi all, This is my detail explaination regarding this issue. When I run balance carryforward for period 1/2008, figure for posting level 20 will carryforward.(RM27,441.0). This is IU figure from period 16/2007. But after I run task IU Elimination, th

  • Time to upgrade video card?????

    I have a two year old MacPro 2.66 GHz Dual-Core Intel with 4 GB RAM, 4 internal 7200 rpm 500gb HDs and a NVIDIA GeForce 7300 GT (256mb) video card. Would upgrading the video card improve the operation of LR2 relative to the rest of my hardware and if

  • Error while running Account Transformation...

    Hi Experts, I'm trying to run Account Transformation using the script logic below but unfortunately nothing gets calculated. When I check the package, it status is mark "CANCELED" though I did not cancel the execution of the package. Checking the det

  • Laserjet 1300 driver for Win7 problem

    Plugged my Laserjet 1300 into my new computer (System 7) via USB- and Windows couldn't find the right driver for it. I canceled Windows trying to install driver automatically, and put original CD driver disk (Serial #Q1334-60107 ver 2.0) into drive-

  • Is it possible to embed a remote panel in a subpanel?

    When I connect to a remote panel it opens its own totally seperate window from the calling VI. Is it possible to open a remote panel in a subpanel of the calling VI. If this is not possible then as remote web panels make use of Active X would an Acti