ODI ORACLE TO AS/400

Hi Experts,
1)I got a requirement to load data from oracle to as/400.What KM's we can use here in terms of good performence etc.
2)Normally ODI will return 0 for success and non zero for failure,how can i get that value if i call a ODI Scenario through shell script(startscen.sh) i.e how a shell script will know that it is '0' or 'non zero' during a run of a scenario?
Cheers

Try this:
In the Topology Manager you need to go to the Oracle DataServers individually and double-click on them,
Click on the third tab ('Properties'), and add in a new key named 'oracle.jdbc.V8Compatible' and set the value to 'TRUE'.
More info here: http://odiexperts.com/?p=90
Incidentially, if you are using jt400 (ibm toolbox for java) to connect to the AS/400. You might try and updating tot newer version of the jt400 jar available here: http://jt400.sourceforge.net/index.html
Because Oracle ship a very outdated (from 2004) version of this jar with odi.

Similar Messages

  • ORACLE TO AS/400

    Guys,
    What are the KM'S i need to use if i need to load data from oracle to as/400?
    Cheers

    This might help you
    http://docs.oracle.com/cd/E15586_01/integrate.1111/e12644/db2.htm

  • Install oracle on AS 400

    Can't i install oracle on AS 400 machine?
    can i install only scheduling as a seperate package without going for complete oracle manufacturing implementation?
    This is a very urgent requirement. Please give me an answer as soon as possible.

    Hi Bhanu,
    SAP on Oracle on AS/400 is not released.
    There is no installation package available for that and the combination of OS and DB is not supported for any SAP product.
    Besides: is there really a Oracle version available for AS/400 ?
    Since AS/400 brings it's own DBMS you may want to install SAP to that.
    regards,
    Lars

  • Oracle on As-400

    Our company has AS-400 machines in different cities. We are running RPG on them. Could we shift to Oracle?
    null

    Thank you kushal:
    But I want to either it is possible to run ORACLE on AS-400 Machine or not
    null

  • Knowledge Modules for ODI- Oracle BAM Integration

    Could we please know who develops the Knowledge Modules for ODI- Oracle BAM Integration?
    Is there a separate team that develops these KMs?
    Learnt that ODI development team does not develop these KMs.

    BAM development team is responsible for the BAM ODI KMs.

  • Relation between Hyperion and ODI(Oracle Data Interagtor)

    Hi Friends,
    Now ODI became ad popular ELT Product. Companies looking ODI Developer having experience with Hyperion.
    May i know what is Hyperion and what was the relation between Hyperion and ODI.
    Regards,
    Kishore
    9676404087.

    Hi John,
    Is mandatory to know any of the hyperion products - Essbase, Planning, HFM for ODI Developer. If it is mandatory Please let me know which is good.
    --Kishore                                                                                                                                                                                                                                                                                                                                                               

  • READ ME Before you decide to use IKM Oracle Multi-Insert in ODI 12c

    Ok, I've decided to write this to help out others who may be heading down this twisted mess and hope they can benefit from my pain.
    If using a sequence, do not use this IKM.
    The primary reason is Oracle's INSERT ALL statement is NOT atomic.  This means it WILL eventually give "ORA-02291: integrity constraint (XXX) violated - parent key not found" when it attempts to insert rows into the child table first.  To make it work, the constraint(s) in question must be disabled or set to deferred.  However, if either is done, there is no need to use the INSERT ALL because the multiple inserts can now be done in any order without error as long as everything is kosher at the time the constraint is enabled or set to immediate.  So the very fix for the IKM makes its use unnecessary.
    The second reason is it burns sequence numbers.  The IKM has a tendency of grabbing the filter (no matter how buried) right before it and putting it in the WHEN statement of the INSERT ALL.  This will burn sequence numbers because the rows are not filtered prior to being feed into the insert.  Not an issue for small rowsets, but for large rowsets or frequently run mappings the burn can be quite substantial.  This can be fixed by manipulating hints and/or the physical tab, but may result in poorer performance than just using a different IKM that doesn't burn sequence numbers.
    If you are doing anything else besides the multi-insert in the same mapping, beware!  This IKM does not allow ODI to respect the Target Load Order specified on the mapping.  I've found that it usually puts the multi-insert last in sequence.  It can be fixed by working on the physical tab, and making multiple targets but it also crashed several times when I was using it.  Additionally it resisted doing what seemed like simple tasks (like dragging multiple items at a time or trying to drag items off to the right of the execution units).  As I've said elsewhere, I think this is a bug and it will probably be fixed in the future.
    So my advice is avoid using this IKM at all costs.  Just disable or defer your constraints and use the other IKMs.
    BTW, if you want to defer the constraints, I've found you can set the On Connect command of the Physical topology to:
    ALTER SESSION SET CONSTRAINTS = DEFERRED
    and then select all the transactions in the list.  Trying it in the Begin Mapping Command of the mapping does not appear to work.
    Please let me know if I got anything wrong,
    Scott

    This is not the first instance of KM load strategy that has had the nasty side effect of burning sequence numbers - see the following:
    ODI Oracle Merge Incremental Update burns sequence values - jason's hyperion blog
    However, at least this one does now seem to have been modified to try and address this issue.

  • Issue in Inserting Greek characters in Oracle DB

    We are facing the following issue in our project. Need urgent help.
    We have a multilingual string(message with Greek characters) coming in from KSD gateway. This is to be processed by MHL(message handling layer- which validates and converts the incoming message into SQL statements and vice versa). Once the validation and conversion of incoming message is completed and then SQL statement is prepared, it inserts this data in the Oracle database. We are using OCI interface for database communication. Client program is written in C language. While inserting data in Oracle DB, we are getting exception as explained below.
    EventVwr Output:
    SCREEN 1:
    ODI Oracle error report has been issued
    ODI Error: DbConnId 0 - Oracle error msg:
    ORA-00917: missing comma
    SqlStatement='INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (17549,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')'
    SCREEN 2:
    Error executing OCI Statement
    Failed to execute PL/SQL command INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (17549,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','') on DbConnId 0 file ..\MHL - source\MhlOdi.c line 803
    SCREEN 3
    Inbound thread ODI update to table field failed
    SQL insert failed on DbConnId 0
    INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (17549,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')
    in file ..\MHL - source\MhlInBound.c line 2342
    We have looked into the trace file generated by MHL and found that the MHL is unable to process Greek characters and hence is unable to generate a valid SQL statement.
    Trace File Output:
    09/02/2012 10:22:54.437 T2228>> ODIExecNonQuerySqlStatement
    09/02/2012 10:22:54.437 T2228
    09/02/2012 10:22:54.437 T2228 SqlStatement=INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (18175,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')
    09/02/2012 10:22:54.437 T2228 In OCIStmtExecute
    09/02/2012 10:22:54.437 T2228 SQL STMTExecute=
    09/02/2012 10:22:54.437 T2228>> ODICheckError
    09/02/2012 10:22:54.437 T2228 Non-Fatal Database Error - msg: ORA-00917: missing comma
    , code: 917
    09/02/2012 10:22:54.437 T2228<< ODICheckError
    09/02/2012 10:22:54.437 T2228>> ODIOracleErrorReport
    09/02/2012 10:22:54.437 T2228<< ODIOracleErrorReport
    09/02/2012 10:22:54.437 T2228 SQL STMTExecute=INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (18175,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')
    09/02/2012 10:22:54.437 T2228<< ODIExecNonQuerySqlStatement
    09/02/2012 10:22:54.437 T2228 Error: SQL insert failed on DbConnId 0
    INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (18175,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')
    09/02/2012 10:22:54.437 T2228 SQLstatements---------->=INSERT INTO M_ENS_REJ_FUN_ERR (MSG_NUM,FUN_ERR_SEQ,ERR_TYPE,ERR_POINT,ERR_REASON,ORIG_ATTR_VAL) VALUES (18175,1,'1','Îάν Î¬Î½Î±Ï Î±ÏοÏÏÎ¿Î»Î¬Î±Ï ÎµÎ¯Î½Î±Î¹ δΕλÏÎ¼Î¬Î½Î¿Ï Î³Î¹Î± Ïλα Ïα είδΕ ÏÏÏε ÏÏάÏει να δΕλÏθεί Ïε εÏίÏεδο βαÏικÏν ÏÏοιÏείÏν ειδάλÏÏ Ïε εÏίÏεδο είδοÏÏ ÏÏÏÎ','1','')09/02/2012 10:22:54.437 T2228 Inbound thread - attempting rollback of 1 SQL insert statements on DbConnId 0
    09/02/2012 10:22:54.437 T2228>> ODIRollback
    However, when tried to insert the same string through the SQL developer it is successful in doing so.

    Globalization forum?
    Globalization Support
    It works for SQL Developer, which does not depend on NLS_LANG, so I suspect a problem with your NLS settings.

  • Gendral Info about  ODI

    Hi Friends
    ODI (Oracle data integration ) is it simillar to ETL - Infomatrica ie data warahousing ?
    OR BI (business intelligence) ?
    Can I know the Differenct between this three i wish to learn data Integration ?
    So what do i need to choose
    ODI or ETL or BI ? Please advice ?
    My skill set is iam good in sql and pl-sql
    Thanks
    Aarasu

    850225 wrote:
    Hi Jerome Fr
    Thanks For valuable advice
    Data warehousing means ? is it like oracle DB ? Please advice on this Data warehousing is a concept where business data gets stored into relational database ( like Oracle,SQL Server, Sybase etc )
    >
    From you point what my understanding is
    ODI and ETL or ELT (Informatica PowerCenter) both these are tool that can extract data from different source like oracle db , sql db ,db2 etc and put the data in data warehousing? if iam wrong plz advice
    ODI/ETL will pull data from various sources and put into target area .
    Here target area can be relational database ( like Oracle,SQL Server, Sybase etc ) , or flat file or xml or queue etc.
    BI Or OBIEE is a tool used for doing reports/dashboards on the data that is stored in data warehouse
    In short
    ODI & ETL pulls data to data warehouse and based on that data BI toll develops a report ? is it ?
    Yes
    Is BI a Reporting tool?
    BI is business inteligence .. and it is not limited to reporting only .
    It can be use to predict future business also
    advance Thanks
    Aarasu

  • ODI Commands, emailing, moving and checking files

    Hi Everyone,
    This time I am posting here because what I would like to do is the following:
    *1. Make ODI search a folder and see if there is any data available*
    So I assume that I will have to use something like:
    a) cmd /c dir C:\<Folders Path…>\<File_Name>*.<extension>
    b) cmd /c dir C:\<Folders Path…>\<File_Name>*.<extension> /b /a:-d > C:\< Folders Path…>\<File_Name>.lst
    Would it be better to use a) rather than b) I do not see any sense in using a *.lst.?
    *2. Load the file, and not use reverse engineering:*
    How can I do this?
    I had already posted this in the forum, but I think I was getting a wrong idea over it.
    Default data types when an Excel reverse engineering
    *3. To load my data into a Temporal Table and transform the data*
    I have already done it. :-)
    *4. Insert it into the table that’s is going to be used*
    I have already done it. :-)
    *5. Once successful move the uploaded file, move it to another folder and modify the name of it adding the system date.*
    OdiFileMove "-FILE=C:\<Folders Path…>\<File_Name>.<extension>" "-TOFILE=C:\<Folders Path…>\<File_Name>.<extension>" "-OVERWRITE=YES" "-CASESENS=NO" "-RECURSE=YES"
    But how do I add the name to the file? Any suggestions, ideas???
    I do have to move this to three different folders, so I will just have to use this ODI command three times and that will be it, no?
    *6. Send an email informing if the uploading has been successful or not in:*
    Step 1, Informing rather the file has been found or not
    Step 2, Informing if the file has a mistake or anything –data format-
    Step 5, Informing if the file has been moved to any of the three folders –ToLoad, Loaded, Erros- and attaching the file, and message saying how many lines were imported etc, etc….
    Would it be something like this????
    OdiSendMail "-MAILHOST=<my.host.whatever>" "-FROM=<sender_email>" "-SUBJECT=<My beautiful project>" "-TO=<receiver_emailn>" "-CC=<xperson_email>" "-ATTACH=C:\<Folders Path…>\<File_Name>.<extension>"
    Email content, email content, email content, email content…..
    Well so far this is what I will have to do, and I would really like to count with your help, ideas and guidance.
    P.D.: I have been trying to get some further reading about ODI “Oracle Data Integrator 11g: Getting Started”, but the book I am looking forward to get is not yet published, and every month they delay it one more month.

    Suthirta really Thank you so much!!!
    Before I wrote you, I have already created and implemented what I described you, so:
    + I created a new procedure.
    + On the definition tab as you suggested me, I changed the “Source Technology” to Oracle and the “Target Technology” to Sunopsis API
    + On the Detail Tab, I have created my new command
    - On the “Command on Source” tab
    I have placed the SELECT '<whatever_name>' || replace(sysdate,' ', '_') AS FILENAME FROM DUAL;
    And first left of the values by default or should I change them to the following:
    Tecnology: Oracle
    Context: The one that I am using
    Transaction: Autocommit
    Transaction Isolation: <Unidentified>
    Schema: The one that I am using
    Commit: <Unidentified>
    - On the “Command on Target” tab
    I have placed the #FILENAME
    And first left of the values by default or should I change them to the following:
    Tecnology: Sunopsis API
    Context: The one that I am using
    Transaction: Autocommit (appears as default)
    Transaction Isolation: <Unidentified> (appears as default)
    Schema: <Unidentified> (appears as default)
    Commit: <Unidentified> (appears as default)
    And so far, It should be working no? I am getting an error :-(
    On the OdiFileMove I have done the following:
    OdiFileMove "-FILE=C:\ <path1…>\<Original_File_Name>.xls" "-TOFILE=C:\ <path2…>\#FILENAME.xls" "-OVERWRITE=YES" "-CASESENS=NO" "-RECURSE=YES"
    Error message:
    java.lang.Exception: Oracle Data Integrator Function does not exist
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.j(e.java)
         at com.sunopsis.dwg.cmd.h.z(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:595)

  • Configuring Web Logic for ODI console problem

    Hi guys ,
    I following the instruction from here
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/setup_jee_agent/setup_jee_agent.htm
    After installing the Weblogic 12.1.1.0 , I came to the configure wizard which run from
    C:\oracle\product\11.1.1\Oracle_ODI_1\common\bin\config.cmd
    then the wizard screen appears
    but the component of my installation only has
    Basic Weblogic Server Domain - 12.1.1.0
    Basic Weblogic SIP Server Domain - 12.1.1.0
    WebLogic Advanced Web Services for JAX-RPC Extension - 12.1.1.0
    WebLogic Advanced Web Services for JAX-WS Extension - 12.1.1.0
    In the document has much more option
    such as
    oracle enterprise manager plugin for ODI
    oracle enterprise manager
    oracle data integrator - SDK Web Services
    Oraclce Data Integrator - Console
    Am I missing something at the installation .
    because i already checked all the component for Web Logic and ODI
    Thanks in advance.

    Hi
    Hopw below URL will helps you on ODI console configuration using Weblogic 11g
    URL: http://odiexperts.com/tag/odi-11g-console
    Regards,
    Phanikanth

  • BPEL - ODI Samples

    Hi,
    I am working on BPEL - ODI Integration.
    Can any body tell how to integrate BPEL with ODI and vice versa
    i have searched for couple of links but dont know where to start ?
    I have few questions too.
    - will be input request that needs to be passed from BPEL is any XML payload or just kickstart ODI with BPEL with <empty> payload
    - Do we get any response from ODI & what will be the response time from ODI
    - Are ODI Process are long running process ( to decide whether BPEL should be sync or async)
    regards,
    anvv sharma

    Hi,
    This is the error iam getting when invoking invokerService ODI webservice...
    ======Error=======
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://async.service.odi.oracle.com/"><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>Internal Server Error (Caught exception while handling request: java.lang.Exception: Failed to create "ejb/collaxa/system/FinderBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/FinderBean not found
         at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:57)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.oracle.bpel.client.util.BeanRegistry.lookupFinderBean(BeanRegistry.java:337)
         at com.oracle.bpel.client.Locator.getFinder(Locator.java:920)
         at com.oracle.bpel.client.Locator.lookupProcess(Locator.java:283)
         at com.oracle.odi.service.async.callback.bpel.BPELCallbackImpl.checkProcessMetadata(BPELCallbackImpl.java:117)
         at com.oracle.odi.service.async.callback.bpel.BPELCallbackImpl.init(BPELCallbackImpl.java:38)
         at com.oracle.odi.service.async.callback.CallbackFactory.createAndInitCallback(CallbackFactory.java:69)
         at com.oracle.odi.service.async.thread.OdiStartThread.&lt;init&gt;(OdiStartThread.java:56)
         at com.oracle.odi.service.async.ODIInvokerService.startOdiPlan(ODIInvokerService.java:32)
         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:585)
         at oracle.j2ee.ws.server.ImplInvocationHandler.invoke(ImplInvocationHandler.java:126)
         at $Proxy1.startOdiPlan(Unknown Source)
         at com.oracle.odi.service.async.runtime.ODIAsyncStarterWebserviceSoapHttp_Tie.invoke_startOdiPlan(ODIAsyncStarterWebserviceSoapHttp_Tie.java:60)
         at com.oracle.odi.service.async.runtime.ODIAsyncStarterWebserviceSoapHttp_Tie.processingHook(ODIAsyncStarterWebserviceSoapHttp_Tie.java:157)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ".)</faultstring></env:Fault></env:Body></env:Envelope>
    Thanks in adv
    anvv sharma
    Edited by: anvv sharma on Apr 1, 2010 4:52 PM

  • Cluster with 2 linux machines and ODI console - some questions

    Hello,
    I need to setup domain with ODI plugins (console etc.) on clustered environment. OS is Oracle Linux 6.3.
    I've read this documentation:http://docs.oracle.com/cd/E13222_01/wls/docs81/adminguide/createdomain.html#CreateClusteredDomain and I have some additional questions:
    - I know I need to install weblogic on 2 machines. Should I install Oracle Data Integrator on 2 machines as well?
    - Creating domains, starting domains etc. I assume I should do this on first server? (for example, via ssh). Or I will need to login via cluster ip addres?
    - MultiCast Address: this is not entirely clear for me. Should this ip aldready exist in my environment - should I configure my network interfaces somehow? Or, I simply need to provide any ip from 224.0.0.0 to 239.255.255.255 and this will work?

    MukeshNegi wrote:
    Which version of weblogic you are using ?Weblogic 11g, 64-bit.
    MukeshNegi wrote:
    if you are using shared filesystem between your machines then you don't need to install again on second server, Simply register ORACLE_HOME for ODI and oracle_common with oraInventory on second server.What do you mean "shared file system"? Let's say I have 2 separate physical machines, and they exists in the same LAN network. And I assume ORACLE_HOME is weblogic home directory, but what is "oracle_common"? Can you describe all of this more detailed?
    MukeshNegi wrote:
    Simply go to $ODI_ORACLE_HOME/common/bin on server1
    run config.sh and select following from domain template
    - Oracle Enterprise Manager Plug-in for ODI
    - Oracle Enterprise Manager Plug-in
    - Oracle Data Integrator Console
    - Oracle Data Integrator Agent
    - Oracle JRFShould I do the same on second server machine? If not, how weblogic will know about other physical machine in my network and that it should be available to join my cluster? There is no domain and no admin server set on second server, should not I do this? There are a lot of tutorials describing how to setup cluster via config.sh od enterprise manager console, but:
    - they describe how to add managed server to my cluster, but I need to know about physical machine servers. So, should I create managed server on second machine somehow? What about my domains - they should be re-created the same way on second server? I can't find any information about this, there are only enterprise manager screenshoots showing how to create managed server on the same physical machine and how to join managed servers into one cluster. But all of this don't tell me anything what should I do to complete my scenario.
    - cluster ip addreess. I still don't understand this. End user should be able to access odi console via cluster address, am I right? So, is there any system network configuration required? How this ip addres is created?
    - I have set up all of this (odi/weblogic/domain) on single machine and I have second server with only operating system installed (the same Oracle Linux). What's the simples way to join this second physical machine and make all of this working as clustered environment? Is there any step by step instruction/tutorial etc describing ALL steps should be done?
    Sorry for basic questions, I'm really newbie with this and I hope you are patient enough to answer all of this ;)
    Edited by: 960949 on 2012-12-10 01:36
    Edited by: 960949 on 2012-12-10 01:38
    Edited by: 960949 on 2012-12-10 01:56

  • ODI-10150: Work repository with ID 7 is not bound to master

    Hi all,
    I am upgrading from 10g to 111.1.1.6 and getting the below error, can any say how to bound this work repository to the master repository.
    [2012-10-01T11:44:14.626-05:00] [eclipse] [NOTIFICATION] [org.eclipse.persistence.default] master-session logout successful
    [2012-10-01T11:44:14.897-05:00] [ODI] [INCIDENT_ERROR] [upgrade.ODI] [[--------- ODIPlugin.doUpgrade called]]
    [2012-10-01T11:44:14.897-05:00] [ODI] [INCIDENT_ERROR] [upgrade.ODI] [[
    oracle.odi.core.config.RepositoriesNotBoundException: ODI-10150: Work repository with ID 7 is not bound to master:
         Definition in master ID:800, Name:ODI_WORK_DEV, Timestamp:1321921754567
         Definition in work ID:1, Name:ODI_WORK, Timestamp:1181331962726.
         at oracle.odi.core.repository.support.RepositoryUtils.assertRepositoryBinding(RepositoryUtils.java:430)
         at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:228)
         at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:504)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:581)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:611)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3576)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2357)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1621)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
    [2012-10-01T11:44:14.902-05:00] [ODI] [NOTIFICATION] [upgrade.ODI] --------- ODIPlugin.doUpgrade finished[[]]

    Hi,
    It should not really create any problem , if you create a two work repositories with differenct IDs. But, the error messae you gave suggests , it is something to do with repository IDs. Usually, we get this message , when we try to migrate ODI code within enviroments. However, it does not throw as an error message, it just gives as an information and asks us if we want to register the new work repository ID. We just need to say Yes and continue.
    I would suggest to redo everything, recreate repositories again. May be something went wrong while creating repositories.
    Regards,
    k

  • Oracle BI Apps questions, kindly help

    Hi All,
    I wanted to checkout the preconfigured reports that come with Oracle BI applications, for this i had download and installed
    OBIEE 10.1.3.4.1
    ORacle BI Applications 7.9.5
    Informatica PowerCenter 8.6.0
    Oracle EBS R12,
    Question 1) I see that there is Oracle DAC 10.1.3.4 on the same download page, should i also download that as when i installed oracle BI applications 7.9.5 it installed DAC folder in OracleBI and i am able to access DAC client, so what is the need of separate DAC?.
    Question 2) When i installed Oracle BI Applications 7.9.6(after uninstallting apps 7.9.5), there was no DAC folder in oracleBI location, in the guide it said DAC folder has to be present from previous installation, i guesss that means i need to have oracle Apps 7.9.5 installed before i install apps 7.9.6?
    Question 3) Is informatica powercenter 8.6.0 compatible with above settings or do i need to install informatica from oracle website, i tried but it takes me to OBIEE download link
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    the softwares included are
    Included:
    BI Server Enterprise Edition
    Server Administrator
    Answers
    Interactive Dashboard
    Reporting and Publishing      Delivers
    Office Plug-In
    BI Publisher
    Scorecard and Strategy Management
    Real-Time Decisions
    WebLogic Server Standard Edition (restricted use) there is no Informatica in the above list!!!
    thanks for your help,
    regards,

    Hi,
    1) You need to download DAC also to configue the BI apps.you can go through this link for more info
    http://forums.oracle.com/forums/thread.jspa?messageID=5553233&#5553233
    2) You need to install either 7.9.5 apps or 7.9.6 version.....Because both are different that is BI apps 7.9.5 uses informatica....where as BI apps 7.9.6 will use ODI(oracle data integrator) and ODI doesnt use DAC for its installation.
    So go for either one of those....i would suggest you to go for 7.9.5
    3)Informatica 8.6.0 is compatable with 7.9.5 Apps.Google it to find informatica software.
    Hope your questions are answered.
    By,
    KK

Maybe you are looking for

  • Store PDF File in Oracle database 10g

    Hi all, I want to store PDF File in Oracle database 10g, and then I want to access the pdf file using Oracle Developer 6i can anyone tell me how to do this, thanks in advance.

  • I get unable to process your request when trying to download new episode of a tv show.  Any ideas what is going on?

    Got my email saying my new episode was avaiable for download. I clicked on it. I got "unable to process your request. try later" What's going on?

  • Music Store Half Working - Ideas Please

    I can sorrta use the Music Store, but only half way. If I click on Music Store on the left, it will eventually give me the 'home page' for the store. Any time I try to Sign In or play a song that needs to be authorized, I get this error - Couldn't Co

  • SMQ2 sysfail error

    hi In scenarios where inbound queues are used, the queues are set to "SYSFAIL" and i often have to delete the SYSFAIL messages manually Is there any way through which i can delete these messages which are of status=SYSFAIL (schedule some job) Thanks

  • Init backgrounding - what is it ?

    I am just trying to get to grips with the init system of Arch (I am used to the sysv method). I have seen the word "backgrounding" mentioned a few times, but cannot find a reference to what it actually does, so would be interested in a quick explanat