Trying to add/update detail section VO throws ArrayIndexOutofBounds excepti

I am getting the following exception while trying to save/update the rows in the detail section. This error is coming from ADF framework and not able to debug. I am using ADF 11g. Please help me on resolving this.
-Gopal
Sep 17, 2009 3:44:11 PM oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
WARNING: ADF: Adding the following JSF error message: Unexpected exception caught: java.lang.ArrayIndexOutOfBoundsException, msg=0
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.ArrayIndexOutOfBoundsException, msg=0
     at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:375)
     at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:437)
     at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:202)
     at oracle.jbo.uicli.binding.JUCtrlListBinding.setAttributeFromValueList(JUCtrlListBinding.java:2505)
     at oracle.jbo.uicli.binding.JUCtrlListBinding.setSelectedIndex(JUCtrlListBinding.java:1624)
     at oracle.jbo.uicli.binding.JUCtrlListBinding.setInputValueInRow(JUCtrlListBinding.java:3077)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2755)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2718)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding.setInputValue(FacesCtrlListBinding.java:179)
     at oracle.jbo.uicli.binding.JUCtrlValueBinding.put(JUCtrlValueBinding.java:2387)
     at oracle.jbo.uicli.binding.JUCtrlListBinding.put(JUCtrlListBinding.java:2998)
     at javax.el.MapELResolver.setValue(MapELResolver.java:229)
     at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:283)
     at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
     at com.sun.el.parser.AstValue.setValue(AstValue.java:140)
     at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:255)
     at org.apache.myfaces.trinidad.component.UIXEditableValue.updateModel(UIXEditableValue.java:289)
     at org.apache.myfaces.trinidad.component.UIXEditableValue.processUpdates(UIXEditableValue.java:252)
     at org.apache.myfaces.trinidad.component.ChildLoop$Update.process(ChildLoop.java:76)
     at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
     at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:48)
     at org.apache.myfaces.trinidad.component.UIXColumn.processUpdates(UIXColumn.java:111)
     at oracle.adf.view.rich.component.rich.data.RichColumn.processUpdates(RichColumn.java:262)
     at org.apache.myfaces.trinidad.component.UIXCollection.processComponent(UIXCollection.java:954)
     at org.apache.myfaces.trinidad.component.TableUtils$3.process(TableUtils.java:283)
     at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
     at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:48)
     at org.apache.myfaces.trinidad.component.TableUtils.__processStampedChildren(TableUtils.java:278)
     at org.apache.myfaces.trinidad.component.UIXTable._processStamps(UIXTable.java:518)
     at org.apache.myfaces.trinidad.component.UIXTable.processFacetsAndChildren(UIXTable.java:374)
     at org.apache.myfaces.trinidad.component.UIXCollection.updateChildrenImpl(UIXCollection.java:208)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1045)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:829)
     at org.apache.myfaces.trinidad.component.UIXTable.processUpdates(UIXTable.java:158)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1055)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1045)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:829)
     at org.apache.myfaces.trinidad.component.UIXShowDetail.processUpdates(UIXShowDetail.java:115)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1055)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1045)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:829)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1055)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1045)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:829)
     at oracle.adf.view.rich.component.rich.layout.RichPanelBox.processUpdates(RichPanelBox.java:226)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildrenImpl(UIXComponentBase.java:1055)
     at oracle.adf.view.rich.component.fragment.UIXRegion.updateChildrenImpl(UIXRegion.java:573)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.updateChildren(UIXComponentBase.java:1045)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.processUpdates(UIXComponentBase.java:829)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$UpdateModelValuesCallback.invokeContextCallback(LifecycleImpl.java:1192)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnNamingContainerComponent(UIXComponentBase.java:1340)
     at oracle.adf.view.rich.component.fragment.UIXRegion.invokeOnComponent(UIXRegion.java:529)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:159)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:301)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
     at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Hi,
the stack trace does not help solving the problem. You will have to provide information on the implementation
Frank

