Discoverer Login using Application User

Hi,
we have a portal developed using adf and jsf where the usernames and passwords are stored in the table when the user enters the login and password information a procedure check is the user is valid and logs into the application we have VPD to control the security.
Now i want to pass the logged in username ( Application user ) as application_user parameter,to discoverer url and use it in the post login trigger. How can i achive this ? I am passing the oracle username and password to connect to the database in the url using post method.
Thanks in advance.

Hi,
You are right you cannot pass the Discoverer password in a URL unless you use a HTTP Post transaction.
If you are using Oracle Applications you can connect directly to Discoverer from an Applications form function or use SSO.
If you are using some custom application and the username is not a database user, then you could using a common database username/password and run a logon workbook then runs your custom logon process. The application username and password would then be in the parameters to the workbook in the URL and not Discoverer usernames and passwords.
Hope that is clear.
Rod West

Similar Messages

  • Not able to login using ORACLE USER in Linux

    I am not able to login using OS user ORACLE in linux,
    I am getting following error when trying to login
    /etc/X!!/gdm/PreSession/Default : Registering your session with wtmp and utmp
    /etc/X!!/gdm/PreSession/Default :running : /usr/bin/X11/sessreg -a -w /var/log/log/wtmp -u /var/run/utmp -x "/var/gdm/:0.Xservers" -h "" -1" : 0" "oracle"
    /etc/profile: line 17 : syntax error near unexpected token 'then'
    /etc/profile: line 17 ' if[ $USER = "oracle" ]; then'
    Failed to execute message bus daemon : No such file or directory
    EOF in dbus-launch reading address from bus daemon
    I tried to edit /etc/profile file but not sucessfull. Please help me out . This installtion is on VM ware
    Edited by: user12356407 on Dec 16, 2009 3:21 AM

    user8896383 wrote:
    I am not successful to login using Oracle User .
    I tried to edit /etc/profile file on Line 17 , but of no use.
    could you please be more precise about what exactly i should look in or edit in that file.
    Thanks for your immediate response.My car doesn't start
    I tried to fix it
    It still doesn't start.
    Can you be more precise in telling how to fix it.

  • Concurrent user logins using same user ID- Is it Possible?

    Hi Experts,
    I want to know how can I make the configuration for user ID in SAP to login in to the system at once through different machings. Basically concurrent user logins using same user ID.
    Is this is possible?  whats the configuaration? Am I violating any SAP license policies?
    Please help me with this.

    just for the knowledge, it is possible and via following parameter
    login/disable_multi_gui_login
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm
    However, it is not permitted to use in Production at all. But sometimes, only in critical situations, for eg. we have only a few basis IDs and some maintenance task is to be carried out involving more resources, multiple gui login can be utilized in sandbox to for that ID.
    But, it is for sure that, USMM report will be sent to SAP for the sandbox too. So client is subjectable. If you, as a basis guy, are going to try it, then please do it only after the confirmation from the client and only if client needs it.

  • Using application user for Cisco webdialer (V7.1.3)

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:Standaardtabel;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    Hi,
    I’m trying to use the Cisco webdialer Servlet to make a central application for making phone call’s. When I’m using an normal enduser, I’m able to make a call without any problems. When the end user is configured with multiple Controlled Devices, I can select one of the phones and make a call.
    Because I’m making a central application, I don't like to use an normal enduser (ldap). Therefore I tried to use an ‘application user’. I configured the controlled devices (same phones as the with the normal enduser)and gave the application user permission for the standard CCM end user.
    I checked everything, but I’m not able to get any information about the controlled phones. When I use the normal WebDialer http page, the authentication works fine, but I don’t see the any (controlled) phones.
    Does anyone know if its possible to use an application user in the WebDialer?
    Regards,
    Theo

    There are two different database tables - applicationuserdevicemap and enduserdevicemap.  Those tables store the association relationship between users and devices.
    I guess Web Dialer only looks into enduserdevicemap table.
    Michael
    http://htluo.blogspot.com

  • Can't login using  new user account created in SP01 PL01

    I have a demo site which I have used for a while and just upgraded to SP01 PL01.
    I created a new Business Partner and two users, assigned an email address and pre-assigned a web password before synch.
    The accounts seem to be created properly yet I cannot log in using the email address as user and the password I specified
    BP synch field is email address, Password alogorithm is Webtools User ID ( but irrelevant in this case as I specified the web password )
    Active and Approved settings for the user in webtool make no difference.
    I tried generating a forgotten password e-mail and this confirms the initial passwords I set but I still cannot log in as either of these users.
    What could be wrong here ? - I clearly have the right credentials and other users created before can still log in correctly

    BP was not set to Active. Many thanks.
    I don't remember having to  the Active flag in WT for BP before - has the functionality on this been changed recently?
    The Active flag in WT does not synch to any field in B1 right? so it is a step that HAS to be carried out for new accounts in WT alone?
    Geoff

  • Adding Sip Phones - "End User" Vs "Application User"

    Can we use "Application User" as the  'Owner ID' & 'Digest User' when Adding a 3rd Party Sip Phone? Since our CUCM is integrated with LDAP, we cannot create new 'End User' without calling the AD Administrator.

    You need an End User account. Just create a new OU in LDAP and place all of the phones there if they are not assigned to a real user.  Assign a long/random password to secure the account from all other logins.

  • Can you rig Discoverer to use custom application user logins?

    This is using Discoverer 10.1.x and Oracle 10.2.x
    Instead of having database user accounts, is there a way to get Discoverer to use/recognize logins created for our application which are stored in a table?
    From what I've heard, 11i can do this but we're already gone forward with this structure and we really don't need all of the other things that come with that package.
    I've looked around and it looks like some form of implementation of the Discoverer login trigger may be able to be used but I'm still not sure.
    Thanks.
    Message was edited by:
    user526667 - changed the title

    Well let me explain as I know it - and the easiest would be to start with pre-10g.
    If you were installing Disco v4.x, then - if you have Oracle Apps installed - you could create an Apps EUL. This would mean that all users would be Apps users and when you setup the gateway info correctly in Disco Admin and Disco Desktop, when you logged in as an Apps user you would get a window displayed with the Apps responsibilities you were set up with and allow you to choose one (in Disco I mean).
    So, there was no requirement for an Applications Server middle layer.
    Then (well after v9), Disco 10g came on the scene. The 'normal' version that you'll see pushed - and by rights it's a great product with huge improvements - is to use the full blown version that requires the Oracle iAS 10g set up as well. When you do this, all the webby versions of: Disco Plus, Disco Viewer, Oracle Reports, Oracle Forms, Portals, SSO, etc. are handled in the middle iAS layer. Reason was that Oracle was tired of having multiple servers (ie: one for Forms, one for Reports, one for Disco, etc.) having to be maintained.
    So, that requirement means you HAVE to have the iAS middle layer.
    However ... you can still download - and therefore I would assume, purchase - a version (and a new one like 10g) that I think does not require the iAS middle layer. That would mean you'd be running 10g Plus, Viewer, Desktop and Admin via an Apps EUL, but not going through the iAS (as the EUL is stored in the database, not in the iAS). It may be called 'developer suite' these days, but not sure as there are different names / renames going around.
    You could easily use such a product, and then when you go to using the middle layer goodies / setup of iAS, then should be no problem as you're not altering the EUL at all per se, just connections.
    So, with the correct version of the newest software, I believe what you want to do is entirely possible - and upgrade to the iAS addition (so you get Portals and SSO) later.
    I'm sure others will comment on this, so hopefully I'm in the correct arena.
    Russ

  • Not able to connect through Application user name in Discoverer Admin

    Hi,
    I created an EUL with all privileges it needed. I created a business area from that EUL and shared it to Application User name through giving access privileges (from Security and Privileges). When I am trying to login through the Application User name in Discoverer Admin it is giving the error like:
    Failed to connect to database - Unable to connect to Oracle Applcations database: invalid username/password.
    Earlier I did in another instance it worked fine but now itself I am facing the problem.
    Thanks & Regards,
    Arun Babu R.

    Hi,
    Please post the application release along with the database version and OS.
    What is the Discoverer version?
    Please see these docs.
    Connecting to an E-Business Suite EUL Using Any Discoverer Component Fails With "Authentication Failed" or "ORA-01017: invalid username/password;logon denied" [ID 364665.1]
    Discoverer 10g (10.1.2) Connections To Oracle E-Business Suite 12 Fails With 'Invalid Username/Password' [ID 443661.1]
    Discoverer 10g (10.1.2) Plus/Viewer Connection To E-Business Suite Database Fails With " invalid username/password" Error [ID 467919.1]
    Connecting to Oracle EBS 11.5.10 with Discoverer 4i/10g Fails with ORA-01017 Invalid Username/Password Error [ID 295037.1
    Discoverer Desktop/Administrator 10g (10.1.2.2) Fails To Connect With Error 'Unable to connect to Oracle Applications database: invalid username/password. ' Only Between Certain Hours [ID 757384.1]
    Connecting to Oracle EBS with Discoverer Fails with ORA-01017 Invalid Username/Password Error [ID 784358.1]
    Discoverer 4i Viewer/Plus Logon To Oracle Applications EUL Fails with "ORA-1017 Invalid Username/Password" Unless a Colon '' : '' is Entered After Username [ID 360314.1]
    Questions And Guidance For Troubleshooting Common Discoverer Desktop and Administrator Connection Issues [ID 415614.1]
    Thanks,
    Hussein

  • Cannot log in as an application user on Discoverer Desktop

    Hi
    I have Discoverer Desktop 4.1.37.00.0 on a laptop. When I try to log in as an application user, when in connect field I enter database name, I get the following error message:
    ORA-12154:TNS:could not resolve service name
    When instead of databse name I input connect string in tnsnames.ora file, I get another error message:
    Unable to connect to Oracle Application Database:Invalid username/password
    Please note that the checkbox 'oracle application user' is enabled while attempting to log in.
    Secondly, in my Administration Edition in Tools>options>connections
    the following settings have been done:
    Connect to both standard and applications EULs
    Gateway User Id (GWYUID)/Password : APPLSYSPUB/PUB
    FNDNAM : APPS
    Similar seetings have been done for the desktop.
    Also note that I cannot even log in as a database user. The error message I receive is
    'You do not have access to any End User Tables.'
    The database user name I'm using to log in is the one who has created EUL(apps mode) and owns business areas in that EUL.
    Can someone please guide me on this problem?
    Regards,
    Aparna

    Hi
    The solution to my problem was exactly the same: I needed to apply the patch 3201601.
    This patch is available on http://metalink.oracle.com
    While installing the version 4.1.48.06.00 on my laptop, as I have XP, I came across some DLL errors.
    For this refer to the note 297750.1, DLL Copy Errors when Trying to Patch Discoverer Administrator/Desktop 4.1
    The note is also available on the metalink.
    Regards,
    Aparna

  • Confussing between Database User and Application User in Discoverer

    Hi All,
    I am new to Discoverer.
    Please let me know the difference between Database User and Application User in Discoverer Administrator as well as in Discoverer Desktop Editions.
    1) While I am trying to connect to Discoverer Desktop, I am unable to connect to it with Apps Database User.
    2) Where the Discoverer compenent will be installed and what the configuration settings need to done work on it.
    Please let me know the answers soon.
    Thanks in Advance.

    Hello
    I think a database user should pretty much be self explanatory - this is a user account that exists in the database. This account is created by your Database Administrator (DBA).
    The second kind of user that Discoverer understands is a user that exists inside Oracle E-Business Suite (EBS), formerly known as Oracle Applications, hence an application user. This user account gets created by the EBS system administrator.
    Now, just because you're using EBS, it does not automatically follow that users will be application users. Let me explain.
    Discoverer can be installed in one of two modes, standard mode and Applications mode.
    The vast majority of organizations use standard mode which means they allow database users to access the system.
    The only time that you will need an applications account is under the following two rules:
    1. Your organization is using E-Business Suite, AND
    2. Your Discoverer administrator has installed Discoverer in Applications mode.
    Applicatons mode does not happen automatically, even if you have EBS, and you cannot install that mode by accident. You have to tell Discoverer that it is operating in that mode, provide some additional EBS account information, make security assignments and set users have to deliberately tell Discoverer they want to connect using an applications account.
    May I suggest you get hold of a copy of the Oracle Discoverer 10g Handbook that I wrote. That book explains in detail the differences between the modes. I also have a free white paper on my website that describes how to install Discoverer into Applications mode.
    I hope this helps
    Best wishes
    Michael
    http://ascbi.com

  • Login Error from Users machine into BO Desktop Applications With LDAP user

    Hi All,
    I am getting a strange error and got stucked.I have searched in the forums and tried every possible thing but the problem remains same.
    I am not able to login into any Client application using LDAP account.
    The setup is:
    Machine 1: Webserver
    Machine 2: CMS and other servers
    Machine 3: Clustered CMS server
    LDAP is implemented and SSL is enabled between Machine 2 and LDAP server.
    Now when i am into Machine2 and try to login into Client application using LDAP it works for me also for Web Application(CMC, Infoview)
    When i am into user machine I am able to login into Client Application (Designer, Desktop Intelligence etc) using enterprise account, but not with LDAP account. However i am able to login to web Application using LDAP account from users machine.
    All the ports are open and can connect to CMS machine and database repository connectivity is also OK.
    One interesting thing i would like to share that if i am login into Infoview using LDAP account and If i go for editing a report it opens Desktop Intelligence for me (LDAP user) and there is a entry in System name when i login into Deski.That entry in system name is CMS Machine name,Port number, full domain, (J2EE Portal) written in last.
    Using this entry in System I can Login using LDAP account but first should do the process (Login to Infoview, Edit The Report) for every user machine.
    Please help me out where i am getting wrong.
    The error with Client application and LDAP user is USR0013. Can not Access the repository.

    My guess would be that client apps don't have access to the SSL directory defined in the LDAP config but the web/app does. When you edit a report it launches deski in 3-tier mode still using the web/app so this isn't surprising behavior. There are SAP notes on this in SMP key words LDAP SSL deski should return  the result. The link to SMP is in the forum sticky at the top of the administration forum.
    Regards,
    Tim

  • When i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    when i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • SIA restarts when the user logins using his SAP Credentials

    Hi
    I have recently installed BO Enterprise XI 3.1 SP2 (FixPack 2.7) and SAP IK 3.1 SP2 FixPack 2.7.
    and have done the initial configuration for SAP Authentications.
    And when I try to access InfoView using my SAP Credentials.
    it gives this error
    "Account information not recognized: All the servers with CMS AUNSSDCBODV01.production.transfieldservices.com:6400, cluster @AUNSSDCBODV01.production.transfieldservices.com:6400, kind cms which host service null, are down or disabled"
    and I find these errors in the Windows Event Viewer.
    "Server Intelligence Agent: server AUNSSDCBODV01.CentralManagementServer stopped unexpectedly."
    and this error
    Server Intelligence Agent: server AUNSSDCBODV01.CentralManagementServer is considered failed because it has stopped 5 time(s) within 60 minute(s). Please restart this server.
    can somebody help me resolving this issue.
    regards
    Biju Kumar

    KB 1455254 - After installation of SAP integration kit SP2 CMS crashes upon login with secSAPR3 users. I ran into this issue because the customer had not installed the proper SAP client on the BOE server(s) rather just places some dll instead. SP2 requires an SAP client installed and that should resolve the CMS crashing. Grab the newest version from the SMP portal.
    I edited in the KB, contrary to other beliefs the product is tested with the SAP client installed post SP2. If you do not want to install the client and choose to install individual files (like in the KB) this can be considered an unsupported environment and may cause your CMS to crash.
    Regards,
    Tim

  • Application user not able to Login

    Hi,
    Application user not able to Login but sysadmin are able to log in in R12 upgraded application.
    please suggest remedies.
    regards
    Anup

    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.IllegalAccessError, msg=tried to access method oracle.apps.fnd.sso.Utils.getLog(Loracle/apps/fnd/common/WebAppsContext;)Loracle/apps/fnd/common/AppsLog; from class oracle.apps.fnd.sso.webui.ChangePasswordCO
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:872)
         at OAErrorPage.jspService(_OAErrorPage.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:761)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:727)
         at OA.jspService(_OA.java:257)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.lang.IllegalAccessError: tried to access method oracle.apps.fnd.sso.Utils.getLog(Loracle/apps/fnd/common/WebAppsContext;)Loracle/apps/fnd/common/AppsLog; from class oracle.apps.fnd.sso.webui.ChangePasswordCO
         at oracle.apps.fnd.sso.webui.ChangePasswordCO.processRequest(ChangePasswordCO.java:72)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2491)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1889)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:533)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:421)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

  • How to Use Discoverer Desktop without Database User ?

    Hi,
    I am new to Discoverer Desktop,
    How to Use Discoverer Desktop without Database User ?
    Suresh

    You'll need to have access to some sort of database account to use the tool. If you just loaded the tool onto a machine, Disco is not going to be useful - you need to create an end user layer, and business areas.
    I suggest you start here:
    www.oracle.com/technology/documentation/bi.html

