Exercise:FlexField gives ArrayIndexOutOfBoundsExceptionException

Im doing Exercise:FlexField and I have made sure I have followed the stated steps in the tutorial but I get error in initDetails() method of class FlexfieldAMImpl on the code line : vo.setCurrentRow(rows[0]);
***********Exception Details**********
oracle.apps.fnd.framework.OAException: java.lang.ArrayIndexOutOfBoundsException: 0
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
     at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:988)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
     at jyotsna.oracle.apps.ak.flexfield.webui.ItemDetailsCO.processRequest(ItemDetailsCO.java:44)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at OA.jspService(OA.jsp:34)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.lang.ArrayIndexOutOfBoundsException: 0
     at jyotsna.oracle.apps.ak.flexfield.server.FlexfieldAMImpl.initDetails(FlexfieldAMImpl.java:81)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
     at jyotsna.oracle.apps.ak.flexfield.webui.ItemDetailsCO.processRequest(ItemDetailsCO.java:44)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at OA.jspService(OA.jsp:34)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
java.lang.ArrayIndexOutOfBoundsException: 0
     at jyotsna.oracle.apps.ak.flexfield.server.FlexfieldAMImpl.initDetails(FlexfieldAMImpl.java:81)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
     at jyotsna.oracle.apps.ak.flexfield.webui.ItemDetailsCO.processRequest(ItemDetailsCO.java:44)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at OA.jspService(OA.jsp:34)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
If I comment this code( That is: if (rows != null) { vo.setCurrentRow(rows[0]); }) : I dont get this excetion, but I get error msg tokens:
CacheComponent not registered (KEY=FLEXFIELD_METADATA_CACHE) (APP=FND)
Current VO row is empty for flexfield
Where am I going wrong.
Thanks
a note
I was trying to refer to LabSolutions.jpr and the I get (KEY=FLEXFIELD_METADATA_CACHE) (APP=FND) error displayed.
Message was edited by:
user633772

Please check the logic using which you get yours rows. Also check the value retrieved is null or not.

