Exceeding 100 items

So, we're experiencing these weird problems on our main page. This page had over 100 items on the page. On the 135th item, it wouldn't recognize the highest sequenced item on the page. It'd read it as null. For a future release, it definitely would be nice to have more than 100 items per page.
-Scott

IFRAME just to share the same screen space with the
first page.Yes, that's the definition of an IFRAME.
be populated when you are loading the first page? And
the same apply to submit.That's the rub, you can't! (not reliably and cross-browser at least)
An iframe is a totally independent entity, it could be displaying content from a separate domain (see http://htmldb.oracle.com/pls/otn/f?p=24317:233), not at all related to the page it is embedded in.
Most browsers have severe security restrictions regarding accessing/modifying content across iframes.
The OP seemed to have a situation where he had many "sections" in his page each with a bunch of mostly standalone attributes. So, I was suggesting that he "embed" pages via iframes within a larger page. Each page embedded within an iframe would have its own show/accept processing logic. In other words, you would click Submit on the page in the iframe and just that region (page) would refresh, just as if it were a standalone page.

Similar Messages

  • Can a form have more than 100 items

    Hi,
    Can we have more that 100 items in a form? I have to create around 200 items in a form. Is that possible? if s please guide me how, as I am not able to create more than 110.
    Regards,
    Pallavi

    Search the forum first!
    Exceeding 100 items
    regards,
    Roddy

  • More than 100 items in Form or Page

    Can Apex allow more than 100 items in a page? I am getting message like
    'Item count exceeds maximum of 100'.
    Even data entered in the form for extra items over 100 is not posted to database.
    Pl help or suggest any workaround.
    I am using HTMLDB 2.0

    Example:
    1. Create the test data
    CREATE TABLE "TEST_TABLE1"
    ("KEY1" NUMBER(10) NOT NULL ,
    "DESC" VARCHAR2(24) ,
    "OPTION1" VARCHAR2(10) ,
    "OPTION2" VARCHAR2(10) ,
    "OPTION3" VARCHAR2(10) ,
    "OPTION4" VARCHAR2(10) ,
    "OPTION5" VARCHAR2(10) ,
    "OPTION6" VARCHAR2(10) ,
    "OPTION7" VARCHAR2(10) ,
    "OPTION8" VARCHAR2(10) ,
    "OPTION9" VARCHAR2(10) ,
    "OPTION10" VARCHAR2(10) ,
    "OPTION11" VARCHAR2(10) ) ;
    INSERT INTO"TEST_TABLE1"
    VALUES (1,'Row 1','Red','Blue','Green','Yellow','Orange','Black','Ivory','Purple','White','Lime','Gray');
    INSERT INTO"TEST_TABLE1"
    VALUES (2,'Row 2','Blue','Green','Yellow','Orange','Black','Ivory','Purple','White','Lime','Gray','Red');
    INSERT INTO"TEST_TABLE1"
    VALUES (3,'Row 3','Green','Yellow','Orange','Black','Ivory','Purple','White','Lime','Gray','Red','Blue');
    INSERT INTO"TEST_TABLE1"
    VALUES (4,'Row 4','Yellow','Orange','Black','Ivory','Purple','White','Lime','Gray','Red','Blue','Green');
    INSERT INTO"TEST_TABLE1"
    VALUES (5,'Row 5','Orange','Black','Ivory','Purple','White','Lime','Gray','Red','Blue','Green','Yellow');
    INSERT INTO"TEST_TABLE1"
    VALUES (6,'Row 6','Black','Ivory','Purple','White','Lime','Gray','Red','Blue','Green','Yellow','Orange');
    INSERT INTO"TEST_TABLE1"
    VALUES (7,'Row 7','Ivory','Purple','White','Lime','Gray','Red','Blue','Green','Yellow','Orange','Black');
    INSERT INTO"TEST_TABLE1"
    VALUES (8,'Row 8','Purple','White','Lime','Gray','Red','Blue','Green','Yellow','Orange','Black','Ivory');
    INSERT INTO"TEST_TABLE1"
    VALUES (9,'Row 9','White','Lime','Gray','Red','Blue','Green','Yellow','Orange','Black','Ivory','Purple');
    INSERT INTO"TEST_TABLE1"
    VALUES (10,'Row 10','Lime','Gray','Red','Blue','Green','Yellow','Orange','Black','Ivory','Purple','White');
    2. Create a blank page.
    3. Create a report region with the following query.
    select
    "DESC",
    htmldb_item.hidden(1,KEY1) Key1,
    htmldb_item.text(2,OPTION1,10,10) OPTION1,
    htmldb_item.text(3,OPTION2,10,10) OPTION2,
    htmldb_item.text(4,OPTION3,10,10) OPTION3,
    htmldb_item.text(5,OPTION4,10,10) OPTION4,
    htmldb_item.text(6,OPTION5,10,10) OPTION5,
    htmldb_item.text(7,OPTION6,10,10) OPTION6,
    htmldb_item.text(8,OPTION7,10,10) OPTION7,
    htmldb_item.text(9,OPTION8,10,10) OPTION8,
    htmldb_item.text(10,OPTION9,10,10) OPTION9,
    htmldb_item.text(11,OPTION10,10,10) OPTION10,
    htmldb_item.text(12,OPTION11,10,10) OPTION11
    from test_table1
    4. create a save button which branches to the same page
    5. Create a page process that executes the following SQL when the button is pressed:
    -- update Record
    for i in 1..htmldb_application.g_f01.count
    loop
    update test_table1
    set option1 = replace(htmldb_application.g_f02(i),'%'||'null%',NULL),
    option2 = replace(htmldb_application.g_f03(i),'%'||'null%',NULL),
    option3 = replace(htmldb_application.g_f04(i),'%'||'null%',NULL),
    option4 = replace(htmldb_application.g_f05(i),'%'||'null%',NULL),
    option5 = replace(htmldb_application.g_f06(i),'%'||'null%',NULL),
    option6 = replace(htmldb_application.g_f07(i),'%'||'null%',NULL),
    option7 = replace(htmldb_application.g_f08(i),'%'||'null%',NULL),
    option8 = replace(htmldb_application.g_f09(i),'%'||'null%',NULL),
    option9 = replace(htmldb_application.g_f10(i),'%'||'null%',NULL),
    option10 = replace(htmldb_application.g_f11(i),'%'||'null%',NULL)
    option11 = replace(htmldb_application.g_f12(i),'%'||'null%',NULL)
    where key1 = htmldb_application.g_f01(i);
    end loop;
    6. Run the page (This page has 110 items)
    If you have a table with more than 100 fields, you can try something like this:
    Select 1, apex_item.text(1,field1,10,10),
    apex_item.text(2,field2,10,10),
    union all
    Select 2, apex_item.text(1,field11,10,10),
    apex_item.text(2,field12,10,10),
    , field2, field3, field4, field5

  • Error during PO creation "Total BED % rate exceeds 100 % "

    Hi.
    Its concerned to Indian Excice.
    Error during the creation of PO is " Total BED % rate exceeds 100 % " ,
    ( Message no. 8I453).
    And you pls note in J1ID its 16% maintained for that perticular chapter id and its 100% for BED in tax code.
    Can you pls tell me the reason for this error.
    Regds

    Hi Santosh,
    362 is not maintained for BASB,but its maintained for condition type JMO1(IN:A/P BED Deductable) & JMO2(IN: A/P BED non deduct )in <b>AltCTy</b> field.
    And For BASB 605 is maintained in the field AltCBV.
    Can you Pls explain the significance of this alternative calculation type.
    Regds

  • Installed- and fixed- iTunes 7.6 and now can't load 100 items onto iPod

    Hi,
    I just got done fixing my compatability issue with iTunes 7.6 (error -2096) and when I tried to update my iPod it says that 100 items were not copied to my iPod because it (or my computer, I'm not exactly sure) are not authorized to play them. Can anybody help me with this? I'm getting very frustrated with iTunes.
    Thanks,
    Katherine

    I found a fix to get the computer to play the music, but I haven't found a fix to get the ipod to sync.
    To get the music to play you have to delete a quicktime file.
    Go to my computer, click on your locak disk, choose 'documents and settings', choose the user, click on 'local settings, click on 'application data', click on 'apple computer', click on quicktime, then delete the quicktime file. Reopen itunes and you should be able to authorize and play music.
    Now if we can figure out how to authorize the ipod . . . .

  • Error"Max no of gateways exceeded (100)

    Hi All,
    We have two apps servers on our sap production system. I couldn't  login in one of the app server through SM51 .when I tested the Internal RFC in SM59 I got this error-:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: max no of gateways exceeded (100)
    Error Details     LOCATION: SAP-Gateway on host hkbisrapl2 / sapgw02
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 52597
    Error Details     MODULE: gwxxrd.c
    Error Details     LINE: 8438
    Error Details     RETURN CODE: 631
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Sat Feb 14 13:00:36 2009
    Error Details     VERSION: 2
    Pls suggest me the solution.
    Regards,
    Prashant

    No, its R3 Production server. Internal RFC for one of the app server is giving this error.
    When I tried to set the following parameters in the instance profile of the same I again got the same error while saving the profile.
    Can I make the changes in instance profile of app server at OS level?
    Profile parameters-: (On Application Servers)
    rdisp/tm_max_no           5000
    rdisp/max_comm_entries       200
    Pls suggest.
    Regards,
    Prashant

  • Max no of gateways exceeded (100)

    Hi guys
    Suddenly, I start to receive error messages about the RFC failure, No changes done in Basis related.
    There are RFC error any many areas;
    SM21 -  I Maximum number of 100 connectable SAP gateways reached\
    STMS -  RFC communications error with system/destination TMSADM-PRD.DOMAIN_DEV
    Sm59 -  we cannot verify the RFC Connection
    Please advise us on base of SOS
    Regards
    Anwer Waseem

    Hi
    Thanks for the expert reply,  i did same as below described, there are 6 clients in the "logged clients" by the smgw.
    0     DBSERVER1     sapgw02     Local Web AS     DBSERVER1     ip dbserver1     Wed Jun 25 09:02:42 2008     Connection OK
    1,037     DEV     sapdp01     Remote Gateway     DEV     ip dev     Wed Jun 25 08:38:04 2008     Connection OK
    1,229     ip dbserver2     sapdp02     Remote Gateway     ip dbserver2     ip dbserver2     Wed Jun 25 09:02:12 2008     Connection OK
    1,292     QAS     sapdp01     Remote Gateway     QAS     ip qas     Wed Jun 25 08:38:04 2008     Connection OK
    1,319     DBSERVER     jlaunch     External Client     DBSERVER     ip dbserver1     Wed Jun 25 09:02:12 2008     Connection OK
    1,377     DBSERVER1     IGS.PRD     Registered Server     DBSERVER1     ip dbserver1     Wed Jun 25 09:02:38 2008     Connection OK
    RFC Trace file
    ============
    Sun Jun 22 15:01:03 2008
    ***LOG Q14=> GwIConnectHandle, max gateways (100) [gwxxrd.c     8504]
    LOCATION    SAP-Gateway on host DBSERVER1 / sapgw02
    ERROR       max no of gateways exceeded (100)
    TIME        Sun Jun 22 15:01:03 2008
    RELEASE     700
    COMPONENT   SAP-Gateway
    VERSION     2
    RC          631
    MODULE      gwxxrd.c
    LINE        8505
    COUNTER     112523
    I am unable to verify the RFC and unable to transport from QAS to PRD
    Regards

  • Move next/previous buttons in a region with over 100 items

    Hi,
    Is there a way to show items in a region in chunks and then have a move next/previous buttons. I have a region on a page that has over 100 items how can I show 10 items a time and then have move next/previous buttons. I am using 10.1.2.0.2
    Thanks

    In the "what to search" tab, select the pagegroup where stands your page.
    below teh pagegroup selection you got an option named "Which pages should be searched?"
    Browse to your page.
    Leave the search criterias blank (so taht the portlet won't make any filter)
    In the "results display" tab, select the pagination.
    Now, your portlet will display all items on your page.
    The best way to use it is to put all your items on page1.
    Create a page2 with only this portlet configured to serach for all items on page1.
    In your portal, just make a link to page2.
    hope this will be helpfull.

  • Item "Start/stop table":  Counts towards 100 item per page limit?

    One of my form pages has many items and aligning them all just right is quite a chore.
    I found myself using lots of those handy "start/stop table" items instead of fighting with the colspan, rowspan, New Line/New Field attributes.
    Question: Do these "start/stop table" items count toward the 100 item per page limit?
    [I hope the answer is No]
    Thanks

    Vikas - The answer is no. It's only when the counter gets incremented, e.g., between p_t01 and p_t02, ... You can see that the stop-and-start (not star/stop) items do not generate html items with such a sequence component.
    Scott

  • MIGO for 100 items

    Hi Experts,
    My system is obstructing to make GRN for large entries(100 items) as When i view accounting entries in MIGO only 999 line items is possible. Can anyone help me out in extending the no of lineitems as i have to now post all my grns into two halves. Or some other means by which i can do migo for 100 items at one go.
    Regards,
    Ashutosh

    SAP's note 117708 provides a modification. I am pasting solution below.
    Via the summarization you can post documents with more than 999 items in
    FI.
    The modification required for this is small, in addition you have to
    change 2 tables. The modification is carried out in FI not in invoice
    verification.
    To activate document summarization in FI proceed as follows:
    - The changes are described in Note 36353 and for the
    modification in Note 77161. You may also have to apply Note
    67640 so that the document summarization affects inventory
    management.
    An advice for the notes:
    36353: Solution point 3: Field name WERKS
    77161: Solution point 2: Maintain table TTYPV with Transaction
    SE16
    - this has the following effects; you can no longer clear the
    GR/IR clearing account on purchase order item level (but only
    on purchase order level) and you can only display the FI data
    summarized (also see Note 36353)

  • Product search: How to obtain more than 100 items

    Hello experts,
    I'm working from CRM 4.0 SP08
    I find products from Tr. COMMPR01. Entering the citeria search, the screen only is able to display 100 items.
    How can I change this maximum of 100 items to be displayed ?
    Regards
    Juan

    hi...
    goto t.code commpr01...
    goto  Extras---> Settings.... in the general tab ....change the value  in the  Maximum Number of Search Hits
    hope it works
    kind regards
    sandy

  • Jbo-30003 exception when logged in users exceed 100

    hi
    when users connected in application exceed 100 or some times 70
    following error raised:
    Error 500--Internal Server Error
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The application pool (org.myapp.model.services.appModuleLocal) failed to checkout an application module due to the following exception:
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
         at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)
         at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)
         at oracle.adf.model.BindingContext.get(BindingContext.java:457)
         at oracle.adf.model.BindingContext.findDataControl(BindingContext.java:308)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.getDataControl(JUCtrlActionBinding.java:489)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.isOperationEnabled(JUCtrlActionBinding.java:262)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.isActionEnabled(JUCtrlActionBinding.java:249)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.getEnabled(JUCtrlActionBinding.java:1473)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.internalGet(JUCtrlActionBinding.java:1567)
         at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:649)
         at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:79)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
         at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
         at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
         at com.sun.faces.el.impl.UnaryOperatorExpression.evaluate(UnaryOperatorExpression.java:187)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at oracle.adfinternal.view.faces.uinode.ValueBindingBoundValue.getValue(ValueBindingBoundValue.java:30)
         at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.getAttributeValueImpl(UIXComponentUINode.java:392)
         at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.getAttributeValue(UIXComponentUINode.java:127)
         at oracle.adfinternal.view.faces.ui.laf.base.BaseLafUtils.getLocalBooleanAttribute(BaseLafUtils.java:449)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.LinkRenderer.isDisabled(LinkRenderer.java:119)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.LinkRenderer.getStyleClass(LinkRenderer.java:349)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.renderStyleAttrs(XhtmlLafRenderer.java:508)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.renderAttributesExceptID(XhtmlLafRenderer.java:248)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.renderAttributes(XhtmlLafRenderer.java:267)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.LinkRenderer.renderAttributes(LinkRenderer.java:68)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.ButtonRenderer.renderAttributes(ButtonRenderer.java:72)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.ButtonRenderer.prerender(ButtonRenderer.java:158)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:79)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.LinkRenderer.render(LinkRenderer.java:40)
         at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.ButtonRenderer.renderAltContent(ButtonRenderer.java:211)
         at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.ButtonRenderer.render(ButtonRenderer.java:192)
         at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
         at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:246)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelHorizontalRenderer._encodeChild(PanelHorizontalRenderer.java:158)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelHorizontalRenderer._encodeChildren(PanelHorizontalRenderer.java:139)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelHorizontalRenderer.encodeAll(PanelHorizontalRenderer.java:62)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:473)
         at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:253)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:721)
         at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:465)
         at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:253)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:721)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:234)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeColumnChild(PanelFormRenderer.java:275)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.renderColumn(PanelFormRenderer.java:251)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._renderColumns(PanelFormRenderer.java:545)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer._encodeChildren(PanelFormRenderer.java:153)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelFormRenderer.encodeAll(PanelFormRenderer.java:69)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
         at jsp_servlet._pages.__login_jspx._jspService(__login_jspx.java:286)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         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:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         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:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.nict.pp10.controller.jsf.NictAuthenticationFilter.doFilter(NictAuthenticationFilter.java:220)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
         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:2002)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    can any body help me?
    is there links for configure application module and it's properties?

    Hi,
    the developer guide has a section about tuning and configuration
    http://download-uk.oracle.com/docs/html/B25947_01/toc.htm
    Frank
    Note that a single OC4J container wont be able to handle any size of user population. So you may need to consider additional OC4J instances

  • CS6 Master Collection download exceeds 100% to 132%

    I'm trying to dowload CS6 Master Collection English-Arabic Enabled, but download exceeds 100% to 132% with adobe download assistant and it's still downloading and saying "less than a minute",
    I don't have a fast connection, it took me 3 days to reach 100% , with pauses, because of electricity blackouts (I live in Gaza, Palestine)
    it did not stop downloading upon reaching 100%, now it is 132% and still saying "less than a minute"
    I don't want to go through the nightmare to redownload, because there was no apparent problem with this download process, pausing and resuming should be supported by Adobe Download Assistant.  If i redownload, chances that this will happen again.
    is there a direct link so that i can use a more trustworthy download manager other than Adobe Download Assistant ?

    Hey there .o/
    From what I've read in other threads (for example here : http://forums.adobe.com/message/4620004 ) , the download manager displaying incoherent progression percentages is a known issue, but the download still should work at some point.
    Anyway, if you really don't trust the download manager and since you really need direct links that allow resuming, I'd say your best option is probably to use a FTP client.
    Run your favorite FTP client and :
    - open Adobe's public FTP ( ftp.adobe.com ), using anonymous login
    - navigate to the directory which contains the file you want ( unless I'm mistaken, it should be /pub/adobe/cs6/downloads/ )
    - initiate the download of the file you want ( MasterCollection_CS6_LS6.dmg , right ?)
    Any decent FTP client supports resuming (as long as the server itself allows it, which has to be the case).

  • A008 relationships of S 50008427 exceed 100 %by 1,900.00 %

    Hi,
    Trying to add new user in PPOMA_CRM under a position to a org unit in Solution Manager. Org unit and posistion are directly created using PPOMA_CRM transaction.
    Procedure followed to assign user.
    1) Right-click on position
    2) Click on Assign
    3) Click on Owner
    4) Enter BP ID or First name (search for the user using the given search criteria)
    5) Select the user.
    After selecting the user. It is giving an message (In green - bottom of the screen) saying that "A008 relationships of S 50008427 exceed 100 %by 1,900.00 %"
    Percentage for all the users assigned under the position is given as 100%.
    Structure is as shown below :
    Org unit Test
             I
             I
    Position Test
            I
            I
    user Test1 (percentage = 100%)
    user Test2 (percentage = 100%)
    user Test3 (percentage = 100%)
    user Testn (percentage = 100%)
    It is not taking more than 18 users under a position.
    What does this mean ? and how can this be corrected.
    Thanks and Regards,
    Rashmi

    Issue resolved. Employee Identification details was missing in BP.

  • I tried to upload a file and convert it to pdf but it came back saying it exceeds 100 MB. I bought the pack for that reason. What am I supposed to do?

    Yesterday I subscibed in Adobe pdf pack for a year. After I payed and signed in, I tried to upload a file but it came back saying it exceeds 100 MB. What am I supposed to do? By bying the product, I was under the impression I was going to install the program in my computer, but it turned out it's online!

    Hi Thalia,
    Thanks for posting your question in the forums. There is a 100MB file-size limit for uploading files to the Adobe PDF Pack online service. If you find that PDF Pack isn't going to work for you, you are welcome to cancel your subscription (and since it's within 30 days of purchase, you're entitled to a full refund).
    You might consider an Acrobat subscription (which is software that you download and install). You would be able to create PDFs locally, without having to upload your files, so you can avoid and file-size limitations. For more information, see www.adobe.com/products/acrobat.html. (You can try it for 30 days for free.)
    Best,
    Sara

Maybe you are looking for