BI Apps ODI Load Plan Execution Error and Question on Rerun

I am following the technetwork Cookbook: Installing and Configuring Oracle BI Applications 11.1.1.7.1 to install and configure my first BIApps with ODI. Smooth until I execute the Load Plan.
Following errors were found on first attempt of execution. Without doing any change, I re-executed the load plan, error again but this time the message is difference (2nd attempt)
Question:
- How shall I start to diagnostic the ODI error?
- Apparently there are something left in the failure execution, how I can clean it up for reruning the Load Plan?
Many thanks.
ODI errors on first execution
ODI-1519: Serial step "Start Load Plan (InternalID:1500)" failed because child step "Global Variable Refresh (InternalID:2500)" is in error.
ODI-1519: Serial step "Global Variable Refresh (InternalID:2500)" failed because child step "1 Domain (InternalID:5500)" is in error.
ODI-1519: Serial step "1 Domain (InternalID:5500)" failed because child step "2 Domain SDE (InternalID:35500)" is in error.
ODI-1519: Serial step "2 Domain SDE (InternalID:35500)" failed because child step "Serial (InternalID:36500)" is in error.
ODI-1519: Serial step "Serial (InternalID:36500)" failed because child step "3 SDE General Domain (InternalID:54500)" is in error.
ODI-1519: Serial step "3 SDE General Domain (InternalID:54500)" failed because child step "Load Target Table (InternalID:55500)" is in error.
ODI-1519: Serial step "Load Target Table (InternalID:55500)" failed because child step "EBS_12_1_1 - DSN 1000 (InternalID:56500)" is in error.
ODI-1519: Serial step "EBS_12_1_1 - DSN 1000 (InternalID:56500)" failed because child step "DOMAIN (InternalID:57500)" is in error.
ODI-1519: Serial step "DOMAIN (InternalID:57500)" failed because child step "Parallel (InternalID:58500)" is in error.
ODI-1518: Parallel step "Parallel (InternalID:58500)" failed; 5 child step(s) in error, which is more than the maximum number of allowed errors (0) defined for the parallel step.  Failed child steps: COMMON (InternalID:59500), HUMAN_RES (InternalID:90500), FINANCIALS (InternalID:95500), SUPP_CHAIN (InternalID:122500), PROJECTS (InternalID:98500)
ODI-1518: Parallel step "COMMON (InternalID:59500)" failed; 11 child step(s) in error, which is more than the maximum number of allowed errors (0) defined for the parallel step.  Failed child steps: SDE_ORA_DOMAINGENERAL_PRODUCT_CLASS (InternalID:69500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS PAY_GROUP (InternalID:88500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS MARITAL_STATUS (InternalID:85500), SDE_ORA_DOMAINGENERAL_PRODUCT_MASTERORG (InternalID:73500), SDE_ORA_DOMAINGENERAL_PRODUCT_CATEGORYNAME (InternalID:67500), SDE_ORA_DOMAINGENERAL_STATE (InternalID:61500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS CUSTOMER_CATEGORY (InternalID:83500), PRODCAT (InternalID:75500), SDE_ORA_DOMAINGENERAL_FLEXFIELD (InternalID:89500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS ORGANIZATION_SIZE (InternalID:82500), UOM - Serial (InternalID:78500)
ODI-1217: Session SDE_ORAR1211_ADAPTOR_SDE_ORA_DOMAINGENERAL_PRODUCT_CLASS (38500) fails with return code 8000.
ODI-1226: Step Run SDE_ORA_DomainGeneral_Product_Class fails after 1 attempt(s).
ODI-1240: Flow Run SDE_ORA_DomainGeneral_Product_Class fails while performing a Integration operation. This flow loads target table W_DOMAIN_MEMBER_GS.
ODI-1228: Task SDE_ORA_DomainGeneral_Product_Class (Integration) fails on the target ORACLE connection BIAPPS_DW.
Caused By: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12516, TNS:listener could not find available handler with matching protocol stack...
ODI errors on second execution
ODI-1519: Serial step "Start Load Plan (InternalID:1500)" failed because child step "Global Variable Refresh (InternalID:2500)" is in error.
ODI-1519: Serial step "Global Variable Refresh (InternalID:2500)" failed because child step "1 Domain (InternalID:5500)" is in error.
ODI-1519: Serial step "1 Domain (InternalID:5500)" failed because child step "2 Domain SDE (InternalID:35500)" is in error.
ODI-1519: Serial step "2 Domain SDE (InternalID:35500)" failed because child step "Serial (InternalID:36500)" is in error.
ODI-1519: Serial step "Serial (InternalID:36500)" failed because child step "3 SDE General Flexfield (InternalID:37500)" is in error.
ODI-1519: Serial step "3 SDE General Flexfield (InternalID:37500)" failed because child step "Finalize Flexfield (InternalID:50500)" is in error.
ODI-1519: Serial step "Finalize Flexfield (InternalID:50500)" failed because child step "EXEC_TABLE_MAINT_PROC (InternalID:51500)" is in error.
ODI-1217: Session EXEC_TABLE_MAINT_PROC (107500) fails with return code 20000.
ODI-1226: Step TABLE_MAINT_PROC fails after 1 attempt(s).
ODI-1232: Procedure TABLE_MAINT_PROC execution fails.
ODI-1228: Task TABLE_MAINT_PROC (Procedure) fails on the target ORACLE connection BIAPPS_DW.
Caused By: java.sql.SQLException: ORA-20000: Error creating Index/Constraint : W_FLEX_SQL_G_U1 => ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found

Hi,
The first error happened is
ORA-12516, TNS:listener could not find available handler with matching protocol stack...
The above is due to the listener been disconnected while the LP is executing. This can be solved by restarting the load.
The second error happened is
ORA-20000: Error creating Index/Constraint : W_FLEX_SQL_G_U1 => ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
The above is due to the duplicate records found in the table w_flex_sql_g. You can solve this by deleting the duplicated records in that table like referred in the below link
OBIEE, Endeca and ODI: BIApps and ODI 11.1.1.7.1 Full Load
Regards,
Saro

Similar Messages

  • Send a Failure Email Notification After Load Plan execution in ODI 11g

    Hi Experts,
    Greetings!
    I am trying to send an email if any of the step fails during Load Plan execution. Irrespective of the failed object, only 1 email should be sent to the Administrator. I unable to do this. Mails are getting sent for the no of times the no of object fails. For eg if 10 out of 100 steps fails, 10 emails are getting sent. I need to send only 1 email.
    I am using ODISendMail.
    I have tried various combinations however, all in Vain.
    For instance:
    root step --> Exeception Step (Send Failure Email) and Execption behaviour (Run Exception and Ignore). Using this because, I dont want to stop the load plan on the step failure.
    Interface1: Exeception Step (Blank) and Execption behaviour (Run Exception and Ignore).
    Interface2: Exeception Step (Blank) and Execption behaviour (Run Exception and Ignore).
    Exception not getting executed.
    Please help.
    Regards,
    Andy

    Thanks SH.
    I tried your suggestion as per below.
    1. Created global variable "v_cnt" with default value "0"
    2. Created package "pkg_v_cnt" to increment the variable by 1
    3. created package "pkg_sendError_Email" to check if v_cnt > 0 then Send Error Email.
    For Instance, the loan plan looks like this:
    root step --> Exeception Step (pkg_v_cnt) and Execption behaviour (Run Exception and Raise)
    Interface1: Exeception Step (pkg_v_cnt) and Execption behaviour (Run Exception and Ignore).
    Interface2: Exeception Step (pkg_v_cnt) and Execption behaviour (Run Exception and Ignore).
    Send Error Email (pkg_sendError_Email)
    The issue here is that, the variables are not getting the incremented value and hence unable to send email . The variable value remains "0" even after execution of the exception steps when both interfaces fails.
    Pls help.
    Thanks,
    Andy

  • My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

  • When trying to download stuff from the app store it says unexpected error and doesnt download

    When trying to download stuff from the app store it says unexpected error and doesnt download

    It's happen to me and maaaaaannnny others. You can either Create. New account and delete the old one.  If that don't help uninstalling and reinstlling iTunes may help. 

  • Hi when I try to update any apps I have recently had errors and could not update them. Anyone got any suggestions please?

    hi when I try to update any apps I have recently had errors and cannot complete the update - anybody got any suggestionS?

    Mac OS X Lion 10.7.3
    QREncoder App
    Talk To Me App
    Screensaver App
    All apps don't seem to download or update.
    Only recently has this started happening
    It starts to either update or download then stops and a small box pops up saying it has errored and would you like to retry or cancel

  • Everytime I click on an app, it loads then cuts off, and then goes back to the home screen. What do I do?

    Everytime I click on an app, it loads then cuts off, and then goes back to the home screen. What do I do?

    - Reset the iPod. Noting will be lst:
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Download/install any new app
    - iOS: Troubleshooting applications purchased from the App Store

  • Load Plan Execution Control

    Hello,
    I have following requirement for execution of Load Plan:
    1. Do not allow execution of the Load Plan if it is already running?
    2. Do not allow execution of the Load Plan 1 if Load Plan 2 is executing?
    Can I achieve the requirement through some ODI API's that give me information about Load Plan run which can be embedded as a check in ON CONNECT? or some better way?
    Thanks
    AJ

    Hi.
    1) I don't know if its possible
    2) I don't know if it's possible to achieve what you want from one load plan to another.
    You may do the following:
    1 - Create a table with the load plan name or ID and the dependency between them (like a parent-child table) and put start and end date times or flag attributes to inform the execution start and finish.
    2 - Create one or more package or procedure to control the finish of one load plan and start of the other. Use the ODITimeWait and a variable to check the value of the flags in a loop.
    3 - Put the call of these packages or procedures in the beginning of each load plan so he may start but will continue only if the parent load plan finished sucessfuly.
    May be a little complicated in the beginning but worth a try and you can attach as many load plans you want.
    OR
    1 - Create a package with a call to the child load plan using OdiStartLoadPlan
    2 - Add the package scenario to the end of the first load plan.
    Any other idea will be greatly appreciated.
    Cheers.

  • Case when condition in ODI Load Plan

    Hi All,
    Created a project variable(VAR_X) which is a text type and it can be refreshed by querying in some database.
    Created a Load Plan and added a Case step by using VAR_X
    with following logic
    Case VAR_X
    when value ='X'
         run_x_scenario.
    when value='Y'
         run_y_scenario.
    else
    but whenever I give start up value X or Y ,variable unable to evaluate the when condition provided in the load plan.
    always its taking else step
    Case VAR_X
    else
    but its working when I evaluate with numeric number like when value =1 etc (here I changed variable datatype to numeric)
    Any pointers will be appreciated.
    Thanks,
    Aravind

    It may be due to the quotes you have added in your when clause. Can you try it without quotes.

  • N1SM 1.3.3 OS Load gives syntax error and drops into interactive install

    Hi
    I am trying to load Solaris 10 u4 onto a T1000 and a X4100.
    This is my first installation of N1SM.
    When I give the load command the T1000 will boot off the network, but after a while I very
    briefly see a syntax error and a line about using US Keyboards, then the installation goes
    into interactive mode rather than unattended.
    This is very frustrating.
    Does anyone have any ideas as to what could be going wrong?
    I have installed N1SM on Solaris 10 U4 x86 and have the recommended patch bundle installed.
    Thanks

    No ... it will stay as IDR (Interim Diagnostic Relief - http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=IDR+site%3Asun.com ) afaik
    If you want it, ask Sun for it ... official patch will not be released for it yet ... and I wouldn't count on official patch so soon ...
    If you have a support for N1SM ... ask for the IDR , it's no. is IDR137229-01 (x86) & IDR137228-01 (sparc) , not sure about the linux one ...
    hth
    L

  • Unable to refresh variable definition in ODI Load Plan

    Hi All,
    We recently removed the variable definition and changed it to default value. After that we tried to refresh the variable in  Load plans / Scenarios but it still shows old SQL. Can you please suggest if there is a way to force refresh the variable definitions in load plans? We tried removing and re-adding the variable but that didn't help. Last resort will be to recreate the load plans but we are trying to avoid that.
    Thanks,
    Andy

    Hi Alastair,
    Thanks for the reply. Actually variable is returning the correct value. Only problem is that in the Load Plan's variable section variable still shows old definition even after trying to refresh n number of times and also tried removing it from load plan and then inserting it back in after changing the definition. We don't want to migrate load plan like this. Kindly suggest.
    Thanks,
    Andy

  • Application moved error and question marks for dock app icons - related?

    i am reposting this in the Mac Pro forum in addition to the Mountain Lion forum as i have been posting various issues on the mac pro here and i have gotten great help in solving them. also i am hoping to put a finishing touch on my computer setup after having done a FRESH INSTALL of the OS on both my computers with a manual migration of data (no Library items) so as to try and resolve old issues. i hope the experts on the list do not mind this posting and/or can offer advice on this specific issue.
    i am getting the attached error this morning on my MacBookPro (Mountain Lion) and have gotten it before on my Mac Pro (Lion). i have had to do a fresh install of the OS and a manual migration of my data (no Library settings etc) due to slightly similar issues.
    does anyone know what this errror is saying has happened?
    i /did/ have an additional internal hard drive on the MAC PRO that Spotlight was indexing and which i had to take off of the Spotlight indexing functionality but this does not explain in any way (since there are no additional HD's on my macbookpro) why it just happened this morning on the macbookpro.
    is this related to an issue where there may be QUESTION MARKS (instead of an app icon) in the dock in some of my other software?? i have one of these on my MBP and one on my MacPro even after the fresh install.
    TIA

    The Dock stores Aliases to the actual Applications. When you get a question Mark, it is caused by a Bad Link. The Application may have changed versions, moved, or been deleted. There is nothing especially magical about this. You can remove a Bad Link by dragging the link off the Dock, or add a proper link by dragging the Application Icon onto the correct area of the Dock.
    OS X Mountain Lion: Customize the Dock
    Apple-installed Applications need to remain in the Applications folder so that they remain protected and can be updated properly. The Installer will attempt to add links that point to the current Applications in the Applications folder, but if you have a pre-existing Bad Alias your bad Alias will not be Trashed. This may give you either the "moved..." message, or the Question Mark Icon in the Dock, or a grayed-out Icon with a "prohibited sign" if you have added things not appropriate for this version of Mac OS X.

  • Demand planning Forecast errors and KPI to store results of error

    I have following requirement: keep traceabilitity of hypothesis and forecast error results of former mass process .
    In comparison tool, we can compare the result of last interactive forecast run but our requirement is to store those result for KPI purpose.
    Is it possible without extra development ? ( built not yet done, we are in design phase)
    Kinds regards,
    Christine

    Hi Christine,
    There is Standard Error analysis functionality available for forecast accuracy reporting.
    Please refer to the URL below:
    http://help.sap.com/saphelp_scm70/helpdata/en/6f/8812ce03ba4f0ca09ea31a1a3e1f0c/frameset.htm
    Please  check if these are sufficient for your business needs.
    If we want to extarct  standard statistical forecast errors( like MAD, MAPE) calculated in the interactive or batch runs of statistical forecasting , then, to my understanding, development is required.  A short detail is given below:
    We need to develop macros for calculation of Univariate forecast erros : MAD and MAPE. New planning book and data views may be required to becreated  Some extra Key figures also will be needed ,used for storing the values.
    The macros runs can be run through batch jobs.These calculated forecast errors of MAD and MAPE then can be  compared with the system calculated MAD and MAPE during interactive / batch runs.
    The error data can be extracted and stored in the infocubes.
    Please check and confirm.
    Regards
    Datta

  • App shows "loading" but it hanged and cant be opened nor removed

    I have this app "Leme Cam" which is bigger than 20MB and requires updating through wifi or computer. While I was updating other smaller apps using the iphone directly, the phone tried to update this app as well and it hanged with the wording "loading". I tried to update it through itunes on my com but it could not be updated nor removed. Anyone kind soul out there can advice me on what to do? Thanks alot!
    Ian

    Might be necessary to restore your iPhone at this point but restore as new, not from a backup.
    Connect your iPhone to your computer. Launch iTunes. Select the Summary tab. Make sure there's enough storage space.
    Try this ... Tap Settings / General / Reset / Reset Network Settings. Restart the iPhone, then try syncing that app again.
    Help here....   How to report an issue with Your iTunes Store purchase

  • Load plan execution return code

    We want to call the LoadPlan via external scheduler.
    The call looks like this:
    ./startloadplan.sh <MYLOADPLAN> GLOBAL "-AGENT_URL=<MYAGENT>"
    The odiagent.log shows me that the loadplan failed. But the Shell Script Return value seems to be always 0.
    Is there a way to create a wrapper script for checking whether the loadplan is actually failed.
    Can anyone please reply

    You should probably follow the topic just below this one : ./startloadplan.sh return code always 0 ;)
    Stefan S has maybe developed his own solution.

  • AIR auto update error, and question about POST parameters

    Hello,
    I'm getting a Download Failed error in the AIR autoupdating process;
    There was an error downloading the update. Error# 16822
    I recall this working once, the very first time that I tried it.
    My app.xml file contains this line:
        <version>12</version>
    and my update.xml file contains:
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
      <version>12</version>
      <url>http:/players.biemedia.com/ooyala/Composer/Composer.air</url>
      <description>12 - Bug fixes and prepopulating defaults for player creation screen</description>
    </update>
    Pasting the URL into a browser works.
    However, this stuffresides on cloudfront.  in the past i have noticed that if something tries to send post parameters along with the request, cloudfront will deny the request.  Is it possible that the AIR app is sending POST parameters when hitting the download URL, and could this behavior be new in the last 6 months or so?
    Any other ideas?
    Thanks,
    Gerry

    Just Got The Solution for Error 16811 &  16816
    Note Following things to avoide update error
    No 1.>
    You xml schema for update descriptor.xml in  server should look similar to this
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
      <versionNumber>2.0</versionNumber>
      <url>http://localhost/SerialHunter/SerialHunter.air</url>
      <description><![CDATA[
    SerialHunter Version 2.0 by Rajendra Khope
    This new version includes:
        * AutoUpdate
        * Enhaced UI functions
        * Ability to add providers       
      ]]></description>
    </update>
    Note xmlns="http://ns.adobe.com/air/framework/update/description/2.5"
    and versionNumber instead of version
    Also make similar changes in appxml version field (in Burrito its by default versionNumber )
    No 2>
    if u are using code to display veesion number make sure it should look like:
    var appXML:XML = NativeApplication.nativeApplication.applicationDescriptor;
    var ns:Namespace = appXML.namespace();
    pnlMain.title=appXML.ns::name+" v "+appXML.ns::versionNumber
    Thats it...!
    Rajendra Khope
    bkrajendra at gmail dot com

Maybe you are looking for

  • I want to execute UNIX COMMAND in ABAP

    Hi All, I want to execute a UNIX XOMMAND sh <scriptname> <filename> to replace divsion codes.in ABAP. But, I came to know that we can't (2) or try the following program but unfortunately the command CALL SYSTEM is not supported by SAP. If you are on

  • ITunes auth problem on Windows 7 64-bit

    Hi, I experience weird issues with the iTunes auth-process on a Windows 7 (64bit) machine. When I try to authorize my computer it results in a message telling me something about connection issues. Anyhow, it seems the computer is kind of activated si

  • How to initialize org in a custom form in R12 upgrade

    Hi, We are migrating a custom form from 11i to R12. But the form and LOVs in the fields dont return any values in R12. The custom views attached to these LOVs, return values in toad when the org is set. We think that the issue is that the org is not

  • Is there a way to install boot camp on a 2006 Mac Pro running Lion?

    Lion comes with Boot Camp 4, which supports Windows 7+. The 2006 Mac Pro however only supports Windows Vista, which requires Boot Camp 3. I can't find a download link for Boot Camp 3, only 4 and 5. Does anyone have an idea?

  • No lock screen on ipad3 with ios7

    Since installing ios7 on my ipad3, I have no lock screen showing the swipe bar.  When I open my Smart Cover, it goes right to my password protection screen.  When I tried various lock screen photos, I was unable to scale them down or move them easily