BPM Composer and workspace login using OID

I have configured my weblogic to use OID for user and roles management. I am able to login as me when I access weblogic console and em (I am a member of administrator group). When I tried to login to BPM Composer and workspace, I have to login as weblogic user (the user from weblogic embedded ldap from my install). How to configure the BPM composer and workspace to use OID that I've configured in WLS?
Thanks.

Never mind. I solved this problem. Just need to ensure all the authenticator control flag set to SUFFICIENT.

Similar Messages

  • BPM Composer not show login screen in SOA VM machine for Oracle VirtualBox

    Installed Oracle Virtual Box (4.2.4) and installed the SOA_BPM domain appliance (using SOA & BPM Development VM) - not a problem.
    When attmpt to access http://localhost:7001/bpm/composer - simply get a blank screen - nothing on it.
    When attempt to access bpm/workspace - no problem - get a login screen.
    Help - what is happening, how do I get a login screen for http://localhost:7001/bpm/composer
    Thanks - Casey

    Hi,
    I'm not sure how the domain is organised in that vm, but you have to make sure you are using the port-number of the soa_server, not the AdminServer.
    Hope this helps...
    Cheers,
    Vlad

  • How to configure bpm composer and access the projects present in bpm mds re

    To access the bpm composer I performed the below mentioned steps: - Installed the standalone weblogic server with soa server configured
    - Invoked the bpm composer using the url : http://machine:soa_port/bpm/composer
    - Used weblogic and weblogic1 as username and password.
    Please let me know whether I am following the correct approach as I am not able to see any options in bpm composer like open project etc, the project menu appears but there are no projects visible.

    The answer couldn't help us much. I will give you the steps we have followed in detail
    We have created a sample customizable BPEL process by selecting a Customizable checkbox in Jdev.
    Then,The sample BPEL process is deployed to SOA server from JDeveloper. We could see the deployed BPM process in EM console.
    Also the MDS repositories required for customization too are present in EM.
    Then We tried accessing the BPM Composer to do some customization on the sample BPEL process deployed. We are able to login to the BPM composer using "weblogic" user.
    But the composer displays only the welcome page. There are no other links enabled.
    Please let us know How to make a BPEL process customizable using BPM composer.
    Also there is an another SOA Composer. When this composer is mainly used?
    There is another BPM Workspace console. But we could not login to this using "Weblogic" user though we are able to login in EM, SOA and BPM composer.
    Why the login failed uisng "weblogic" user here?What for this console is used?

  • BPM Composer and custom authenticator

    Hello experts,
    We are using BPM Suite release 11.1.1.4 and we have setup a custom database authenticator for the BPM domain. After following the steps described in the [forum post|http://forums.oracle.com/forums/thread.jspa?messageID=9428626] we have managed to connect successfully to the BPM workspace using administrative rights. Nevertheless, it is not possible to retrieve any projects in the bpm composer page (/bpm/composer), by using any account at all. In all cases, the help page appears and user cannot proceed to any actions.
    Could you please suggest any configuration, role assignment or any other workaround for enabling users coming from a custom database authenticator to work on the bpm composer environment?
    Many thanks in advance,
    Serafeim.

    Never mind. I solved this problem. Just need to ensure all the authenticator control flag set to SUFFICIENT.

  • Oracle BPM Composer and no ADF

    Hi Everyone,
    We are planning to use Oracle BPM as our BPM engine. But our organization doesn't support ADF. So could anyone help to answer the below questions. Thanks a lot for your time.
    1) Can we use Oracle BPM Composer... Does Oracle BPM composer require extended ADF Domain?
    2) Default BPM workspace can't be used. So we need to build our own workspace. Are they any predefined framework to build a MVC or any other java framework to build workspace.
    3)Could anyone let me know the additional things we should take care in case we don't use ADF domain.
    Thanks everyone for your time.

    Oracle BPM Studio (JDeveloper) is used by developers to create processes, human tasks, the process instance payloads, the composite services used by the processes, complex transformations, business rules and the ADF UIs.
    Composer is a business user oriented web based tool used by business analysts with similar capabilities.  Using Composer, business people can create and maintain processes, define process instance payloads, human tasks, process payloads, business rules.  Instead of creating ADF UIs, you create and test web forms using a web based UI web form designer tool that it comes with in 11.1.1.7. Because the forms built using Composer can only be viewed from the Workspace or WebCenter Spaces tools, and because you're not going to use the Workspace or WebCenter Spaces tools, you won't be able to use Composer to create your UIs.
    You might want to rethink your decision to not use the Workspace or WebCenter Spaces tools, but because you're not going to use either one you will instead be building your forms using the form design tool of your choice.
    Although I'd advise you against recreating it, you'll need to become comfortable using the different APIs Oracle BPM exposes if you're going to try to duplicate the Workspace and WebCenter Spaces tool functionality.
    Here's the API JavaDoc and a few blogs that will give you some tips on getting started:
    API JavaDoc reference -
    http://docs.oracle.com/cd/E28280_01/apirefs.1111/e25378/toc.htm
    http://docs.oracle.com/cd/E14571_01/apirefs.1111/e10660/oracle/bpel/services/workflow/query/ITaskQueryService.html
    http://docs.oracle.com/cd/E28389_01/apirefs.1111/e25378/oracle/bpm/services/instancequery/IInstanceQueryService.html
    Simple list example -
    http://soadev.blogspot.in/2011/07/querying-oracle-bpm-process-instances.html
    Aborting instances -
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e10659/oracle/soa/management/facade/package-tree.html
    Creating instances -
    http://niallcblogs.blogspot.com/2011/12/invoking-bpm-processes-via-java.html
    Building a custom worklist ap -
    http://redstack.wordpress.com/worklist/
    http://redstack.wordpress.com/2011/03/09/creating-the-domain-layer-for-the-worklist/
    http://redstack.wordpress.com/2011/03/09/implementing-task-initiation/
    Purging Instances -
    http://niallcblogs.blogspot.com/2011/12/soabpm-apis-manipulating-composites-and.html
    Instance Query -
    http://java.net/projects/oraclebpmsuite11g/downloads/directory/Samples/bpm-api-101-instance-query
    Human Workflow Services / Human Task API -
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_workflow.htm
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e10660/toc.htm
    Oracle BPM 11g Human Workflow Service Java API – Part 1
       http://niallcblogs.blogspot.com/2010/11/oracle-human-workflow-service-java-api.html
    Oracle BPM 11g Human Workflow Service Java API – Part 2
       http://niallcblogs.blogspot.com/2010/11/human-workflow-java-api-part-2.html
    Oracle BPM 11g Human Workflow Service Java API – Part 3 – ITaskQueryService.AssignmentFilter
       http://niallcblogs.blogspot.com/2010/12/oracle-human-workflow-part-3.html
    UMS API:
    http://docs.oracle.com/cd/E28280_01/apirefs.1111/e14011/toc.htm
    Dan

  • Oracle BPM Composer and other Apps Too Slow

    Dear Forum Members,
    I made a installation of Oracle BPM/SOA Suite in a Development VM with 5GB RAM.
    The web applications such as BPM Composer, EM, Weblogic Console are too slow. They take too much time to load.
    I am using the JRockit JVM and Centos 6.
    Regards.

    Bump up your memory to 8gb and then look at your xmx setting in your startWeblogic.sh and ensure it's 3072m or more.

  • Integrating BPM Composer and SOA Composer with Fusion

    Hi
    I am working on integration of BPM Composer or SOA Composer with Fusion. Any kind of help like documents etc would be very much appreciated.
    Thanks

    I don't believe that noone has ever tried to connect the local BPM environment to a remote WCC server before. Please let me know if you've ever experienced the same problem. Otherwise, even a simple "I tried to do the samething and I succeeded using the same steps in the tutorial" would help too .
    Another thing is that yesterday, I talked to the tech-lead and I learned that our WCC server environment doesn't have BPM installed yet. I am wondering if this would cause the WCC server to not understand the request from my BPM server. In addtion, I've also upgraded my local BPM server using the lastest SOA bundled patch. Should the same patch be applied to the WCC server environment too?
    I'd be very grateful for any advice .

  • Shared services and workspace login error in epm 11.1.2.3

    Hello,
    When click on the url of shared services and workspace for epm 11.1.2.3
    showing the below error as soon.
    "Internet explorer can not display the webpage error"
    Tried with all supported browsers
    Please suggest all possibles solutions..
    Thanks

    Have you check the logs to make sure all the web apps are up and running and no errors are being generated.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle BPM Composer Authentication Failing.

    Hi,
    I have installed the Oracle BPM in our server,but facing some problem while login..
    1)Installed Software.
    Database Oracle 119 version (11.1.0.7.0) ---64bit Release1 and (11.2.0.1.0) ---64bit Release2
    Weblogic Server wls1033_oepe111150_win32
    Repository Creation Utility (11.1.1.3.3)
    BPM Suite & Patch SOA Suite (11.1.1.2.0) and SOA Suite (11.1.1.3.0)
    Oracle JDeveloper 11 g (11.1.1.3.0) (Build 5660)
    Able to Browse
    Oracle EM FMW Control ......... http://localhost:7001/em Able to login with weblogic id and pwd
    Oracle WLS Console ............ http://localhost:7001/console Able to login with weblogic id and pwd
    Oracle BPM Workspace .......... http://localhost:7001/bpm/workspace Not Able to login with weblogic id and pwd
    Oracle Process Composer ....... http://localhost:7001/bpm/composer Not Able to login with weblogic id and pwd
    I am not able to login into the composer and workspace ,i try adding the users in the securityrelam but also this is not helping..
    Please suggest a way to debugg and rectify this issue.
    Thanks in advance for your help.
    Regards,
    Shyam

    If you are using managed server (default), the URLs will be:
    Oracle BPM Workspace .......... http://localhost:8001/bpm/workspace
    Oracle Process Composer ....... http://localhost:8001/bpm/composer
    That is port 8001 instead of 7001

  • Accesing to the BPM Composer Web Page - Error : CurrencyKey not preserved

    Hi there,
    I've recently installed the Soa Suite 11.1.1.4, and when i logged in th BPM Composer and I try to use any option of the web page, i can see in the log the next error :
    ]] Root cause of ServletException.
    java.lang.AssertionError: CurrencyKey not preserved
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:531)
    With this error i can't navigate inside the BPM Composer Web page, any idea about this problem?
    Regards

    The solution to this issue, is adding in the CMDLINE of the Register Service the next value -da:org.apache.myfaces.trinidad.component.UIXCollection, with this option we disable the assertion of java, after that i can work with the BPM Composer Web Application

  • Error while creating a workspace and workspace user

    Hi Everyone
    I have installed oracle 11.1.0.7 on our server and the os is windows server 2008. I tried creating a new workspace and workspace user using the repository assistant on the server itself i mean i am using OWB which comes along with the 11g database. It is installing 60% and at the end it gives me this error:
    The warehouse builder workspace installation failed Java.Sql.SQLexception ora -00942 table or view does not exist
    How can i deal with this error? any suggestions ?
    Thanks & Regards
    Subhasree

    Hi everyone,
    I got the same problem. It is very urgent to get an answer.
    Thanks
    Siegwin

  • BPM Composer Player Configuration

    Hi
    I Configure my BPM server Behind a proxy (3 SOA Cluster and Proxy Server). when I want To play a process in BPM Composer, and launch to web Form (Not ADF form), BPM Composer try to load form from url that contain server name instead of Proxy url.
    for example my proxy server URL is : obpm.test.com:99
    and url to Access to Composer is : obpm.test.com:99/bpm/composer
    But call Form from this URL : ServerName(computer name):99/workflow/DefaultToDoTaskFlow/faces/adf.task-flow ..........
    and Cannot load Form.
    which mbean must edited ?

    No one?

  • BPM composer - issue project

    Hi Experts,
    We have problems with create projects in BPM composer. Our configuration is :
    Server Admin
         weblogic Server 10.3.6.4 - Binaries
         SOA Suite 11.1.1.7 - Binaries
    Server Managed
         weblogic Server 10.3.6.4 - Binaries
         SOA Suite 11.1.1.7 - Binaries
    Domain configuration is Admin Server in Server Admin and soa_server1 in Managed Server.
    I can create project in BPM composer and also publish in order to works with jdeveloper (jstudio)
    the problem is that when restart Managed Server, all the projects gone, we can't see any projects created previously.
    Can anyone help us ?
    Regards

    You need to put policies and credentials in a LDAP or DB.

  • Login on to workspace and Shared Service using FireFox

    I can log on to Share Services and Workspace in IE 8
    but Not Firefox
    Please advise

    KVC wrote:
    Firefox 3.5, for 11.1.1.0.00 release.
    11.1.1.3.x, and on where IE8 and Firefox 3.6 are supported check ur firefox versionYour begging for points when the support matrix says
    11.1.1.3 - Firefox 2.0.x
    11.1.1.4 - Firefox 3.5+ Firefox 5.x (starting with 5.0.1)
    11.1.2.1 - Firefox 3.5+
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Free Visual Composer session for BPM Users (and win an iPod!)

    Hello to all BPM fans and users!
    We would like to invite you to a free online session that focuses on creating UIs for your human tasks in BPM, using Visual Composer ! Forget all these Web Dynpro APIs and focus on what's really important - your user. With Visual Composer, you can seamlessly create UIs that use data coming from the BPM process and send data from the task to the process.
    You can integrate a variety of UI elements and manipulate data inside the Visual Composer model, insert Flex elements, and also add Web Dynpro components and UI if you realize that something is still missing.
    The first of several online sessions will take place on Thursday 3/6/2010 13:00 GMT+2 and you're all invited. Attend the session for a chance to win an iPod !
    Weu2019ll have more of these sessions, focusing on other more advanced topics of Visual Composer. To receive the session connection data, please send us an email to visualcomposer @ sap.com and tell us a bit about yourself: your role in your company, the kind of projects you usually do, and the level of knowledge and experience you have with Visual Composer (if any).

    Hello to all BPM fans and users!
    We would like to invite you to a free online session that focuses on creating UIs for your human tasks in BPM, using Visual Composer ! Forget all these Web Dynpro APIs and focus on what's really important - your user. With Visual Composer, you can seamlessly create UIs that use data coming from the BPM process and send data from the task to the process.
    You can integrate a variety of UI elements and manipulate data inside the Visual Composer model, insert Flex elements, and also add Web Dynpro components and UI if you realize that something is still missing.
    The first of several online sessions will take place on Thursday 3/6/2010 13:00 GMT+2 and you're all invited. Attend the session for a chance to win an iPod !
    Weu2019ll have more of these sessions, focusing on other more advanced topics of Visual Composer. To receive the session connection data, please send us an email to visualcomposer @ sap.com and tell us a bit about yourself: your role in your company, the kind of projects you usually do, and the level of knowledge and experience you have with Visual Composer (if any).

Maybe you are looking for