Failing in associating existing CO5 child to an existing CO4 parent

I need to associate an existing CO5 child to an existing CO4 parent.
Considering WS 1.0 are not dealing with CO4 and CO5 I did some tests using WS 2.0.
Sending the following SOAPBODY:
<ns2:CustomObject4Update_Input>
<ns1:ListOfCustomObject4>
<ns1:CustomObject4>
<ns1:Id>AAPA-CTYAPX</ns1:Id>
<ns1:ListOfCustomObject5>
<ns1:CustomObject5>
<ns1:Id>AAPA-CPIKDC</ns1:Id>
</ns1:CustomObject5>
</ns1:ListOfCustomObject5>
</ns1:CustomObject4>
</ns1:ListOfCustomObject4>
</ns2:CustomObject4Update_Input>
I get the follwoing error message:
Update operation on integration component 'CustomObject4_CustomObject5' failed because no matching record in business component 'CustomObject5' with search specification '[Id] = "AAPA-CPIKDC"' could be found.(SBL-EAI-04403).
Any suggestion is really welcome
Thanks

You need to try and find an existing entry and if it's there add the child to that instead.
I notice you're  a student and I guess this is probably an assignment.
By the way.
I suggest you work on the name of your collections and classes there.
EG A class should be singular but way more meaningfull than treeviewsubitem.
Anyhow, finding the top node could be done using linq.  Since you can get none, SingleOrDefault is the method to use.
Thus something like:
TreeViewClass tvc = treeViewObsCollection.Where
(x=>x.Title == passedTopNodeName).SingleOrDefault();
Will give you tvc null or the qualifying entry.
If it's null, do what you have now.
If it's not then add the child item to tvc.
tvc is a reference to the TreeViewClass you have in that collection.
Please don't forget to upvote posts which you like and mark those which answer your question.
My latest Technet article - Dynamic XAML

