'FND_SESSION_MGMT.ATTACH_SESSION' must be  on enabling Passivation

The issue is related to Activation/Passivation. We have a AM which is based out of BI RTD Schema, which does not have supporting fusion state management schema like FND_SESSION_MGMT, FND_GLOBAL and PX_TXN related packages/procedures.
But during application module state management, framework is looking for FND_SESSION_MGMT tables in BI RTD schema. Do we have a property in AM which can help us point whether the framework can look for state managment schema (just like jbo.server.internal_connection).
To store passivation xml we had configured AM's jbo.server.internal_connection to point to ApplicationDB (Fusion DB) and the passivation XML is getting stored in PS_TXN table.
It gives below error as it uses BI RTD schema connection of AM (JDBCDatasource).
[35258] **PCollManager.resolveName** tabName=PS_TXN [35259] **retrieve** id=1, collid=680921, keyonly=falseGetting a connection for internal use...
[35260] Creating internal connection...
[35261] Trying connection:
DataSource='weblogic.jdbc.common.internal.RmiDataSource@11db4'...
oracle.jbo.JboException: JBO-29000: Unexpected exception caught:
java.sql.SQLException, msg=ORA-06550: line 1, column 170:
PLS-00201: identifier 'FND_SESSION_MGMT.GET_SESSION_ID_FROM_COOKIE' must be declared
ORA-06550: line 1, column 154:
PL/SQL: Statement ignored
ORA-06550: line 1, column 241:
PLS-00201: identifier 'FND_SESSION_MGMT.ATTACH_SESSION' must be declared
ORA-06550: line 1, column 241:
PL/SQL: Statement ignored
ORA-06550: line 1, column 316:
PLS-00201: identifier 'FND_GLOBAL.SESSION_COOKIE' must beattachSession declared
ORA-06550: line 1, column 310:
PL/SQL: Statement ignored
at
oracle.apps.fnd.applcore.common.ApplSession.attachSession(ApplSession.java:1695)
at
oracle.apps.fnd.applcore.common.ApplSession.attachSession(ApplSession.java:1518)
*

