APEX4 possible bug: ERR-1412 Unable to resolve page alias

Hi,
when I try to start application using builder from a page that requires authentication I get the following error after successful authentication:
Error     ERR-1412 Unable to resolve page alias (f?p=107|13|2569050001543698|||||). Clicking OK under error displays the target page successfully.
This happens in development environment only. No errors when starting application by direct URL from end user point of view.
The login process use the following code:
v_flow_page := :APP_ID||':'||nvl(:FSP_AFTER_LOGIN_URL,1);
wwv_flow_custom_auth_std.post_login(
P_UNAME => :P101_USERNAME,
P_PASSWORD => :P101_PASSWORD,
P_SESSION_ID => v('APP_SESSION'),
P_FLOW_PAGE => v_flow_page
Thanks.

hi,
here i am giving the steps what i have done.
Registered application as a partner application in SSO.
the details are
Name: Demo
home URL :http://167.13.123.77:8080/apex/f?p=4550:1:3895682131561869
Success URl :http://167.13.123.77:8080/apex/f?p=101:1:1823729311778544:::::
Logout URL :http://167.13.123.77:8080/apex/f?p=101:1
then i ran the loadsdk.sql script,
then i ran regapp.sql script in FLOWS_030100 schema, then it prompted for
Enter value for listener_token: HTML_DB:167.13.123.77:8080
Enter value for site_id:5B07385D
Enter value for site_token:L3XV4G6B5B07385D
Enter value for login_url: http://167.13.123.77:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
Enter value for encryption_key:AAB582795995E319
Enter value for ip_check: N
after that i ran custom_auth_sso.sql and custom_auth_sso.plb
then given grants to public user.
grant execute on wwv_flow_custom_auth_sso to apex_public_user;
created authentication scheme and i made that scheme current.
when i am running the application through apex
first it's asking for SSO username and password, after giving valid username and pwd, it's giving "the page can not be found" message. url of the page is http://dev.sso.com:7777/sso/auth
where i was wrong. pls help me.
thanks
kmr
Edited by: user11132509 on May 15, 2009 4:36 AM
Edited by: user11132509 on May 15, 2009 5:45 AM
Edited by: user11132509 on May 15, 2009 5:52 AM

Similar Messages

  • Error ERR-1412 Unable to resolve page alias (APP_ID).

    Dear Friend,
    I Have Create Report
    select INVOICE_NO,INVOICE_TYPE,CURR_CODE,EXCH_RATE,NO_OF_PAX,FREE_PAX,EFFECTIVE_PAX,ACTIVE_FLG,
    CASE WHEN APPROVAL_FLG='Y' THEN
    'BLUE'
    ELSE
    '<a href="f?p=:APP_ID:4::SESSION::NO::::">Create New Invoice</a>'
    END
    AS LINK
    from AR_INVOICE_MAS TM WHERE FILE_CODE=:P7_FILE_CODELink created but when i click on Link Then Show mw Error
    Error ERR-1412 Unable to resolve page alias (APP_ID). 
    How to resolve it.
    Thanks

    Dear Friend ,
    Jus PAss
    '<a href="f?p=&APP_ID.:4:&SESSION.::&DEBUG.::::">Create New Invoice</a>'

  • Error ERR-1412 Unable to resolve page alias

    hi,
    i'm able to get the page by specifying the application id. but unable to get it by using the page alias(ie.,application name). What could be the problem....

    Please show details like the URL you are using and all relevant details about your application and page. The page alias is not the same as the application name. Applications have both a name and an alias as does a page. You might be using the application name or the application alias instead of the page alias.
    Scott

  • Error ERR-1412 Unable to resolve page alias (RUN_PAGE)

    Just started to get this error on the hosted environment when I click on the Run icon on Page Definition page in App Builder, link is
    http://htmldb.oracle.com/pls/otn/f?p=BUILDER:RUN_PAGE
    Anything going on?
    Thanks

    This happens when someone imports a copy of the Builder into their workspace and doesn't change the alias from 'BUILDER'. This happened today. I fixed it. It's a bug that will be fixed in 2.2.
    Scott

  • Error ERR-1412 Unable to resolve page alias (State Bank Of Indore).

    i have created a select list with branch to page .When i clicked on this list it gives this error
    reply

    pages in htmldb can be aliased with alphanumeric identifiers. this way you can use those aliases instead of the page names when calling them. your error message means that you asked htmldb to serve up a page with an alias of "State Bank Of Indore" when a page with such an alias didn't exist (page aliases have to be valid oracle alphanumeric identifiers, so htmldb wouldn't have let you create an alias with spaces in it like "State Bank Of Indore", anyhow). to me this suggests you have an improperly defined branch. i'd check that branch to make sure your page is correctly specified there.
    hope this helps,
    raj

  • Unable to resolve location alias (1023066 error) during of BR execution

    Hi,
    I'm using 11.1.1.3 planning classic application.
    Application has been migrated from EPMA 9.3.1.
    I try to use @XREF function to get data between plans of this application.
    BR has been validated successful.
    But I get "Unable to resolve location alias (1023066 error)" during of BR execution.
    What can be a reason of this trouble?

    Hi ,
    1. The error 1023066 is "Unable to resolve location alias" happens only when location aliase is not set in essbase matching the source server
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Apex4: possible bug in IR

    Hi,
    I have an IR with a date column. When I update the sql query ( add a new column or even update a colum alias) this resets column attributes for the date column including custom header, heading alignment, and date format mask attributes.
    Thanks

    Edward,
    I happened to find your note just now.
    I don't see what you're reporting happening when I change the SQL of my IR. At least, the date format I set for a date column remained, though I didn't mess with that specific column. And the custom headers are definitely not changing for other columns when I drop a column from my query.
    Were you trying to say that this bug occurs on a column when you change the query definition for that column? Is it possible that your change was making the old column get dropped and a new one added?
    Good luck,
    Stew

  • Possible bug in 3.1.1 with APP_ALIAS substitution string?

    Hello team,
    this morning we carried out the migration to 3.1.1 however i noticed that the only translated application i have doesn't correctly handle the APP_ALIAS substitution string any more.
    I had to manually replace all the occurrences of APP_ALIAS in the application to get it back to work when using a translated version.
    The primary language app works ok and correctly substitutes the application alias, but the mapped application throws errors saying it cannot locate the page alias being referenced.
    If i look at the resulting links of a mapped application i see that the application alias is not the expected string but a system generated string beginning with letter A followed by several digits.
    I seeded and published the application several times with no improvements.
    Does this sound as a known problem?
    Bye,
    Flavio
    http://www.oraclequirks.com

    Ok,
    i can now provide some more details on the problem:
    see the problem by connecting to:
    http://www.yocoya.com/pls/apex/f?p=601
    if you navigate the application without changing language, everything works fine.
    Now switch to english by clicking on the button on the upper right side of the page, then
    click on any link, you will get a message like:
    Error      ERR-1412 Unable to resolve page alias (NEWS)
    If you hover with the pointer on the links, you can see that the application alias is a string like "A2549821011244062".
    In the primary language application is instead YOCOYA601.
    Until version 3.0.1 the application alias of a translated application was equal to the alias of the primary application.
    I hope is now clear what i meant with my first message.
    Bye,
    Flavio
    http://www.oraclequirks.com

  • BUG? "ERR-1002 Unable to find item ID..." on branch on upgrading 3.0 to 4.0

    I'm testing the waters prior to upgrading a customer application from APEX 3.0.0.00.20 to 4.0.2.00.07.
    The application has been exported from the APEX 3.0 environment on a 4.0 instance on a different server. Both databases are 10.2.0.4.0 EE.
    A on navigating&mdash;via a standard tab&mdash;to a page containing only conditional On Load: Before Header branches, the branches are failing with
    Unexpected error, unable to find item name at application or page level.
    Error: ERR-1002 Unable to find item ID for item "p810_status" in application "121". This is caused by the branch action having Set these items item names specified in lower case:
    p810_status,p810_read_onlyThe error is resolved by changing these item names to UPPER CASE.
    This is not a disaster. Using APEX views I can see that there are only a handful of branches specifying item names in lower case so it won't require major effort to fix this app when it's upgraded for real.
    However, (a) I am aware that there are other places in this app where item names are specified in lower case; and (b) I tend to type most of my development stuff in lower case, so I'd like clarification on this issue.
    <li>Is this a known issue? (Can't find any earlier mention of this on OTN, MOS or web)
    <li>Is this expected behaviour in APEX 4.x or a bug?
    <li>If a bug is it fixed in 4.1?
    <li>Is there a change in APEX 4.0 requiring branch item (and other?) references to be uppercase? If so, where is this documented?
    I notice that it works OK when the same item values are specified in the URL using lowercase item names.
    Bumped by: fac586 on 08-Mar-2012 15:51
    I noticed that APEX 4.0.2 has converted all branches to use the [now] late, lamented "Set value before branching" option. Is this significant? Obviously this won't occur if upgrading to 4.1.
    Edited by: fac586 on 12-Mar-2012 15:14

    Hi Lukx,
    Thank you for reporting this. You have hit upon an issue with this page, for which I have filed Oracle bug #11840642. To get around this in the meantime, you can see page specific changes by going to:
    1) The 'Page Definition' page for the page you want to see recent edits.
    2) Go to 'Utilities > History'. This will show you recent actions for components on the current page.
    Hope that helps and thanks again for catching this.
    Regards,
    Anthony.

  • ERR-1002 Unable to find item ID

    Hi. can any one help me to resolve this issue
    ERR-1002 Unable to find item ID for item "P801_LISTP801_NG_PO_NUMBER" in application "1000300".
    Unexpected error, unable to find item name at application or page level.

    Hi,
    That does not look like an Oracle error message (They usually start with ORA-)
    http://docs.oracle.com/cd/B19306_01/server.102/b14219/toc.htm
    Perhaps someone coded that inside some application?
    Anyway, if you believe it to be an Oracle exception should write just a little about the situation causing this, along with a stack trace.
    Regards
    Peter

  • ERR-1002 Unable to find item ID on app 4000

    Hi,
    I wish have my last changes made on a page
    under
    Utilities>change history>Recently Edited Pages
    i get this error
    Unexpected error, unable to find item name at application or page level.
    ERR-1002 Unable to find item ID for item "P358_PAGE_ID" in application "4000".
    Return to application.
    Any Help?
    Thanks in advance
    lukx
    so win xp
    rdbms 10.2.0.4
    Application Express 4.0.2.00.07

    Hi Lukx,
    Thank you for reporting this. You have hit upon an issue with this page, for which I have filed Oracle bug #11840642. To get around this in the meantime, you can see page specific changes by going to:
    1) The 'Page Definition' page for the page you want to see recent edits.
    2) Go to 'Utilities > History'. This will show you recent actions for components on the current page.
    Hope that helps and thanks again for catching this.
    Regards,
    Anthony.

  • ERR-1002 Unable to find item ID for item "F145_QUERY" in application "4000"

    Hi all,
    First I will give you an overview:
    APEX version: 3.2.1.00.10
    DB Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    Now the problem description:
    I have a report region of type: Function body returning sql_query.
    After the sql_query is written into a variable, I would like to fill an application_item or page_item. The problem is, it is returning the error:
    ERR-1002 Unable to find item ID for item "F145_QUERY" in application "4000"
    After that I tried to create a stored function (return varchar2, because a sql_query is generated) which has got the same structure. Also I am trying to fill the session state of the application item.
    Then I am just having the following code in my report region:
    declare
    q varchar2(30000);
    begin
    q := function_name;
    return q;
    end;
    Funciton example:
    create function simple_example return varchar2 is
    q varchar2(30000);
    begin
    q := 'select sysdate from dual';
    apex_util.set_session_state('F145_QUERY', q);
    return q;
    end;
    But even then I am getting the error.
    Is it a bug? And how can I solve the problem?
    Any help is highly appreciated. Thanks in advance,
    Denise

    Hi Scott,
    most of the time the obvious solution is the best, I agree.
    But I have checked that one, before I posted the thread ;-)
    And yes, the error message really says Application 4000. That is, why I am so confused, cause I know that that is the APEX itself.
    The actual code is written within the report region. As I said, I tried 2 versions.
    The second version is explained above and the first version was the code within the report region:
    declare
    q varchar2(30000);
    begin
    q := 'select sysdate from dual';
    :F145_QUERY := q;
    return q;
    end;
    The report region is a normal report with source_type = Function_returning_sql_query.
    That is all I know, and now I hoping to find someone who has got an explanation or a even a solution for this. :-)
    Thanks,
    Best regards,
    Denise

  • Error ERR-1002 Unable to find item ID for item "" in application "11501"

    Hi All,
    I am new to Apex, still a beginner. Please need your help on this.
    We recently upgraded to Apex 4.1 from Apex 3.0. The database version is 10.2.0.4.
    I am getting this below error.
    Error ERR-1002 Unable to find item ID for item "" in application "11501".
    Unexpected error, unable to find item name at application or page level.
    This error specifically occurs when two sessions are opened from the same browser, and the same page is accessesed. This was not occuring before in 3.0.
    Thanks,
    Sarvesh

    Hi,
    i have the exact same problem and situation. (but i dont use Oracle Apps, only APEX).
    Migrated from APEX 2.2 to APEX 4.1
    Application is (unfortunately) used and opened in Internet Explorer with more than one session/tabs by users.
    In APEX2.2 this was working, in APEX4.1 i get the following error:
    Error ERR-1002 Unable to find item ID for item "" in application "111".
    Unexpected error, unable to find item name at application or page level.
    Technical Info (only visible for developers):
    is_internal_error: true
    apex_error_code: WWV_FLOW.FIND_ITEM_ID_ERR
    component.type: APEX_APPLICATION_AUTH
    component.id: 29961616743801399
    component.name: CUSTOM_LDAP
    error_backtrace:
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x1893e7410 676 package body APEX_040100.WWV_FLOW_ERROR
    0x1893e7410 1008 package body APEX_040100.WWV_FLOW_ERROR
    0x147cb1b58 742 package body APEX_040100.WWV_FLOW
    0x147cb1b58 4729 package body APEX_040100.WWV_FLOW
    0x147cb1b58 7094 package body APEX_040100.WWV_FLOW
    0x18a3e9208 247 procedure APEX_040100.F
    0x18ab6c258 31 anonymous block
    So i thought this is an issue with the authentication scheme (that was migrated, too). I dropped it and recreated it, but same problem.
    When i look to the URL after the re-login, it is:
    https://<server>/f?p=111:3:1139701000375375::::,4753713078141275:
    The strange thing is the part of ",4753713078141275:"
    What is APEX doing here?
    => i figured out that this is a Page Item ID. I have the hidden item P3_REPORT_TYPE which interal ID is 4753713078141275.
    I use the hidden item to conditionally display some regions on the page.
    Or is the problem before the comma, the "NULL" value ",47..." ?
    Can anyone help me or explain what is the problem here to get a solution?
    Thanks and regards,
    Matthias
    Edited by: matze on 24.05.2012 10:05
    Edited by: matze on 24.05.2012 10:30

  • Error ERR-1002 Unable to find item ID for item "" in application

    Hello.
    I have same problem like at guy from last message of this thread Error ERR-1002 Unable to find item ID for item "" in application "11501".
    I have apex 4.2.1.00.08
    Occasionally address box contains comma (f?p=102:LOGIN_DESKTOP:::::,). This bug do not have a logic, just occured.
    Could somebody help me?

    This select
    select * from apex_workspace_activity_log t
    where t.error_message like '%ERR-1002%'
    returns about 40 rows. 1-3 for every day. Mb somebody know about this bug ?

  • Migration Error: Unable to resolve core universe ID

    Hi All,
    I am trying to  migrate Linked universe from dev to prod.
    It shows me in Prod, How ever when i try to open/import  the linked universe from  prod , I get an error:
    " Unable to resolve core universe ID" " Universe export not successful"
    Can anyone suggest me a possible solution for this?
    Thanks,
    Candie

    HI BOCP,
    I think I am not clear on this:
    Under the links in prod universe it still shows the core universe from dev. If I try to change the source to Prod I can save it but not export it.
    On export it gives me an error " failed to conver unv to unw.
    Pls suggest?
    Thanks Candie

Maybe you are looking for