Page URL

Hello,
I call a details page from the Search page and have an Return Link on the details page to return back to the search page.
The return link errors out as its not able to load and errors out as it is not able to generate the sql query. Please let me know.
Thanks
Rakesh

Return Navigation LInk :- OA.jsp?page=/test/xbol/oracle/apps/xbol/unapprvacsearch/webui/UnapprVacSearchPG&retainAM=Y
The error statck is : oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT UnapprVacEO.TRANSACTION_ID,
UnapprVacEO.ITEM_TYPE,
UnapprVacEO.ITEM_KEY,
UnapprVacEO.CREATOR_PERSON_ID,
UnapprVacEO.CREATOR_FULL_NAME,
UnapprVacEO.VACANCY_NAME,
UnapprVacEO.STATUS,
UnapprVacEO.JOB_NAME,
UnapprVacEO.JOB_ID,
UnapprVacEO.ORGANIZATION_NAME,
UnapprVacEO.ORGANIZATION_ID,
UnapprVacEO.LOCATION_CODE,
UnapprVacEO.LOCATION_ID,
UnapprVacEO.RECRUITER_NAME,
UnapprVacEO.RECRUITER_ID,
UnapprVacEO.MANAGER_NAME,
UnapprVacEO.MANAGER_ID,
UnapprVacEO.VACANCY_STATUS,
UnapprVacEO.BUSINESS_GROUP_NAME,
UnapprVacEO.BUSINESS_GROUP_ID,
UnapprVacEO.REVENUE_GENERATING,
UnapprVacEO.CREATORS_COMMENT,
UnapprVacEO.CURRENT_APPROVER,
UnapprVacEO.CURRENT_APPROVER_USERNAME,
UnapprVacEO.NOTIFICATION_DATE
FROM bolinf.tprt_unapr_vac_v UnapprVacEO) QRSLT WHERE (DECODE ( Adm , 'Mgr', manager_id, 'Ctr', creator_person_id, 'Rtr', recruiter_id, 'Adm', -99999, NULL, -99999, -99999 ) = DECODE ( Adm , 'Adm', -99999, NULL, -99999, fnd_global.employee_id )) ORDER BY RECRUITER_NAME
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
     at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:988)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
     at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
     at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:784)
     at xbol.oracle.apps.xbol.unapprvacsearch.webui.UnapprVacSearchCO.processRequest(UnapprVacSearchCO.java:44)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2320)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1719)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:504)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:425)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:98)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
The same sql stmt query generates when i call the search page successfully but when i return back from Details PAge it errors out.
Please let me know.