Similar Messages

  • FlexFields

    I'm doing the tutorial exercise FlexFields.
    It is based on table FWK_TBX_ITEMS.
    First page is a search page in which we search for items and then we have drill down from page to another page which displays more details about the record selected.
    When I drill down, I'm able to view all the properties for the record selected except the KeyFlexfield ,which displays '....' even though there are values defined in its CCI table.
    I'm using R12
    Key Flexfield I'm using is FWK of AK module
    Can anyone please help me in finding the root cause
    Thanks for your help
    Thanks
    ravi

    Hi,
    I followed the same procedure
    can you please let me know what should be the value set in
    kff.setStructureCode(Value);
    where kff is a reference to the flex item
    Following is my processrequest method
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String itemNumber=pageContext.getParameter("itemNumber");
    OAApplicationModule am=pageContext.getApplicationModule(webBean);
    Serializable parameters[]={itemNumber};
    am.invokeMethod("initDetails",parameters);
    OAKeyFlexBean kff=(OAKeyFlexBean)webBean.findIndexedChildRecursive("KeyFF");
    kff.setAttributeValue(FLEXFIELD_NAME,"FWK");
    kff.setStructureCode("FWK Item Flexfield");
    kff.setCCIDAttributeName("FwkitemId");
    kff.mergeSegmentsWithParent(pageContext);
    Serializable params[]={"ItemsDetailVO1"};
    if("Y".equals(am.invokeMethod("isVOQueried",params)))
    kff.setRendered(true);
    When I replaced kff.setStructureCode("FWK Item Flexfield");
    with kff.setStructureCode("FWKITEM_STRUCTURE_ID");
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.getStructureNumber could not find the structure definition for the flexfield specified by Application = AK, Code = FWK and Structure number = FWKITEM_STRUCTURE_ID
    My flexfield code is FWK which belongs to AK application and is standard flexfield
    Please let me know what could be the problem

  • Error in beanshell - class not found in namespace

    We use beanshell to evaluate business rule validations on our application. Below is the calling method...
    private Object callBeanShell(final Object parameters, final String expression)
    throws EvalError {
    if (LogConstants.FINE_ENABLED) {
    logger.log(Level.FINE, "Expression: " + expression);
    beanShell.set("params", parameters);
    Object result = null;
    try {
    result = beanShell.eval(expression);
    } catch (Throwable ex) {
    getErrorHandler().fatalError("Expression: " + expression, ex);
    if (LogConstants.INFO_ENABLED) {
    logger.log(Level.INFO, "Expression: " + expression);
    logger.log(Level.INFO, "Result : " + (result == null ? "null" : result.toString()));
    return result;
    This has been working fine on the application for years, but we've suddenly started getting a problem with evaluations which are called from a SessionBean (via some reflection).
    Every time we try and call a certain set of expressions they fail on a 'class xxx not found in namespace'. This happens both when the expression contains code like:
    com.chubb.euz.SomeClass sc = new com.chubb.euz.SomeClass(); etc...
    or
    import com.chubb.euz.SomeClass; SomeClass sc = new SomeClass(); etc...
    The strange thing is that when I remote debug it & look at the bsh Interpreter what I see is that it's NameSpace object has a table called ImportedClasses on it which before the eval() call contains just bsh.Interpreter and bsh.EvalError but after the eval() it then contains all of the classes I pull in as imports in the expression passed to it, yet it still manages to throw this damn 'class not found in namespace' error!
    It still works whenever else it's called in the app (and this is only happening in our DEV environment). All I can think of now is that it's possibly something to do with the Thread that the beanshell is running on at this time, but that's just a guess as I know bugger all about Threads... I only think this because I can get the thing to work by stopping the processor which was built to run Events (EJB) generated in the app; resetting the Event's Task (regular class) to run again; then restarting the processor (not an option if this goes into PROD with the release!!!)
    Unfortunately, re-factoring the validations we need to run at this point is not really an option, as this is all coming at the tail end of a new release & the amount of code changes & subsequent regression testing required would kill us.
    This is on weblogic 8.1 - with the beanshell jar just embedded in the main application ear (I ran it with bsh.20b4.jar instead of the 1.3 version we were using but that has no effect).
    Any ideas would be more than gratefully appreciated as this is doing my head in!!!

    Hi,
    Thanks for the reply.
    I am trying to reverse SAP tables. Initially the Reversal process stuck at Set MetaData step. I stopped the session and restarted it then Set MetaData completed successfully but Set FlexFields give the error.
    Any idea?
    Regards,
    Arsalan.

  • Getting Error while doing Reverse Engineering Processes.

    Hi all,
    I am new to ODI, i tried ODI with SAP ABAP, after i my all settings after doing reverse Engineer Processes, I cant able to see the Metadata browser while checking Log i am getting the below given error.
    ODI-1217: Session Sap ERP Source (27001) fails with return code 7000.
    ODI-1226: Step Sap ERP Source fails after 1 attempt(s).
    ODI-1229: An error occurred while performing a Reverse operation on model code SAP_ERP_SOURCE.
    Caused By: org.apache.bsf.BSFException: BeanShell script error: Sourced file: inline evaluation of: ``//////////////////////////////////////////////////////////////////////////////// . . . '' : Class: DestinationDataProvider not found in namespace : at Line: 275 : in file: inline evaluation of: ``//////////////////////////////////////////////////////////////////////////////// . . . '' : DestinationDataProvider
    BSF info: Create Java Classes at line: 0 column: columnNo
    Pl. help me to come out from this error.
    bdharanr

    Hi,
    Thanks for the reply.
    I am trying to reverse SAP tables. Initially the Reversal process stuck at Set MetaData step. I stopped the session and restarted it then Set MetaData completed successfully but Set FlexFields give the error.
    Any idea?
    Regards,
    Arsalan.

  • Get Most Years out of Battery?

    From Apple web site and posts here I know:
    1. Battery should be discharged and fully charged once a month.
    2. Doesn't matter whether you use 10% or 70% of the battery before you re-
    charge it.
    3. To make it last the longest, you should use it often.
    My question: It says the battery should last 300 full charge and discharge cycles.
    If that's the case, will my battery last longest if I only use 10% of the battery each day, and keep it plugged in the rest of the time? 10% per day x 30 days would be 300% or 3 full recharge cycles per month. That would be 36 full recharge cycles per year. 300 full recharge cycles would be a little over 8 years.
    Is that a good way to go, or is 8years not likely?
    Or would I get just as many years out of the battery by using up 50, 60 or 70% of the battery each day?
    Thanks
    MacBook Pro   Mac OS X (10.4.8)  

    1) Yes but no more than that.
    2) No it doesn't.
    3) Yes. Like us, batteries need exercise and the more exercise you give it the longer it's be able to maintain charge. You should look to have around 200-300 cycles on the clock by about the 2 year stage.

  • Please give me some links for pl sql exercises

    Please show me some links or ebooks for plsql exercises

    985011 wrote:
    Please show me some links or ebooks for plsql exercisesThe best place is this forum itself..
    Go through the questions.. Try to find the answer yourself.. And the compare it with the expert replies..

  • I used to champion these forums. Now I don't give a gnat's...

    I was a contributor, a corrector, a clarifier.
    I'd write 1,500 words explaining every possible angle on the simplest of topics, sometimes revealing tricks to people who have far more experience with Photoshop than I do. I exercised painstaking detail in choosing the proper terminology and phrasing when answering questions, and I'd test everything to make sure what I posted was correct. I was an obsessive re-editor of my posts if I noticed the wording was wrong, or didn't flow well. I'd craft screen shot composites so clean you couldn't tell they weren't monitor images that could occur natively. I added arrows, and numbering, and translucent, colored-box paragraph backgrounds for descriptors, colors chosen for the best clarity I could muster. I'd bodge together difficult GIF animations and QT Movies if it would help a user understand a concept more completely.
    I was a defender, a protector, an evangelist.
    I took it personally when newbies and spammers would come in and muck the place up. I was sometimes brusque, other times gentle in trying to bring people into line with how to get the most out of their time here. I beat up on troublemakers ruthlessly, and without remorse.
    I brought the "How to Get Help Quickly" mantra to this forum after reading it elsewhere, because it was the best exposition I'd ever seen on the subject of efficient information exchange.
    I'd take the time to help troubleshoot forum problems.
    Now, I don't give a crap about what happens to this place. I'd been hoping for the best, as I had during past attempts at major forum changes.
    It's clear to me now that the planning, preparation, roll-out and fine tuning has been doomed from the start.
    Every single person involved in ramming this new system through is to blame.
    And I'm only one person. I'd guess there are hundreds of people who feel the same way I do.
    Too bad, Adobe. You totally and completely screwed up.
    I'll still visit once in awhile, because there are people here that I like.
    But as for all that content I was giving away for free—and happily, I might add—and all the cheerleading I did for this place?
    You can shove all that right up that gnat's arse and then go sit on your own thumbs and spin.
    It feels to me like you are intentionally doing almost everything in your power to discourage the type of participation I used to revel in. From slow bug fixes and promises unkept (EFF you very much, Jive–shysters) to the mere trickle of ongoing feedback and update info offhandedly tossed to us, Adobe have become slumlords, slapping paint on a building that fails to meet standard-of-living code. Sure, there are some decent new features, but they either don't work, work only part of the time, are cumbersome, and generally regarded as so slow as to inhibit any sort of lively momentum.
    I'd be ashamed and embarrassed to be the captain of this rotting ship. As a fully vested, ranking mate on this vessel, I hereby resign my commission.
    You don't deserve my help anymore.

    Phos, although I am answering your opening message, I'm not really addressing this message to you, but to everyone.
    Almost exactly a month ago, I accepted the first important job I have been offered in more that two years. I did although it had a 30 days deadline and I knew it was very difficult, if not impossible, to complete it in that time. Well, I did manage to finish it not long ago, and one of the first things I did was to come back to my once beloved forums, full of hope of being met with some important changes introduced in these 30 days.
    I am sorry to say that, so far, I have noticed only these two changes:
    1. The "Report spam..." link in the stickies now points to the correct thread, not to a locked one, something I had been asking for weeks before this 30 days interlude; and
    2. The problem for which I offered a suggestion in this post
    http://forums.adobe.com/message/1968406#1968406
    and which had received a very good solution as I reported two days later, is back here. Plus, the "Next" button doesn't work (I don't remember if it worked before the change that was reverted).
    As this forum is full of so many easy to fix complaints, seeing only these two changes in 30 days -one of which can hardly be called an improvement- was really very discouraging. However, what really got me down was reading the opening post of this thread.
    Those who haven't followed Phos' trajectory in these forums may think that he is making false pretences, or at least exagerating, about his contributions to these forums. I am one of those who can testify that he is doing neither.
    To make it short: over these so many years trying to give whatever modest help I'm capable of in the Acrobat and Reader forums, I lost count of the times I asked Phos, somewhat jokingly, to please leave the easy questions for me to answer. Each time I saw a just published easy one, I rushed to try to answer it, only to find he had done a much better job than my attempt, and had replied a several other more recent questions in the meantime. He showed an infinite patience to answer the same questions over and over again, which I admired because I don't have it and just refered the questioner to the appropriate FAQ instead -when I did manage to post before he did.
    And he did everything else he writes in his OP, never boasting about what he did and accomplished. That's why I am sorry he had to do it now, I imagine that in an attempt to put some weight to his words. Not for us, of course, but for those responsible for this unbelievably large fiasco they have so stubbornly refused to acknowledge. And we used to call a fiasco the previous one, which was nothing compared with this mess, and which was rectified!
    I am afraid that I am feeling my age, and so I'm finding that the enormous effort that too many very capable users have being putting in suggestions to improve these new forums, since the last "little fiasco" until now, to be such an gigantic waste, that I also don't feel like continuing. Had I not had this 30 days interlude with no noticeable changes, I would probably have continued by inertia for much longer, hopefully waiting for the improvements that never come, but this has opened my eyes. However, just logging in, or moving from one forum to another, is so excruciatingly slow that I find I simply do not have enough time to waste in just waiting for things to happen.
    I will miss the group spirit of the old forums, and the many persons I got to know and like and care for, although knowing that I would never meet them. But then, I am missing more of them everyday and, after all, such is life.
    Just a final thought. It is most probably true that JC has spent this week in the moutains. I would be happy to be corrected if I'm wrong, but I would say his presence has hardly been noticed, if at all, for quite a lot longer than a week. Another one of those many not at all encouraging signs.

  • Creating Descriptive & Key FLEXFIELDS in Forms 10g

    Hello everyone,
    I want to create Descriptive & Key Flexfields in Oracle Forms 10g,Kindly help........

    A FLEXFIELD IS A FIELD MADE UP OF SUB–FIELDS, OR SEGMENTS. THERE ARE TWO TYPES OF FLEXFIELDS: KEY FLEXFIELDS AND DESCRIPTIVE FLEXFIELDS.
    KEY FLEXFIELDS:
              I HAVE A COLUMN CALLED ADDRESS(SINGLE FIELD),WHEN I KEEP MY CURSOR ON THIS FIELD AND PRESS ENTER,IT POP'S UP A WINDOW WITH ALL NECESSARY FIELDS CORRESPONDING TO ADDRESS LIKE,DOOR-NO.,STREET NAME,CITY ETC.... WITH AN OK & CANCEL BUTTON.
    ONCE I GIVE THE VALUES ACCORDINGLY IN THE ADDRESS FIELD AND CLICK OK BUTTON IT STORES ALL THE VALUES IN WINDOW TO THE ADDRESS FIELD.
    DESCRIPTIVE FLEXFIELDS:
    DESCRIPTIVE FLEXFIELDS LETS YOU ADD ADDITIONAL FIELDS TO THE FORM IN ORDER TO TRACK ADDITIONAL INFORMATION NEEDED BY THE BUSINESS, THAT WOULD NOT BE CAPTURED BY THE STANDARD FORM. DESCRIPTIVE FLEXFIELDS CAN BE CONTEXT SENSITIVE, WHERE THE INFORMATION YOUR APPLICATION STORES DEPENDS ON OTHER VALUES YOUR USERS ENTER IN OTHER PARTS OF THE FORM.
    A DESCRIPTIVE FLEXFIELD APPEARS ON A FORM AS A SINGLE–CHARACTER, UNNAMED FIELD ENCLOSED IN SQUARE BRACKETS [ ]. EACH FIELD OR SEGMENT IN A DESCRIPTIVE FLEXFIELD HAS A PROMPT AND CAN HAVE A SET OF VALID VALUES
    THIS CONCEPT IS USED FREQUENTLY IN ORACLE APPLICATIONS, WHICH I WANT TO IMPLEMENT IN FORMS 10G.I BELIEVE WITH YOUR EXPERTISE I WILL BE ABLE TO AHIEVE IT.
    REGARDS ,
    SRINI.

  • My external LaCie drive gets an error message "the disc you inserted was not readable by this computer." The only options offered are "ignore" or "eject" Disk Utility sees the disc but does not give a repair option. What can I do?

    When I plug in my external LaCie drive I get an error message "the disc you inserted was not readable by this computer."
    The only options offered are "ignore" or "eject"
    Disk Utility sees the disc but does not give a repair option.
    What can I do?

    The good thing about mac-centric resellers such as OWC, is they have people on staff that can answer questions without you buying things first. They also have how-to information, and instructions are included in many of their products. I saw a link to watch a DIY video in one of their pages; an example of a RAID (with its own power supply) is shown on their drives page. Also a few in there, with no power supplies, for less money.
    If I were looking to backup and perhaps also have a partition for a system clone, I'd consider something like one of these: http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    Some ideas on the RAID backup methods appear in google search, some of the pages are ideas and concepts; and the better ones also warn about using RAID for the only backup plan.
    Oh, OWC has live chat. Haven't tried it, nor have I bought anything from them. I have what appears to be two products from them, but have not used either. One is in a box as-new, but has only USB2.0 ports & my Macs needed FW400/800. It has been said their RAM is a good way to upgrade, too. But I can't confirm!
    A 'RAID-ready' unit for backup may be more versatile for just that, but I have not checked into these details. I use single HDDs in powered enclosures, and usually manually make backup clones to FW drives, of bootable OS X systems. Some of the OWC raid-ready use eSATA ports so that may not be viable for a computer without them.
    The unused in-box external drive I have is like the base model in the link above. However mine is USB2.0 (maybe) and won't boot my older Macs due to hardware variance; and my preference would be for FireWire options, these models do offer that. But the one I have does not. Dual 500GB HDDs, and they could be used in tandem as a RAID. That would be a choice set up in software. I'm not sure and not interested enough to read up just now.
    My backup method is not automatic, or a moving backup plan, if I don't get a move-on and make full system clones. I do make copies of photos and documents the manual way, to USB external drives; and occasionally backup to DVD or CD media. And USB flash, that helps to move files between computers without need to use file sharing via wi-fi. {Like Why fly? Walking is better exercise unless one is a bird. Squawk!}
    https://www.google.com/#q=raid+backup+mac
    Depending on the ports in your Mac, you may be able to use other cables to attach between a backup or externally enclosed hard disk drive with multiple partition and bootable clone in one of them. Not sure about the Thunderbolt, and where that is the main port, adapters are required to access other devices, as allowed.
    Anyway, I am going on and on, yet not really saying anything.
    My ideas would not be all that interesting to follow as a backup
    plan when matching available newer hardware to task, but you
    can get some into better ideas if you are not in a rush. Get a
    good setup and then look into more an betterer stuff.
    Good luck & happy computing!

  • How to set the flexfield column in advanced table

    Dear All
    Dear Gaurav
    Good morning
    iis it posible to create a flexfield column in advanced table.I am trying it is showing some error......
    Thanks& Regards
    Sreekanth

    Hi,
    My doubt is compulsory we give the view instance for flex field,
    and also give the view instance for advanced table.
    when i created the flex field in advanced table,it didn't ask the view instance.
    the advanced table and flex field view instance are different
    at that how can i create the flex field in advanced table.

  • Photoshop Advanced Exercise

    I'm busy with Photoshop Advanced and I need help with the following exercise. I know how to do 1-5. I struggle with 6 and 7. Can anyone help me please?
    Question 2:
    In this activity, you'll create cuom swatches and use them to apply gradient overlay.  You'll also select color and just it, and you'll colorize a layer.  Finally, you'll add a spot-color channel to the image.
    1.  Open Peppers backgound and save the image as My peppers background.
    2. Create three swatches by sampling the yellow color from the carrot in the logo - the original color, one lighter and one darker.  Name the new colors Harvest Valley yellow, Lighter HV yellow, and Darker HV yellow.
    3. On the Background layer, add a gradient overlay that blends from the Darker HV yellow color to the Lighter HV yellow color.
    4. Select the blue background in the logo. (Hint: Use a color-selection tool or command.  Be sure to select the blue within the letters).
    5. Add a Hue/Saturation adjustment layer above the Market logo layer.  Apply the Old Style preset to the adjustment ler.
    6. Colorize the Peppers layer, but not the Background layer.  Give the peppers a yellowish color to match the background.  (Hint: Create a clipping mask).
    7. Select the black color in the text PEPPERS. (Hint: Don't use a type tol to select the type).
    8. Add a spot-color channel that uses the color PANTONE 7403 C.
    9. Hide the PEPPERS text layer.
    10. Update and close the image.
    Monya

    But how would we know the Layer structure of the file?
    Could you please post a screenshot with the pertinent Panels visible?
    As for 6) It already states to use a Clipping Mask.
    So use a Hue/Saturation Layer or a Selective Color or a Curves Layer (set to Blend Mode Color) for example and Clipping Mask it to the Layer (Create Clipping Mask (cmd-alt-G)).

  • BPM 11g - Public FlexFields

    Hi,
    There is any friendly way to map public flexFields? When i select my domain the public flexfield that was created on workspace administration is not available, this problem not occurs with protected flexfields, there is only way that works for me. I must have to change manualy the source code. Example:
    From:
    <flexfieldMappings>
    <flexfieldMapping>
    <xpathExpression>/task:task/task:payload/task:flexFieldRazaoSocialCliente</xpathExpression>
    <attributeLabel>
    <labelName>razaoSocialClienteProtected</labelName>
    <flexfield>TextAttribute1Protected</flexfield>
    <description>Razão Social do Cliente</description>
    </attributeLabel>
    <description>Razão Social do Cliente</description>
    </flexfieldMapping>
    </flexfieldMappings>
    To:
    <flexfieldMappings>
    <flexfieldMapping>
    <xpathExpression>/task:task/task:payload/task:flexFieldRazaoSocialCliente</xpathExpression>
    <attributeLabel>
    <labelName>razaoSocialCliente</labelName>
    <flexfield>TextAttribute1</flexfield>
    <description>Razão Social do Cliente</description>
    </attributeLabel>
    <description>Razão Social do Cliente</description>
    </flexfieldMapping>
    </flexfieldMappings>
    My problem occurs in design time.
    Thank you,
    Wilson Junior

    I do not think this is bug based on
    Oracle® Fusion Middleware Modeling and Implementation Guide for Oracle Business Process Management
    23.1.1 Understanding the Relationship Between SOA Composites and SOA Components
    "In a similar way, when an interrupting timer or message boundary event arrives to a user task, the BPMN process instance leaves the user task but the associated Human Task remains available. Because the interrupting timer or message boundary event arrived before the user completes the user task, the human task remains unfinished, and you can still access it thought the Worklist application. However running that human task does not have any effect on the BPMN process."
    This also gives us big trouble. I am looking for the solution.
    Helen

  • Once I push Back up now button I can see the content is backing up on iCloud but even after 10 hours of exercise the content on iPad are not backed up

    To back up my content on iPad, I go to cloud notification and then backup &amp; storage> backup now.
    After connected to Wi-Fi network and power plugged I give backup now command and iPad content seems to me getting backed up but even after 10 hours of exercise I fail to get content backed up on iCloud
    Why so? Am I missing some step to initiate backup now process?
    Please educate me or inform me how to fix this problem

    I found the answer in another discussion group, so I have just erased everything through settings on my new iphone and in Backups on itunes, I have clicked on restore back up. So it appears to be working.

  • Getting Flexfield error in Performance Management Screen

    Hi,
    I am getting following error 'The descriptive flexfield with application name Human Resources (PER) and name Additional Appraisal Details (PER_APPRAISALS) is not frozen. Please contact your system administrator.' while trying to create appraisals through OAF.I want to store info in PER_APPRAISALS DFF(ATTRIBUTE).So i have enabled DFF in page.The DFF Definition is also Frozen state.
    Please give a solution to get rid of this deadlock.
    Thanks In advance

    If the flexfield is already frozen then try compiling the Flexfield by clicking on the "Compile" button. This button is located at the bottom of the form.
    Thanks,
    Pankaj

  • Examples, exercises & solutions

    Hi,
    I'm getting started with Visual Composer and have already been through some exercises (Exercise1_CreatingBankInformationiView Basis Mode, Exercise2_EnhancingBankInformationiView, Exercise3_Creating a Guided procedure forBankInformation, Exercise4_Creating a Popup iview, Exercise5_Eventing, Exercise6_Nested iViews, Exercise7_Visibility & Guard Conditions).
    If someone could give my some links to other exercises or tutorials, that would just be great! For instance about all the graphical possibilities in VC, more complexity in function modules, BAPIs etc.
    thanks in advance,
    Tom

    Hi tom
    few links....
    high lighting rows in table
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c4e2ff87-0d01-0010-9db5-d1581fc1dfbe
    Consuming a web service using VC
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e017128b-0c01-0010-fa85-e3a576f1a40d
    Consuming Web Services Using Visual Composer [original link is broken]
    /people/baris.buyuktanir2/blog/2007/07/30/how-to-create-a-visual-composer-user-selection-screen-with-ume-web-service-part-i
    Regards
    Pradeep

Maybe you are looking for

  • Can we limit the no of line items in a Sales Order

    Can we limit the no of line items in a Sales Order.

  • Creating BP

    Hi I am about to usew the T code FPP! in my server, it dosen't given any reply. I am not able to create BP. What will be the problem ? I spoke to Basic and ABAB, but the reply is the problem is in the customizing issue... Please do the needful

  • Timer job defination not visible in central admin

    Hi, I have created timer job and added feature ans sheduled it weekly in the code. I have deployed it successfully by right click on project=> deploy. I can view this .wsp in the manage Farm Solution as Globaly deployed. Also I can see the feature in

  • Best Practises with ACS Replication & external databases

    I am looking for a best practise with the following scenario: 2 ACS Servers in 2 separate locations, each providing mutual backup to each other - i.e. all devices/users in Site X point to local ACS Server X 1st and remote ACS Server Y 2nd. In Site Y

  • Rotate during Slide to unlock will lock again

    When waking my iPad (4th gen) it often takes some time before the correct device orientation is recognised and the screen rotates appropriately. If this happens during or right after I slided to unlock my iPad, it will rotate and again present the "s