Configuring OID as identity service for WorkList Application

Hi,
I am trying to configure the OID as the provider for IdentityService in worklist application,but getting following error,
PCException(): err is 10555
Any clues about this error? . Thanks,

If you have business logic in db(as set of plsql packages, triggers, ...) and this logic relies on db users and roles for authentication/authorization then you can also consider using database proxy user.
Of course, with this approach you still need to authenticate your users somehow(maybe by programmatically executing db connect in your login code, or by using Custom RDBMS Authenticator or by using Read Only RDBMS Authenticator and separate db table, ...), but after setting proxy user on adf connection, existing business logic in plsql packages, triggers, etc. should work as expected.
Some examples for oracle proxy users and adf:
https://blogs.oracle.com/imc/entry/how_to_use_database_proxy
Andrejus Baranovskis Blog: Extending Application Module for ADF BC Proxy User DB Connection
Dario

Similar Messages

  • Issue in setting custom identity service for soa 11.1.1.4

    Hello,
    I am facing issue in setting custom identity service for soa 11.1.1.4
    It is not picking up the implemented UserManager (in custom IDM) implemented via ServiceProvider and IdentityStoreService.
    This is configured in jps-config.xml
    The same setup was working in soa 11.1.1.2
    I believe there is a change done in JpsProvider in bpm-service.jar to authenticate via default login context from oracle.security.jps.internal.jaas.module.authentication.JpsUserAuthenticationLoginModule
    If my uderstanding is correct,
    Please guide me in implementing custom identity store and services for bpm services for soa 11.1.1.4
    Tried various work arounds but no luck.
    Thanks
    Bala

    Hi...
    Can u tell me how did u set up custom identity service for 11.1.1.2 ?
    Thanks

  • Custom Identity Service for BPEL

    Hi
    Has anyone created a Custom Identity Service for BPEL workflow authentication.
    Please reply back.
    Thanks
    Mudassar

    Is there a document somewhere that actually describes how to add the plugin to the Process Manager Identity Service? More specifically, requirements for packaging up the plugin module, which folder to place the module in, ALL of the configuration files that need to be updated, etc.?
    So far documents such as the BPEL Developers Guide, BPEL Process Manager Administrator's Guide, and various online sources have been moderately helpful but it seems like there are a lot of missing details as to actually getting a custom Identity Service plugin module working.

  • Hosting Services for Forms6i Applications

    Is Oracle providing application hosting services for forms6i applications.
    we are Desperately looking for these services
    and with services charges
    Thanks in advance
    Shahid

    Thanks for sharing the info, Im sure its useful to the community
    K

  • How to create web service for database application

    Hi everyone
    Is it possible to create a web service for an apex database application page which has reports and radio fields and dialog boxes and validations in it. IF it is possible to create, pls help me with example or step by step procedure. I have seen all oracle docs of implementation of Web services in apex but unable to figure out how to get that link of wsdl for an application.
    Thanks in advance.
    Regards
    Sandeep Artham

    Hi,
    I guess there are other ways. But this is an easy way, if you find the right wizards.
    Besides this it is good practise to define interface methods so that session bean implement these interface methods, and thus seperate the interface from the implementation.
    In this approach you will need 3 projects:
    An enterprise application project (will contain EJB Module)
    An EJB Module project (will contain session bean)
    A Java project (contains code that implements the session bean methods)
    In my previous post I suggested to use a J2EE web mudule project. This was a mistake, it should be EJB module.
    But it should be possible to do it in another way. It is up to you.
    Good luck, Roelof

  • How to remove Escalate option for worklist application

    how to remove system action such as escalate in worklist application when task is assigned. In other words i don't want a task to be escalated to supervisor, so i want it not be in drop down.

    The following actions can be restricted:
    Auto Release
    Reassigned
    Escalated
    Renewed
    Info Requested
    After the workflow is created, you can configure restricted actions in the restrictedActions element of the task configuration XML file, as shown in the following code example.
    <taskType ...>
    <task ...>
    <restrictedActions>
    <action>AUTO RELEASE</action>
    <action>ESCALATE</action>
    <action>REASSIGNED</action>
    <action>RENEWED</action>
    <action>INFO REQUESTED</action>
    <action>SUSPENDED</action>
    </restrictedActions>
    </task>
    <notifications>
    </notifications>
    </taskType>

  • Problem with using OID as Identity Store for OAM

    I have oam11.1.1.5.1 and oid 11.1.1.5.
    I switched the embedded ldap to OID as the default as well as the system identity store followed the doc http://docs.oracle.com/cd/E21764_01/doc.1111/e15478/datasrc.htm#BHCJEDJA
    In the oid I have created the group Administrators and added the users to: weblogic, weblogicoi, oamtester and more.
    Only weblogic can sign into the oam console by one login :
    http://<host>:/oamconsole , redirected to the page having oam port 14100 with the login wizard, get in with weblogic account credential.
    and for the others have to have two logins:
    http://<host>:/oamconsole , redirected to the page having oam port 14100 with the login wizard,
    After keyed in the user credential, got redirected to back to the page having port 7001 with the login wizard, keyed in the user credential again and got in.
    All the passords are using in the oid's, that confirms the oid is the oam's identity store.
    Seems weblogic is the seed account. Could I miss something for granting privs for the others? if so what did I miss? Do I have to create an authentication provider with the oid(ldap) in WLS' security domain? If so, is that a mandatory?
    Edited by: gadba on Jan 14, 2012 7:06 AM

    Hi,
    Did you set the Authentication Module to use your newly created User Identity Store? Or is it still pointing to your default UserIdentityStore1. If not, you will have to modify these configuration in your Access Manager Settings. Also, make sure that your new User Identity store is set as default store as well as system store.
    ~Yagnesh

  • Configuring blackberry business cloud services for office 365

    HI,
    As of now we are in process of moving to office 365 . We have to configure office 365 for blackberry devices . 
    Here we have Blackberry enterprise server and devices are Blackberry Curve and Bold , etc . 
    When i gone through the technet i have seen two options.
    1.Blackberry® Business Cloud Services (BBCS) from BlackBerry
    2.BlackBerry®
    Internet Service (BIS)
    Which one i need to prefer based on my server and devices .If i go for BBCS , how to setup and configure.
    Please anyone hep me on this.

    You need to refer to the option 1
    1.Blackberry® Business Cloud Services (BBCS) from BlackBerry
    Refer this Document
    http://us.blackberry.com/business/products-services/cloudservices.html
    This gives the Architecture in detail
    http://www.itproportal.com/2012/06/27/bis-bes-and-blackberry-services-office-365/
    Regards Chen V [MCTS SharePoint 2010]

  • Authentication Web Services for Java applications

    Hi All,
    We are building Java based SAP applications for mobile devices such as Blackberry, iPhone etc. The applications are browser based (thin client) to be deployed on SAP Netweaver WAS and would interface with SAP backends such as SAP ECC, SAP BW using SAP Web Services (converted from BAPIs).
    For certain reasons we do not want to use Mobile Webdynpro Java using JCO/BAPIs as we would be using a Java based middleware which is built in-house for rendering on multiple devices and it does not go well with Mobile Webdynpro with Java. We are NOT using SAP Enterprise Portal as well.
    What I would like to know is are there any standard Authentication Web Services that can be used to authenticate the user, when he tries to login to the application through the mobile browser. Also does SAP Netweaver WAS provide authentication mechanism for a Java based web application by default.
    Any pointers would be appreciated and thanks in advance for the same.
    Suresh

    Hi All,
    We are building Java based SAP applications for mobile devices such as Blackberry, iPhone etc. The applications are browser based (thin client) to be deployed on SAP Netweaver WAS and would interface with SAP backends such as SAP ECC, SAP BW using SAP Web Services (converted from BAPIs).
    For certain reasons we do not want to use Mobile Webdynpro Java using JCO/BAPIs as we would be using a Java based middleware which is built in-house for rendering on multiple devices and it does not go well with Mobile Webdynpro with Java. We are NOT using SAP Enterprise Portal as well.
    What I would like to know is are there any standard Authentication Web Services that can be used to authenticate the user, when he tries to login to the application through the mobile browser. Also does SAP Netweaver WAS provide authentication mechanism for a Java based web application by default.
    Any pointers would be appreciated and thanks in advance for the same.
    Suresh

  • Configuring Role Expert Web services for Compliance Calibrator

    Hi @all,
    performing the configuration of Virsa Role Expert I've got a question regarding the settings for the various Web Service Info. for the Compliance Calibrator.
    Apart from the Web Service URL, user name and password need to be declared. The user guide names 'sapgrc' and 'webuser' as account names.
    My question: How do I setup these accounts? Is this an UME-Job - if so: what are the required roles and authorizations for these accounts?
    Kind regards,
    Martin

    Hi,
    the Web Services URLs are:
    Web Service Info. for CC Risk Analysis:     http://SERVER_NAME:PORT/VirsaCCRiskAnalysisService/Config1?wsdl&style=document
    Web Service Info. for CC Transaction Usage: http://SERVER_NAME:PORT/VirsaCCActionUsageService/Config1?wsdl&style=document
    Web Service Info. for CC Mitigation Control: http://SERVER_NAME:PORT/VirsaCCMitigation5_0Service/Config1?wsdl&style=document
    Web Service Info. for CC Functions: http://SERVER_NAME:PORT/VirsaCCFunction5_0Service/Config1?wsdl&style=document
    Web Service Info. for AE Workflow: http://SERVER_NAME:PORT/AEWFRequestSubmissionService_5_2/Config1?wsdl&style=document
    Does that answer your question?
    Regards,
    Martin

  • Web hosting service for Sun Application Server

    Can anyone tell me if there is any webhostingf service that uses Sun Applications Server...pls pls pls....

    Yeah, I can understand the pain. I don't know about anybody else, but I'd like to work with you 1 on 1 via email to help ease the tomcat deployment issues, if that's something you'd like to give another shot at?
    Please drop me a line at, if interested:
    raveqa-testapps AT SUN DOT COM
    I found the thread below to be of help in most tomcat deployment issues, but let's see what we can do to get you up and running with the absolute minimal effort needed in configuration.
    http://forum.java.sun.com/thread.jspa?threadID=5101183
    /sqad

  • Schema Design for Worklist Application - best practice?

    Hello,
    we are designing the Schema for a workflow application now. I'm wondering what kind of XML Schema would be best suited for the JSP generation of the Workflow Wizard.
    So far I've found out with some tests (please correct me if I'm wrong):
    - Only elements will be mapped to JSP fields, not attributes
    - If elements have single-letter name, the field label will be eliminated totally in JSP (bug?!)
    - For EVERY parent node, an HTML table is generated in the JSP containing all the simple nodes in the parent. If a parent node contains another parent node, both tables will be generated on the same level.
    And I haven't found any way to create drop-down list or checkbox/radiobuttons out of the XSD definition (enumeration as element type).
    I would really appreciate it if someone could share some experience in this area, many thanks in advance!
    regards
    ZHU Jia

    Hello,
    we are designing the Schema for a workflow application now. I'm wondering what kind of XML Schema would be best suited for the JSP generation of the Workflow Wizard.
    So far I've found out with some tests (please correct me if I'm wrong):
    - Only elements will be mapped to JSP fields, not attributes
    - If elements have single-letter name, the field label will be eliminated totally in JSP (bug?!)
    - For EVERY parent node, an HTML table is generated in the JSP containing all the simple nodes in the parent. If a parent node contains another parent node, both tables will be generated on the same level.
    And I haven't found any way to create drop-down list or checkbox/radiobuttons out of the XSD definition (enumeration as element type).
    I would really appreciate it if someone could share some experience in this area, many thanks in advance!
    regards
    ZHU Jia

  • How To configure Apache As Reverse Proxy for SharePoint Application

    Hi,
    I recently integrated Apache as ReverseProxy for SharePoint 2010. When accessing the SharePoint application via the reverse proxy url  e.g. http://<reverse-proxy-url>/SitePages/Home.aspx the images/css and JavaScript files does not comeup
    fine.
    I had defined the following mapping in the httpd.conf file.
    ProxyPass /SitePages  http://<actual-url>/SitePages
    <Location /SitePages>
    ProxyPassReverse http://<actual-url>/SitePages
    SetEnv force-nokeepalive 1
    </Location>
    Regards,
    Bunty Ray

    Hi Trevor,
    I did not understand your point. Currently i tried the following in the httpd.conf as well, but still did not help
    ######Mapping SharePoint Server#######
     ProxyPass /SitePages http://<actual-url>/SitePages
     ProxyPass /WebResource.axd http://<actual-url>/WebResource.axd
     ProxyPass /ScriptResource.axd http://<actual-url>/ScriptResource.axd
     <Location /SitePages>
      SetOutputFilter INFLATE;proxy-html;DEFLATE
      ProxyHTMLMeta On
      ProxyHTMLEnable On
      ProxyHTMLExtended On
      ProxyHTMLLogVerbose On
      ProxyPassReverse http://<actual-url>/SitePages
      ProxyHTMLURLMap /SitePages http://<actual-url>/SitePages ec
      ProxyHTMLURLMap http://<actual-url>/SitePages /SitePages ec
     SetEnv force-nokeepalive 1
     SetEnv force-proxy-request-1.01
     SetEnv proxy-initial-not-pooled 1
     </Location>
     <Location /ScriptResource.axd>
      SetOutputFilter INFLATE;proxy-html;DEFLATE
      ProxyHTMLMeta On
      ProxyHTMLEnable On
      ProxyHTMLExtended On
      ProxyHTMLLogVerbose On
      ProxyPassReverse  http://<actual-url>/ScriptResource.axd
      ProxyHTMLURLMap /ScriptResource.axd http://<actual-url>/ScriptResource.axd ec
      ProxyHTMLURLMap http://<actual-url>/ScriptResource.axd /ScriptResource.axd ec
      SetEnv force-proxy-request-1.01
      SetEnv force-nokeepalive 1
      SetEnv proxy-initial-not-pooled 1
      </Location>
     <Location /WebResource.axd>
      SetOutputFilter INFLATE;proxy-html;DEFLATE
      ProxyHTMLMeta On
      ProxyHTMLEnable On
      ProxyHTMLExtended On
      ProxyHTMLLogVerbose On
      ProxyPassReverse  http://<actual-url>/WebResource.axd
      ProxyHTMLURLMap /WebResource.axd http://<actual-url>/WebResource.axd ec
      ProxyHTMLURLMap http://<actual-url>/WebResource.axd /WebResource.axd ec
      SetEnv force-proxy-request-1.01
      SetEnv force-nokeepalive 1
      SetEnv proxy-initial-not-pooled 1
      </Location>
     <Location /_layouts>
      SetOutputFilter INFLATE;proxy-html;DEFLATE
      ProxyHTMLMeta On
      ProxyHTMLEnable On
      ProxyHTMLExtended On
      ProxyHTMLLogVerbose On
      ProxyPassReverse  http://<actual-url>/_layouts
      ProxyHTMLURLMap /_layouts/1033/styles/Themable http://<actual-url>/_layouts/1033/styles/Themable ec
      ProxyHTMLURLMap http://<actual-url>/_layouts/1033/styles/Themable /_layouts/1033/styles/Themable ec
      SetEnv force-proxy-request-1.01
      SetEnv force-nokeepalive 1
      SetEnv proxy-initial-not-pooled 1
      </Location>
    Regards,
    Bunty Ray

  • Creating PHP services for client applications

    This question was posted in response to the following article: http://help.adobe.com/en_US/Flex/4.0/FlexTutorials/WS4bebcd66a74275c3-177557f11232f6db7fc- 8000.html

    Thank you so much!!!
    I've been struggling with getting Flex to read from an external database for about 2 weeks now and have had no success. Your simple description of how to get this creature to read finally led me to success! You now have one more raving fan!

  • BPEL-10555 Identity Service Configuration error is thrown in Solaris O/S

    I am getting the below error from the WorkList Application, when I run my code on Solaris O/S.
    But when this same code is run on Windows, it works fine.
    "500 Internal Server Error
    BPEL-10555 Identity Service Configuration error. Identity Service Configuration file has error. "
    It is because,I have imported 4 classes in my payload-body.jsp file of Human Task :-
    oracle.bpel.services.workflow.task.model.ShortHistoryTaskType,
    oracle.bpel.services.workflow.task.model.ShortHistoryType,
    oracle.tip.pc.services.identity.BPMAuthorizationService,
    oracle.tip.pc.services.identity.BPMUser,
    I have also added the below code, to so show the list of "Approvers" in the jsp file :-
    BPMUser bpmUser = null;
    BPMAuthorizationService bpmAuthServ = wfSvcClient.getAuthorizationService
    ("jazn.com");
    if (task != null && task.getSystemAttributes() != null &&
    task.getSystemAttributes().getShortHistory() != null)
    ShortHistoryType shortHistoryType = task.getSystemAttributes
    ().getShortHistory();
    List taskList = shortHistoryType.getTask();
    String taskApprovers = "";
    for (int j = 0; j < taskList.size(); j++)
    ShortHistoryTaskType individualShortHistoryTask =
    (ShortHistoryTaskType) taskList.get
    (j);
    if (individualShortHistoryTask.getState().equals("COMPLETED") ||
    individualShortHistoryTask.getState().equals("OUTCOME_UPDATED"))
    bpmUser = bpmAuthServ.lookupUser
    (individualShortHistoryTask.getUpdatedBy().getId());
    taskApprovers += bpmUser.getFirstName() + " " +
    bpmUser.getLastName() + ", ";
    j++;
    if (!taskApprovers.trim().equals(""))
    taskApprovers = taskApprovers.substring(0,taskApprovers.lastIndexOf
    (",")) + ".";
    Please do suggest a proper solution to run the above code on Solaris O/S.

    We have set the OID and our security realm is "alshaya.com" would that be a problem.
    Also below is my is_config.xml file :-
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ISConfiguration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig">
    <configurations>
    <configuration realmName="alshaya" displayName="alshaya Realm">
    <provider providerType="JAZN" name="OID" service="Identity">
    <connection url="ldap://boomidevp.alshaya.com:389" binddn="cn=orcladmin" password="ifbEl1hXVLg=" encrypted="true"/>
    </provider>
    </configuration>
    </configurations>
    </ISConfiguration>
    So shall I change the below code as follows :-
    BPMAuthorizationService bpmAuthServ = wfSvcClient.getAuthorizationService
    ("jazn.com");
    to
    BPMAuthorizationService bpmAuthServ = wfSvcClient.getAuthorizationService
    ("alshaya");
    Will the above change work for me on Solaris O/S ?
    Please do reply.

