connection need be redirect to the page calling instead of the home page

Hello

I have connections to access to the different pages in the same application. Login works very well and brings me to the homepage every time. What I need is to redirect the user to the page where the connection was called from, and not to the home page. Is this possible?

Monpetit

Published by: user11267485 on July 8, 2009 12:07

Monfils:

Try to set FSP_AFTER_LOGIN_URL before redirect you to the login page.

: FSP_AFTER_LOGIN_URL: = ' f? p =' || : APP_ID | ':'|| : APP_PAGE_ID

CITY

Tags: Database

Similar Questions

  • Journal of R12 SSO on redirecting to the home page of R12

    Hi all

    I joined R12 with SSO. After clicking on connect, it redirects to the home page again after trying for a while to close your session in the sso page. Help, please.

    Environment, R12.1.3, Aix 6.1

    Kind regards

    Cherkaoui

    Hi Haran,

    Please confirm if the recent changes have been made, and this feature was working fine before.

    Please see if you can find more details in the log of Apache and Application files.

    Please also have a look at the notes:

    Logout link in E-business Suite does not return to the SSO login Page when using Ondaaah (Doc ID 735308.1)

    Thank you &

    Best regards

  • Cannot start any laboratories redirection to the home page

    Hello

    I am unable to start any labs. After about 01:40 minutes showing from laboratory it redirects to the homepage starting even I do not seem to be connected.

    I'm trying to start the HOL-SDC-1610 laboratory. Can someone please help?

    I already checked my laptop computer time settings and good sound.

    -LP

    Unfortunately, if your only access to Internet from your corporate network is via the authenticated proxy, there is nothing that you can change on your local computer to make a difference.

    In these cases, our users usually access to the laboratories of their home networks or public access, rather than the corporate network point.

    -Doug

  • I can't log out of creative cloud. When I hit the logout, I get redirected to the home page where I am always connected to my account.

    Can someone help me to log this account?

    Please check:

    How to sign out creative cloud?

    I can't log out or exit creative cloud

    Concerning

    Stéphane

  • OAF Page not redirected to the Home Page

    Guys,

    Whenever I open a page from the OFA and try clicking on the available top of page Home tab, it is not re-directed to the homepage where I expect view all responsibilities. On the other hand, it shows me a blank page. It is very urgent for the customer. I would really appreciate if any of you be of assistance?

    Waiting for your answers.

    -Veejay

    Hi Vijay,

    Please try below steps:

    -Ask the profile "mode Self Service Personal Home Page" option, and set its "Frame only"

    -Disconnect and connect again

    -Test the issue again

    Kind regards
    skannegulla

    Published by: skannegulla on 03/20/2013 21:17

  • I paid monthly fees for adobe photoshop. After that, I was redirected to the home page. When I log into my account, I see the opportunity to download a free version of photoshop to try or to pay for the version complete. There is therefore no possibility

    And I saw no more inconvenient for the year adobe web site.

    Hi M S,.

    I have checked with your Adobe ID on the forums and found that you have a subscription of single-app cloud creative for Photoshop plan registered under him, so once you install the creative cloud app and sign with your Adobe ID, it will work as a subscription purchased.

    On the web site if you are not connected or connected to another Adobe ID and then it will show you a trial only.

    Please click on the following link to download the Adobe Creative Cloud app: Download Adobe Creative Cloud apps | Adobe Creative Cloud free trial

    Once downloaded sign you in with your Adobe ID and password, go to the applications tab and click on INSTALL for Photoshop.

    Let us know if that helps.

    Kind regards

    Sandrine Bani

  • create a form button which redirects to the home page

    I have a built form that submits correctly on the server and executes the script server.  I used a button to send the form.  Is it possible to place another button next to the button to send, but this new button would redirect the user to your homepage instead of doing whatever it is associated with the form?

    It seems that if the button is a button "submit", then it performs the action of the form.  I wish that the button again to not associate with the form, but rather simply redirect a link.  The only reason to use this new button's appearance because it is next to the submit button.

    I guess I could also use an image, but the generic text link look good next to the button.




       

  • Redirect to another page with parameter passing using the POST method

    Hello

    I need to redirect to another page and pass parameters to it with the POST (not GET) method. How can I do?

    So far, I tried the 2 options and none of them works very well:
    1. I wrote a pl/sql procedure, but if I run it, then the page runs on my server application instead of actually going to another page in another server (I see the neame of the procedure in the web browser's address bar). Is there a way to work around a bit so that really, it goes to another page and pass the variables?

    procedure do_post)
    p_api_url in varchar2)
    is
    l_http_req utl_http.req;
    l_http_resp utl_http.resp;
    l_response varchar2 (4000);
    l_post varchar2 (4000);
    v_line varchar2 (4000);
    v_wallet varchar2 (100): = "file:/etc/ORACLE/WALLETS/oracle5";
    v_wallet_pwd varchar2 (100): = "test1234".
    Start
    l_post: = ' VK_SERVICE = 1001 & VK_VERSION = 008 & VK_SND_ID = testvpos & VK_STAMP = 88';

    Utl_http.set_Proxy (apex_application.g_proxy_server, NULL);
    Utl_http.set_persistent_conn_support (true);
    Utl_http.set_transfer_timeout (300);
    Utl_http.set_wallet (v_wallet, v_wallet_pwd);
    l_http_req: = utl_http.begin_request (p_api_url, 'POST');
    Utl_http.set_header (l_http_req, "Proxy-Connection ',' Keep-Alive'");
    Utl_http.set_header ("l_http_req, 'Content-Type', ' application/x-www-formulaires-urlencoded; charset = utf-8 ');
    Utl_http.set_header (l_http_req, "Content-Length", length (l_post) ");
    Utl_http.write_text (l_http_req, l_post);
    l_http_resp: = utl_http.get_response (l_http_req);

    LOOP
    Utl_http.read_line (l_http_resp, v_line, TRUE);
    HTP.p (v_line);
    END LOOP;
    Utl_http.end_response (l_http_resp);

    EXCEPTION
    WHEN utl_http.end_of_body THEN
    Utl_http.end_response (l_http_resp);
    end do_post;


    2. the second option, I tried is to put this script to my page of request code:

    < name of the form = 'mounted' action = 'https://www.somekindofurl.com/cgi-bin/dv.sh/un3min.r. '
    method = "POST" target = "_top" >
    < input type = "hidden" name = "VK_SERVICE" value = "1001" >
    < input type = "hidden" name = "VK_VERSION" value = "008" >
    < input type = "hidden" name = "VK_SND_ID" value = "testvpos" >
    < input type = "hidden" name = "VK_STAMP" value = "88" >
    < input type = "submit" value = "Let's's Pay" >
    < / make >

    < / make >

    But it does not work as APEX has its own system of Forms control. Is it possible to play? I tried to delete #FORM # of page templates and it works fine then. The problem is that I have other forms on the page as well (login form + search form) so I can't remove this manipulation of shape native APEX. Is it possible to play with it?


    Thank you much in advance.

    Hi Ibenarobeno,

    Your form can live at the end of the page with all the hidden items.

    You can then control with buttons and fields within the form of the Apex.
    through a bit of javascript.

    Concerning

    Michael

  • How to redirect to a page (without plug and pl/sql)

    Hello
    Have a requirement where when a user in the application, the APP_USER connection must be checked against the list of users in a database table, so APP_USER name exists in the table, the user should be redirected to the home page of another user should be redirected to the registration page.

    Tried the notion of connection:
    Branch point: on charge: before header

    Condition: NOT Exists (SQL query returns no line)
    Expression1: select * from users_tab where name = v('APP_USER')

    When this condition is given, if the user name does not exist in the users_tab, the page is redirected to page 1, instead of the registration page.

    Where is the problem here?
    How can it be resolved?
    Is there another way to implement this?

    Published by: 935799 on June 7, 2012 06:51

    It does not, the problem, it was that there was an entry in APP_USERS with VC

    I changed the entry to NOT_VCand management has started working

  • Go to the home collection

    When inside an article should which action I use a button to redirect to the home collection?

    I see some applications use as ExxonMobil inside the article 'careers' using the 'content '.

    Thank you.

    Create a hyperlink or a button that goes to goto://ApplicationViewState/library.

    Neil

  • Need a dynamic link. Page number should change. Depending on the type

    Hello world

    I am using oracle 11g xe, apex 5, universal theme and using the model of the classic report comment.

    It's my request, and I am able to go to a particular page which is connected via.

    Select IMG IMG, decode (tasktype,'CALL ',' fa-mobile', ' fa-tasks') USER_ICON, ' ' USER_NAME, sysdate, COMMENT_DATE, task_description ACTIONS, tasktype COMMENT_TEXT,.

    NWT ATTRIBUTE_1,

    ' ' ATTRIBUTE_2.

    ' ' ATTRIBUTE_3.

    "" ATTRIBUTE_4, 14 icon_modifier from vtask_list where ctn_no =: P444_LEAD_NO;

    In attribute_1 in the report I changed the link feature added attributes.

    He is redirected to the page 441...

    What I need to do, is that the page should change according to the State

    Let's say that tasktype = "CALL" THEN PAGE 441

    IF TASKTYPE = 'EVENT' PAGE 442

    How this can be accomplished in model .how classic report.

    Thanks in advance if one can guide on it.

    pauljohny100 wrote:

    I am using oracle 11g xe, apex 5, universal theme and using the model of the classic report comment.

    It's my request, and I am able to go to a particular page which is connected via.

    Select IMG IMG, decode (tasktype,'CALL ',' fa-mobile', ' fa-tasks') USER_ICON, ' ' USER_NAME, sysdate, COMMENT_DATE, task_description ACTIONS, tasktype COMMENT_TEXT,.

    NWT ATTRIBUTE_1,

    ' ' ATTRIBUTE_2.

    ' ' ATTRIBUTE_3.

    "" ATTRIBUTE_4, 14 icon_modifier from vtask_list where ctn_no =: P444_LEAD_NO;

    In attribute_1 in the report I changed the link feature added attributes.

    He is redirected to the page 441...

    What I need to do, is that the page should change according to the State

    Let's say that tasktype = "CALL" THEN PAGE 441

    IF TASKTYPE = 'EVENT' PAGE 442

    How this can be accomplished in model .how classic report.

    Way not obvious but simple to do this is to specify the alias of the page for pages targets corresponding to possible values TASKTYPE, which is CLAMORING for 441 and 442 EVENT respectively. Add TASKTYPE as a hidden column in the report, and then set the link Page on the ATTRIBUTE_1 column column property of the #TASKTYPE # column string substitution to post a link to the page with the required alias.

  • Its results are not redirect to the respective pages


    Hi all

    I configured ITS Peoplesoft peopletools 8.53 and ELM 9.2 instance.

    After you have everything configured, ITS search results arrive correctly but is you click on it, it is not redirecting to the respective pages.

    This is to show the error on the page in the status bar of Internet Explore.

    Could you please help me to solve the problem.

    Thanks in advance.

    AJMAL

    Hello

    Probably you are encountering the problem that is described in this document of knowledge "My Oracle Support":

    Doc # 1551951.1: Search 'Results list' contains links that do not work because they are built with the incorrect URL

    Here is the solution:

    ------------------------

    Make sure that the content/portal URI are set correctly on all nodes the.  This can be done as follows:

    1. connect to the PeopleSoft application

    2. go to PeopleTools Integration Broker, integration configuration, nodes

    3. sort by "Local node".

    4. for any node where "node Local = 1' do the following:

    a. set up the node

    b. go to the tab "portal."

    c. ensure that the text "URI Content" and "Portal URI text" are properly defined.

    For example, if your Integration Broker is on myserver.mycompany.com:8000 and your site is called hcm, you would use these values:

    Text of the URI of the content = "http://myserver.mycompany.com:8000/PSC/hcm /"

    Portal of text URI = "http://myserver.mycompany.com:8000/psp/hcm /"

    (Write it down "/" at the end of the values.) Make sure you remember that)

    d. make sure this change is made to all nodes. For example, for HCM, this aspect should be defined for nodes PSFT_HR and HRMS.

    5. after making the above changes, you need to rebuild the search index. Do this as follows:

    a. redeploy all the definitions of research that were built with the incorrect URL as follows:

    -Go to PeopleTools, research framework, Administration, deployment/delete the object

    -Box next to the definition of inactive research

    -Click "undeploy".

    -Once finished, check the box next to the definition of research and this time click "deploy".

    b. rebuild search indexes

    -Go to PeopleTools, research, Administration, research agenda Index

    -Bring the command run to perform a build of the full Index and launch it.

    c. Once finished the process ' Building for Search Index ', re - test and verify that the problem is solved.

  • Peripheral WiFi are redirected to the activation of Comcast page

    My setup is Arris of Motorola Surfboard SB6141 cable modem connected to the Cisco Linksys e2500 router which is connected to a desktop computer.  Then I have a laptop and mutiple iOS devices for WiFi connections.  Everything worked fine and then... I installed a new cable modem (SB6141) so I don't have to pay Comcast $10 each month.

    Everything goes well at first with the Office to connect to the internet just fine.  However the wireless devices were all redirected to the activation of Comcast page.  After an hour on the phone with Comcast and a complete reset modem they said that everything is going well at their end and with the modem, it must therefore be the router.  I called Arris anyway, since it was the new component and I could get free telephone support, but they also said it was a router problem.

    So here I am.  I hope that someone can help you.  I've already updated the firmware 2.0 which did not help.  I did a factory reset and all reconfigured.  But I'm back in the same boat.  wired connections are working but wireless connections redirected to the activation of comcast page.

    My gut tells me this is a screwup of Comcast, but I hope that someone here has seen this before and knows the solution.

    Thanks in advance.

    ipconfig/all results below, just in case they help.

    Microsoft Windows [Version 10.0.10240]
    (c) Microsoft Corporation, 2015. All rights reserved.

    ipconfig/all

    Windows IP configuration

    Name of the host...: Kernow
    Primary Dns suffix...:
    Node... type: hybrid
    Active... IP routing: No.
    Active... proxy WINS: No.

    Adapter Ethernet Local Area Connection * 2:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Juniper Network Connect virtual adapter
    Physical address.... : 00-FF-10-10-9D-92
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes

    Ethernet connection to the Local network card:

    The connection-specific DNS suffix. :
    ... Description: Broadcom NetLink (TM) gigabit Ethernet
    Physical address.... : BC-5F-F4-8F-38-04
    DHCP active...: Yes
    Autoconfiguration enabled...: Yes
    IPv6 address: 2601:8's: 301:6200:8946:a1b3:bce0:fc1d (Preferred)
    IPv6 address: fde1:cad6:24 has 2: 0:8946:a1b3:bce0:fc1d (Preferred)
    Temporary IPv6 address...: 2601:8's: 301:6200:e4f3:778f:daa:a9bc (Preferred)
    Temporary IPv6 address...: fde1:cad6:24 has 2: 0:e4f3:778f:daa:a9bc (Preferred)
    Address IPv6 local link...: fe80::8946:a1b3:bce0:fc1d %5 (Preferred)
    IPv4 address...: 192.168.2.148 (Preferred)
    ... Subnet mask: 255.255.255.0.
    Lease obtained...: Wednesday, August 26, 2015 23:19:54
    End of the lease...: Thursday, August 27, 2015 23:24:14
    ... Default gateway. : fe80::5a6d:8fff:fe70:3679 5%
    192.168.2.1
    DHCP server...: 192.168.2.1.
    DHCPv6 IOOKING...: 247226356
    DHCPv6 DUID customer...: 00-01-00-01-1B-3A-82-EA-BC-5F-F4-8F-38-04
    DNS servers: 2001:558:feed:1
    2001:558:feed:2
    192.168.2.1
    NetBIOS over TCP/IP...: enabled

    Tunnel adapter isatap. {A8B63168-47C1-43CD-9189-2BCAB6A6E318}:

    State of the media...: Media disconnected
    The connection-specific DNS suffix. :
    ... Description: Microsoft ISATAP adapter
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes

    Card tunnel Teredo Tunneling Pseudo-Interface:

    The connection-specific DNS suffix. :
    ... Description: Microsoft Teredo Tunneling adapter
    Physical address.... : 00-00-00-00-00-00-00-E0
    DHCP active...: No.
    Autoconfiguration enabled...: Yes
    IPv6 address: 2001:0:5ef5:79fd:18f0:12be:b38b:9bf4 (Preferred)
    Address IPv6 local link...: fe80::18f0:12be:b38b:9bf4 %2 (Preferred)
    ... Default gateway. :
    DHCPv6 IOOKING...: 201326592
    DHCPv6 DUID customer...: 00-01-00-01-1B-3A-82-EA-BC-5F-F4-8F-38-04
    NetBIOS over TCP/IP...: disabled

    try disabling ipv6, power cycle the router and see if that helps. What is the page you get to to? What configuration?

  • I want to do a video opening and to redirect to another page after the end of the video, how do?  No matter what widget or code can do?

    I want to do a video opening and to redirect to another page after the end of the video, how do?  No matter what widget or code can do?

    Can do in muse and I tried to use dreamweaver like the code below:

    <! doctype html >

    < html >

    < head >

    < / head >

    < body >

    < style >

    {#video_background}

    position: fixed;

    Bottom: 0px;

    right: 0px;

    min-width: 100%;

    min-height: 100%;

    Width: auto;

    height: auto;

    z index:-1000;

    overflow: hidden;

    }

    < / style >

    < video id = "video_background" preload = "auto" autoplay no Cup >

    < src = "source opening.webm" type = "video/webm" > "

    < src = "source opening.mp4" type = "video/mp4" > "

    This browser does not support video

    < / video >

    < script type = "text/javascript" >

    {document.getElementById('video_background').addEventListener ('ended', function ()}

    window.location.href = ' http://www.xxxx.com';

    (}, false);

    < /script >

    < / body >

    < / html >

    adeletsang wrote:

    Thanks for your reply.

    I just need to click on "object > insert html ' muse and paste the code there?

    My video ID is video_background which is defined by the widget by default, I should change the code below:

    The site I posted has no video in there and I don't have the widget that Peter sugested however, you can replace the startup code Nacy O made (the black with bit blob going around it) and it should work... understand that a ve\ideo will have to be downloaded by your browser clients before they can see it, so it's another delay for them.

    The code you posted is the code of downtime and that seeks a DIV not called "intro" so no do not change his name...

    A mandatory opening text

    After 5 seconds, this block will disappear.

    Everything between the two div tags is startup code and replace you it with you video and then use the muse "object > insert html" tool to place on your page.

    The demo includes three bits;

    • the body or the div tag is the code shown above and goes into the tool "insert html".
    • a header code that defines styles i.e. the yellow background and text... cela goes in your location of metadata page

    • The final code is the timeout in jQuery you had but do not change the name to the background image unless you also change the name of your div to match... Nacy O put it in its footer code that is correct for DW, but Muse has no footer as such area so I used a master metadata slot to the same effect. The important point is that it descends UNDERNEATH other codes.

    Have a play with it and see how you go...

  • Firefox redirects to the page after you clear the cache, reset, reinstall

    Only in Firefox (checked in chrome and IE 10) and only on this computer, when I try to go to this page: caroliniancanada.ca/calendar, I get redirected to calendar.com.

    OS: windows 8

    I tried the following:
    clear the cache, history, passwords etc. (I have deleted everything after support to the top of my favorites)
    start firefox in safe mode
    start firefox in safe mode windows safe mode 8
    Reset firefox
    reinstall firefox without any saved data or backup

    This problem persists.

    I am running a Norton scan and will run malware bytes later. Nothing else that a few tracking cookies have been discovered so far.

    Thanks for the quick response!

    Before trying your solution:
    adding notes:
    - http://caroliniancanada.ca/calendar/ goes to the correct location (a php calendar application installed on the server)
    - www.caroliniancanada.ca/calendar seems to open the google search for the address
    - http://caroliniancanada.ca/calendar or http://www.caroliniancanada.ca/calendar open calendar.com

    After I tried your fix:
    - http://caroliniancanada.ca/calendar now redirects to the correct location
    - http://www.caroliniancanada.ca/calendar still heading calendar.com
    -the Web server SHOULD be redirect all traffic on the www to non - www.

    Conclusions:
    I think that it is indeed a mistake to redirect to the server. I tried it again in a new combination on Chrome, and it seems that if I type in www.caroliniancanada.ca/calendar or http://www.caroliniancanada.ca/calendar I get redirected to a "not found" page which suggests calendar.com . It seems as if Firefox is simply force a reload in calendar.com rather than providing an error.

    I am now able to reproduce this on my other machine of firefox by going to http://www.caroliniancanada.ca/calendar , so I'll mark this resolved and try and understand what is happening with my redirects. Hair pulling yay! Need a haircut anyway...

    Wow, what a frustrating way to discover a server error! Thanks again for your quick help!

Maybe you are looking for

  • Skype account exposes my e-mail or mobile phone number

    When I create a new Skype account, I have to use my cell phone or my email address, which then become my Skype name. This means that my e-mail or telephone would be exposed to my contacts. Let's say I want to use Skype to support, and I don't want th

  • HP touchsmart 300 pc tv tuner entry burned

    I came home, I forgot that I had left my pc on all day, I smelled something that was burned. I noticed that the cable to the tv input wire was burned, about 4 inches from the end. Got cable, research in the area of entry on the pc, I see it is burned

  • Desktop appearance: screen rotates 90 degrees

    original title: desktop appearance My office has suddenly turned 90 degrees. How doo to fix this?

  • shift of email

    Lately, the emails are open more late .white screen appears and after about 10 seconds, mail to open.

  • Automatic creation of Exchange clients will create UM acct

    Hello Sorry for a basic question, but will be creating the auto-create customers Exchange UM acct? or during the Exchange, customers are create, should go to the unit and to create or import new clients?