While trying to integrate EBS 11i and APEX getting error

Followed white paper document of Rod West to integrate EBS 11i and APEX.
While trying to integrate EBS 11i and APEX getting below error.
"This function type can't be launched from forms without first logging into the E-Business Suite homepage".
Looks like i am missing out something. Please help!

Hi Rod,
Thanks for the reply. Please find the details below:
Created a function "Integrate APEX" .
-Properties/Type – SSWA plsql function.
- Web HTML/HTML Call – security_pkg.apex_launch
-Form/Parameters – Left blank because created apex_launch procedure without parameters
Attaching to the menu:
Logged in as System Admin -->Menus-->Queried menu (SUPPORT_GUI) and added the function (Integrate APEX) to this menu..
security.apex_launch procedure:
============================================
PROCEDURE apex_launch
AS
BEGIN
   OWA_UTIL.mime_header ('text/html', FALSE);
   OWA_UTIL.redirect_url (
http://servername:port/apex/f?p=appid:page::APPS:::'
END apex_launch;
=================================================
Also I have web enabled this package procedure (security.apex_launch).
When i click on "Integrate APEX" below error pops up.
"This function type can't be launched from forms without first logging into the E-Business Suite homepage".
Control is not going to security.apex_launch procedure at all. This i confirmed by putting log messages.
Let me know if something to be modified.
Thanks!

Similar Messages

  • I am trying to empty my trash and keep getting error code -8003

    I am trying to empty my trash and keep getting error code -8003...how do I get it to empty?

    http://support.apple.com/kb/HT1526

  • I am trying to install lightroom 4 and keep getting error 1935.

    I am trying to install lightroom 4 and keep getting error 1935

    http://forums.adobe.com/community/search.jspa?peopleEnabled=true&userID=&spotlight=false&c ontainerType=14&container=3316&rankBy=date&q=1935

  • Trying to finalise my movie and keep getting error 108

    Trying to finalize my movie and keep getting a message saying error 108 please help?

    http://support.apple.com/kb/HT1526

  • Trying to download latest itunes and i get error message (run preupgrade script for applemobiledevicessupport)

    trying to download latest version of itnes and keep getting an error message to run preupgrade script for mobiledevicessupport.

    I have OS X 10.5.8. I was finally able to locate iTunes 10.6.3 (not easy with 10.7 being the latest and greatest), so I have updated that. My phone syncs again! But I went ahead and ordered Snow Leopard to upgrade my OS. Wont' be too long before every update will require that.

  • Up graded from elements 9 to 11 tried to run incremental backup and keep getting error

    I keep getting error c:\ program data\adobe\elements organize\catalogs\my catalog\catalog pse 11 db. any help on this issue would be great.

    That's not one of Apple's better messages, unfortunately. 
    Most likely, there's a problem with a particular file, but they don't bother to tell you that.
    See #C3 in Time Machine - Troubleshooting.
    Also note that, on Leopard, the restored drive will be treated like a new one, and Time Machine will do a full backup of it.  You cannot prevent that.    But if you meant 10.6.8 (Snow Leopard), it probably will figure out what's happened and do only an "incremental" backup of the changes. 

  • Trying to restore the phone and I get error messages 4005, or 4013.

    My phone spontaneously died and went to the white apple with black background screen.  I hooked it up to iTunes and it said it needed to be restored, which I then started to perform but the phone seemed unresponsive after a while and a few times I got the error # 4005 and once 4013.  I'm not sure what else I can do to get the phone back to working condition.

        Hello dontknownuttin,
    Help is right here, front and center! Let's get your iPhone 5s working properly again. May I ask what's the last action done on the device before you received the error messages? Also, is there any physical or liquid damage on the phone? What version of iTunes do you have installed? As you share the details then we can get your device working again.
    Thank you…
    ArnettH_VZW
    Follow us on Twitter @VZWSupport

  • While trying to update anything on macbook i get error 103

    I have updates for Remote desktop client 3.7.1, Safari 6.1.1 and ITunes 11.1.4 that i cant run because at the end of installing process I always get an error 103. Any idea what is wrong ?

    Try the manual method specified here:
    iDevice Troubleshooting 101 :: iPhone, iPad, iPod touch

  • Trying to empty my trash and i get error code -8003 and it will not empty. Solutions??

    I am trying to empty my trash ans i keep getting the error code -8003 on a popup window with the option to stop or continue. Even when selecting continue in does no continue. Is there a way around this or another way to erase the trash.

    Try reading the XLab's "Solving Trash Problems" for a solution, you can find it at:
    http://thexlab.com/faqs/trash.html

  • I have been trying to download free apps and keep getting error messages about problem with pmts, no matter what credit card I use. Why

    Why is this happening? It shouldn't  on free updates or apps.

    Kimmie65 wrote:
    Why is this happening? It shouldn't  on free updates or apps.
    Based on what you have said so far there is no way to answer your question. You must have a valid payment method on file with the iTunes store, even to download free apps. The payment method is used to verify who you are. The profile information in your iTunes account must match the information for the credit card you have entered.

  • Error while trying to install EBS 12.1.1

    We are getting an error while trying to install EBS R12.1.1 on Linux x86_64 os(RHEL 5.2).We are getting the error at step 2 of 5 during database configuration stage 33% (65%) stage.The error is as given below,
    RW-50004:Error code received when running external process.Check log files for details.Running Database Install Driver for TEST instance.
    We checked the log files and in ApplyDB_****.log the error is
    RW-50010 :script has returned an error: 1
    How to fix these issues??
    Regards,
    Rupdipt

    Hi Taj,
    I am getting these error messages consistently throughout the log file,
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testerp
    sDbDomain : eigl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testerp.eigl.com:1521:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Jul 22 17:47:10 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/TEST/db/tech_st/11.1.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /d01/oracle/TEST/db/tech_st/11.1.0/perl/bin:/d01/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d04/StageR12/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/oracle/TEST/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
         /d01/oracle/TEST/db/tech_st/11.1.0/appsutil/log/TEST_testerp/adcrdb_TEST.txt
    Creating the control file for TEST_testerp database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:11 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:20 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    Whats the solution??
    Regards,
    Rupdipt

  • How to use SSO to integrate EBS 11i

    Dear all,
    Please give me some advice or some guide documents about how to integrate EBS 11i. My boss wants me to investigate it and let me give a solution about this.
    Please do help me!!!!
    Thanks.
    Kenny

    You will need to setup standalone Oracle Identity Management 10g (10.1.4.0.1) with sso and then integrate it with 11i/r12.
    Check this note for detail information.
    Note:233436.1

  • HELP! Downloaded LR5 and when open it shows an error message saying error while trying to change from modules and I can not even import photos. Am I doing something wrong?

    HELP! Downloaded LR5 and when open it shows an error message saying error while trying to change from modules and I can not even import photos. Am I doing something wrong?

    I have the same problem, and the solutions in   Error changing modules | Lightroom do not work.  Even uninstalling and reinstalling a new copy did not solve the problem.  As anyone got an idea what other lingering files might be causing the problem?

  • While trying to access my local network I get the message..."The page could not be opened because server cannot be found."  This, after updating to Yosemite and paying (again) for the server app.

    while trying to access my local network I get the message..."The page could not be opened because server cannot be found."  This, after updating to Yosemite and paying (again) for the server app.

    It's absolutley scandalous that a company with Apple's resources can let this happen.  They should have staggered the release by region rather than opening the flood gates.  The upgrade itself took me about 10 attempts to download it, and then I thought I was home free.  That was until it rebooted and won't activate.  It's over 2 hours now.
    Scandalous!

  • I keep getting an error code while trying to import a cd to my itunes: Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space.  What does this mean?

    I keep getting this error code while trying to import a cd to my itunes: "Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space."  What does this mean?

    Well it probably means exactly what it says... How much free space is there on your hard drive where the iTunes Media folder resides? I believe there is also an obscure bug that can occur when software doesn't read the true value of the free space properly, and the workaround is, perversely, to duplicate some content so that with less actual free space the software in question perceives it as more. I've no idea if iTunes is affected by such a bug.
    tt2

Maybe you are looking for

  • Exec system.vi

    Hello everyone, this is my first post! Im using exec system.vi to open cygwin. My problem is that when I run my code The command window will open and close repeatedly until I stop running the labview application. In the command line I've written C:\c

  • New entries in Business Partner

    Hi all,        We have new requirements(few standar BP and extended fields) for customer (BP) master data. I assume to create new customer we use BP transaction code.        Can I manually added fields(which are extended new requirement to customer m

  • Windows 2008 R2 DCs machine account password expiring

    We've a mixed Windows 2008/2003 environment across 30 connected sites. There is a mixture of 2008/2003 DCs. We've had an issue whereby when some of the Windows 2008 R2 DC have been rebooted, they lose there trust relationship with the domain ie we ha

  • ERPI Concatenate Segment in the metadata rule  Mapping Type

    Hi Gurus, I'm having an issue with ERPI Concatenate Segment. When i use mapping type as Concatenate Segment to concatenate Accounts and SubAccounts in the Metadata Rule receving Execution error in the ODI, but able to use FDM type without any errors

  • Final Cut Freezing and giving error messages

    FCPX is slow and unresponsive and when I drag clips into a project I sometimes get a message that the project cannot be saved, but mostly I get what you see below. Before you ask, it's not full, it is available, nothing has moved or changed. Any thou