where can I find oracle.adfinternal.view.faces.taglib.UIXPanelTag class?

Hello
I'm developing an application with jdev 10.1.32 (jsf, adf BC), then migrating to 11.113, when I run it, found classnot excetption as: oracle.adfinternal.view.faces.taglib.UIXPanelTag
where can I find the class, which jar file to include it?
All suggest is appicate.thanks
lixz

Published by: lixinzhu on October 1, 2010 04:22

The answer is maybe given in this thread: Re: class not found: oracle.adfinternal.view.faces.taglib.UIXPanelTag

that refers to this blog entry: http://mfonsadf.blogspot.com/2009/02/migrating-adf-app-from-jdev-1013x-to.html

See also: http://it.toolbox.com/blogs/jjflash-oracle-journal/migrating-from-jdeveloper-10g-to-11g-first-steps-38849

Tags: Java

Similar Questions

  • oracle.adfinternal.view.faces.util.ReportableImpl: oracle.jbo.domain.DataCreationException: Houston-25009

    Hello

    I get the same error, that so many times posted in this forum. But the case of the mine is little different from the others. I use JDeveloper 12 c

    I have download several files and commit in DB a. Files and downloaded a list here. I am facing problem when Blob respective data in connection parameter. I am trying to download the file doc.txt which contained karima.

    Code snippet:

    private list < UploadedFile > uploadedFile.

    List of files < UploadedFile > = this.getUploadedFile ();

    for (int i = 0; i < files.size (); i ++) {}

    AttributeBinding atrBlobDocContent = (AttributeBinding) bindings.getControlBinding ("DocContent");

    atrBlobDocContent.setInputValue (files.get (i)); Error happen here tried 1

    Below I tried 2

    blobFile = FileOperations.writeToBlobDomain (files.get (i));

    atrBlobDocContent.setInputValue (blobFile);

    How can I set blob value in list in link atrBlobDocContent.

    See detail below code

    Bean class

    public class FolderUploadBean {}

    public BindingContainer {} getBindings()

    back...

    Return BindingContext.getCurrent () .getCurrentBindingsEntry ();

    }

    BindingContainer links = getBindings();

    private list < UploadedFile > uploadedFile.

    private list < String > fileName;

    Private BlobDomain blobFile;

    {} public void setBlobFile (BlobDomain blobFile)

    this.blobFile = blobFile;

    }

    public BlobDomain getBlobFile() {}

    Return blobFile;

    }

    public FolderUploadBean() {}

    }

    {} public void setUploadedFile (list < UploadedFile > uploadedFile)

    this.uploadedFile = uploadedFile;

    }

    public list < UploadedFile > getUploadedFile() {}

    uploadedFile return;

    }

    public String saveFiles() {}

    List of files < UploadedFile > = this.getUploadedFile ();

    System.out.println ("save the files called");

    If (file! = null) {}

    System.out.println ("\n file size ==" + files.size ());

    for (int i = 0; i < files.size (); i ++) {}

    System.out.println ("\n File Name is" + files.get (i) .getFilename ());

    System.out.println ("\n the file length is" + files.get (i) .getLength ());

    OperationBinding dmsBlobBinding = bindings.getOperationBinding ("CreateInsert");

    OperationBinding dmsInfoBinding = bindings.getOperationBinding("CreateInsert1");

    OperationBinding dmsApplMapBinding = bindings.getOperationBinding("CreateInsert2");

    //-------------------

    AttributeBinding atrBlobDocId = (AttributeBinding) bindings.getControlBinding ("DocBlobId");

    AttributeBinding atrBlobSeqNo = (AttributeBinding) bindings.getControlBinding ("SeqNo");

    AttributeBinding atrBlobDocContent = (AttributeBinding) bindings.getControlBinding ("DocContent");

    Information attribute values

    AttributeBinding atrInfDocBlobId = (AttributeBinding) bindings.getControlBinding ("DocBlobId1");

    AttributeBinding atrInfoSeqNo = (AttributeBinding) bindings.getControlBinding ("SeqNo1");

    AttributeBinding atrInfoDocType = (AttributeBinding) bindings.getControlBinding ("DocType");

    AttributeBinding atrInfoDocName = (AttributeBinding) bindings.getControlBinding ("DocName");

    Card Attrib Valuess

    AttributeBinding atrDMSMapDocBlobId = (AttributeBinding) bindings.getControlBinding ("DocBlobId2");

    dmsBlobBinding.execute ();

    dmsInfoBinding.execute ();

    dmsApplMapBinding.execute ();

    OperationBinding opBindingSeql = bindings.getOperationBinding("generateDocBlobId");

    Map paramsMap = opBindingSeql.getParamsMap ();

    String strFirstDocBlobId = opBindingSeql.execute (m:System.NET.SocketAddress.ToString ());

    System.out.println ("returned seq impl =" + strFirstDocBlobId);

    int intFirstSeqNumber = Integer.parseInt (strFirstDocBlobId);

    atrBlobDocId.setInputValue (intFirstSeqNumber);

    atrBlobSeqNo.setInputValue (0);

    //----------------Blob Table-------------------------

    System.out.println ("value of the lob is" + files);

    files. Set (i, uploadedFile.get (i));

    BlobDomain blobDomain = createBlobDomain (files.get (i));

    System.out.println ("blobDomain is" + blobDomain);

    Byte [] dataContent = blobDomain.getStorageByteArray ();

    //----------------Info Table-------------------------

    atrInfDocBlobId.setInputValue (intFirstSeqNumber);

    atrInfoSeqNo.setInputValue (0);

    atrInfoDocName.setInputValue (files.get (i) .getFilename ());

    //--------------Map Table---------------------------

    atrDMSMapDocBlobId.setInputValue (intFirstSeqNumber);

    int intgetBlob = Integer.parseInt (atrBlobDocId.getInputValue () m:System.NET.SocketAddress.ToString ());

    atrBlobDocId.setInputValue (intFirstSeqNumber);

    atrInfDocBlobId.setInputValue (intFirstSeqNumber);

    try {}

    blobFile = FileOperations.writeToBlobDomain (files.get (i));

    atrBlobDocContent.setInputValue (blobFile);

    } catch (Exception e) {}

    e.printStackTrace ();

    }

    Abvoe all values are defined

    try {}

    OperationBinding operationBinding = bindings.getOperationBinding ("Commit");

    operationBinding.execute ();

    } catch (Exception ex) {}

    ex.printStackTrace ();

    }

    }

    }

    Returns a null value.

    }

    }

    FileOperation.java

    public class {FileOperations

    Public synchronized Shared BlobDomain writeToBlobDomain (UploadedFile imageFile)

    throws SQLException, IOException {}

    InputStream in = imageFile.getInputStream ();

    BlobDomain blobDomain = new BlobDomain();

    OutputStream out = blobDomain.getBinaryOutputStream ();

    ubyte [] buffer = new byte [8192];

    int bytesRead = 0;

    While ((bytesRead = in.read (buffer, 0, 8192))! = - 1) {}

    out. Write (buffer, 0, bytesRead);

    }

    in. Close();

    Return blobDomain;

    }

    }

    Error log

    oracle.adfinternal.view.faces.util.ReportableImpl: oracle.jbo.domain.DataCreationException: Houston-25009: failed to create an object of type: java.lang.Integer type: oracle.jbo.domain.BlobDomain with value: karima

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding._postSetValue(FacesCtrlAttrsBinding.java:183)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding.setInputValue(FacesCtrlAttrsBinding.java:146)

    at com.almulla.dms.view.beans.FolderUploadBean.saveFiles(FolderUploadBean.java:109)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:130)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:107)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:130)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:101)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:123)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1083)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Caused by: oracle.jbo.domain.DataCreationException: Houston-25009: failed to create an object of type: java.lang.Integer type: oracle.jbo.domain.BlobDomain with value: karima

    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:933)

    at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:112)

    at oracle.jbo.server.AttributeDefImpl.convertToJava(AttributeDefImpl.java:2515)

    at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:1090)

    at oracle.adf.model.binding.DCDataControl.setAttributeInRow(DCDataControl.java:2388)

    at oracle.adf.model.bc4j.DCJboDataControl.setAttributeInRow(DCJboDataControl.java:2884)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:1175)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValueInRow(JUCtrlValueBinding.java:3010)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2985)

    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2948)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding.setInputValue(FacesCtrlAttrsBinding.java:145)

    ... more than 68

    Caused by: java.lang.NumberFormatException: for input string: "Karima".

    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

    at java.lang.Integer.parseInt(Integer.java:492)

    in java.lang.Integer. < init > (Integer.java:677)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at oracle.jbo.domain.TypeConvMapEntry.convert(TypeConvMapEntry.java:101)

    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:883)

    ... more than 78

    Maroof

    Hello

    This post related to my problem in my application have been resolved. I now use for creating data method below.

    Private BlobDomain createBlobDomain (file UploadedFile)

    {

    InputStream in = null;

    BlobDomain blobDomain = null;

    OutputStream out = null;

    Try

    {

    in = file.getInputStream ();

    blobDomain = new BlobDomain();

    out = blobDomain.getBinaryOutputStream ();

    IOUtils.copy (in, out);

    }

    catch (IOException e)

    {

    e.printStackTrace ();

    }

    catch (SQLException e)

    {

    e.fillInStackTrace ();

    }

    Return blobDomain;

    }

    and other issues as data binding attribute below list file parameter is correct.

    atrBlobDocContent.setInputValue (createBlobDomain (files.get (i)));

    In my case, it was a stupid mistake in pageDefnitionBinding, here atrBlobDocContent attribute referencing some long type with another VO.

    Thanks to Timo Hahn to propose and help debugging.

    Maroof

  • Update may 2015 - where can I find the Design view?

    Yes, I know that I can do impressive things in Live view mode now, but I have to make a few updates to an existing site and he would go much faster with the available design mode.

    Is it still available?

    Fluid grids happened in CC 20141 Design mode. You can get them by changing your fluid grid css file...

    Close all other files, open the fluid grid css and add the X below:

    /*

    Properties Grid Dreamweaver fluid

    ----------------------------------

    DW-num-CLO-mobile: X 4;

    DW-num-CLO-Tablet: 8;

    DW-num-OCOL-Office: 12;

    DW-gutter-percentage: 25;

    =====================================

    Then save and close the file.

    DW restart and you should have mode Design from here out on all files using this fluid grid .css file.

  • The class ' oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding$ FacesModel ' has no property 'makeCurrent.

    Hi am in jdeveloper 11.1.1.7.0

    get this error when running my application

    I suspect that you have manually changed the source of the page and made a mistake:

    selectedRowKeys = ' #{bindings. " CountryView11.collectionModel.makeCurrent}.

    won't. It should be

    selectedRowKeys = ' #{bindings. " CountryView1.collectionModel.selectedRow}.

    Dimitar

  • Where can I find the oracle.adf.view.faces.model.UploadedFile

    Using JDeveloper 11.1.1.4.0

    Where can I find the jar containing the oracle.adf.view.faces.model.UploadedFile, or has she been depricated? The trinidad version changes the name of file, eliminating the way she. I hope that the version of Oracle does not. If the Oracle version is not available, is there a way to keep the full path in the version of the Trinity?

    Thank you
    Troy

    I've written a series of blog on file handles lately. Part 2 http://wp.me/pcBZk-bi has a working example.

    Timo

  • In the old version of Firefox I could 'view source', but the new version does not display it. What has happened and where can I find him now?

    The new version of Firefox 'See' tab shows only the bars tools, sidebar, Zoom, Page Style, coding of characters and full screen. Where can I find 'source' in the new version?

    View Page Source; Try one of these:

    • CTRL + U
    • Right-click on the page, choose View Page Source
    • Firefox button > Web Developer > view Page Source

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You must update some plug-ins:

  • Where can I find the menu "distinguish missing faces?

    Where can I find "distinguish missing faces" the help function, said the following, and I must be blind - "choose Photos > detect Missing Faces."

    What version of Photos you have?  My - Photos 1,3 - version does not show this feature in help.

    Photos for Mac doesn't have the option to detect the library even for lack of faces.  All photos will be scanned for faces, when first import you the photos. And this analysis is exhaustive. There is no need to search more faces.

    Faces analysis takes a lot of time. It runs in the background. So it helps to keep the mac running with open pictures for background processing as long as you're not using your MAc.

  • Where can I find the tab Navigator in Oracle JDeveloper Studio (12.1.3.0.0) BPM?

    Hello

    I am a newbie in JDeveloper and especially in the creation of BPM projects.

    My problem is that after creating my Business Process I wanted to simulate it.

    Unfortunately, I realize that there is no BPM Navigator tab next to the tab Application! What has gone wrong?

    Is it possible to find the BPM browser manually (for example in the main menu) and put it on a tab next to the tab Application?

    In general how these tabs work?  for example if I click x next to the Application tab, it will close. How can I restore it? (where can I find this new)?

    I thank very you much for your time.

    Danai

    Hi Danai,

    Release of UN 12.1.3, there is not several tabs BPM. Everything is included in the part projects: SOA, BPM artifacts.

    In the BPM part is where you can find simulations:6 Simulations running in Oracle BPM (12 g Release 1 (12.1.2))

    I hope this helps.

    Kind regards

    Jorgr

  • where can if find a video tutorial to oracle 10g or plsql

    can someone help me if I am looking for a free video tutorial to oracle 10 g or plsql? where can I find these?

    Gul says:
    can someone help me if I am looking for a free video tutorial to oracle 10 g or plsql? where can I find these?

    As salamu Dokkarat,

    Google and youtube is you best friend...
    Can try this...
    iSelfSchooling - Introduction to forms
    Form of Oracle 10 g: demos, tips, and Techniques

    Oracle Forms tutorial

    http://docs.Oracle.com/HTML/B14364_01/title.htm

    Hope this helps,

  • where can I find broad on oracle forms online help?

    where can I find broad on oracle forms online help

    Hello

    Documentation for the developer Oracle is located at:

    Oracle Forms Developer and Forms Server Documentation
    http://www.Oracle.com/technology/documentation/forms.html

    For online help, it comes by default with the installation of Oracle Forms/Reports, or you can access it from this link.

    Oracle Forms
    http://www.Oracle.com/webapps/online-help/forms/10G

    Kind regards
    Hussein

  • SampleProjects-60-ALUI customization - where can I find expensive Oracle?

    Hi all

    you know someone, please, where can I find the SampleProjects - 60.zip file, which was on the former ALUI Developer Center? This file is located in the official documentation of BEA:

    http://eDOCS.BEA.com/AluI/devdoc/docs60/index.html#Customizing_the_Portal_UI/plumtreedevdoc_basic_customizing_intro.htm

    as a basis for customization of login process. My client uses ALUI worm. 6.1 and I spend days looking for this file.
    If someone will be so kind to send it to me at the address [email protected], I'll include it in my prayers :-)

    Thank you much in advance.

    http://joelcollins.posterous.com/sample-projects-60-zip-file

  • where can I find an example of an application of ADF

    where can I find an example of an ADF application corresponding to the JSF view layer and the layer of business service is JAVA with JSF controller as controller layer

    Published by: belal on June 18, 2011 23:59

    don't know if you can find an example in these links:
    http://blogs.Oracle.com/smuenchadf/resource/examples
    http://code.Google.com/p/ADF-samples/downloads/list
    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

  • where can I find an email for the Apple Store? Carl

    Hello

    Where can I find an email for the Apple Store?

    Update was not available with this Apple ID either because it was bought by another user or the item has been refunded or cancelled. There was an error in the [[Store. I don't want to lose my money, which is more than 100 euros.

    Help, please.

    Carl

    Please test after each of the steps that you have not already tried it. Stop when the problem is resolved. Back up all data before making any changes. Remember, no one here is Apple or can help in problems of service the customer.

    Step 1

    If you have recently changed something in your Apple ID account (for example, the password), log out of the App Store and reconnect.

    Step 2

    A purchased app can only be updated by logging into the App Store with the same identifier Apple which was originally used to buy it. There is no way around this restriction, which applies also to the free applications. If you can not connect to help ID the buyer, remove the app and reinstall it. You will have to pay for it, once again, as appropriate.

    Step 3

    If you receive the alert when you try to update a grouped iLife application, select the shopping page in the App Store and find the application in your purchase history. If there is a button marked ACCEPT on the right, click on it.

    If you have a used Mac, bundled apps related to Apple ID of the original owner and may apply to you. Reportedly, customer service has published codes redemption to some owners of second who asked, but it is not guaranteed.

    Step 4

    If you try to update the iLife or iWork applications that were installed from a purchased DVD, or if you have a refurbished Mac purchased directly from Apple, contact App Store customer service for a redemption code. If necessary, you will be asked for the part number of the DVD.

    Step 5

    In the App Store menu bar, select

    Store ▹ view my account

    Enter your Apple ID to the command prompt. In the lower right corner of the window that opens, click the reset button. Close the window.

  • I asked question 1 on 17 August and confirmed my a/c link in email to post the question. where can I find answers?

    I asked my 1st ever question about Firefox for Mobile re: bookmarks on 17 August and confirmed my account link in the email to post my question - where can I find the answer now? "Where can I find the answer" has been asked before and the answer chosen is:

     * At the top of the support site, mouse over your user name and choose View Profile from the menu
     * From the main questions page, find My Contributions in the filters list
    

    This does not work for me. It is not a page of questions only a question. I used advanced search to find my Contribution and could find nothing. It is too painful to browse all relevant response messages, I just want to stop smoking.

    How can I delete my original question anyway? No rude answer or I'll report it as abuse, thanks in advance.

    These are two different directions.

    The first can be used on the pages of the forum if you have connected and your user name displayed (instead of connection) with a drop-down list that appears if you click your name.

    The second direction works for pages to index forum having my Contributions link in the drop-down list sort and filter (second column: Show > my Contributions).

    I see only this question and answer that you have posted in another thread. There is no second question asked on 17 August.

  • I asked a question earlier this afternoon; Where can I find an answer?

    As I said. I asked a question earlier this afternoon; Where can I find an answer?
    I'm pretty new to this and I can't seem to find on my own.
    Thank you
    Dick

    Hi crudoyle, you can access your questions in one of the following ways:

    • At the top of the site support, mouse over your username and the menu, choose View profile
    • On the page of the main issues, find my Contributions in the filter list
    • A response e-mail notification, follow the link to see the answer online

    Most of the support forums are busy and have new posts incessantly, then the search page after page is frustrating. In the future, it might be a good practice to bookmark your new thread if you can go to it directly.

Maybe you are looking for

  • 1379 with Vi Server error

    Hello I had some problems to set up my PC to run an application as a server of VI. I always got the error #1379 "LabVIEW: the user does not have a security authentication verification." when my client tries to connect to the server Vi vi. We contact

  • OJ 6500 AIO + E710N-Z -.

    The 'create a separate file for each scanned page' checkbox is grayed out and I can't scan multiple photos with individual files - is this feature not available for this printer? I have not seen a resolution posted or on the web.

  • Can't remember admin password

    My laptop has an administrator account that has a password on it. Its been there forever, but I have forgotten the password. How to go beyond it or get it back? Should I completely re - format the hard drive? Can I re - install Windows Vista without

  • Search using the Windows 7 Explorer

    Successfully, I searched and found a file in my file system. But the search engine does not tell me where the file is located. How do I know where the file is located, so I'll know where it is (and possibly move it elsewhere) and won't have to search

  • I want to run Audicity to convert the band to dics using windows 7

    I had the audacity to convert cassettes to disc. I can't seem to make it work, can someone help me with simple suggestions. I have a lot of ribbons I want to save.