These are OAF objects, aren't they ?
You should raise the question to the [OAF forum|http://forums.oracle.com/forums/forum.jspa?forumID=210] .
Regards,
Didier.

Similar Messages

  • In Order to Configure TCP/IP, You Must Install and Enable a Network Adapter Card

    I get this message when I try to TCP/IP settings in any network card. 
    "In Order to Configure TCP/IP, You Must Install and Enable a Network Adapter Card"
    What I have tried:
    1. Removed card, did not click on "Remove driver". Then re-scanned in device manager. This usually leads to the network card showing up with a yellow exclamation mark, and I can not get it work again (have to use system restore).
    2. Removed card, deinstalled driver, re-installed driver. 
    3. Rebooted a thousand times. 
    4. Used the Lenovo drivers.
    5. Used the Intel drivers. 
    Doesn't matter what I do, I'm stuck with yellow exclamation marks in the end for the LAN and WLAN card, with not hope to repair them.
    Driver version for the Intel 82579LM is 12.9.15.0
    Driver version for the centrino advanced-n 6205 is 15.10.4.2
    I'd really like some help on how to fix this so I'm able to configure my network manually. 

    For clarity, as your machine MTM number lists it with another type of WLAN adapter, and apparently, therein lies your problem.
    How To Fix Error Message : In Order To Configure TCP/IP , You Must Install And Enable Network Adapte...
    [How To Fix] In Order to Configure TCP/IP, You Must Install and Enable a Network Adapter Card
    ThinkPad W540 (20BG) - i7-4800MQ/24GB // ThinkPad T440s (20AQ) - i7-4600U/12GB
    ThinkPad T440p (20AW) - i7-4800MQ/16GB // ThinkPad Helix (3698-6EU) - i5-3337U/4GB
    ThinkPad W520 (4282-W4Q) - i7-2720QM/32GB // ThinkPad T400 (2767-W1C) - P9500/8GB
    ThinkPad T61 (7665-CTO) - T7700/4GB // ThinkPad T60p (8741-C2G) - T7400/4GB

  • Addblock Pluse must be disabled/enabled each time firefox starts-won't start automatically

    Each time I start firefox I have to disable/enable the addblock plus add on. In the extensions it indicates that it is enabled, but it is inoperative until I disable and then enable it again.

    Still no help on making Add Block Plus start automatically when firefox is opened. In the add ons section it shows that it is enabled, but it is not working. By disabling and enabling the add on becomes operational.

  • When I go to a website it says I must have cookies enabled to shop. I do accept all cookies, why does it not let me in? error: BadCookie.aspx

    On many websites I am unable to shop and fill a cart because it says I do not accept cookies. I have tried clearing everything and my settings accept all cookies forever. I LOVE COOKIES!

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Enable report view for anonymous acess in sharepoint 2013

    Hi everyone, I hava a problem with rendered reports in .rdlx files from power gallery in sharepoint 2013. My site is enabled for anonymous access but when I try to see a report in anonymous mode ,I have to specify the credentials to see that report.
    I hope your help , best regards!

    Hi Regolie,
    PowerPivot for SharePoint 2013 and Reporting Services Power View do not support anonymous authentication. So, anonymous authentication must not be enabled for Web apps that host PowerPivot workbooks and Power View reports. This authentication method is disabled
    by default.
    I strongly recommend you take a look at the following document regarding Microsoft BI Authentication and Identity Delegation, please see:
    http://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/MSFTBIAuthOverview.docx
    Regards,
    Elvis Long
    TechNet Community Support

  • Passive-interface default resets configuration

    Hello all,
    I would like to run a scenario by you guys and get your input regarding the "passive-interface default" OSPF command. Let's assume I am working on an existing configured OSPF router with the following configuration:
    router ospf 1 router-id 10.10.10.1 passive-interface default no passive-interface GigabitEthernet6/1 no passive-interface GigabitEthernet6/2 network 10.10.10.0
    If I go and paste the duplicate configuration in as follows what would the expected result be?
    router ospf 1 router-id 10.10.10.1 passive-interface default
    My thoughts were that there would be no impact to OSPF, routing, or the likes. Unfortunately this is not the case. I have found on my device that when you repaste the "passive-interface default" command in to the config that it actually resets all existing "no passive-interface" commands and enables passive-interface on all interfaces globally.
    Router#sh run | sec router ospfrouter ospf 1 router-id 10.10.10.1 passive-interface default no passive-interface GigabitEthernet6/1 no passive-interface GigabitEthernet6/2 network 10.10.10.0Router#config tRouter(config)#router ospf 1Router(config-router)# passive-interface defaultRouter(config-router)#endRouter#sh run | sec router ospfrouter ospf 1 router-id 10.10.10.1 passive-interface default network 10.10.10.0
    This is especially bad if you are performing maintenance on the router out of network where your connectivity requires a default route to be learned via OSPF. Has anyone else encountered this or do they feel this behavior to be a bit odd?

    Documentation says:
    "The default keyword sets all interfaces as passive by default. You can then configure individual interfaces where adjacencies are desired using the nopassive-interface command. The default keyword is useful in Internet service provider (ISP) and large enterprise networks where many of the distribution routers have more than 200 interfaces."
    I'm not sure why it doesn't honor the existing no passive-interface commands but maybe it was something in the code that was necessary to put them all passive first.
    At least it's good that you tested the behavior so you know what to expect. If you already have passive-interface why would you want to enter it again? If you want to make interfaces passive that were non passive before you could do no no-passive interface x/x.
    Daniel Dib
    CCIE #37149

  • Javascript not working in Firefox 32.0 - about:config says enabled - but web pages say different

    For example maps not loading on hotel pages. Various other errors appear now on web pages saying ' You must have JavaScript enabled'. I'm not a computer person, but I can see from about:config says its enabled -
    javascript.enabled;true
    Any other suggestions???

    You can open the Web Console (Firefox/Tools > Web Developer).
    Check on the Network tab if any content is blocked and has a file size 0 (zero).
    *https://developer.mozilla.org/Tools/Web_Console
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Must TPM be initialized on Windows 7 before installing mbam 2.5 client?

    Hi All,
    I have some doubts about TPM on Windows 7. Must TPM be initialized on Windows 7 before installing mbam 2.5 client?
    Regards.
    Jo

    Hello,
    No the TPM must only be enabled. The MBAM agent will initialize the TPM for you.
    Regards,
    Follow me on Twitter http://www.twitter.com/liontux | My Blog (French/English) :
    http://security.sakuranohana.fr/

  • Logging directly into enable mode on a PIX using TACACS

    I have setup TACACS authentication on a PIX running 6.3(3). I can authenticate using TACACS just fine, but do not get put directly into enable mode. The ACS server is setup to do so, it works for routers and switches, but not the PIX box. If I put the "aaa authentication enable console TACACS" in the config I must enter the enable command and use the same password I logged in with to get into enable mode. Without the command, I have to use the configured enable secret password to get into the enable mode.
    Does anyone know it there is a way to configure the PIX to log someone directly into enable mode via TACACS?
    Thanks in advance

    Hi,
    PIX does not support exec authorization. Hence user cannot login to level 15 directly.
    Regards,
    Vivek

  • One website says java not enabled , yet it is in the control panel

    When trying to access a puzzle site, it states that java is not enabled.
    Ihave enabled java for the firefox browser in my control panel but am still denied website access. Now what?

    The message is "Sorry, you must have javascript enabled to view this site."
    Despite similar names, Java and javascript are completely unrelated. Unfortunately, even with javascript enabled on my system, I get this message when using Safari, on 10.4.10.
    I don't know if the bug is in Safari or the website itself, but a simple solution is to install Firefox. Having a second browser installed is a handy thing for situations like this.
    gopednation.com works with Firefox.

  • Enabling Site authorization

    Using Site authorisation ,I cant to create departmental authorization and departmental reviews. Add option is disabled. Is there any procedure to enable the add option.

    Hi Parvin,
    I think you mean the option is disabled at the Service level?
    To enable it, it must first be enabled for the entire site. This can be found in "Site Administration > Authorisations" (http://example.com/RequestCenter/administration/adminnavigate.do?query=authorizationconfig&resetBN=true&tabId=8521)
    Then Edit the Departmental level.
    Hope that was it?
    Mark

  • Passive login and ZCM

    Hi all: I would like enable passive mode login in the Novell Client running on Windows 7. We are running ZCM 11.2.4. However, when I do this, my ZCM client will not automatically login. What I need is to use the Microsoft method (domain) and then have both the Novell Client and ZCM get the username and password and passively log in themselves.
    Is this possible? How?
    Thanks, Chris.

    You may need to Enable PassiveMode
    Or Maybe tell it to not Honor WS Only
    I have not really played with this, but I'm fairly sure it should work.
    http://www.novell.com/documentation/....html#bookinfo
    Note: It is possible to Logon to the Domain, Even when the Novell Client
    Logon Appears, not quite sure why you are trying to do it the other way.
    On 4/17/2014 12:39 PM, cmosentine wrote:
    > Hi all: I would like enable passive mode login in the Novell Client
    > running on Windows 7. We are running ZCM 11.2.4. However, when I do
    > this, my ZCM client will not automatically login. What I need is to use
    > the Microsoft method (domain) and then have both the Novell Client and
    > ZCM get the username and password and passively log in themselves.
    > Is this possible? How?
    > Thanks, Chris.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Technical Support Engineer
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Java enabled? also staying logged in?

    im trying to access this website.
    www.gopednation.com
    now it says i must have java enabled to view the site, which i do. it always worked before.
    whats going on?
    also how come staying logged in seems a bit hit and miss. sometimes sites will leave me logged in for days. sometimes i get logged out after a few minutes. this apple discussion forum is a culprit, and every time i log in it goes to an apple error page. you would think the apple page would work with apples!!

    Works fine for me - not that this helps, just confirmation that it works!
    Not a Java problem I think, but a Flash one.
    Try re-installing the latest version of Flash from:
    http://www.macromedia.com/software/flash/about/
    Make sure you have or get the proper version, which is 9.0.47.0

  • ESA enablement of a nonSAP customer

    Hi,
    Is SAP ERP (BPP) a must for ESA enablement? BPP is the major provider of Enterprise Services, but Enterprise Services can be built separately too.
    Hence the question:
    Can a customer who is not yet on SAP ERP benefit from an ESA Implementation / ESA Adoption programme?
    Thanks & Regards,
    Shobhit

    Can you tell me a legacy application today which do not have a service enablement using web service or adaptor technologies.
    In my experience, all the legacy systems I faced have direct or indirect solution to support web services ( a SOA enabled technology) or an adaptor which expose the components or procedure oriented business code inside them as Service enabled API.
    Even in the worst case, you still can leverage the SOA principles progressivly using an SOA enabled platform such as SAP and connecting legacy systems using SOA principles.
    Personally I never came across any legacy system where I can  not do some thing to bring them into a service platform.
    Thanks

  • Why is enabling Passivationfor AM is necessary?

    HI,
    What are the pros and cons of enabling Passivation for AM by defining the property
    RETENTION_LEVEL = MANAGE_STATE?
    Thanks,
    Gowtam.

    Gowthm,
    Passivation is the process of saving application state to a secondary medium (the database) at specific event points so it can be restored
    (activated) when needed.This is similar to serialization in java, but passivation is a more generic concept.
    Passivation is not supported in Release 11.5.10 or R12.For uderstanding the process in detail read article "OA Framework State Persistence Model (Passivation)" in dev guide.If you have any doubuts , you can ask me!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How to remove the prolog from XML in Oracle?

    Our system works like this: 1. Pass in a piece of XML to the database as a CLOB 2. Database converts this to XMLTYPE (stored as a CLOB (you can skip over this, Marco *{;-) )) 3. An application then reads the XML from the database and inserts it into

  • Apple Care Registration for Macbook Pro

    Hi all, I bought a Apple care together with my MACbook Pro, but the thing is once I register it doesnt go through after "3. Provide your address information" item 1 and 2 is finished and has a check already but doesnt go through. No next button or ok

  • SAP BI in utility companies

    Hello expeert What is the best practice to treat SAP BI in a global utility company? Is Federated BW preferable? - Considering generation statios have less data but distribution units would have tons of data thanks to millions of customers - Consider

  • How to get away the Update Available Notification?

    Hi everyone, I have completely updated my OS X Mavericks, but since apple update the iTunes 11 to 12, i don't like the design as it won't match to os x mavericks since it make for yosemite( I update to iTunes 12 once but don't like it and make a clea

  • Text shortcuts no longer work in iOS6

    I have erased and renetered my shortcuts to see if that would do it and it still doesnt. Does anyone have a solution for this, or am I doing something wrong? Shortscuts are enabled as far as I can tell, my list is populated and it just doesnt registe