Similar Messages

  • Very strange...server based swf tries to access local working copy code, throws null exception...

    Here's one for the strange folder...
    I have my Flex app.  I build the project and copy the resulting swf to my development (192.168.100.110:511/devportal/) server for testing....this works perfectly fine.
    However, some of my testers see an error (including myself) that is odd.  When I run the swf on the server, for one specific function, I get a null exception error.  What's interesting about it is that the stack trace indicates that the error occurred in my local working copy of code:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at apps::AsrUtilization/togglePanel()[C:\Users\eloy91100636\Desktop\Portal\UserInterface\htd ocs\LABPortal\src\apps\AsrUtilization.mxml:722]
        at apps::AsrUtilization/__callPanel_click()[C:\Users\eloy91100636\Desktop\Portal\UserInterfa ce\htdocs\LABPortal\src\apps\AsrUtilization.mxml:933]
    How is it that a swf running on a separate machine blows up trying to reference a function in the working code on my pc?
    And, what's more, is that some people run the swf just fine with no error and it works clean while others encounter this error.  I've cleaned and recompiled the project and it doesn't fix the problem.
    HELP!!!
    Adrian

         Good call on the player types...yes, the one's who don't see the error are running release version, the rest are running debug version.
    Thanks!!!!!
    Adrian

  • Add a Detail Table Row per master row

    Hi,
    I am currently working on a requirement for a master detail advanced table.
    I am trying to add one detail row per master row when the page loads based on the link between the two.
    I have a master table with 20 records and I need to create 1 detail row per master row....
    I have managed to create an add detail row button which works fine for single additions, but cannot seem to get the detail VO to add a row for each master row through the AM or CO.
    I have created a process to insert rows into the VO which based on debug statements seems to work, but nothing shows within the detail table.
    in the PR I run the query for the master, which in turn shows the detail row (Detail boolean is set to True).
    However any attempt to add it programatically does not seem to work.
    Any ideas appreciated.
    Patrick
    Edited by: patrickmburke on 10/10/2012 19:26

    Hi,
    Here's some more code :
    - The column in a default adf read only table :
                    <af:column headerText="Action / State">
                         <af:commandLink actionListener="#{bindings.setCurrentRowWithKey.execute}"
                                                  action="#{backingBeanScope.backing_page.validerRSP_action}">
                              <af:image source="/gfx/icon_valid.PNG"/>
                         </af:commandLink>
                     </af:column>- SetCurrentRowWithKey in page def
        <action IterBinding="ViewObject1Iterator"
                id="setCurrentRowWithKey5"
                InstanceName="AppModuleDataControl.ViewObject1"
                DataControl="AppModuleDataControl" RequiresUpdateModel="false"
                Action="setCurrentRowWithKey">
          <NamedData NDName="rowKey" NDValue="${row.rowKeyStr}" NDType="java.lang.String"/>
        </action>I haven't figure out the solution yet.
    Regards.
    Luc-

  • Cannot add update 8.1.4 after adding update 8.1.3

    Please help me if you can. I had to reinstall acrobat 8 due to a windows reinstall. Am trying to add updates and have gotten as far as 8.1.3. When I try to install 8.1.4, the system seems to tell me that I am missing an interem update. I cannot find one. Can anyone tell me why I am having this problem and if there is a missing update.
    Thanks so much.

    Thanks for responding, Bill. I did check and it showed version 8.1.3  I couldn't get the updates from the help menu but downloaded all the updates from the adobe support webside. I tried twice to add 8.1.4 and each time got the same answer.  I've since looked at the program and it seems to allow me to set passwords and add or delete pages, which is the main reason I am using it.... but I knwo some of the updates were critical so I would like to figure out how to get them.  I've been unable to find if there is an update between the 8.1.3 and 8.1.4

  • My iphone 6 plus after updating to IOS 8.2 the touch id doesn't work neither in home unlock nor in app store and when i'm trying to add a new fingerprint it says ''failed unable to complete touch id setup.Please go back and try again'' .

    my iphone 6 plus after updating to IOS 8.2 seems to have a problem with the touch id witch doesn't work neither in home unlock nor in app store and when i'm trying to add a new fingerprint it says ''failed unable to complete touch id setup.Please go back and try again'' . I have multiple fingerprints and none of them appear to work.

    Hi Giannis,
    If you are having an issue with Touch ID not functioning as expected, I would suggest that you troubleshoot using the steps in this article -
    Use Touch ID on iPhone and iPad - Apple Support
    Start with the section titled Clean the Touch ID sensor and then Get help with Touch ID.
    Thanks for using Apple Support Communities.
    Sincerely,
    Brett L

  • Email on my iphone wasn't updating so I deleted acct. Iphone won't verify acct. when I tried to add that acct back. Message says check network connection

    Email on my iphone wasn't updating so I deleted the acct. Iphone won't verify acct. when I tried to add that acct back. Message says check network connection and that I entered correct info in the "Incoming Mail Server" field.
    Where would I find that?

    You are sure that you have entered the correct username and password in the incoming mail section?
    As far as using the iPhone with the Mac, I'm not a Mac user, so I cannot say. I do know that with Windows, the only time the iPhone will appear in Explorer is if there are photos in the Camera Roll. Otherwise you have no other access to the file system.

  • I'm trying to add a playlist manually to my iPhone 4. It won't let me because it's trying to delete all of the music currently on my iPhone. Is there any way to prevent this from happening in order to start manually updating it?

    I'm trying to add a playlist manually to my iPhone 4. It won't let me because it's trying to delete all of the music currently on my iPhone. Is there any way to prevent this from happening in order to start manually updating it?

    Are you leaving the box unchecked to Manually manage music & videos? You don't need to to add anything to the iPhone.
    Simply drag the playlist to the iPhone to manually add it.

  • HT5022 I'm trying to add a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    I'm trying to add my HP wireless printer as a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • Master Detail Form - Update Statement for Column in the Detail Section

    Hello,
    I've posted a demo application to apex.oracle.com
    Application# 49298
    Application Name: Street_Inventory
    Basically, on page 3 I have a Master Detail Form. In the Detail section, I want the value of On_hand to save to table ITEMS. Here's my code below.
    SOURCE
    select
    "CONSUME_DETAIL"."CONSUME_DETAIL_ID",
    "CONSUME_DETAIL"."CONSUME_HEADER_ID",
    "CONSUME_DETAIL"."ITEM_ID",
    "CONSUME_DETAIL"."CONSUMED_QUANTITY",
    ("ITEMS"."ON_HAND" - "CONSUME_DETAIL"."CONSUMED_QUANTITY") as "ON_HAND"
    from "CONSUME_DETAIL",
    "ITEMS"
    where "CONSUME_HEADER_ID" = :P3_CONSUME_HEADER_ID
    and "CONSUME_DETAIL"."ITEM_ID"="ITEMS"."ITEM_ID"
    UPDATE INVENTORY PROCESS
    UPDATE ITEMS
    SET ON_HAND = :P3_ON_HAND - :P3_CONSUMED_QUANTITY
    WHERE ITEM_ID = (select     ITEM_ID
    from     CONSUME_DETAIL
    where CONSUME_DETAIL_ID = :P3_CONSUME_DETAIL_ID);
    My code isn't working. What am I doing wrong?

    WReed,
    The first thing I see "off the bat" is that you don't have items named P3_ON_HAND and P3_CONSUMED_QUANTITY which are referenced in your code. Although it's possible to do what you want with just SQL, I updated your code with a little PL/SQL to make it easier to understand...
    As you'll see the problem now is that the design/db model is not quite right as your getting a too many rows error.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Trying to re-add UPDATE and DELETE default buttons to a form

    I created a maintenance form by copying a form I use for inserting rows into a table. I deleted most of the form's default buttons.
    Now I'm trying to add the UPDATE and DELETE buttons to the cloned maintenance form, with no luck. When I look at the source
    for another maintenance form, the update button shows the following code:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST1_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick="if (validateWWVM281(this.form)) do_event(this.form,this.name,1,'ON_CLICK','');">
    The newly inserted UPDATE button's code is:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST2_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick=" do_event(this.form,this.name,1,'ON_CLICK','');">
    So...... I added the code "if (validateWWVM281(this.form))" (no quotes) to the button's ONCLICK area. The source code for the form now looks like this:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST2_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick="if (validateWWVM281(this.form)); do_event(this.form,this.name,1,'ON_CLICK','');">
    Note the semicolon after the IF statement.
    Bottom line.... if I wish to add a button to a form to replicate teh functions of a default button, how do I do this?

    In the PL/SQL Button Event Handler for UPDATE button select 'Update' and write the following code:
    doupdate;
    and for DELETE button select 'Delete' and write
    dodelete;
    You don't need any code in the OnClick for these buttons.
    Hope this helps.
    -Krishnamurthy

  • Error in update rules when trying to add a field

    Hi Gurus,
    I would appreciate if u could help me out.
    I am trying to add the field Cumulative order quantity in sales unit ( 0CML_OR_QTY) in the update rule of 2LIS_11_VAITM. The field already exists in transfer rule and communication structure. When i am trying to add the field its giving and error message :No routine has been created for InfoObject BP:Business Partner Group (from Hierarchy) (data ield: Cumulative order quantity in sales units).
    I have tried to make the BP field as initial value. But still the same error persisted.
    Kindly let me know as to how to proceed.
    Thanks & Regards,
    Kapil

    Hi,
    Are you creating update rules for a ODS or a cube. If it is an ODS please make sure that none of your Key Fields are referring to the routine.
    Now first please add this 0CML_OR_QTY to your data target and activate it. Once you do that you will see that it will automatically come in the update rules and will be not assigned. Now once this is done you can assign the required value
    Regards,
    Pramod

  • Trying to add our Epson 4800 after updating 10.8.3. our iMac is shutting down and so is our Mac Book Pro.

    Trying to add our Epson 4800 after update 10.8.3 our iMac is shutting down and so is our Mac Book Pro. Any advise??

    Thank you Linc. We just half solved our problem. The update 10.8.3 has a bug for using our printer with a special kodak proback firewire cable by don't giving a support. So we skipped the old way by downloading a new driver,
    using an USB cable and adding our printer again and it works. The reactions of collegues and those on the Apple site showed us that the update 10.8.3 is having a major problem.

  • HT4972 I have had an iphone 3g and recently had to restore my factory settings, when I have tried to add facebook on again it says that the relevant update of 4.3 is not available, however the 4.3 update is not available for the iphone 3g. how can i solve

    I have had an iphone 3g and recently had to restore my factory settings, when I have tried to add facebook on again it says that the relevant update of 4.3 is not available, however the 4.3 update is not available for the iphone 3g. how can i solve this and get facebook back on my phone

    You cannot.
    Unless you have done as you should and have the old facebook app on your computer. 

  • I am trying to add tracks which I have on my library on my computer to my ipad. I have done this manually but teh status bar never gets beyond "preparing to update". I have used itunes for years but never had this problem before

    I am trying to add tracks which I have on my itunes library on my pc to my ipad. I have done this manually but the status bar never gets beyond "preparing to update". I have used itunes for years but never had this problem before

    When I restart my iPad the connect to iTunes comes up and stays on until it shuts down again, I have read a report from Apple support suggesting I reinstall iTunes so I might try that again and also your suggestion which i shall also try, but thanks again - rg1547

  • I just updated my iPad2 to ios7 and everything returned except my movies. Why??? I was trying to ADD a movie for my 5 year old and it said I needed a later iOS. Now he has ZERO movies!!!! Just great!!

    I just updated my iPad2 to ios7 and everything returned except my movies. Why??? I was trying to ADD a movie for my 5 year old and it said I needed a later iOS. Now he has ZERO movies!!!! Just great!! Can anyone help??

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