Similar Messages

  • How to get page URL in a dynamic page in 10.1.4?

    Does anyone know how to get the page URL in a Dynamic Page in 10.1.4 without using javascript.
    I know that you can use a PL/SQL portlet and the portlet_record, but this is specifically for a Dynamic Page.
    Regards
    Jenny

    Hi,
    I am trying the suggested approach in 10.1.4 but unfortunatley I get the following error:
    PLS-00302: component 'SHOW_INTERNAL' must be declared
    In my Dynamic Page I have the following code
    htp.p(cms_context.urlpage);
    In the '... before displaying the page' I have the following
    schema_name.cms_context.urlpage := schema_name.dynamic_page_name.show_internal.p_page_url;
    Can anyone help?
    Cheers
    Chris

  • How to get Page URL inside a JSR168 Portlet

    Hi,
    How can i get the Portal's page URL inside a JSR168 Portlet?
    All I can see in renderRequest Object is information about the portlet itself not about the page it is inside.
    Thanks,
    André

    Hi Andre
    Please see this note on My Oracle Support. 433507.1
    Hope that helps!
    AMN

  • 500 Internal Server Error while trying to connect to EBS home page url

    Hi,
    I am using EBS 12.0.4 on HP UX ia64
    After succesfully running adcfgclone.pl on both db and application server, when i tried to connect to my EBS home page
    url it is showing ::--
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     
    at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     
    at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     this might look proper...
    Edited by: 807592 on Dec 6, 2010 12:37 PM

    Hi,
    Did AutoConfig complete successfully?
    Please see these docs.
    Unable To Login After Clone [ID 418130.1]
    Steps To Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    oracle.apps.fnd.cache.CacheException - null connection - on AppsLocalLogin.jsp [ID 414170.1]
    Login Fails After Changing The 'GUEST' Password To Either Mixed / Lowercase In R12 [ID 602425.1]
    Thanks,
    Hussein

  • Invoking a page url from page1 in book1 to page2 in book2

    Hi,
    My need is to invoke a portal page url form a portal page. This works fine when
    the first page and the second one are part of the same book.
    But when the first page is in a first book and the second one in another book,
    the portal framework is enable to retrieve the second page.
    It seems that in that case, the framework is looking for the second page in the
    first book. Therefore it does not find it and load the default page for the current
    book.
    The problem may be that page labels can be identical while they are not in sames
    books and then the framework need an active book as context path ?
    Is it possible to programmatically change the active book?
    For our project we developed a tree component that enabled expanding a node without
    http call. That tree is involved in the portal app navigation and invokes pages
    url. It works fine while pages navigations are in the current book.

    We did not find any solution,
    Finally We decided to enable our tree menu to expand a folder only if it's part
    of the active book.
    Perhaps you could solve your problem with the setActive() method of the
    com.bea.netuix.servlets.controls.page.PageBackingContext class ?
    JP <[email protected]> wrote:
    >
    Olivier,
    we also hit this problem. It looks like a limitation of the product.
    I tried several things. For example, using a backing file on the page
    to
    'bring to the front' all the parent of the page I want to activate.
    But so far nothing worked.
    I would be very interested if you find a solution.
    JP
    Subbu Allamaraju wrote:
    Olivier,
    The page change mechanism in the framework expects that the page labels
    are unique in the portal tree. So, for page change to work correctly,
    please make sure that you've no duplicates.
    Subbu
    Olivier wrote:
    Hi,
    My need is to invoke a portal page url form a portal page. This works
    fine when
    the first page and the second one are part of the same book.
    But when the first page is in a first book and the second one in
    another book,
    the portal framework is enable to retrieve the second page. It seems
    that in that case, the framework is looking for the second page inthe
    first book. Therefore it does not find it and load the default page
    for the current
    book.
    The problem may be that page labels can be identical while they are
    not in sames
    books and then the framework need an active book as context path ?
    Is it possible to programmatically change the active book?
    For our project we developed a tree component that enabled expandinga
    node without
    http call. That tree is involved in the portal app navigation and
    invokes pages
    url. It works fine while pages navigations are in the current book.

  • How to get the current page URL

    HI All
    I am working in oracle apps 4.0
    I have one page called history in that i have one page item called Application url. My application id is 122 but its a copy of application 106
    How to get the current page url for the page item.
    Any steps should be help ful
    Thanks & Regards
    Srikkanth.M

    I'm not 100% clear on what the requirement is from the description, however it does sound like you are making things unnecessarily complicated.
    If you want permanent/ID-independent links then use application and page aliases.
    so here we used to display the url like this: <tt>{noformat}http://81.131.254.171:8080/apex/f?p=122{noformat}</tt>
    Do you mean that the URL is displayed like that? If so that doesn't seem particularly helpful. How is anyone supposed to know what it is?
    There are many ways to provide links in APEX&mdash;including lists and nav bars.
    Where the link is to another resource located on the same server (such as another page in the same app, or a different app in the workspace), relative addressing can be used, making it unecessary to include scheme, domain and port information in the URL. For example, if the page to be linked to has a page alias <tt>ABOUT</tt> in an application with alias <tt>UNITY</tt>, and the apps share an authentication scheme/cookie to permit shared sessions, then the link URL is simply
    f?p=UNITY:ABOUT:&APP_SESSION.

  • How do I change a page url in iWeb

    Hi guys,
    I used to have subwebs in iWeb to order different pages.  Now I'm publishing via Fetch to a new hoster, I find that some of the pages have retained the old sub web url, e.g. www.mydomain.com/subweb/page.
    I physically dragged all the pages into the top level mydomain.com folder in iweb, but I'm suspecting that becuase i can't now publish to mobileme, its not changing the url; certainly all the pages are showing red in the iweb (08) directory.
    Is there anyway I can edit the page url to remove the subweb address.  If I do it physically in Safari, the link then works, but that s a pain.
    Thanks
    Al

    I think you may mean sub site and folder name. A sub domain is a different thing and has a URL something like ...
    http://sub-domain-name.domain-name.com
    Whereas you probably have ....
    http://www.domain-name/site-name/page-name.html
    See this page for how to remove the folder name...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • How to create a link to web page (URL) to a billing document

    Hi,
    I have an urgent requirement of creating a link to web page (URL) to a billing document.
    I call the function module "GOS_EXECUTE_SERVICE" with :
    ip_service = 'URL_CREA'
    is_object-objkey = no billing document
    is_object-objtype = 'VBRK'
    is_object-logsys = 'BO'
    ip_rwmode = 'E'
    Then, I enter the title and the address.
    And, I have the message : "The attachment was successfully created".
    But when there's nothing in the attachment list of the billing document.
    (Tha table SOOD contains the record )
    If any one has some idea about his , how to achieve this functionality, can you please help me.
    Thanks
    Virginie
    geoge bush
    Posts: 6
    Questions: 0
    Points: 6
    Registered: 7/9/04
    Re: Attaching a file to a purchase Order from EP6 to R/3 4.6C
    Posted: Jul 13, 2004 2:46 AM      Reply      E-mail this post 
    Hi Somaraju,
    I am also looking for A CODE EXAMPLE TO ATTACH A DOCUMENT TO A AN sap OBJECT E.G. BUS222 AND ISUACCOUNT.
    IF YOU'VE AN Example code that you can email me . it would be great.
    thanks for the help.
    geoge.

    Hey,
    If you are using Portal (not Framework), the below tag will do the trick
    <wcdc:userProfile id="profileUserLink" immediate="false" text="#{security.userDisplayName}" shortDesc="#{security.userDisplayName}"  xmlns:wcdc="http://xmlns.oracle.com/webcenter/spaces/taglib"/>
    -K

  • Applescript to copy selected text plus page URL in Safari

    I do a lot of online research. I would like to be able to select text then run an applescript to add the selected text plus the page URL to the clipboard. I have found a couple scripts that come close to what I want to do, but they don't work. They get the URL and usually some other information, but instead of the slected text, I get "missing value". Does anyone know how I can make this work?
    The scripts I found that do kind of what I want, but don't work are:
    http://allancraig.net/index.php?option=com_content&view=article&id=113:saving-se lected-text-and-url-from-safari-to-a-file&catid=40:applescript&Itemid=91
    http://hints.macworld.com/article.php?story=20080207080505152
    This script works, but it copies URL and page title rather than URL and selected text:
    https://gist.github.com/70565
    I would be so grateful for some help on this.

    After looking around a bit more –
    first here: https://discussions.apple.com/message/9643814#9643814
    then here: https://discussions.apple.com/thread/3197130?start=0&tstart=0
    – I was able to cobble together this script:
    tell application "Safari"
      activate
              set theURL to URL of front document
              set selectedText to (do JavaScript "(''+getSelection())" in document 1)
              set theDate to do shell script "date +'%d-%m-%Y'"
      set the clipboard to theURL & return & selectedText & return & theDate as string
    end tell
    which does the trick very nicely. (I added the date to make it easier to do my references in college assignments.) I used Automator to save it as a Service and assigned a a keyboard shortcut (option + c). I believe this will speed up my workflow tremendously.

  • Firefox only prints the first page of several multi-page URL's.

    When I try to print a multi page URL, it only prints the first page and identifies it as Page 1 of 1, instead of Page 1 of x.
    But, IE-8 prints ALL x pages of the same URL perfectly.
    I've noticed this exact same FF problem with certain other URL's.
    This problem is on the current version 14, and dates back to version 9 or before! Any suggestions?
    Has anyone filed a Bugzilla Report? Please see Replies below, and visit:http://forums.mozillazine.org/viewtopic.php?f=38&t=511130&start=15 for more information.

    They gotta fix this. It's been a huge problem for me for more than a year. I''ll defect to Chrome soon if they dont address this bug soon. Printing has been atrocious, even pathetic, i hate to say it. I can only print one page, maybe two if i am lucky. Sometimes, if it prints more than one page, the first page is mostly blank and the formatting of the text and sidebars is completely overlapped and sometimes unreadable. Basically, printing in Firefox is useless - it's a joke. I have to take the URL from Firefox and paste it into Chrome to get a decent print job. Why isnt this bug a higher priority?
    Tags: Firefox cannot print, Firefox printing bug, Firefox only prints one page

  • Jsf page url don't show  full path on address bar.

    Hi,
    my problem is jsf page url don't show full path on address bar.
    1st page located on: http://127.0.0.1:7101/ViewController/faces/home.jspx
    2nd page located on:http://127.0.0.1:7101/ViewController/faces/pages/private/main.jspx
    when click 2nd page call button on home.jspx, then which is show main.jspx page. but on address url page full path is never change.
    ex: http://127.0.0.1:7101/ViewController/faces/home?_adf.ctrl-state=190epua3co_9
    I want to see this url : http://127.0.0.1:7101/ViewController/faces/pages/private/main.jspx?_afrLoop=15092772897987&_afrWindowMode=0&_adf.ctrl-state=190epua3co_14
    I used to adfc-config.
    how to resolve it?
    thanks
    juddi
    Edited by: juddi on May 20, 2011 12:06 AM
    Edited by: juddi on May 20, 2011 3:06 AM

    The question is why do you want to show the URL?
    Faces apps don't change the url with each click (as the click might be going into a region).
    Can you give us a use case? Do you use bounded task flows?
    JDev version?
    Timo

  • Smartforms - how to use page URL like output option ?

    Hello,
    in the smartofms output options, there's the possibility to set
    BSP Page/URL: ......
    and Output format:  XSF output + HTML.
    My requisite is to send a form in XML via web service, can I use it ? How is run ?
    tks.

    Hello
    Use the function module "FB_CONVERT_FORM_TO_XML" to convert the smartform to XML format table.
    The function module has been used in the method "GET_SMART_FORM_AS_XML" of the class .
    THanks ,
    M.Naveen Kumar

  • Get current page url

    I need to grab the current page url. What is the pl/sql api to do this?

    You find it in the page_url field of the portlet_runtime record in the wwpro_api_provider package.

  • Set Portal Page URL in Web Dynpro IFrame

    Hi All,
    I've a Web Dynpro application that runs in the portal.
    The application creates iframes dynamically.
    I want to set in the iframes portal pages.
    In order to get the page's url, I go to content admin, navigate to the page and then press the 'preview' button then I copy the url from the browser's address bar.
    I copy the url from the '/irj....' to the src property of the IFrame UI element.
    So the source property looks something like this:
    /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.mycomp.Omri!2fcom.mycomp.TestPage
    When I run the project I get:
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object: portal_content/.../...).
    Exception id: 06:01_17/10/06_0015_4401150
    See the details for the exception ID in the log file</i>
    The page's permissions are set to everyone so I don't know why do I get this error.
    So, how do I set portal page url in Web Dynpro IFrame?
    p.s
    I tried to use NavigatinTarget in the URL and it works. The problem is that the TLN is included. I want to display only the page.
    Thanks,
    Omri

    Hi Valery,
    I have only one domain...
    I searched SDN and I found this post:
    /message/1259616#1259616 [original link is broken]
    Daniel Wroblewski from SAP says:
    <i>This, naturally, sounds like a permission issue. Two steps:
    You must give the Everyone group end-user permission to the iView. This will eliminate the error and cause a login screen to display.
    If you want to eliminate the login screen, you must set the iView property Authentication Scheme to anonymous.</i>
    I will try it tomorrow in the Office.
    Omri

  • Recreating an old page url

    Hi there,
    I've got an iWeb site and have recently moved one of the pages from the site to a new site. What I would like to do is have a holding page that points users to the new site but I'm not sure how to do it.
    The original page (a blog title page) was this http://www.londonwriter.co.uk/www.londonwriter.co.uk/50Word/50Word.html
    but although I've tried to create a new page called 50 Word with my "this site has now moved to..." message - it won't link to the original page that's gone.
    Can someone tell me how I recreate the old page url so that I can put on my move message.
    I really hope that makes sense.
    Thanks
    Shark

    What you want is to use a redirect. You can add an HTML snippet to the old page with the following code:
    <script type="text/javascript">
    parent.window.location = "URL TO SITE/PAGE YOU WANT TO REDIRET TO"; </script>
    Thanks to Cyclosaurus for this code
    When a visitor click on the link to the old page they will be redirected to the new page. If the old page has a lot of items on it the redirect will not be immediate. If you empty that old page except for the HTML snippet it will be nearly immediate.
    OT

  • I have a list of page URLs - I want a report showing their SiteCatalyst Page Names

    I have a list of page URLs and I want to generate their respective page names.  Is this possible?  I have access to SiteCatalyst 15 and Discover 3.1.
    I want to end up with this table:
    Page URL
    Page Name
    www.example.com/page1
    Page 1
    www.example.com/page2
    Page 2

    You want to do this within CQ ? If yes then you can use pagemanager API to get page http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/wcm/api/Page.html#getName() name and JCR API to get path http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/javax/jcr/Item.html#getPath()
    To get absolute URL you can also use externilizer service http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/commons/Externalizer.html#absolut eLink(org.apache.sling.api.SlingHttpServletRequest, java.lang.String, java.lang.String)
    Yogesh

Maybe you are looking for