Maybe you are looking for

  • Can I install Linux on an external drive?

    I'm kinda curious about something. If I boot up off an external firewire drive at boot time and I have previously partitioned it into 2 partitions (techtool or iPartition) is it possible to install a Intel Linux distro on the 2nd partitition? When I

  • How to install Chinese in Oracle Application Express 4.0?

    hi,all I want to know how to install Chinese in apex 4.0,though I know it's in the folder of "apex/builder/zh-cn",when I use a command like "@ load_zh-cn.sql",and it doesn't work. and the path is >>>>>>>>>C:\oraclexe\apex\apex\builder so what can i t

  • How To Clear Mapviewer Tile Cache

    I am running a standalone version of Mapviewer using Weblogic Server. Weblogic and Mapviewer are running on a linux server with CentOS 5.8 64bit. - MapViewer Version: Ver11_1_1_7_1_B130516 - Weblogic Server 10.3.6 I am using Mapbuilder installed on a

  • Basic Question, Please regarding 1.4.1.02 1.4.2.06

    Happy Holidays and Happy New Year! I have been using JRE 1.4.1.02 for some time and no problems. When I upgraded to 1.4.2.06 it took a staggering amount of additional memory; then I realized foolish me had not deleted the Installer, located in a mult

  • I get an error trying to download movie

    I got transformers 3 for Xmas. I redeemed the code, but the download fails saying I dont have the "access priveledges to download this movie." I updated itunes, I dont have parental controls that wont let me download movie set, I am on the internet..