Weblogic application roles not visible

Hello,
We are trying to grant a weblogic account the application role BPMWorkflowAdmin using the enterprise manager of the SOA Suite 11g. This works without problems on a non-clustered environment. However, in our clustered environment we cannot see the application roles. When we try to select the Application Stripe, the drop-down list doesn't show any values. Has anybody a clue what is going on?
Regards, Jeroen

Hi,
It is a known issue that file based identity and policy stores will run into synchronization issues in a clustered environment. To avoid this you have to setup the environment using
1. Shared file system as per the documentation below:
http://docs.oracle.com/cd/E15586_01/doc.1111/e15483/preconfiguration.htm
2. Use database or LDAP based identity and policy store
Please review below metalink id and document for the same issue.
Roles Missing in system-jazn-data.xml in Node of Cluster [ID 1467202.1] :this suggests to use a centralized LDAP-based or database security store in cluster environment
Oracle Docuementation reference: http://docs.oracle.com/cd/E21764_01/core.1111/e10043/cfgauthr.htm#CHDEFHHA
If this helps please mark.
Regards,
Kishore

Similar Messages

  • WebLogic 11g: Weblogic-Application-Version not taken into account

    Hello,
    I'm trying to set up Production Redeployment on my EAR, under WebLogic 10.3.6.
    However, I can't figure out how to make Weblogic-Application-Version work in MANIFEST.MF
    Here is my EAR structure:
    MyApplication
    --- APP-INF
    --- --- lib
    --- --- classes
    --- META-INF
    --- --- application.xml
    --- --- weblogic-application.xml
    --- --- MANIFEST.MF <- file I update
    --- WebApp1
    --- --- META-INF
    --- --- --- MANIFEST.MF
    --- --- WEB-INF
    --- --- --- classes
    --- --- --- lib
    --- --- --- web.xml
    --- --- --- weblogic.xml
    --- WebApp2
    --- --- same as WebApp1
    MANIFEST.MF content is the following:
    Manifest-Version: 1.0
    Weblogic-Application-Version: VERSION_1
    The problem is that it's not taken into account when I deploy the application in the WebLogic console.
    When I use staged mode, the line Weblogic-Application-Version: VERSION_1 is removed from the staged MANIFEST.MF file.
    The only way to manage to version my application is to add the flag -appversion to weblogic.Deployer, but I don't want to use that on a Production environment (and it's not recommended in the documentation!).
    Any idea why Weblogic-Application-Version not taken into account? I tried to add debug mode to node weblogic/debug but with no success.
    Thanks by advance,
    Julien

    I tested it at my end and was able to redeploy it successfully with the application versions.
    Are you saying that by deploying through weblogic console,the archive version is not honoring/getting picked up .is that correct?
    if yes, what does your weblogic console shows for archive version,when you first try to deploy your application with the VERSION_1.
    I mean,when you are on the "Optional Settings" Page.Do you see the Archive Version as VERSION_1?
    Deployments >> Click on the Install >> select your application ( MyAPP)>> Install this deployment as an application >> Select deployment targets >> Optional Settngs
    Example from the Optional settings Page for My application
    What do you want to name this deployment?
    Name: MyAPP     
    Archive Version:     
    VERSION_1
    This can confirm that the application being deployed is versioned one and if it doesn't shows up,then you need to check why its not getting picked up.?
    Moreover,You can enable the "deploy" debug flag to see whats going wrong in your case during the deployment process
    Server > Debug > Weblogic > Deploy
    Do refer the below viewlet on the Production Redeployment
    http://download.oracle.com/otn_hosted_doc/wls/redeployment/wls-side-by-side-non-annotation_viewlet_swf.html

  • Planning application is not visible in calculation manager

    Hi,
    I'm novice to EPMA.
    I have successfully created and deployed an EPMA application,but when i'm unable to see the application(s) under planning node.
    As per my knowledge EPMA application by default deployes in calculation manager,if so why the application is not visible.
    any suggestions on this r helpful to me
    thanks

    The issue is resolved now.
    The calculation manager service was set to automatic, set it back to manual and restarted calculation manager service.
    It showed the application in calc manager.
    Regards.
    Ace

  • Default Web Application is not visible in Weblogic Console

    We are using Weblogic 5.1.0 SP7
              We moved our Application from the Implicitly Defined Default Web
              Application which is configurated by the
              weblogic properties to a Web Application. Because we don't want to
              change any URL in our Application, we
              decided to deploy it as Explicitly Defined Default Web Application.
              By this we recordniced that the weblogic.httpd.defaultWebApp property
              worked not that way descibed in the
              Weblogic Documentation. You have to write the path to the WebApp not the
              name!
              So we have the following Entry in the weblogic.properties:
              weblogic.httpd.defaultWebApp=i:/if_home2/web
              This works fine. The Server starts and serves the WebApp the way we
              expected. But wenn we start the Weblogic
              Console the WebApp ist not visible in the "myserver/HTTP/Servlet web
              applications" folder. This one is empty
              now! Previously the "General" Entry for the Implicitly Defined Default
              Web Application was shown here, which
              showed our Servlets and JSP's and their hit count and parameters.
              So there is no chance to monitor the Servlets and JSP's of the default
              Web Application.
              I tried to deploy our WebApp a secound time with
              weblogic.httpd.webApp.OurApp=i:/if_home2/web
              but this create a second independent WebApp. OurApp is shown in the
              Weblogic Console but it does not monitor
              the hits to the default WebApp. So this is not a solution!
              Any idea to make the default Web Application visible in the Weblogic
              Console?
              

    in my development environment i checked in site collection feature, it isn't available in site collection feature but still i am getting those web parts in web part gallery while adding it on page.
    Also, in Production environment, feature is available in /templates/features folder after deployment, but not available in web part gallery while adding it on page.
    I tried with uploading .webpart file which is available in /templates/features production environment as i mentioned, is running for one web part. Not for second web part and giving me security error.
    As, uploading .webpart file is not feasible solution, please tell me how could i do that with .wsp file?
    please tell me what could be another workaround. 
     

  • Default Web Application ist not visible in WebLogic Console

    We are using Weblogic 5.1.0 SP7
              We moved our Application from the Implicitly Defined Default Web
              Application which is configurated by the weblogic properties to a Web
              Application. Because we don't want to change any URL in our Application,
              we decided to deploy it as Explicitly Defined Default Web Application.
              By this we recordniced that the weblogic.httpd.defaultWebApp property
              worked not that way descibed in the Weblogic Documentation. You have to
              write the path to the WebApp not the name!
              So we have the following Entry in the weblogic.properties:
              weblogic.httpd.defaultWebApp=i:/if_home2/web
              This works fine. The Server starts and serves the WebApp the way we
              expected. But wenn we start the Weblogic Console the WebApp ist not
              visible in the "myserver/HTTP/Servlet web applications" folder. This one
              is empty now! Previously the "General" Entry for the Implicitly Defined
              Default Web Application was shown here, which showed our Servlets and
              JSP's and their hit count and parameters.
              So there is no chance to monitor the Servlets and JSP's of the default
              Web Application.
              I tried to deploy our WebApp a secound time with
              weblogic.httpd.webApp.OurApp=i:/if_home2/web
              but this create a second independent WebApp. OurApp is shown in the
              Weblogic Console but it does not monitor the hits to the default WebApp.
              So this is not a solution!
              Any idea to make the default Web Application visible in the Weblogic
              Console?
              

    Hello Nadar,
    Tell me how are you starting server in the cluster, through nodemanager or commnadline.
    Kuldeep

  • Roles not visible

    Hello SRM Experts,
    I am configured SRM 7.0 with Extended Classic Scenario. Also I assigned Operational & Strategic Purchaser roles (Both SRM & Portals). But I am unable to see the Assign Source of supply,Process RFx and Process Contracts links on the roles.
    Am I missing something ? Please guide me...
    Cheers,
    Laasya

    Thanks... I solved by adding Strategic Purchasing (ERP/SRM) Roles..... But I have another problem.....
    ERP Purchasing Req is not visible on SRM. I got the error message.....
      The following error text was processed in the system R01 :  Syntax error in program /1BCWDY/8IXXHLHPT8QQEEM1YQGJ==CP .
    The error occurred on the application server ALPHA_R01_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
          Method: CONSTRUCTOR of program CL_WDR_CLIENT_COMPONENT=======CP
          Method: CONSTRUCTOR of program CL_WDR_CLIENT_APPLICATION=====CP
          Method: CREATE_APPLICATION of program CL_WDR_CLIENT_APPLICATION=====CP
          Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
          Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
          Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
          Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
          Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
          Module: %_HTTP_START of program SAPMHTTP

  • Application Components not visible in SAP R/3 tree

    Dear All,
    We have standalone system and we have installed ECC 6.0 with BI Content. Harddisk is 320 GB with 2 GB RAM. We want to extract the data from R/3 to BW which are on the same system (As ECC 6.0 contains builtin BW).
    In RSA1 the application components are not visible in the SAP R/3 tree under datasource tab. When I am replicating the entire SAP data source it is giving shortdump(STORAGE_PARAMETERS_WRONG_SET).
    How can I replicate a particular data source to avoid the memory problems because I have only 2 GB RAM.

    You can also Replicate a single datasource w/o replicating the  App Comp using a FM.
    BW
    SE37
    RSAOS_METADATA_UPLOAD
    Execute
    Give Source System n Datasource - Execute
    *Give Datasource Name - for I_O... & Source System for Logsys.

  • Webcenter Application Roles not getting imported in UCM on Migration

    Hi All,
    I migrated the webcenter resources (Service Data, Customizations and security policies) and UCM content (Using configuration utility, Archiver and Folder Archive components). After migration I am able to see the application roles in the destination webcenter spaces instance by navigating to Webcenter Spaces -> Security -> Application Roles, but I am not able to see the corresponding accounts created in the UCM for that particular user.
    For Ex: I have a application role: s1a472022_f8bb_48e1_a519_15841780df72#-#Moderator in Webcenter Spaces for user ABC
    In UCM I am not able to see the account AUTHEN/s1a472022f8bb48e1a51915841780df72 for the user ABC.
    I verified in the source UCM instance and I am able to see the accounts in that instance.
    Please help me out. Let me know if extra details required.
    Thanks,
    Sachin

    Hi Srinath,
    Yes, I have migrated data from UCM1 to UCM2 using insert script. But, I think there should be some other way also. There may be some options to check while creating export archive. We can migrate UCM schema tables also while migrating the content but I was not able to find USEREXTENDEDATTRIBUTES table. There are some other options like export additional user config, I need to check those options also.
    Thanks,
    Sachin

  • Approver for the application role not working out

    Hi,
    I have created a role with type application and Approver A, then created a business role with the Approver B and included application role into the business role.
    When i assign this business role to a user the only request for approval goes to Approver B and after approval the both application and business roles are assigned. Strangely it seem to skip the Approver A. I did even remove the approver in business role, leaving only approver in application role, still same result - it skips Approver A.
    I'm using IDM 8.0.0.1, any ideas why it would skip the approver in the included role?
    Thanks!

    Thanks for the quick reply. I've tried optional with approval and here is what I found.
    It seems I need a combination of the two. My end goal is to have a second level approval, one group would be responsible for approving the business role and the system owners would be responsible for approving the nested application roles. When a user requests the business role, they must have approvals for the business role and all of the nested application roles for their request to be completed.
    If the app. roles are required, the workflow automatically incorporate the nested appl. roles in the request but does not require approval for them. If they are conditional with approval, the user would have to submit a second request to get all of the nested application roles. It looks like I need a combination of the two, required with approval.
    I need it to behave like it does when you have a role with approver that includes resources with an approver. The role and resources must all be approved before the request can be completed successfully.
    I'm trying to see if this is possible through the GUI before I customize the workflow.

  • CAF-Application Service not visible in GP

    Hi ,
    I've created a composite appliocatioon service which contains an entity service and an application service.
    After deploying, I also tested it successfully.
    Now I want to use this service in callable object in GP.
    But I'm not able to see the application service there.
    My application is visible there, but next two column(Service name and method name) remains blank.
    Wat I've read from tutorials is that only application service can be used in GP.
    It is showing service name and method name for caf.core and caf.tc,but not for my application.
    Can anybody tell me the reason what is the possible cause for that ?
    regards,
    Piyush

    Hi Dipankar,
    I have already tested the service by the procedure you have mentioned.It is working fine from service browser window.
    Is there anything else need to be done to  use that service in CAF GP(some configurations etc)?
    While creating CO, it is showing the service name and methods for caf.core but not for my Application.
    Regards,
    Piyush

  • Z Role not visible in the Field Grouping

    Hi all
       I have created(copied an Existing to a new) a Z Role in the System ! 
       And Saved it ! I could see it as an element in the BP View !
       Now I went to do the Field Grouping !  Under Basic Settings of BP, I selected the Filed Groupings --> Configure Field Attributes per BP Role !
       When I tried  adding my Z Role as a New Entry, I get the error : "Entry does not exist in TB003" !
        What I am missing out ?
        Any Help !
    Thanks
    FYI : CRM 5.0
    Thank

    Hi Jack,
    Please look in to SAP Note : 726197
    Reward if it helps
    Best Regards,
    Johnny.

  • Role not visible in Bex Publish or Save as

    Hi Experts,
                       I have a new role created for adding my reports to it by the security team. My problem here is when i try to save my query or publish my query on to a role i am not able to see this new role. All the necessary auth objects like  S_RS_AUTH, S_RS_COMP, S_RS_COMP1, etc are added to this new role. But still i am not able to see the role when i try to publish. When i raised a call with the security team this was the reply "Role XXXXXXX is available in your logon.. a developer must place something in it for you to see it.". Please help to resolve this.

    Hi Karthik,
    If you find ur self difficult in finding the "role folder" in Bex, Just go ahead and create roles in PFCG.
    PFCG, create roles, change authorizations, take template S_RS_RREPU .. i think u know all this.
    Go to S_COMP, assign IA, IC, Query ID properly.
    Its going to work in same fashion as you deploy the query to reole.
    please close it if u feel ans worthful.
    Regards,
    Gowd.

  • Transported Roles not Visible for the User Log-in

    I have three roles in the development system.  These roles show up in the top level navigation for the users in the dev system.  All these roles and the underlying BSPs are transported to QA successfully.  I could assign them to users without any problems, but when the users log-in they can not see any of these roles at the top level navigation (In fact, they just get a blank screen).  "Entry Point" setting and "Sort Priority" is maintained for all the three roles.
    As a test, I created a new role with the same BSP links in QA itself and assigned it to the users.  This shows up in the top level navigation for the users.  I am wondering what's wrong with the transported roles!  If someone could help me here that would be great and I will assign points to helpful replies.  I have a very basic knowledge in portal.

    After applying SP12 in the portal landscape (EP 6.0), the role transports only work in our test environment, but not in production.  Even the manual corrections suggested in OSS note 1002832 didn't help.  I can preview all the iviews in the roles with my user id (admin id), but as soon as I log-in with the end user id nothing shows up [Not even the top level navigation tabs show up].  The following is the portal authorization methodology I chose.
    1. I assign users to the user groups
    2. I assign user groups to the roles
    I want to emphasize that all is well in our test environment, it is the production environment that shows inconsistency.  Let me know if anyone has any pointers.

  • All custom application folders not visible on nwds

    Hi,
    We are using NWDI and NWDS is used as IDE.
    We have created a custom b2b application on NWDS,every step was successfull.
    But now we are not able to see all the folders that should be there inside the custom application.
    This application is running fine also and when we checked for its content on the j2ee server itself
    all the folders were there.
    Does anyone have any idea,whats going wrong and what's need to be done.Somebody told me about public/private but I am not clear on that.Is that can be a reason for this problem.How to resolve this.

    I copied all the folder manually to NWDS and its working fine now.I dont now the reason why those folders were missing.

  • All application folders not visible on nwds

    Hi,
    We are using NWDI and NWDS is used as IDE.
    We have created a custom b2b application on NWDS,every step was successfull.
    But now we are not able to see all the folders that should be there inside the custom application.
    This application is running fine also and when we checked for its content on the j2ee server itself
    all the folders were there.
    Does anyone have any idea,whats going wrong and what's need to be done.Somebody told me about public/private but I am not clear on that.Is that can be a reason for this problem.How to resolve this.

    Hi Arshi,
    I think that the public/private not causes to missing the content in NWDS. Probably  some one deployed this content or application directly using the SDM password and they never check in  this component and that's why the application is working fine and the content got deployed but the latest source  is not available in DTR file system. So, When you sync this application form the DTR  the latest you got  is whatever the previous  version you had and which is missing the latest content.
    Thanks
    Krish

Maybe you are looking for

  • How do i add a printer to my account?

    I want to be able to print. How can I add my printer

  • How to change the JCA JNDI dynamically using FTP Adapter

    We have 5 FTP Servers, each having a directory to poll. We have created 5 CCI instances for these FTP Adapters in the FTPAdapter deployment. We created a BPEL process and using FTP Adapter to connect to above mentioned servers. Question: Customer's r

  • Sometimes will, sometimes won't detect wifi (anywhere!)

    As the subject says, sometimes my phone (3G) will find my wifi (after I do a reboot of it by holding the home and power buttons in) other times no matter what I try, it only says "Could not scan for wireless networks." Since every time it goes into s

  • How to search data in database which is in mixedcase

    Hi, I have to fetch data from database based on parameter value. The data stored in database is in mixed case. but while passing the  parameter its converting it into uppercase. so the database search fails. E.g Suppose the name in database is 'SANde

  • Bursting - Delivery Data Source

    Hi, I have created a template and mapped the appropriate fields in the source data. I would like to enable bursting split by customer and delivery by vendornum. I am using the following SQL select distinct VENDORNUM KEY, BROKERS PDF TEMPLATE TEMPLATE