Iterator to access another page

Hello

I use JDev 11.1.1.4 and I was wandering if it is possible to access an iterator from another page.

In my case, I have a (jspx) page that has the links sub-tab an iterator; on the page there is a button that launches a popup inline (another page jspx), in which I want to use a selectOrderShuttle, which is filled using the iterator of my first page. When I put the iterator binding in the popup page, it works fine, but for issues of reuse (I want to use this popup with selectOrderShuttle for different iterators, which will be given as a string parameters), I want not to have a link on the popup page, I want to access the iterator of my initial page and use it to fill my lists. Is this possible?

Thank you
Georgiana

Hello

the linking field is per page or display. An iterator is not a data cache mechanism - it is the responsibility of the services business exposed by the DataControl

Frank

Tags: Java

Similar Questions

  • I continue to have a new page opens when I click on a button. For example, when I clicked on the "category" to access this page, another page open for Norton.

    For example, try to access this page caused another page opens with an advertisement of Norton. Happens not every time, but every 3 - 4 times. I got Redbox, QuiBids, RxConnection and ensure the car outside Norton. I can't figure out how to stop this.

    Hello OKHiltibrand, this looks like a problem caused by malicious software on your pc. Please go to firefox > addons > extensions and remove any suspicious entries (especially 3 layers Word, things that you have not installed intentionally, does not know what purpose they serve, etc.). also, go to the windows control panel / programs and remove all toolbars or potentially unwanted software from there and run a full scan of your system with the security software you have in place and various other tools such as the free version of malwarebytes & adwcleaner.

    Remove a toolbar that has supported your Firefox or the homepage search
    Fix Firefox problems caused by malicious software

  • to access the variables in a page in another page qml

    Hey gang,

    I've been watching some of the other problems autour to access the variables from one page on another page qml qml, and I can't get this to work.

    I have a page, main.qml with a NavigationPane.  The NavPane has a Page and some containers.

    I have a property defined in the NavigationPane like this:

    NavigationPane {
        id: mainNav
        backButtonsVisible: true
        property int customInt: 2
    
        onCustomInt: {
            console.log("  -------------> App: customInt");
        }
    

    I have a ComponentDefinition for next page, called SettingsPage.qml.  In the settings, I have two drop-down lists and a slider.

    Page {
        actionBarAutoHideBehavior: ActionBarAutoHideBehavior.HideOnScroll
        id: pgSettings
    
        ScrollView {
            id: pageScroller
            scrollViewProperties.initialScalingMethod: ScalingMethod.AspectFit
            Container {
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                Label {
                    text: "Settings"
                    textStyle.fontSize: FontSize.XLarge
                }
            Container {
                id: dropDown1
                topPadding: 25
                bottomPadding: 25
                rightPadding: 25
                leftPadding: 25
                DropDown {
                       id: ddOption1
                       title: "Option 1"
                       verticalAlignment: VerticalAlignment.Center
                       horizontalAlignment: HorizontalAlignment.Center
                      Option {id: o1o1; text: "One"; }
                      Option {id: o1o2; text: "Two"; }
                      Option {id: o1o3; text: "Three"; selected: true; }
                      Option {id: o1o4; text: "Four"; }
    
                    onSelectedIndexChanged: {
    
                        switch (selectedIndex){
                            case 0:
                                //
                                console.log(" -->App: Option 1 Selector, On");
                                customInt = 0;
                                break;
                            case 1:
                                //
                                console.log(" -->App: Option 1 Selector, Off");
                                customInt = 1;;
                                break;
                            case 2:
                                //
                                console.log(" -->App: Option 1 Selector, Top (default)");
                                customInt = 2;
                                break;
                            case 3:
                                //
                                console.log(" -->App: Option 1 Selector, Bottom");
                                customInt = 3;
                                break;
                        }
                    }
                }
            } }
    

    I look forward to the the statement will change the level property NavPane, called customInt, but it doesn't.

    the output of the console shows that the ' App: Option 1 selector "gets selected in the dropdown list selected index changes, but the onCustomInt() funtion slot never gets called.

    I tried "mainNav.customInt = X" too, but the parameters cannot solve the mainNav.  I get "unknown symbol 'mainNav'" error with alittle bulb.

    what I am doing wrong?

    When you call the second page, SettingsPage.qml, set it as an object.

    Don't do the following:

    attachedObjects: [
    
        ComponentDefinition {
            id: settingsPageDefinition
            source: "SettingsPage.qml"
        }
    ]
    

    Follow these steps:

    attachedObjects: [
        // Definition of the second Page, used to dynamically create the Page above.
        ComponentDefinition {
            id: settingsPageDefinition
            Settingspage{
    
            }
        }
    ]
    

    Then the second page main navigation page in the IDE.  I had the same problem with a multi-page application, I created.

  • To access the APEX_COLLECTIONS on another page

    Use: APEX 5

    One of my app pages (Page 12), I have a dynamic action that calls upon request AJAX callback process.

    The code of the dynamic action has the javascript call:

    var arr_f01 = [];

    () $("input[name='f01']:checked").each

    function() {}

    arr_f01.push ($(this).) Val());

    });

    (apex). Server.Process

    "Lines Checked process."

    {f01: arr_f01},

    {the data type: 'text',}

    Async: false,

    success: {function (pData)}

    $s ("P12_SELECTED", pData);

    }

    });

    The recall AJAX process is:

    Controlled process lines

    declare

    l_f01 varchar2 (2000);

    Start

    APEX_COLLECTION. () CREATE_OR_TRUNCATE_COLLECTION

    p_collection_name = > 'TEST_COLLECTION');

    l_f01: = ";

    delete from lrg_symptoms_select;

    because me in 1.APEX_APPLICATION. Loop G_F01. Count

    insert into lrg_symptoms_select values (APEX_APPLICATION. G_F01 (i));

    l_f01: = l_f01 | APEX_APPLICATION. G_F01 (i) | «, » ;

    end loop;

    APEX_COLLECTION. ADD_MEMBER)

    p_collection_name = > 'SPLIT_SYMPTOMS ',.

    p_c001 = > l_f01);

    Select c001 in: l_f01 of APEX_COLLECTIONS where collection_name = "TEST_COLLECTION";

    HTP.PRN (l_f01);

    commit;

    end;

    I have 2 questions here:

    1. After this process, I call a modal dialog (Page 9) page at the click of a button. The modal dialog box is to have an area of report that is supposed to display the data of this APEX_COLLECTION

    Select c001 in APEX_COLLECTIONS where collection_name = 'TEST_COLLECTION';

    But I get the following error

    Failed to parse the SQL query:

    ORA-00933: SQL not correctly completed command.

    How can I access the collection on the page of the modal dialog box?

    2. the value of the page (P12_SELECTED) in dynamic action element is not visible in the session state.

    The value is displayed on the page but when I check it in the session, it is null. Also when I pass this value to another page, it is delegated to as NULL.

    How to set the value of page element in the session?

    Thanks in advance

    Hina

    844372 wrote:

    Update your forum profile with a recognizable username instead of "844372": Video tutorial how to change username available

    I have 2 questions here:

    1. After this process, I call a modal dialog (Page 9) page at the click of a button. The modal dialog box is to have an area of report that is supposed to display the data of this APEX_COLLECTION

    Select c001 in APEX_COLLECTIONS where collection_name = "TEST_COLLECTION";

    But I get the following error

    Failed to parse the SQL query:

    ORA-00933: SQL not correctly completed command.

    How can I access the collection on the page of the modal dialog box?

    Remove the ';' the query.

    2. the value of the page (P12_SELECTED) in dynamic action element is not visible in the session state.

    The value is displayed on the page but when I check it in the session, it is null. Also when I pass this value to another page, it is delegated to as NULL.

    How to set the value of page element in the session?

    Set the value of the element in the recall process and use it as the return value:

    :p12_selected := ...;

    I can't integrate it in your code because I don't understand. Why the TEST_COLLECTION is created and used in a query, but the data added to the collection of SPLIT_SYMPTOMS?

  • Cannot access textfield value in another page

    Hello, I thought it would be simple and straightforward, but I hit a wall.

    I can't access the values from another page in a script.

    I'm trying to set a value of a text field to the value of a text field which is in another page.

    I have the click event (just to test):

    eApp.ENB - 7-07 - CAGAIN_Page_5.a3z_data_AdditionalInfo::click - (JavaScript, client)

    this.rawValue = eApp.ENB - 7-07 - CAGAIN_Page_4.AccountNumber.rawValue;

    He does not get the value.

    But if I copy create a field on the same page (page 5 here) with the same information, I can access

    with this.parent.AccountNumber.rawValue;

    I can make it work, by copying the textfields on the page and in hiding, then using their value.

    but it seems dirty and useless.

    I just want to be able to access the fields on another page, I thought it would be as easy as form.page4.accessthisvalue

    Any help is VERY appreciated, been banging my head for a moment loong.

    Hello

    It should not be a problem doing this, you can reference a field anywhere on the form.  You get script errors?  My first guess would be to rename the ENB-7-07-CAGAIN_Page_4 field so that it doesn't have the dash inside character, he might try to subtract 7 variable he thinks is called BNB.

    Concerning

    Bruce

  • Are not allowed to access this page?

    I just sent a question about migration of emails from one profile to another and got a message saying: I don't have permission to access the page. That is what it is?

    No idea, does it really matter?

  • My homepage got randomly switching to another page.

    My netbook is overrun by hostile forces. Please send in the cavalry.

    I don't know what is happening. This afternoon, all of a sudden my home page randomly switched to another page. It became it * removed * > tried everything I could think of in inetrnet options to restricted not allow and reset my home page. Everything was OK until I disconnected and returned. He did it again, and Yes, I apply all changes... help.

    The other strange thing is that all of a sudden, @ the same time, I tried a restore of the system with my own system says I can't

    access is a system restore...?

    You are infected with something.  Try www.microsoft.com/security_essentials and also www.malwarebytes.org

    You may need to take your computer for repair, otherwise.

    Steve

  • 11.1.2.4FDMEE:you are not allowed to access this page

    There are two error message. It is when I open FDMEE in the workspace: you are not authorized to access this page.


    It is quite another when I open FDMEE in SharedService: EPMLCM-17000: impossible to allow the user to migration of LCM.


    And aif - WebApp.log:

    EPMCSS-00301: unable to authenticate the user. Invalid credentials. Enter valid credentials.

    at com.hyperion.css.common.internal.CipherUtil.decrypt2(CipherUtil.java:554)

    at com.hyperion.css.common.internal.CipherUtil.decryptToken(CipherUtil.java:180)

    at com.hyperion.css.facade.impl.CSSTokenHelper.getTokenDetails(CSSTokenHelper.java:414)

    to com.hyperion.css.facade.impl.CSSAbstractAuthenticator$ CSSTokenUtils.getUserDetails (CSSAbstractAuthenticator.java:949)

    at com.hyperion.css.facade.impl.CSSAbstractAuthenticator.authenticateToken(CSSAbstractAuthenticator.java:165)

    at com.hyperion.css.facade.impl.CSSAPIImpl.authenticateToken(CSSAPIImpl.java:130)

    at com.hyperion.css.facade.CSSAPIFacade.authenticateToken(CSSAPIFacade.java:198)

    at com.hyperion.aif.util.RegistryUtil.checkUserAccess(RegistryUtil.java:390)

    at com.hyperion.aif.lcmintegration.servlet.LCMIntegratorServlet.doPost(LCMIntegratorServlet.java:36)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    ]]

    [2015 07-26 T 20: 30:23.792 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMFDM-100021] [oracle.apps.erpi.ui] [tid: 96] [username: < anonymous >] [ecid: 0056wPag ^ eV6eL15zvL6iW0001ba0002b8, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.aif.lcmintegration.servlet.LCMIntegratorServlet] [SRC_METHOD: doPost] failed authentication or the permission denied

    The SharedServices_SecurityClientLog:

    [2015 07-24 T 17: 17:38.387 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056thteQ5H6eL15zvL6iW00053u0002fM, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.common.internal.CipherUtil] [SRC_METHOD: decrypt2] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 17:38.388 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056thteQ5H6eL15zvL6iW00053u0002fM, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSTokenHelper] [SRC_METHOD: getTokenDetails] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 17:38.388 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056thteQ5H6eL15zvL6iW00053u0002fM, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [SRC_METHOD: getUserDetails] Impossible to authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 46:59.952 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tjYdSJy6eL15zvS4yW0006h60004R7, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.common.internal.CipherUtil] [SRC_METHOD: decrypt2] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 46:59.952 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tjYdSJy6eL15zvS4yW0006h60004R7, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSTokenHelper] [SRC_METHOD: getTokenDetails] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 46:59.952 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tjYdSJy6eL15zvS4yW0006h60004R7, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [SRC_METHOD: getUserDetails] Impossible to authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 58:47.640 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tkCp3Yv6eL15zvS4yW0006h60004Uj, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.common.internal.CipherUtil] [SRC_METHOD: decrypt2] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 58:47.641 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tkCp3Yv6eL15zvS4yW0006h60004Uj, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSTokenHelper] [SRC_METHOD: getTokenDetails] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 17: 58:47.641 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056tkCp3Yv6eL15zvS4yW0006h60004Uj, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [SRC_METHOD: getUserDetails] Impossible to authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 19: 56:24.346 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 96] [username: < anonymous >] [ecid: 0056tqlSDy86eL15zvS4yW0006h60004cR, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.common.internal.CipherUtil] [SRC_METHOD: decrypt2] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 19: 56:24.346 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 96] [username: < anonymous >] [ecid: 0056tqlSDy86eL15zvS4yW0006h60004cR, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSTokenHelper] [SRC_METHOD: getTokenDetails] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 19: 56:24.346 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 96] [username: < anonymous >] [ecid: 0056tqlSDy86eL15zvS4yW0006h60004cR, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [SRC_METHOD: getUserDetails] Impossible to authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 20: 49:28.728 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056ttjFgpL6eL15zvS4yW0006h60004gw, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.common.internal.CipherUtil] [SRC_METHOD: decrypt2] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 20: 49:28.729 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056ttjFgpL6eL15zvS4yW0006h60004gw, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSTokenHelper] [SRC_METHOD: getTokenDetails] could not authenticate the user. Invalid credentials. Enter valid credentials.

    [2015 07-24 T 20: 49:28.729 + 08:00] [ErpIntegrator0] [NOTIFICATION] [EPMCSS-00301] [oracle. EPMCSS. CSS] [tid: 120] [username: < anonymous >] [ecid: 0056ttjFgpL6eL15zvS4yW0006h60004gw, 0:1] [APP: AIF #11.1.2.0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [SRC_METHOD: getUserDetails] Impossible to authenticate the user. Invalid credentials. Enter valid credentials.

    ~

    The ErpIntegrator0log:

    # < 26 July 2015 5:29:11 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437902951483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 5:29:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437902982687 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 5:44:16 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437903856482 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 5:44:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437903882695 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 5:59:16 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '8' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437904756482 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 5:59:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437904782697 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 6:14:21 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437905661483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 6:14:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437905682694 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 6:29:21 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437906561483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 6:29:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437906582692 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 6:44:26 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437907466483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 6:44:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437907482700 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 6:59:26 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437908366483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 6:59:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437908382712 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 7:14:31 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437909271483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 7:14:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437909282705 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 7:29:31 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437910171483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 7:29:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437910182709 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 7:44:36 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437911076483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 7:44:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437911082710 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 7:59:36 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '7' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437911976483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 7:59:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437911982717 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    # < 26 July 2015 8:14:41 PM CST > < Info > < JDBC > < planprd1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '8' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1437912881483 > < BEA-001128 > < connection for pool 'odiMasterRepository' has been closed >.

    # < 26 July 2015 8:14:42 PM CST > < Info > < shared > < planprd1 > < ErpIntegrator0 > < timerFactory1 > < < anonymous > > <>< 0000KscsAwA6eL15zvS4yW1LYroQ000000 > < 1437912882713 > < BEA-000628 > < resources creation '1' for the 'odiMasterRepository', which '1' pool are available and '0' are not available. >

    @Chuggans-Oracle

    @P deker

    Hi all

    This problem had been solved by myself.

    The problem disappeared after I empty the cache from weblogic and restart all servers.

    Thank you.

    Mike.

  • Insufficient privileges. "Access home page. Error details Error Codes: C64RS3Z2

    Hello Expert;

    I am trying to deploy a catalogue (created in OBIEE 11.1.1.6.0) on my instance (OBIEE 11.1.1.7.0), when I try to load the analytical page I get the following error

    "No sufficient privileges." Access home page. "Details of the error, the Error Codes: C64RS3Z2"

    I try to check for roles as described in another thread and confirmed that the user weblogic has the catalog has the BIAdministrators role, consumer of BI, BI author role authenticated role.

    Please notify.

    Thank you

    Bahija

    Hello

    I have this problem happens because of the lower version of the catalog. To my catalog u just open the catalog on OBIEE 11.1.1.7 Offin mode. It will automatically upgrate catalog version obiee 11.1.1.7 then migrate this catalog using EM.

    If you have a problem with

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 27005] Unresolved column: "Transactions". "' Transaction ID to Arrangement. (HY000)

    Then, you will need to check the RPD. Open the RPD in online mode & check if ".» Column Arrangement transaction ID"is present in the table of"Transactions"or not.

    Here the names of columns & table name should be same (case sensative) as: "Transactions". "' Transaction ID to Arrangement.

  • Referencng a Page in another Page item value

    Hello

    I'm relatively new to Apex and I was using the Apex 4.2 Application guide to try to understand among other things session state. Could someone clarify if the following text, which is confirmed by the official user guide is accurate:

    "When a user sends a page, the engine request Express automatically saves the values typed in the fields (items) in session state. For example, assume that you have an application that contains two pages. The first page of the application contains a form where a user can enter a phone number. You have defined this form by creating a named item P2_PhoneNo . On the second page, you want to display the information that the user enters in the form.

    When the page is submitted, Oracle Application Express captures the value entered in the phone number field and stores the value for later use. The phone number entered by the user can then be retrieved from session state by referencing the element associated with the field in the page. »

    What that means for me is that I should be able to reference/use a point value entered in a field (P1_SUPPLIER_NR on Page 1) on region SQL report IE another page Page 2, as follows: "SELECT... WHERE supplier_nr = : P1_SUPPLIER_NR'. What I found though, is that the value of P1_SUPPLIER_NR is always NULL when accessing the Page 2. I don't know how to move a Page 1 value to use in the Page 2, but the text seems to indicate that I am not explicitly change the value between the 2 Pages.

    I use Apex 4.2 with the EPG and I am speaking here of Page elements rather than the Application parts. Any comments or links to articles relevant etc. are all welcome.

    Kind regards

    Kevin.

    Kevin,

    So, I think, at this stage, your question has been answered, though perhaps not the answer you were hoping for.

    So that the value of Page 1 to be available to Page 2, the condition is that it must be defined in the session. As a beginner describes, how the simpler to proceed is junction of the page 1 page 2 following a send operation. There are other ways, through JavaScript, to put it in the session, but if your goal is less work, then this probably isn't it answer for you.

    For what it's worth, branching and defining the corresponding items in the resulting page are the more standard way of doing things.

    -Joe

  • Apex 4.2 passage value between one point and another page

    I have a page where I accept a start date and date as the end parameter
    its source, which I put it as a preference or point of application

    Now, in the other page, I have referred to jasper...
    so it's the first page... I'm not able to access the start_date tends in another page
    start_date and end_date

    Start_date shows like null
    Am confused on what element of preference and application
    Where will we use preference as a source type.

    Example again
    page 103
    p103_start_issue - preferenec
    p103_end_issue - preference
    A button named other page
    The other page
    When I call report jasper I pass the value of the parameter as: p103_start_issue and: p103_end_issue
    But the real value is zero for fields...
    How can I acess the real value...
    Do I have to use the point of application. ? I tried the point of application as the source type, but always the same question.

    Thank you

    Am confused on what element of preference and application
    Where will we use preference as a source type.

    A Page element is the shortest way duration to store session state variables. Page items are usually (but not always) deleted when entering or exiting a page. They are usually used to store a value that changes most of the time that you enter a page. Page items are also usually mainly by the code on this page. This does not mean that the other pages cannot or will not use, but access from other pages must be controlled so that they are not reference an element of page of a different pages after the page cache has been cleared.

    Application parts are data that are changed or are intended to be viewed by several pages. Application parts are not deleted unless an end of session or a specific call to make them disappear.

    Preferences are data that are intended to be stored and retrieved to specific users for several sessions. Diary of an app and back in and the data is always available.

    That said, from your description of the problem, I suppose that the cache page 103 has been erased and erasing the page element values. I think you should use a part of the application of what you have posted.

  • A page actions affecting another page.

    Peep. Need your help here.

    With the help of the designer of LS, I put in place, requires quite a form developed for our company, IT access.

    Now only one hitch, I ran in that is related to dropdown lists with additional actions that display hidden fields.

    For example on exclu.1, I have a dropdown list for the choice of the Department. Based on the selection in this list then it displays a field of text hidden on the same page.

    Subsequently in Page 2 there is an another dropdown menu with a field of text hidden, based on another action distinct set.

    Now testing Acrobat X Pro and Adobe Reader 9 if I do the Department selection on Page 1 which translates the field hidden appearing then restores the 2nd drop-down list on page 2 as a non-operational where its action does not work.

    As a further test, I chose the fall down to Page 2, which worked well and the hidden text field first appeared, but the drop down menu on the Page 1 then stopped working and the hidden field on the action did not appear.

    I'm at a total lost as to why action on page sets the action on another page when their conditions have nothing to do with each other.

    Any ideas anyone? (hope I've explained this as clear as possible)

    Hey Joe,

    I found the problem. When you make the texts which are hidden as "Exclude from Layout", it won't work. I mean a drop-down list will not work. If you do these as hidden then both work simultaneously.

    Still one thing to get rid of the generator of the Action. It is easy, it is preferable to use the JavaScript of your choice where you can make the script according to your need.

    Thank you

    Sidonie.

  • To access the page defined by a dynamic action item

    I have a page element that is defined by a dynamic action. However, if I try to access this page anywhere else on the page element, it is null. Y at - it a specific method to dynamically reference the value of page elements, other than the usual & p2_page_item. reference. TIA.

    Hello!

    Where do you reference point? In another DA, process page?

    & NOM_ELEMENT. the syntax is only for the static text and it will be avoided in SQL and PL/SQL. It will get only value when the page is loaded.

    If you are referencing the element DA or JS, you can get its value with the function $v (for example $v('ITEM_NAME'). If you reference the process item, you can get its value with the standard bind variables syntax (: nom_element) or with the function v (for example v('ITEM_NAME'). If this process is inside the dynamic action, value of the item must be saved before session state.

    BR,
    Marko

  • How do to navigate to another page when press the 'OK' button to confirm the dialogue?

    Hello
    In a detail of the page, I have a "Delete" button, and when you press this button, it will appear a confirmation dialog box, if the user click on 'Cancel', the dialog box is missing stay and still on the current page, if the user presses the "OK" button, it calls a method in the class ViewImple (do remove and other business process logic) and show a different page. The extract of the JSF page as follows:

    < text af:commandButton = 'Delete' action = 'delete' id = "cb3" >
    < af:showPopupBehavior popupId = "p1" triggerType = 'action' / >
    < / af:commandButton >
    < af:popup childCreation = autoCancel "delayed" = "disabled" id = "p1" contentDelivery = "immediate" >
    < af:dialog id = "d2" type = "okCancel" title = "Confirm deletion?" resize = 'off '.
    dialogListener = "#{scheduleBean.deleteScheduleDialog} ' contentWidth ="200""
    contentHeight = "50" >
    < af:outputText value = "Are you sure you want to delete this report?" id = "ot1" / >
    < af:clientListener type = "dialogue" method = "dialogAction" / >
    < / af:dialog >
    < / af:popup >
    < af:resource type = "javascript" >
    function dialogAction (evt) {}
    result of the var = evt.getOutcome ();
    if(Outcome == AdfDialogEvent.Outcome.Cancel) {}
    evt. Cancel();
    }
    }
    < / af:resource >

    Now the question is when I click on "OK" button confirm dialogue, dialogue is missing, but he can't get into the business logic in ViewImpl class method (the "delete" action value you access method adfc-config.xml file, and then navigate to another page), also click on the button 'Cancel' to stay on the current page.

    All tips will be of great help!

    You can use it as

    Navigate ("deletePage"); the adfc-config. XML

    public static navigate (String taskFlowName) Sub {}

    > FaceContext.getCurrentInstance () .getApplication () .getNavigationHandler () .handleNavigation (FaceContext.getCurrentInstance (), null, taskFlowName);

    }

    or for isnde action to propagate a method you have to use
    > MethodExpression exp =
    > (MethodExpression) ADFUtils.getMethodExpression ("deletePage");
    > getRegAgentNextBtn () .setActionExpression (exp);
    I hope that you ADFUtils with you

  • How do the branch of ok/Cancel dialog to another page

    Hello
    I use the component of management Jdevloper 11 g ADF
    I need to display a confirmation message before the cancellation of the user access to its evolution. I implement this by creating a popup and Add dialog (ok/cancel) then put a showpopuupbehavior on my restore button component as explained in the book of 13-1 (Guide of Fusion Middleware User Interface developer for Oracle Application Development Framework Web) example.
    and I used this code:
    {} public void continueFromDialog (DialogEvent dialogEvent)
    Add the code in the event here...

    If (dialogEvent.getOutcome () is DialogEvent.Outcome.ok)
    {
    roll back
    }
    on the other
    {
    do nothing
    }

    }

    but I need to create a branch to another page after the user roll back, how can I do this (i.e. If the user click on the ok button on the dialog box I need to create a branch to the next page)

    any help please

    If you have defined a case of your current page navigation to another page say 'dismantling', that shows information on the restoration.

    {} public void continueFromDialog (DialogEvent dialogEvent)
    If (dialogEvent.getOutcome () is DialogEvent.Outcome.ok)
    {
    Code to navigate to the information Page for Rollback
    FacesContext context = FacesContext.getCurrentInstance ();
    context.getApplication () .getNavigationHandler () .handleNavigation (null, "rollback", context);
    }
    on the other
    {
    }
    }

    Thank you
    Nini

Maybe you are looking for

  • Can not connect via WiFi

    Hello! I recently got a laptop and I can't connect to my laptop wwhen network frist launches the application finds net work >but then the now net go strives to find. This is due to?1 / wifi is on. 2 / all of the settings are correct as a tell? can so

  • Where can I find norton 360 removal tool?

    Also, how can I repair the Windows Vista Ultimate x 64 operating system when it is already infected with a BUG, and you do not have the disc to reinstall the OS?  BTW, I bought the HP Pavilion dv9500 Notebook HP Home & Office 3 years ago, and I wish

  • Vista vs XP

    Thank you Mister Wizard.  I went initially selected typed "Run" Cmd that led me to a familiar screen. You have solved my problem.

  • BOOTMGR is missing - where should I put it?

    Hello: I have kind a unique set up, so my question would seem differs from others ask questions about BOOTMGR! I have 4 physical hard disk drives, as follows (disk numbers are from the Microsoft disk management software): Disk 0: 280 GB: healthy Prim

  • OpenScript supported browsers

    Where can I find the official information for OpenScript 12.4 browsers support? I found MOS document:Support for the browser for OpenScriptHowever, it's of covers of 2013 and only s version x 9.3 / 12.1. There's some forum threads that contain instru