Cache merge-back on child delete redux in Toplink 10.1.3

Hello. My team used to have issues in Toplink 9.0.4 with child objects still appearing on parent collections even after the children are deleted from the database, as discussed in this thread: Cache mismatch on child delete We never got a resolution to that issue. At some point, though, we got tired of using the merge-clone APIs and rewrote our application to avoid them. And after that rewrite, we never saw the phantom-deleted-child problem anymore.
Fast-forward to today. I'm trying to move this particular application from 9.0.4.5 to Toplink 10.1.3. Straight-forward mapping upgrade and no code changes. But a number of my tests are failing against 10.1.3 because of deleted child objects still existing on their parents' collections when the parents are read back through the cache, on specific examples of both 1:M and M:M mappings. I have not been able to come up with a simple test case that I can post, but here is our delete approach:
1. Acquire a unit of work from a ClientSession.
2. Read in ObjectToBeDeleted through the unit of work.
3. If ObjectToBeDeleted has a Parent, remove ObjectToBeDeleted from Parent's collection of children.
4. Call uow.deleteObject( ObjectToBeDeleted ).
5. Commit and observe that the correct SQL gets executed on the database.
Then I try this:
6. Read Parent from the ClientSession.
7. Look at its children -- ObjectToBeDeleted is still there.
But if I try this:
8. Read ObjectToBeDeleted out of the ClientSession directly rather than through Parent.
9. ObjectToBeDeleted is gone as I would expect.
Is there anything wrong with this approach that would cause the change I made to Parent at step 3 to not be reflected in the cache by step 6?
Thanks.
--Scott                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

We are taking another run at TopLink 10.1.3 and have run into this problem again.
It turns out that this is fairly reproducable. It occurs when we remove the last item (or all of the items) from the parent collection.
It occurs with transparent indirection on or off.
I've added several tests to our Junit suite to detect this behavior with various objects. Sometimes they fail, sometimes they pass. Going back to TopLink 9, a couple of the tests that fail in 10 fail, but most of them pass.
Given the number of folks who shared our probem in TopLink9, I wonder how many have a similar problem in 10. I also wonder why the behavior differs somewhat between 9 and 10. Though our expanded test suite is now detecting the behavior in 9, it is less frequent.

