Session Property Set not available in Portal Administration Console

We have a Portal Application (WLP 10.0 MP1) that needs to have visitor entitlements applied to allow some customization based upon a Session Property Set. The property set has been defined in Workshop and the .ses file is now included in our Portal EAR file in the /META-INF/data directory. When the EAR is deployed on a local (winXP) domain the property set is then available in the portal admin console and can be used to build entitlements. When the EAR is deployed to our test server (Solaris 10) the property set does not become available in the portal admin console. Both servers are in development mode and already have a previous version of the EAR deployed in streaming mode.
Is there anything obvious that needs to be done to ensure that a property set is enabled when deploying a new EAR?

We are actually performing the portal EAR build using maven but are creating the same directory layout as is created by Workshop when a data sync project is used and an EAR exported, i.e. the contents of the data sync project ends up in the EAR /META-INF/data directory.
The mystery here is that the property set correctly deploys in one environment but not in another. I'd really like to know whether there are any particular tricks to the property set deployment and what the deployent process actually does. Could issues with the target environment prevent correct deployment of the property set?

Similar Messages

  • Session property set not updating in Portal Admin console

    Hello,
    We have a Portal application running on 10 MP1. Included in the EAR file is a session property set and is correctly stored in the right directory (META-INF/data).
    When deployed, I can view our session properties when I try to create some entitlements and expressions. However, we need to update the name of one property and when we redeployed the EAR with an updated session property file, in the Portal Admin console, the session property still has the old name.
    This happens on one of our environments, but does not happen on my local machine. On my local machine, when I look at the database, the DATA_SYNC_ITEM table is empty. But on our other environment (where the problem exists), in the database I can see relevant entries for my app and property file in the DATA_SYNC_ITEM table.
    Does anyone have any ideas why this table is not populated on my local machine and why I can't seem to update the session property file on my other environment where the table is populated?
    Any help would be much appreciated.
    Thanks,
    Jonathan

    Probably either development mode /prodiction mode differences or differences between deploying as an exploded ear (local) and a compressed ear (in your environment that doesnt work). The easiest way is to propagate the changes from your local to the other environment (you can scope it to just session properties)
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/propToolAdvanced.html

  • Updating a session property set

    Hi,
    How can I update a session property set?
    I can get my properties like this: <%= session.getProperty("test_set", "groups")
    %>
    But how do I update the same set. The documentation does not mention this...
    Is it possible to um? I did not get it to work.
    But maybe I did something wrong.
    <um:getProperty id="getResult" propertySet="test" propertyName="groups_test"/>
    The above returned null.
    But after updating it with:
    <um:setProperty propertySet="test" propertyName="groups_test" value="<%= list
    %>" result="setResult"/>
    It returned something.
    br,
    Chris

    A correction: It appears that it is being set but, as the pageflow action forwards to the success page the entitlement isn't taking effect until I refresh the page I forward to.
    Any ideas on why the entitlement requires a refresh on the forwarded page?

  • How to update Session property set.

    Hi,
    How can I update a session property set?
    I can get my properties like this:
    <%= session.getProperty("test_set", "groups") %>
    But how do I update the same set.
    The documentation does not mention this...
    br,
    Chris

    Chris wrote:
    Hi,
    How can I update a session property set?
    I can get my properties like this:
    <%= session.getProperty("test_set", "groups") %>
    But how do I update the same set.
    The documentation does not mention this...
    br,
    ChrisI am not sure what you want, but you can add properties to the session
    property set in the EBCC, by adding custom properties. You should then
    be able to retrieve them programmatically.
    Jalpesh

  • Session property sets

    Hi,
    How can I update a Session property set from a JSP page?
    I can get the properties with the following code:
    com.bea.p13n.http.Session s = new com.bea.p13n.http.Session(request.getSession());
    out.println(s.getProperty("TestSet", "TestProperty"));
    This prints the default TestProperty values but how can I update the same Session property set?
    Do I have to use PropertySetManager?
    br,
    Chris

    Hi,
    How can I update a Session property set from a JSP page?
    I can get the properties with the following code:
    com.bea.p13n.http.Session s = new com.bea.p13n.http.Session(request.getSession());
    out.println(s.getProperty("TestSet", "TestProperty"));
    This prints the default TestProperty values but how can I update the same Session property set?
    Do I have to use PropertySetManager?
    br,
    Chris

  • Programatic session property set updates

    I have created a session property set user.ses
    with a property user_type
    How do I modify a property from a page flow controller.
    session.setAttribute("user_type","value") doesn't seem to have any effect when used with an entitlement role.
    I also tried user/user_type as the attribute name.
    When I dump the session attributes I don't see a property set called user.
    Any help would be appreciated since the documentation doesn't really address how to do this.

    Thank you, deepshet. Now, it works perfectly.

  • How to Disable Library Services on Portal Administration Console?

    How do we set the Library Services Enabled to false on Portal Administration Console?
    Thanks

    Thanks for the response.
    Is it not possible to disable it in the config file (content-config.xml)?
    not sure if this is related to that: [ http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440]

  • Portal Administration Console Login

    Hello!
    I have integrated Oracle Weblogic Server with Oracle Identity Manager to achive Single Sign On. In IDM is set form login.
    My base_domain configuration is : AdminServer and a Cluster_0 with two managed servers : Server_1 and Server_0.
    I have as proxy server : Oracle HTTP Server (OHS) for each server : Admin-Server, Server-0, Server-1.
    I targeted my portal app to cluster. My portal application contains Portal Administration Console, avaibled at /myAppAdmin.
    Security Providers are (in this order):
    1. OAMIDAsserter - Oracle Access Manager Identity Asserter( Control Flag : REQUIRED, Active Types : ObSSOCookie)
    2. OIDAuthentificator - Provider that performs LDAP authentication (Control Flag: SUFFICIENT )
    3. DefaultAuthenticator - Weblogic Authentication Provider ( Control Flag : SUFFICIENT
    4. DefaultIdentityAsserter - Weblogic Identity Assertion provider.
    When I access Portal Administration Console from /myAppAdmin (admin-tools.war)
         1. I login first in IDM with the user from LDAP : weblogic_ldap. The login is ok and the ObSSOCookie is set.
         2. I am redirected to login from Portal Administration Console (this thing is wrong and I want to jump this step. I want to go directly in Portal Administration Console after the first login).
         3. I login in the second login page from Portal Administration Console with the same user : weblogic_ldap. The login has succeed.
         4. I am logged in Portal Administration Console and I can add content ( for exemple)
    What I have to do to have only the login form from IDM. To have the only two steps:
    1. Login in Portal Administration Console using login form from IDM and a LDAP user
    2. Access the Portal Administration Console
    I have tried :
    I have changed domain security Default Model : "Advanced" , set Combined Role Mapping Enabled to "FALSE", set Check Roles and Policies to
    "ALL Web applications and EJBs" and selected for When Deploying Web Applications or EJBs: "Ignore roles and policies to DD".
    After this changes I deployed myApp which contains /myAppAdmin Console with Security policies set to Advanced.
    I have only the IDM login, the correct one, and after that I am able to see first page of the Portal Administration Console and whatever I click I receive the error:
    ####<Mar 29, 2011 11:20:55 AM EEST> <Error> <netuix> <server0-dns> <Server-0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1301386855474> <BEA-423142> <The control com.bea.netuix.servlets.controls.page.SingleLevelMenu could not be rendered properly due to the following error:
    com.bea.p13n.entitlements.common.PolicyMgmtAccessException: Attempt to access Entitlement Policy Mgmt API by user in invalid role. Entitlement Policy operation attempted by disallowed user ["principals=[]"].
         at com.bea.p13n.entitlements.management.internal.SecurityHelper.isWLPAdminRole(SecurityHelper.java:937)
         at com.bea.p13n.entitlements.management.internal.RolePolicyDelegate.roleExists(RolePolicyDelegate.java:346)
         at com.bea.p13n.delegation.DelegationService.getParentInheritanceFlag(DelegationService.java:189)
         at com.bea.p13n.delegation.DelegationService.getAdminPolicies(DelegationService.java:753)
         at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:450)
         at com.bea.p13n.delegation.DelegationService.isAdminPolicyOnResourceRoot(DelegationService.java:430)
         at com.bea.jsptools.common.ToolsMenuTag.hasMenuAccess(ToolsMenuTag.java:354)
         at com.bea.jsptools.common.ToolsMenuTag.doStartTag(ToolsMenuTag.java:130)
    I have to modified admin-tools.war or something in domain's security or myApp's descriptors to be able to login in Portal Administration Console
    using only SSO and not both SSO and default login?
    Thank you for helping me.
    Edited by: bluerainbow on Mar 29, 2011 2:06 AM

    no idea? :(

  • DAQmx buffer property node not available

    The following question was posted to the 'Multifunction DAQ' forum.
    Since I received no respones, I'm trying it here:
    I transferred an intact VI from a desktop
    PC to a laptop.
    On the laptop, however, the VI does not compile since the
    property node "DAQmx Buffer" is not available. I suspect that I maybe
    did not install the full DAQmx suite on the laptop but I don't know
    which part might be missing.
    (On both machines there is no DAQ hardware installed since I was just trying to do some editing.)
    Is my suspicion correct? and how do I find out what's missing'?
    If my suspicion is not correct: what else could it be?
    TIA
    Franz

    If  I can guess you should check which versions of daqmx are installed on both machines!
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Stop Transaction option not available in Portal

    Hi All,
    When I acess a Transactional iView from Portal,it does not show the icon on the top left most corner,which will display the below Menu ,when we click on it.
    Restore
    Move
    Size
    Minimize
    Maximize
    Close
    Create Session
    Stop Transaction                           
    This icon and menu comes up when the transaction is accessed from backend.This happens with all transactional iViews.
    Please help with your inputs.

    Hi Salma,
    You can control the appearence of all this buttons from ITS service parameters.
    Go to the transaction SICF and Give the service name ITS.
    Please check the link
    Link:[Integrated ITS. "Back" button in Transaction iViews;
    Link:[http://help.sap.com/saphelp_nw04/helpdata/en/54/4d9993c6592941a407313a6763575c/frameset.htm]
    Regards
    Indranil

  • Help Setting not available in Site Setting

    Hi,
    i'm not able to find the "Help Setting" link in a Site Collection (under Site Setting > Site Collection Administration).
    Thanks
    Daniele
    Daniele

    Custom site collection help allows you to create your own custom help libraries for your users. You can upload documents  and articles related to help for your users after you have activated this feature. To learn about this more, here is an article
    for you which will give you the full idea.
    http://office.microsoft.com/en-us/sharepoint-foundation-help/add-custom-help-to-a-site-collection-HA101833141.aspx
    If you find this information helpful please propose this as an answer and vote.
    Thanks.
    Kind Regards,
    Ujjwal Patel
     |
    SharePoint Online Support Engineer,MCPD,MCTS,MCAD.

  • UWL Approve and Reject buttons not available in Portal 7.31?

    Hi I've been doing some research and came across some interesting articles...
    http://scn.sap.com/thread/1871429
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=221611154
    I am trying to enable the Approve and Reject buttons per customer requirements but having some issues making these options available in the UWL ...
    Based on the articles above...
    Does the UWL not support this ?
    If it does, can anyone direct me on how to enable these ?
    Thanks

    After doing some research, it looks like the XML needs to be modified...
    Can anyone confirm that the code is still relevant in 7.31?
    <Action
    reference="com.sap.pct.srm.core.action.approve"/>
    <Action
    reference="com.sap.pct.srm.core.action.reject"/>

  • Dynamic (session) language setting not working in external ITS v6.20

    Hi everybody,
    We have upgraded from ITS 2.0 to 6.20 patchlevel 35.  In the service (srvc) file following parameters have been set;
    ~languages      tr, en
    ~language      tr
    So we want our users to log on in Turkish (tr) language, but they have to be able to switch to English (en) after the logon.
    This could be done in the 2.0 version without any problem using the appropriate querystring like
    http://.../~flN0YXRlPTExNTguMDA0LjA0LjA0?~language=en
    But it's not possible anymore in 6.20. I have checked the releates notes and forum posts, but still no solution. The intersting point is, we can switch the language at the logon page, but not after the logon page anymore. (following links work :
    http://.../wgate/zabc/!?~language=en
    http://.../wgate/zabc/!?~language=tr
    Has anyone got an idea?
    Best regards,
    Ozcan.

    Hello Ozcan,
    That is not the correct usage of ~languages and ~language.  The ~language parameter is used to specify the language for the service.  There should not be a way to change it.  The ~languages parameter should specify which languages the user is allowed to select from during logon.  Obviously, if ~language is set then the ~languages parameter is of no use. 
    If it was possible to do what you have specified before then it was not intended.
    Edgar

  • Calendar pop-ups not available in portal but appearing in BAB

    Hi,
    When I execute Sales Order transaction through BAB, certain fields with Date values are having pop up icon through which calender opens up, but same thing when executed through protal does not show such icon through which calendar can be opened, only the text field appears.
    What could be the problem ? same thing I am executing
    through BAB, it goes fine and in Portal its not showing
    Vishal

    Vishal, can you check the data type of the fields that do not show the date picker pop-up. I think these fields are not of type 'DATS' which prevents the trigger the actual pop-up. EIther you have to add the date picker functionality ourself (not easy), for more information on the actual date picker fuctionality have a look at the BSP Application: "HTMLB_samples". Hope this helps, Tiest.

  • 'Never' auto lock setting not available.

    My iPhone 3G doesn't have 'Never' listed as an option under the Autolock settings. It has 1,2,3,4, and 5 minutes listed, but Never is not there. I'm on software 3.0.1 and hardware model MB702LL. Could there be a setting in another menu that is disabling that option? I'd appreciate any ideas on how to fix this, thanks.

    I just added an email account to my iphone through Microsoft Exchange. I couldn't figure out why on my auto lock I didn't have the "never" setting any longer. Only 1 thru 5 minutes. I searched on here and find out through your posts that it has something to do with the Exchange. I disabled it and sure enough the "never" setting came back. My question is this, Is there a way to have the email account through Microsoft Exchange on and keep the "never" setting in auto lock? Can I override it somehow so to speak? Any help would be greatly appreciated. Thanks.

Maybe you are looking for

  • Context menu for ark

    how can i get the 'Extract to...' or 'Extrach here' options when i right click on a .rar or .zip or whatever archive file?

  • Create

    how do I create a PDF from my scanner/printer

  • Old time question: why is time machine suddenly extremely slow?

    When I ran Time machine to back up into my external drive last night, It was 50-70MB/second, but now it does not even reach 1mb/s. I tried to re-index spotlight but no help, verified disk, no repairs needed. The only thing I haven't done is to reform

  • Command to find permission in octal value

    Hi All, Is there a way to find out the permission of a file in octal value. ls -l will give in rwx format. But I need this in octal format like 655. To explain the use case, When i start a script I need to get the permission of file and store it in a

  • Navigation on All pages

    Hey Guys, I need help on getting a navigation bar automatically on all my pages... I made my first page with flash buttons and saved it as a template... now when i open the template and create my other pages and try to save to the remote server the b