Maybe you are looking for

  • 24" iMac Early 09 kernel panic

    I have been having regular kernal panics and frezes over the last few months any help would be apreicated Interval Since Last Panic Report:  690747 sec Panics Since Last Report:          12 Anonymous UUID:                    F314509E-09F8-4F35-9F0A-4

  • Tab delimited file to XML by file adapter

    Hi, I got following sample flat file input, can we convert it to XML in file adapter's file content conversion? Key1,Key2,Item1,Item2,Item3 <-comments 0001,AAA1,001,Cup,100 0001,AAA1,002,Glass,100 0002,BBB1,001,TV,10000 0002,BBB1,002,Radio,100 <Order

  • Can't open radio feeds in itunes 10.6

    I just upgraded to itunes 10.6 and find that I can't open radio feeds. I had been having no problems until recently. Before I upgraded I had a couple of occasions of difficulty opening the link but now it is impossible. In my old version of itunes if

  • Fetch data from flat file

    Hi Gurus, This seems to be a regular task, and I have recieved suggestions from my coleagues too. I am not an ABAP consultant, so unable to decide all alone. This is the sceanario, I have a text  file, which contains trace of application server. Data

  • WHtax base amount

    Hi Experts, I have a problem when creating AP invoice with Down Payment and WH Tax then Base amount in WHTax calculated from Total amount - down Payment For example Total Before discount  100000  Down Payment              50000 WHTax 10%