Similar Messages

  • HT204266 My child deleted the "app store" app.  How do I get it back or reinstall?

    My child deleted the "app store" app.  How do I get it back or reinstall?  Normally I would go into the app store to get the deleted app...

    You cannot delete the App Store app as it is one of the default apps. Your daughter most likely moved it onto another screen or accidentally moved it on top of another app which creates a folder that contains both apps.
    Swipe to the furthest left screen, the search screen, type in App Store, and you'll find where the App Store is hidden.

  • Why does RoboHelp 8 crash when compiling merged HTML help after deleting a child project in TOC

    Why does RoboHelp 8 crash when compiling merged HTML help after deleting a child project in TOC? I would be grateful for any assistance.
    Here's the situation:
    -- I recently upgraded from RoboHelp X5 to RoboHelp 8. I upgraded my projects to RoboHelp 8 projects.
    -- One large help system I manage is built such that there is one master project and about 25 child projects. Each of these is its own item in the master project TOC.
    -- In RoboHelp X5 I never had any trouble deleting these.
    -- However now in RoboHelp 8, whenever I delete one (by opening TOC pod, right-clicking on item in question, and clicking Delete), and proceed to "Generate Primary Layout" (MS HTML Help), the generation/compilation process proceeds as far as "Generating full-text search data" and then the whole program crashes!
    Am I doing something wrong? Is there a bug in the software? I have installed patches 8.0.1 and 8.0.2.
    Once again, I thank you in advance for any pointers.
    Matthew Keranen
    Jamsa, Finland

    That does help - thanks a lot.
    Wayne Kroger
    State Street Corporation
    SQA-Princeton
    (609) 580-6264
    mail to: [email protected]
    The information contained in this email and any attachments have been classified as limited access and/or privileged State Street information/communication and is intended solely for the use of the named addressee(s). If you are not an intended recipient or a person responsible for delivery to an intended recipient, please notify the author and destroy this email. Any unauthorized copying, disclosure, retention or distribution of the material in this email is strictly forbidden.

  • My child deleted my camera icon and I can't get it back! I've tried reset and hard reset but it isn't working!

    My child deleted te camera icon and I can't get it bck! I've tried reset and hard reset but it's not working!

    Katiegraham wrote:
    My child deleted te camera icon ...
    The App cannot be deleted...
    Check in All Folders and on All Pages/Screens...
    Check in Restrictions...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213
    If no joy...
    Settings > General > Reset > Reset Home Screen

  • [svn:fx-3.x] 5820: Merged (back ported) trunk revisions 4460,4492,4516,4520 ,4585,4630,4692,4726,4964 - 3.x

    Revision: 5820
    Author: [email protected]
    Date: 2009-03-31 13:40:12 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Merged (back ported) trunk revisions 4460,4492,4516,4520,4585,4630,4692,4726,4964 -> 3.x
    http://10.171.12.252/svn/opensource/flex/sdk/trunk
    r4460 | [email protected] | 2009-01-08 20:53:33 -0500 (Thu, 08 Jan 2009) | 10 lines
    Renamed UIComponentAccImpl to UIComponentAccProps because it extends AccessibilityProperties, not AccessibilityImplementation.
    Added comments with the identifier for each magic role constant, so that it is easier to understand what roles our components are using.
    Moved two static methods from UIComponentAccProperties to AccImpl because they make more sense there.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None (no functional changes)
    r4492 | [email protected] | 2009-01-12 17:47:10 -0500 (Mon, 12 Jan 2009) | 8 lines
    Simplified how an accessibility class gets hooked into its corresponding component class.
    We now do the hooking in the static method enableAccessibility(), which is called by code that is autogenerated by the compiler. Previously this method did nothing and the hooking happened at static initialization time. This allows us to remove the static var accessibilityHooked and the static method hookAccessibility() in each accessibility class.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa and Alex
    r4516 | [email protected] | 2009-01-13 18:23:14 -0500 (Tue, 13 Jan 2009) | 16 lines
    Accessibility changes to Panel and TitleWindow, as requested by Freedom Scientific.
    These components now report their accessibility role as "grouping" rather than "window". Their accessibility name is now simply their title. They no longer report any child items. Their accessibility location is the bounding rect of the entire Panel or TitleWindow.
    The AccessibilityImplementation continues to be attached to the titleBar, not to the Panel/TitleWindow, because the Flash Player ignores Sprites with an AccessibilityImplementation that are inside other Sprites with an AccessibilityImplementation. (The Flash accessibility model is flat, not hierarchical, and "child IDs" are only used for things like list items, not for controls in titled container.)
    So although in the display hierarchy the Panel is a parent of its content controls, in the MSAA model it appears as their preceding sibling. JAWS will look at the "grouping" role and understand that because the bounding rect of the grouping includes some of its following siblings, they are "inside". (I don't know what this means in terms of what JAWS will actually speak.)
    Also, the AccImpl class now implements getChildIDArray() to return an empty array, so that by default all components have 0 child items (rather than reporting an error).
    Finally, subclasses with child items now compute how many they have and then call a new AccImpl utility method, createChildIDArray(), to create an Array that looks like [ 1, 2, 3, 4, 5 ].
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-12390, SDK-16340
    Reviewer: Deepa
    r4520 | [email protected] | 2009-01-13 20:07:53 -0500 (Tue, 13 Jan 2009) | 10 lines
    Accessibility changes to List, DataGrid, Menu, and Tree, as requested by Freedom Scientific, to behave more like their corresponding standard Windows controls.
    List, DataGrid, and Menu no longer report an accessibility value, either for the control itself or for its child items.
    Tree no longer reports a value value for itself. For tree items the value is the indentation level as a String: "0", "1", "2", etc. Previously the top-level items had value "1" instead of "0".
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17755
    Reviewer: Deepa
    r4585 | [email protected] | 2009-01-19 18:53:01 -0500 (Mon, 19 Jan 2009) | 6 lines
    AccImpl now implements accSelect(). Although the implementation doesn't do anything, its existence is enough to avoid having the Player report an IAccessible "member not found" error when calling accSelect() on a child item.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-16654
    Reviewer: Jason
    r4630 | [email protected] | 2009-01-22 19:54:13 -0500 (Thu, 22 Jan 2009) | 6 lines
    Removed code in AccordionHeaderAccImpl and TabBarAccImpl where the child IDs were being adjusted up or down by 100000 for some unknown reason. Deneb (on Flash Player) and Nataliya and Jon (on JAWS) don't think this should be done.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    r4692 | [email protected] | 2009-01-27 17:13:03 -0500 (Tue, 27 Jan 2009) | 9 lines
    Fixed missing or misplaced 'break' statements in the eventHandler() methods of the mx.accessibility classes. These have probably been causing some unintented MSAA events to be dispatched.
    Also, each accessible component now dispatches OBJ_NAMECHANGE when its toolTip or errorString property changes, because the MSAA name includes the tooltip or error tip.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    r4726 | [email protected] | 2009-01-28 21:47:59 -0500 (Wed, 28 Jan 2009) | 16 lines
    Accessibility changes to the MSAA name of several components, as requested by Freedom Scientific. These changes make Flex controls behave more like standard Windows controls.
    In Accordion and TabBar, the name is now just what is displayed, without " Tab" or " Tab, Active" appended.
    In ComboBox, List, and Tree, the name of each item is now just what it displays, without, for example, "2 of 7" appended.
    Removed an artificial limit of 100000 items in List and Menu.
    A Slider with an MXML id no longer returns that id as its name; no other component does this and id's are certainly no intended to be spoken.
    Removed the getName() method of ComboBase, which isn't used.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Jason
    r4964 | [email protected] | 2009-02-16 12:41:50 -0500 (Mon, 16 Feb 2009) | 7 lines
    Modify AccImpl.as to add @private to _protected final function $eventHandler(event:Event):void_ to work around an ASdoc bug. i will remove it when the bug gets fixed.
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-12390
    http://bugs.adobe.com/jira/browse/SDK-16340
    http://bugs.adobe.com/jira/browse/SDK-17755
    http://bugs.adobe.com/jira/browse/SDK-16654
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderA ccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl .as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DataGridAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DateChooserAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/DateFieldAccImpl .as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/LinkButtonAccImp l.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ListAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/ListBaseAccImpl. as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/MenuAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/MenuBarAccImpl.a s
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/PanelAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/RadioButtonAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/SliderAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TabBarAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TitleWindowAccIm pl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/TreeAccImpl.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/UIComponentAccPr ops.as
    Removed Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/accessibility/UIComponentAccIm pl.as
    Property Changed:
    flex/sdk/branches/3.x/

  • HELP my child deleted my photo album

    child deleted photo album from phone  i didnt have an SD card i didnt get one with the phone i have a Galaxy s 4. there has to be a way to recover the photos. i'm devastated all baby pictures are gone i cant stop crying

    I hate to tell you but they are most likely gone. Not to sound like a mean person but if those pictures were so important why didn't you back them up? You don't need a SD card to store pics there are many choices for cloud storage that are free( Google Drive, Microsoft's OneDrive, Flickr just to name a few ) or simply putting them on your computer or a DVD or a thumb drive. And you can get SD cards for under $10 so saying you didn't get one with your phone is not an excuse for not having one. And even if you had one you child could have erased the pics off of them too just as easily. At any rate from now on back up photos so you don't have to go through this again.

  • Why does the file cache.db keep reinstalling after deletion?

    Was told to delete cache.db file because the Safari window was opening in small print.  After deleting the file, closing out safari and reopening Safari, the print seemed normal again for about a second but then went back to smaller print again.  When I go back to the Finder and search for the cache.db file I had deleted, I find it has reinstalled itself.
    Any suggestions?

    This website that you are on now, when you post look for the camera icon.

  • Can I get my iCloud contacts back if I deleted them, Can I get my iCloud contacts back if I deleted them

    I deleted my contacts on accident in icloud. Can those be restored?

    Well, its complicated.  I used to share an itunes account. My phone had my contacts backed to my itunes not thru the cloud. This other person had his through the cloud. He removed his phone and now has his own itunes device, but did not back up his phone or icloud through apple so lost all of his contacts.
    Then, I went in, and my first goal was to send him his contacts from the cloud. I sucessfully imported them in my address book on  my mac pro, and exported what I thought was the entire book to him via email. Instead it was just one contact. Oops
    I then made it worse by going into the address book and deleting the contents, since I thought I sent them along.  I think went into Icloud and deleted those as well.   I then though that if I did the "merge" of my phone to the icloud, it would just move my contact on my phone into the cloud and my mac. I didn't have enough room it said to do this, so I deleted the Icloud data in the storage on my iphone, and then re-did the merge. Somehow it deleted all of my contacts as well, so I had nothing.
    So I then decided to use the back up I did before I started all of this, but it was too updated. There are a few others I can choose from- March 2014 back to March 2013 on the other persons phone. I dediced for now just to reinput most of my contacts.
    So I wanted to know if any of this was recoverable- like if Apple can just go back to yesterday and unwind even just the icloud contacts for the other person, like they can on email accounts.

  • Why don't I see the "Show Merged TOC in Child Project" setting?

    I have read about the "Show Merged TOC in Child Project" setting in RoboHelp 8 and have seen a screen shot of the build properties page where that check box is. But, when I go to build WebHelp, I don't see the same window. A number of the settings are different, and there is no "Show Merged TOC in Child Project" setting. I am using RoboHelp 8 (version 8.0.2.208 to be exact). I have pasted in a screen shot of the window that I see.
    The first screen I see when I build WebHelp looks the same as the screen shot in Peter Grainge's article on Merged Help. The screen above is the second one I see.
    Can anyone help? I'm mystified!

    Hi there
    Looks like you experimented with enabling Section 508. When you do that and toggle it back off, you are left with the Traditional style - no skin WebHelp. So back up a screen and choose a skin. Then you will see the option.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Itunes music being separated in multiple cds how do you correct or merge back to org recording

    how do you merge back to org recording....

    This article may  help you
    http://support.apple.com/kb/TS1468?viewlocale=en_US&locale=en_US

  • Hi, I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    Hi,
    I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all temp files used by Firefox, and open the previously cached page, it displays it correctly, but upon refreshing/reloading it again shows the previous version of the page maintained in the cache.
    == Troubleshooting information
    ==
    HTML5: Application Caching
    .style1 {
    font-family: Consolas;
    font-size: small;
    text-align: left;
    margin-left: 80px;
    function onCacheChecking(e)
    printOutput("CHECKINGContents of the manifest are being checked.", 0);
    function onCacheCached(e) {
    printOutput("CACHEDAll the resources mentioned in the manifest have been downloaded", 0);
    function onCacheNoUpdate(e)
    printOutput("NOUPDATEManifest file has not been changed. No updates took place.", 0);
    function onCacheUpdateReady(e)
    printOutput("UPDATEREADYChanges have been made to manifest file, and were downloaded.", 0);
    function onCacheError(e) {
    printOutput("ERRORAn error occured while trying to process manifest file.", 0);
    function onCacheObselete(e)
    printOutput("OBSOLETEEither the manifest file has been deleted or renamed at the source", 0);
    function onCacheDownloading(e) {
    printOutput("DOWNLOADINGDownloading resources into local cache.", 0);
    function onCacheProgress(e) {
    printOutput("PROGRESSDownload in process.", 0);
    function printOutput(statusMessages, howToTell)
    * Outputs information about an event with its description
    * @param statusMessages The message string to be displayed that describes the event
    * @param howToTell Specifies if the output is to be written onto document(0) or alert(1) or both(2)
    try {
    if (howToTell == 2) {
    document.getElementById("stat").innerHTML += statusMessages;
    window.alert(statusMessages);
    else if (howToTell == 0) {
    document.getElementById("stat").innerHTML += statusMessages;
    else if (howToTell == 1) {
    window.alert(statusMessages);
    catch (IOExceptionOutput) {
    window.alert(IOExceptionOutput);
    function initiateCaching()
    var ONLY_DOC = 0;
    var ONLY_ALERT = 1;
    var BOTH_DOC_ALERT = 2;
    try
    if (window.applicationCache)
    var appcache = window.applicationCache;
    printOutput("BROWSER COMPATIBILITYSUCCESS!! AppCache works on this browser.", 0);
    appcache.addEventListener('checking', onCacheChecking, false);
    appcache.addEventListener('cached', onCacheCached, false);
    appcache.addEventListener('noupdate', onCacheNoUpdate, false);
    appcache.addEventListener('downloading', onCacheDownloading, false);
    appcache.addEventListener('progress', onCacheProgress, false);
    appcache.addEventListener('updateready', onCacheUpdateReady, false);
    appcache.addEventListener('error', onCacheError, false);
    appcache.addEventListener('obsolete', onCacheObselete, false);
    else
    document.getElementById("stat").innerHTML = "Failure! I cant work.";
    catch (UnknownError)
    window.alert('Internet Explorer does not support Application Caching yet.\nPlease run me on Safari or Firefox browsers\n\n');
    stat.innerHTML = "Failure! I cant work.";
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Shockwave Flash 10.0 r45
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Google Update
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object
    Thanks & Regards,
    Kandarpa Chandrasekhar Omkar
    Software Engineer
    Wipro Technologies
    Bangalore.
    [email protected]
    [email protected]

    We have had this issue many, many times before including on the latest 3.6 rev. It appears that when the applicationCache has an update triggered by a new manifest file, the browser may still use only its local network cache to check for updates to the files in the manifest, instead of forcing an HTTP request and revalidating both the browser cache and the applicationCache versions of the cached file (seems there is more than one). I have to assume this is a browser bug, as one should not have to frig with server Cache-Control headers and such to get this to work as expected (and even then it still doesn't sometimes).
    The only thing that seems to fix the problem is setting network.http.use-cache to false (default is true) in about:config . This helps my case because we only ever run offline (applicationCache driven) apps in the affected browser (our managed mobile apps platform), but it will otherwise slow down your browser experience considerably.

  • Can you get pictures back that you deleted off of your iPhone

    I would like to know if you can get pictures back if you deleted off of your phone

    Sure ... if they are backed up somewhere.
    If they were on your Camera Roll, they would be preserved in your latest iTunes (or iCloud) bsckup of your iPhone.
    If they were on your computer, they would still be there.

  • After mountain lion download the "back" function of delete key no longer is working.

    After mountain lion download the "back" function of delete key no longer is working.

    Here is your answer, I think.
    https://discussions.apple.com/message/19048177#19048177

  • How can you stop the upgrade that you did on youtube so I can get it back or is there a way to get an app back once you delete it while it is upgrading

    I want youtube back and I deleted it while it was upgrading but is there that you can cancel the upgrade that it is doing so I can have youtube back? is the a way to get an app back once you delete that app?

    Again, all I can say in this Apple forum is that downgrading the iOS is not supported by Apple.

  • Parent child deletion  in ODI

    Hi ,
    I am using ODI for data migration.
    I have created interface for that . i have done error handling . now i need to implement parent child deletion. that is i need to delete parent record if the child record is no there for a particular Policy. can any one help me in implementing this in ODI.

    Can you please provide me the steps/document for exception handling in ODI interfaces.. I am creating interfaces to load flat files into custom tables and I need to provide exception handling in each interface. I would appreciate.
    Thanks
    Ram

Maybe you are looking for

  • Create report from olap .cub file problem

    hello, i am using crystal reports 2008. i tried to create a report based off of the sample sales reports.cub file using the olap cube report wizard. when i moved the measures dimension to the slice list on the slice/page screen and tried to create a

  • How to i use my external hard drive for editing videos?

    I only have 2 GB on my left on my computer. I want to import movies from other software but that takes up 2.6 GB. I have an external hard drive that i want to use for iMovie.

  • Recently formatted Hard Drive.  What will Time Capsule restore?

    I had a problem and ended up having to reformat and reinstall Leopard on my MacBook Pro. I have been using Time Machine with my Time Capsule for months now. I'm wondering, when I connect to it and try to restore, will I run into issues? I haven't had

  • QT Movie or QT Reference File. Which is lossless?

    Hi, I have a project on a timeline that I want to export as lossless. It was shot and editied at 1440 x 1080i HDV. Should I export it as a Quicktime File (Self Contained) or a QT Reference File? Which will give me a Lossless file? What settings shoul

  • Ibook won't boot up on own or from OS installation CD (need help in Yemen)

    Hello, I'm currently in Yemen for a few months and my ibook seems to have died on me. The country isn't exactly brimming with Apple support technicians so any advice or suggestions people could give me would be really appreciated. I have an older ibo