ODI 10.1.3.6 for EPRI

Hi,
I have installed ERPI on version 11.1.2.1 and now seen that I need ODI. The version of ODI supported is version 10.1.3.6 but only 10.1.3.5 is available on edelivery. Where can I get ODI 10.1.3.6?
Thanks,
Nathan

Download the 10.1.3.6.x patch from "My Oracle Support".
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Error while passing ODI variable in JNDI Url for JMS Queue XML

    Hi,
    Facing a weird problem while passing ODI variable in JNDI Url for JMS Queue XML.
    Below is the JNDI Url configured under ODI Topology:
    JNDI Url: t3://<host_location>?d=#TEST.SCHEMA_FILE&s=<schema_name>&JMS_DESTINATION=jms/<queue_name>
    where,
    #TEST.SCHEMA_FILE --> ODI variable storing xsd name and location
    Issue Description:
    If we restart ODI server then for the first run of any ODI interface using JMS Queue XML, it is unable to get the value for ODI variable present in JNDI Url (d=#TEST.SCHEMA_FILE).
    It throws error message saying: No XSD found
    Temporary Resolution:
    As a temporary fix if we hard-code and pass the value in that ODI variable as shown below, it will successfully go through.
    eg: JNDI Url: t3://<host_location>?d=C:\XSD\test.xsd&s=<schema_name>&JMS_DESTINATION=jms/<queue_name>
    Reverting it back to variable later will have no issues and subsequent run will succeed.
    But again anytime later if server is restarted then first run will have this issue.
    Want to have permanent fix for it.
    Any one having idea on it please share. Appreciate your help!

    What ODI version are you using? It could be related to the bug in the older version as described in support note Doc ID 1290326.1

  • ODI - to declare the variable for the path in Modules & Interface

    Hi,
    I have different server names like Development, Test & Production. I have installed ODI client in my local machine.
    1. For creating *10 modules*, i have the flat files in Development server. For now i can hard code the path by \\Development\ODI_FileStore....
    2. In the Interface i am using the hard coded paths for the logs.
    Is there any possibility to create a variable for the shared folder and use that variable (like environment variables ...) instaed of using the hardcoded path. If so, can you explain tme how i can create.
    Your advise will help me a lot and will be appreciated.
    Thanks & Regards
    Dhamu

    Dhamu,
    I think when you say modules, you mean models.
    To use multiple files in the same interface, you can use ODI variables.
    Read this link for more information : http://odiexperts.com/multiple-files-single-interface

  • How to use Filemaker database as datasource of ODI 11.1.1.5 for migration

    Hi Everyone,
    I am very new to ODI... and i have been assigned a work to migrate data from filemaker(10) database to Oracle 11g database by using ODI 11.1.1.5 tool.
    Is their any way to add Filemaker(10) as datasource in ODI..IF their is any possibility pls respond with step by step procedure..
    Thanks in advance,
    Regards
    Sandeep

    Hello,
    Your filemaker install should have come with a jdbc driver (.jar file). You'll need to check your filemaker pro documentation to confirm. Once you have the file, place it in the ODI/oracledi/agent/drivers folder where your agent lives (also place it on your client if you want to use the local agent for testing). You can then create a custom Technology in the Topology tab in ODI.
    There are many options in the Technology definition which you will need to figure out based on what filemaker pro can handle and how it processes queries. Once the technology is created, add a Data Server and Physical Schema as you would any other technology. Then, build the model, datastores, interfaces, etc. just like any other tech.
    Hope this gets you started.
    Thank you,
    Michael R.

  • Do we need a ODI agent to be running for using the startscen command

    Do we need a ODI full installation(both server and client) for using the Startscen command or just the client install should be enough. And also do we need a ODI agent to be configured and running for using this StartScen command
    Thanks

    ODI client is an agent.
    So you don't need to declare one more if not needed on your infrastructure.
    But to run odistartscen you need to configure the odiparams.bat with your repository connexion.
    If not it will try to connect by default to the demo repostory on HSQL.
    best regards,
    Brice

  • ODI package - how to watch for delete of records in a table

    Hello,
    Using ODI package, I am using ODIWaitForData on a table. This works for Inserts/Update, but what do I need to do in a package to do Change Data Capture for Delete?
    Thank you.

    If your data store is in CDC and you are setting the property named Journalized data only at the interface level then you can set the IKM property named synchronous_jrn_delete . It will take care of the delete operation .

  • Why should we go for ODI?

    Hi,
    I know the Informatica 9.1.0. Now , I am learning ODI so getting some questions.
    I am working with the Hyperion & ODI is used with the hyperion to fetch data from any source system.
    I have few questions in my mind related to ODI.
    why should I go for ODI? OR when should I use OID?
    what is the benefits getting by ODI that does not available in other tools.
    Thanks

    It might be worth starting to read through the features of ODI and related documentation to understand it strengths http://www.oracle.com/technetwork/middleware/data-integrator/overview/index.html
    It is Oracle's strategic integration product so if you are working with EPM products then you will find more features than with Informatica.
    I will let someone else provide information on when to use it because I have been here before on many occasions, it can all depend on what products you have currently, what your source/target systems, what your objectives are to whether it is for you.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI's CDC Support for MS SQL Server 2000

    Hi,
    Does ODI provides CDC with log for MS SQL Server 2000? I read somewhere that we need to get a separately priced adapter for this because ODI supports only trigger based CDC for MS SQL Server 2000 and 2005.
    Could anyone please shed some light on this?
    Thank you.

    Hi,
    Are you able to find out any info on this?
    Appreciate your help on any leads..
    Regards
    Naveen

  • Hi, i want to implement a function in ODI

    hi, i am new to odi.
    i have created a project in odi which was very simple and only transfers data from one table to another.
    but now i want to implement a function in odi. i have the code for that function which is written in pl/sql.
    my function accepts some values that are used ahead in the function. now i dont know how to pass the values
    so can anyone plz tell me that how to pass values.
    regards,
    prateek.
    Edited by: user11116379 on May 21, 2009 1:37 AM

    If you want to call a PL/SQL function, you may want to do this in an ODI procedure. Take a look at the documentation which describes how to call a stored procedure, which is I think going to provide you the ability to execute your function.
    Functions can be called as a part of a mapping in an interface in ODI, just as you would normally use it as part of a select or insert statement.
    If you want to pass parameters into the execution of a task, you should use ODI's variables. Variables may be passed into the execution of a task, and the values from those variables can be used as a part of a mapping, resource name, filter etc.

  • Installing ODI Studio and ODI Stand-alone on 64 bit Windows 7

    Can anybody tell me which ODI downloads I need in order to install ODI Studio and ODI Stand-alone on my 64-bit Windows 7 machine?
    I've already created the DB repository with RCU, but I'm having trouble with the ODI installation: I just spent an hour and a half downloading 2.5GB of installers that turned out to be wrong - the SETUP.EXE complained that it was a 32 bit installer and wouldn't work on 64 bit Windows - so I now need to find a 64-bit installer instead (another 2.5GB presumably...). Not sure which of the multiple download options to choose and I don't want to spend all day waiting for the wrong files to download again.
    Looking through OTN and the (typically confusing) Oracle installation docs, there's a load of stuff about using 32-bit JREs on 64-bit Windows to get around 64/32-bit Java problems later on, or lots of stuff about all the Fusion requirements etc. But I don't want the JEE stuff (I already have about 4 different WebLogic installations because every time I install any Oracle "Fusion" stuff it slaps another WebLogic in there as well), and I'm miles away from getting any Java runtime problems with ODI when I can't even figure out the right installer to use for 64 bit Windows.
    Maybe it's just me: every time I try to install any of Oracle's server products (apart from the RDBMS itself), I end up wading through endless lists of cross-linked installation pre-requisites and searching OTN forums for the single secret combination of installer/JDK/JRE/operating system/database character-set/RDBMS version and desperate prayers to minor deities that will permit the installation to go ahead...
    So any help will be gratefully received!

    You will have to download ODI with the download option "for All Platforms" from http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html

  • Error while Installing ODI 11.1.1.6

    Hi All
    We are using windows 2008 Server 64 bit , Installed Hyperion 11.1.2.2  64 bit , In that i am trying to Install ODI 11.1.1.6 for that i had downloaded Jdk-6u33-Windows-x64
    Once download is done , In command prompt i tried to run set.exe
    These are the paths i had tried for Installation of ODI in command prompt
    1.C:\ODI_11G_64BIT\DISK1\setup.exe - JreLoc C:\Program Files\Java\jdk1.6.0_33
    2.C:\ODI_11G_64BIT\DISK1\setup.exe - JreLoc C:\Oracle\Middleware\jdk160_29
    "Preparing to launch Oracle Universal Installer from C:\Users\*. Please wait ...
    Please specify JDK location ( Ex. /home/jdk ), <location>/bin/java should exist:"
    I had tried 32 bit java also it also  did not work.
    i am getting above message its not runing
    Thanks

    Try launching installer from location disk1\install\win64\setup.exe & provide JRE path as C:\Oracle\Middleware\jdk160_29 (As it does not have spaces, which may be causing the issue)
    Regards,
    Santy

  • Reading DBF & XLS files from ODI-AIX

    Hi all
    I need to read DBF (Foxpro) and XLS files from ODI 10.1.3.5 for AIX 6.x
    Anyone knows what drivers we need to install or any other kind of method to read them?
    Thanks in advance
    Ernest !

    Ernest,
    To load DBF on AIX, you will need to use a DBF Foxpro jdbc driver. One of the drivers can be purchased from http://www.csv-jdbc.com/stels_dbf_jdbc.htm
    or
    http://www.hxtt.com/dbf.html
    Copy the driver in the $ODI_HOME/oracledi/drivers directory and restart the agent if you have any.
    Then you need to configure a Dbase physical dataserver + physical schema with the following JDBC URL
    jdbc:jstels:dbf:/yourserverpath/dir_containing_dbf_files
    Obviously, you will also need to define the corresponding logical schema
    And after you define a model based on the logical schema, you will define the datastore. The "resource name" will contain name of the dbf file without the .dbf.
    For XLS, you can try the drivers from the listed above.
    HTH

  • Problem in Procedure for using sequence...

    Hi,
    I created a procedure for generating sequence in target using below query
    SELECT EMP.EMP_SEQ.NEXTVAL FROM DUAL
    but its working on one system in other system its giving below error...
    ODI-1228: Task EMP_LOAD_EMP_SEQ_PROC (Procedure) fails on the target ORACLE connection EMP_LOAD.
    Caused By: java.sql.SQLException: SQL string is not a DML Statement at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1393)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3887)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1508)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.executeUpdate(SnpSessTaskSql.java:3218)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1785)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2805)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:481)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1040)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:619)
    Please help me regarding this issue..
    Thanks in Advance...

    Odi Procedures are mainly meant for DML execution..A SELECT query there holds little or no value in my opinion..
    Select queries are only usable in Command on Source and there the general application of that is to use those values returned by the SELECT query on Command Source as a input to the Command/Query/Statement/Java or Jython block at the Command on Target Tab in a one by one iterative manner.
    Lets say your command on source returns 5 rows..So your command on target is executed 5 times and you can use the attributes of these rows as inputs to your command on target in each iteration .. It works like an Internal Cursor

  • Issue with jython : javaos.py : Platform detection for Windows Server 2008

    Hi,
    While trying to execute a Windows batch file via ODI using Jython, the jython code fails with a 'Failure to execute command' error, and the command itself is appended with 'sh -c "<batchfilename>". The javaos.py file does not have 'Windows Server 2008' in the list of osTypeMap values, and therefore defaults to posix, which further adds the string 'sh -c' to the command and tries to execute the batch file under a unix style 'shell'. Adding the string 'Windows Server 2008' to the osTypeMap resolves the problem. However we are looking for possible alternate solutions.
    The question right now is:
    . Is there an updated javaos.py version available which supports Windows 2008.
    . Does the latest ODI installer include jython support for Windows 2008
    Reference links:
    WLST - Jython - detect platform
    http://osdir.com/ml/lang.jython.devel/2006-08/msg00035.html
    Thanks and regards,
    Kalpa

    Hi,
    I believe you mean the Active Directory Logs not the DNS logs, because these are necessary to startup a domain controller, because the AD database depends on these logs.
    So if you have AD logs on a different partition and that is encrypted with Bitlocker you could probably automatically unlock it.
    So you did not encrypt OS partition because the server does not have a TPM fully compliant chip ?
    manage-bde /?
    manage-bde -autounlock -enable Driveletter:
    But you have to be able to boot server normal mode I am not sure if the command can be used in DSRM mode.
    Below are some links that might help:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c52ffc7d-f822-4b61-b633-46f8e04eac80/bitlocker-for-domain-controller
    Hope this helps.
    Regards,
    Calin

  • How to get essbase substitution variable in ODI

    Hi All,
    I have a problem that I need to get the substitution variable from Essbase /EAS to work on some SQL statement in ODI.
    How can I do in ODI ???
    Thanks for all ..
    Thomas

    Hi,
    If you read my blog post :- http://john-goodwin.blogspot.com/2009/11/odi-series-planning-11113-enhancements.html
    In the post there is a section on retrieving essbase substitution variables and using them in ODI.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Not good tool for handwritting comments in Adobe Acrobat X pro

    Hi, I have evaluated Adobe Acrobat X pro for adding handwritting comments on my university pdf documents. I normally use Office One Note 2010 to take quite good notes but the official college documents are .pdf format., so it is very useful to be abl

  • How to determine the u2018equivalent position of the same organizationu2019?

    Hi, "Position change is a transfer from one position to an equivalent position within the same org reporting structure and under the same chief position" How to determine the u2018equivalent position of the same organizationu2019? Cheers.

  • IPod is disabled try again in 22,468,352 minutes

    My daughters iPod touch says "iPod is disabled try again in 22,468,352 minutes". How do I fix this? Also, is it possible to have 2 different iPod touches synced to a single computer?

  • Problems with mod_wl on linux and WLS 6.0

    Hi, we're trying to setup apache on linux so that it's forwarding all jsp requests to Bea WLS 6.0 on Solaris. We've installed the mod_wl.so modules according to the documentation. When apache starts it shows the following warning: [Tue Jan  9 13:22:5

  • Blinking LED light on startup. MacPro won't boot.

    I've had this happen before so I pulled all 8 ram chips, a total of 20gig. I put two 4 gig cards back in slot one for riser A & B only and was able to reboot. I figured it was a ram issue. I added all new ram chips that I new were good filling the re