Maybe you are looking for

  • PCI-e wireless card causes lock ups Z87 MPower MAX

    I've already asked this question once, but was part of an epic essay that I've decided to break down into smaller more manageable chunks (as unsurprisingly that one got no replies). I've got an ASUS PCE-A66 wireless ac pci-e card. Had absolutely no i

  • HDMI audio not working

    I recently purchased a LG LED LCD Tv to attatch to my PC via an Hdmi cable.  I have it all hooked up, and i get video to the tv... but there is no sound.  I have gone into sound options, and there is no HDMI option.  I have the show disabled and such

  • Acrobat 9.4 Pro - the link tool is inactive

    Hi! I'm using Acrobat 9.4 Pro (English version on Windows XP SP 3 Polish version). I've noticed today an inactive link tool: the icon is gray and Tools - Advanced Editing - Link Tool command is gray too. The link tool is one of my basic tools for eve

  • Co report

    hi i create a po in me21n,in item overview talecontrol i will give regardiing material unit and quantity,there in that tab if i select i as D,in item details i will get another tab called services,there also i will be giving unit and quantity,it is n

  • Beginning programmer: i need help its cake for some of you

    ok i have an assignment : hypothetically i have been given a data file that contains a letter(a,b,or c) and a number separated by a space it tellsme to create a program that will output the average each class of numbers (those w/ an 'a' on the same l