Similar Messages

  • Moving Child keyword out from under Parent

    I've discovered that I have some Child keywords nested under a Parent keyword by mistake.  How can I disassociate them?  Also, other than when I'm generating a new keyword, how can I add a Child keyword to a Parent, other than by dragging and droping?  This becomes a bit tedious when the list becomes rather long.  Thanks.

    Miquel,
    If you are typing into the "click here to enter Keywords" box, I think you can also enter new keywords in the following format: child>parent>grandparent>etc. such that it places it correctly in the structure if the higher category keywords exist.  It is not really all that efficient but an alternative to the other suggestion (which is also not all that efficient).
    Since new keywords always end up at the bottom of my list, it is still most efficient for me to drag and drop them at the end of my session before exporting or saving.
    Jeff

  • How can a parent restrict a child's access to a PARENT'S PRE-EXSISTING iTunes account via iCloud's Family Sharing Program?

    How can a parent restrict a child's access to a PARENT'S PRE-EXSISTING iTunes account via iCloud's Family Sharing Program?  To explain further... I have a young son who is on my iCloud family sharing program... I am excited to be able to share SOME of my music in my iTunes library, but there are some songs and music videos that are not age appropriate for him and currently there is no way to restrict him from viewing and downloading anything off of my iTunes library.  Yes, I suppose I can delete the songs he shouldn't have access to, but I don't think I should have to do that... I paid for them and still like them and listen to them while I work out or am without my kids.  Is there a way for me to personally select which songs/videos I would like to "hide" from my children in an effort to shield them from inappropriate content?

    Hello ggg39,
    Welcome to the Apple Support Communities!
    I understand that you have some content in your iTunes library that you would like to restrict access for the child set up on Family Sharing with you. To do this, you can set restrictions on the child’s device as described in the attached article. 
    Family Sharing - Apple Support
    Now kids under 13 can have their own Apple IDs. As a parent or legal guardian, the family organizer can create an Apple ID for a child and add the child to the family group automatically. Ask to Buy is turned on by default, and the organizer can also limit the content kids have access to on their devices through Restrictions on an iOS device or parental controls in OS X and iTunes.
    For more information on restrictions and how to set them up, please reference the next attached article. 
    About Restrictions (parental controls) on iPhone, iPad, and iPod touch - Apple Support
    Have a great day,
    Joe

  • Child DC cannot Replicate to Parent DC, because of connection errors. MS PortQryUI shows that ports 3268 and 3269 are not listening,

    I started a support case with Microsoft to help me with raising the our domain Forest level because i received a message stating that there were Windows 2000 PDC still listed in the database. These PDCs were removed years ago. The tech saw all of the problems
    i was having with domain replication so that is where he started. running the MS PortQryUI shows that ports 3268 and 3269 are not listening, (TCP port 3268 (unknown service): NOT LISTENING) when run FROM a Child domain controller against the Parent
    Domain controller. Between the 2 Child domain controllers these ports are listening.
    The Windows firewall is not running on any of the controllers, i removed a virus protect client from all of the servers, although i didn't enable the firewall there either, but these ports are still not listening on the Parent DC.
    I need help debugging this. I am not very familiar with network sniffers so if i need to run one i'll need some guidance. This DC only has one NIC, all IP addresses are static, all servers are setup like this. All servers are in the same subnet, on the same
    lan, on the same cisco switch, there shouldn't be anything blocking this port from starting.
    I looked over other post that show this same problem, but they don't give a solution. If i am not using the Windows firewall why wouldn't these ports be open?
    Any ideas? web searches are all over the map on trying to find the reason for this.
    Bobby

    Try running the below command on the DCs that you think have the ports blocked or all the DCs.
    netdiag /test:ipsec /debug > c:\dcname-ipseclog.log
    Open that from the C drive and see if there is anything saying block or filters. 
    Also, just for kicks have you disabled the firewall service on the DCs? 
    And just for kicks have you tried enabling firewalls ports on all the DCs?  The KB is below
    http://support.microsoft.com/kb/555381/en-us
    Step 1 - netdiag results
    Step 2 - disable the firewall service on all DCs if step 1 was negative
    Step 3 - enable the firewalls on all DCs per KB 555381 if step 2 doesn't work
    Let us know how it goes!
    If it answered your question, remember to “Mark as Answer”.
    If you found this post helpful, please “Vote as Helpful”.
    Postings are provided “AS IS” with no warranties, and confers no rights.
    Active Directory: Ultimate Reading Collection

  • Context Mapping: child-nodes of non-mapped parent nodes

    I am somewhat curious about Context Mapping in WebDynpro.
    Which parents nodes need to be mapped in order to map child nodes ? Does a child node has more than one parent node (e.g. grandparent - two steps above) ?
    A.1  -
    MAPPED----
    >    B.1
      - A1.1   NOT MAPPED
      - A1.2   NOT MAPPED
            - A.1.2.1     MAPPED TO>    B.1.2.4
            - A.1.2.2   NOT MAPPED
      - A1.3   NOT MAPPED
    Is it sufficient that only one of these parent nodes (e.g. direct parent node not mapped, but parent node of this parent node is mapped) need to be mapped so that the child node can be mapped ?
    Is this assumption true or not ?
    The SAP library states:
    "Conversely, child nodes of non-mapped parent nodes cannot be mapped, otherwise this would result in irresolvable conflicts at runtime with respect to the parent-child relation in the context and the mapping relation." (http://help.sap.com/saphelp_nw04/helpdata/de/51/a3384162316532e10000000a1550b0/content.htm)
    This statement is not absolutely clear on this issue.

    Let me put it this way
    You have a node vehicle and you have a child node for that the car. The car node have parameters car1, car2.
    Let the vehicle node have parameters veh1 and veh2
    Then if you map vehicle node one to any other node (say in the comp. controller) you have the option of mapping its children i.e veh1,veh2 and carnode.
    You can have that veh1 is mapped and veh2 is not mapped.
    vehicle node(mapped)
    veh1(may or may not be mapped)
    veh2(may or may not be mapped)
    car node(may or may not be mapped)
    If instead you try to map only the car node the vehicle node will also get mapped automatically but not it's child parameters like veh1 and veh2.
    vehicle node(mapped)
    veh1(may or may not be mapped)
    veh2(may or may not be mapped)
    car nodemapped)
    car1(may or may not be mapped)
    car2(may or may not be mapped)
    Hope this would help.
    Do revert for further clarification
    Regards
    Noufal

  • Move child movie clip from one parent object to another

    Hi everyone,
    I am somewhat new to AS3, and I'm having a hard time working out the most appropriate way to move a child movieclip between parent objects.
    I'm creating a board-game type game wherein I've dynamically created an array of 'Square' movieclips, with no visual elements, which are arranged in a 10x10 rectangle on the stage. I then dynamically add the appropriate types of piece movieclips to the various squares with the addChild() method. In general, a square should only have one child piece at a time.
    All of this works well for setting up the play area, but now I'm having an issue with moving a piece from one square to another. I want to have the user click a square with a piece on it, then click the destination square to move the piece. I have the logic for determining where a user can move any given piece to, but I don't know how to actually move the piece.
    The pieces are all different class objects that extend both a base class I call Piece as well as the MovieClip class. The main issue is that when dynamically adding the various pieces to the squares, I don't provide them a unique name to access them later. I don't bother with unique names because I have no way of knowing which piece instance will be in a given square, so using getChildByName(name:String) isn't very useful.
    So I can think of two routes that I can take: Making a getter/setter for the Square class that manages a private Piece property (as well as the adding and removing of the child piece to/from the parent square), or using getChildAt(index:int) to try to access the child piece.
    I want to go with the first route as it seems to be the most maintainable to me. My problem is that I can't work out how to manage empty squares in this scenario. My instinct is to null to private _piece property of one square once I've moved the child piece instance to another square... but I'm fairly certain that the private property is a reference type, and nulling it out will null the actual piece object even after it's changed parents.
    I'm sorry for the long description. I'm hoping that my lack of experience with as3 it what's causing my trouble, and that someone more well versed will know of the best way to handle this. Maybe I'm overthinking everything.
    If something isn't clear, please feel free to ask me for clarification. I would appeciate any help that anyone may be able to offer.
    Thanks!
    - Scott

    for a square with a child, you can use:
    whateversquare.getChildAt(0);  // to reference whateversquare's only child.  although, if there are graphics in whateversquare, you may need to use getChildAt(1)
    or, if you want to use a square class getter/setter, what's the problem?  an empty square will return null.

  • How to create a Child Window without closing the parent Window

    Hi All,
    I have a requirement to create a child window without closing the parent window. I have to click an item in the parent window, then one child window should get open. The parent window should not be closed before closing the child window.
    Kindly help me in this.
    Thanks and Regards,
    Myvizhi

    Hi All,
    I found the solution for this. I have created a new page. Then i created an item as link item style in the parent page and i have set the following properties in the Link item:
    Destination URI : OA.jsp?page=/seagate/oracle/apps/seasoa/que/webui/SeaSoaHeaderDetailPG&headerId={@ErrHeaderId}&retainAM=Y&addBreadCrumb=Y&backPage=S
    Target Frame     : _blank
    This is opening the new child window without closing the parent window.
    Thanks and Regards,
    Myvizhi

  • IE6 child div expands width of parent div

    I have a problem that has been vexing me...hopefully someone can answer it.
    I want to have a child div expand to overlap the div next to it. It is for a calendar so that all day events that stretch for multiple days can stretch over and cover multiple days.
    In IE6, the child div expands the width of the parent div and wrecks my display. The "proper" way that FF, Safari, and IE 7 & 8 do is that the child div will overlay the parent. The parent div's width remains unchanged, no matter what the width of the child is. IE6 incorrectly expands the width of the parent div to match that of the child div.
    I've set up a small example so you can see the difference. Check it out in FF and then in IE 6. Notice that in IE6 the "parent" div is too wide. In FF it looks fine.
    Any way to get IE6 to behave like FF in this case?
    Thanks!
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Div Test</title>
    <style type="text/css">
    <!--
    .parent {
         width: 200px;
         background-color: #FFC;
         border: 1px solid #000;
         float: left;
    .child {
         width: 300px;
         background-color: #CAEDFF;
         border: 1px solid #000;
         z-index: 20;
         position: relative;
    -->
    </style>
    </head>
    <body>
        <div class="parent">
        Parent Content
        </div>
        <div class="parent">
        Parent Content
        </div>
        <br>
        <br>
        <div class="parent">
          <div class="child">Child Content</div>
        </div>
        <div class="parent">
        Parent Content
        </div>
    </body>
    </html>

    I see now you posted your code.  Thanks.
    For best cross browser results, the floated container needs to be wide enough to accomodate everything inside it. Some browsers will resize others won't.   For another approach see my code.  This uses a disjointed rollover method.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Div Test</title>
    <style type="text/css">
    .parent {
         padding: 8px;
         width: 200px;
         background-color: #FFC;
         border: 1px solid #000;
         float: left;
    /**formerly know as .child**/
    .parent a span {
         width: 300px;
         padding: 10px;
         background-color: #CAEDFF;
         border: 1px solid #000;
         position:absolute;
         top:55px; /**adjust as required**/
         left:55px; /**adjust as required**/
         display:block;
         visibility:hidden;
    .parent a:hover span,
    .parent a:active span,
    .parent a:focus span {visibility:visible}
    .parent a:hover,
    .parent a:active,
    .parent a:focus {text-decoration:none; visibility:visible;}
    </style>
    </head>
    <body>
    <div class="parent">
    <p>Parent content</p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet iaculis purus. </p>
    <a href="http://alt-web.com/DEMOS/CSS-Disjointed-Text-Rollover.shtml">Link to Child Layer<span>Child Content renamed to <strong>.parent span</strong>.  Content inside the span tag is absolutely positioned. <br>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet iaculis purus.</span></a>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet iaculis purus. </p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet iaculis purus. </p>
    </div> <!--end parent -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • ITunes failing to reconize existing MP3 files.

    Ok this has happened to me more than once, but now it has gotten really sevre and to the point I'm just not willing to fix it the way I have in the past.
    Before my iTunes library approx 1600songs; 128 albums, was working fine. Every single song, from every single album was in iTunes properly, and all the tags were correct as I've spent a while meticulously sorting them out. I take great pride in the cleanliness and organization of my library.
    However now my iTunes wants to be a jerk to me and refuse to play certain albums, and sometimes 1 or 2 songs from an album while the rest will work. Where the album art used to be proudly displayed, there is now ugly text that just tells me "Album art unmodifiable" and will not play the song when double clicked, or the play button is pressed.
    I figured it might just be some wierd problem, so I deleted the albums in question from the library and tried to re-add them by dragging and dropping them into the iTunes window; to no avail, as iTunes fails to reconize that I have added it at all.
    I decided to re-install iTunes, and delete the iTunes library folder in My Music and try again. It still will not reconize these albums, and I have no idea why.
    Before it's done this with maybe say one album at a time, which I can live with as I would just gain another copy of the album, either by downloading or ripping from CD to mp3. An answer telling me to rip directly to iTunes won't do, because some of the CD's I own are currently not in my posession, and exist solely on my harddrive at the moment. What I'm looking to do is re-add the existing files back into iTunes without re-ripping, or re-downloading, as the ones I have already on my computer have completely correct tags, aswell as album artwork.
    So right now iTunes seems to hate me and it's decided to do this with upwards of 10 albums out of nowhere. All my songs have had thier ID3 tags updated to the newest version via iTunes so the artwork and tags edited in iTunes would be displayed on my player (archos, at the time I don't own an iPod but this may change as killed my archos during an "operation" to fix the battery)
    So I've been reading stickies and other posts but none seem to directly provide an answer to my seemingly unique case of iTunes difficulty.
    Any help at all would be greatly appreciated as this has happened many times: too many to be considered funny.
    I've read on the forum that burning to an audio CD and the using that to import into iTunes may work, HOWEVER so many full albums are doing this that it is not practical to burn so many CD's just to put them back onto my PC.
    Is that an alternate solution where one does not have to use about 10-20 CDs?

    Yeah, what stubchain said. If they play in WMP, then you've run into the bug where iTUnes can't read the MP3 tags.
    iTunes has problems with v2.4 ID3 tags.
    http://www.id3.org/iTunes
    iTunes also has a problem with v2.2 tags and artwork/beats per minutes tags on the same song.
    Try setting them to v1 in another program and then see if iTunes can read them.
    Then once iTnues can read tehm, I would convert them to v2.3 tags, which seem to be the most stable & have the best features.

  • Migration Assistant fails on non-existent file

    Here's an interesting one. I made a bootable clone of my harddrive (with SuperDuper) that works like a champ. Bought a new (much larger) hard drive for my Macbook, installed OS X with no problem, got it all updated. Then went to use Migration Assistant to import my user from the clone, and it fails on trying to copy an invisible file (begins with .) that actually doesn't exist (I have Finder set to show hidden files). This causes the whole import to fail and MA says the user can't be created. Is there any way to tell it to skip this "file"? Other suggestions welcome.

    Yeah, that didn't work so well since SuperDuper ran across repeated errors trying to do so; I suspect it's something to do with the drive. (SuperDuper complains about WD's MyBook, which is what the drive is.) Because SD stops the entire copy operation on single errors, it'd be a painstaking process.
    Besides that, I like doing fresh installs of all the bits.

  • [SOLVED] Update fails ("/usr/lib64 exists in filesystem")

    Hi,
    today I wanted to update my arch linux. I selected all packages:
    bash-4.2.042-2 filesystem-2013.01-1 gcc-4.7.2-4 gcc-libs-4.7.2-4 glibc-2.17-2 linux-api-headers-3.7.4-1 mkinitcpio-0.12.0-3 sudo-1.8.6.p5-1 transmission-gtk-2.76-2
    But then I've got following error (translated from German to English)
    Error: Could not complete procedure (conflicts in files)
    filesystem: /usr/lib64 exists in filesystem
    Any idea?
    Best regards
    Steffo
    Last edited by Steffo (2013-01-27 12:42:45)

    swordfish wrote:
    Please have a look at this:
    https://wiki.archlinux.org/index.php/De … i%3Ausrlib
    This doesn't work:
    sudo pacman -U -d http://pkgbuild.com/~allan/glibc-2.16.0-1-x86_64.pkg.tar.xz
    I get following error:
    error: failed to commit transaction (conflicting files)
    glibc: /lib/ld-linux-x86-64.so.2 exists in filesystem
    glibc: /lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /lib/libanl.so.1 exists in filesystem
    glibc: /lib/libc.so.6 exists in filesystem
    glibc: /lib/libcidn.so.1 exists in filesystem
    glibc: /lib/libcrypt.so.1 exists in filesystem
    glibc: /lib/libdl.so.2 exists in filesystem
    glibc: /lib/libm.so.6 exists in filesystem
    glibc: /lib/libnsl.so.1 exists in filesystem
    glibc: /lib/libnss_compat.so.2 exists in filesystem
    glibc: /lib/libnss_db.so.2 exists in filesystem
    glibc: /lib/libnss_dns.so.2 exists in filesystem
    glibc: /lib/libnss_files.so.2 exists in filesystem
    glibc: /lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /lib/libnss_nis.so.2 exists in filesystem
    glibc: /lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /lib/libpthread.so.0 exists in filesystem
    glibc: /lib/libresolv.so.2 exists in filesystem
    glibc: /lib/librt.so.1 exists in filesystem
    glibc: /lib/libthread_db.so.1 exists in filesystem
    glibc: /lib/libutil.so.1 exists in filesystem
    Errors occurred, no packages were upgraded.

  • Associating existing GroupWise and eDirectory accounts

    I'm trying to associate existing eDirectory accounts with existing GroupWise accounts using the GW Admin API. I am able to create new groupwise accounts and associate them with existing eDir accounts using the addexisting user method of the desired postoffices' Users object, however when I try to use this method on an already existing groupwise account, a user commit failed exception is generated. The key point here is that both the GW and eDir accounts already exist. I'm just trying to associate them as is possible in ConsoleOne. Any help would be greatly appreceiated!

    I'm trying to associate existing eDirectory accounts with existing GroupWise accounts using the GW Admin API. I am able to create new groupwise accounts and associate them with existing eDir accounts using the addexisting user method of the desired postoffices' Users object, however when I try to use this method on an already existing groupwise account, a user commit failed exception is generated. The key point here is that both the GW and eDir accounts already exist. I'm just trying to associate them as is possible in ConsoleOne. Any help would be greatly appreceiated!

  • ACS Expert troubleshooter fails to display existing log entry

    Hello everybody,
    II ran into the following issue – let say RADIUS log (today) displays there are entries for user ABC (both successful and unsuccessful). BUT – when use the 'expert troubleshooter' to search for exactly the same user (both pass or fail authentication), the search results comes out empty.
    This happens for all log entries (=users) and on different computers on different browsers. ACS version is 5.4 (upgraded to different patches to no avail).
    Anybody experienced that? An existing bug notice will also be appreciated.

    Yet, I have not seen any bug for this: You please have a look on the guide to understand the functionally of Expert Troubleshooter:
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-4/user/guide/acsuserguide/viewer_troubleshooting.html#wp1057685

  • Mail: "connection failed", problem associated with software update

    When I attempt to get mail, I frequently get a symbol on the side panel of an encircled triangle enclosing an exclamation point. If I click on the symbol, I get a message that says (condensed): “connection failed, check settings for your POP account, server error encountered, connection timed out on port 0, do you want to stay offline or go online.” If I click go online, the usual spinning circle appears and then sometimes I get my mail. Sometimes I have to repeat the process several times before I get mail. I am, of course, always online; the connection has never failed. This problem started some time ago after I updated Apple software. I called my ISP and they made a few changes in my mail preferences, but that didn't help. I used disc utility to repair disc permissions and that helped but (strangely enough) only for a few days. This problem was discussed several years ago in message #1724339 but nobody could solve it. Can anyone solve it now? Thanks. Robert Pollock

    Hi Wolfgang,
    check out the "Nokia 808 Belle FP1 bug: WLAN works, but not all ap..." thread. Looks like you are having the same issue, and there's quite some info on this issue in that thread. The issue must be related to Symbian Belle somehow, since Anna and S60v5 are reported to perform well under the same conditions.
    Best regards,
    Tobias
    www.tf-translate.net
    www.deutscheschule.kiev.ua

  • BI Publisher Report Fails Unless Focus Placed on Child Applet First

    Hi Everyone,
    I am having an issue with a BI Publisher report in our Siebel 8.1.1 environment. The report will only generate if I click on the child applet in the view then run the report. If I click on the parent applet then try to run the report the report will not generate, it just hangs once I press submit on the pop up report window. This is occurring on a few different views. Has anyone else ever seen this or have ANY suggestions on what to try to correct this???

    Needless to say, they still have not realeased any kind of patch for this. Oracle, the whole point of making your software work with something like MS Office is to create a synergy. What you have succeeded in doing is dumbing down MS Office to your level.

Maybe you are looking for