Impersonating (Information passed in process context)

Hi
Do you have an idea on what are the information passed in process context.
let me tell you what I am trying to do. I am invoking a process which contains a retrieve content(documentum) service that uses the process context as login mode. The process context that is used to invoke is made by impersonating (ie using admin user creditential to create a context for another user). Now I am able to invoke the process but I get login exception in documentum service.
Thanks

Hi Dhanesh,
Now I am able to invoke the process but I get login exception in documentum service
That's expected. Because using impersonation you have got the ticket which is valid on LiveCycle but not for Documentum. So livecycle has no way to establish communication with Documentum server unless it has that user's password as well.
Process context however, can be used in the scenario where you create a ServiceClientFactory for a user who is synced on both LiveCycle and DCTM. You authenticate the user to LiveCycle, and pass on the context to Documentum Connector through process context.
Hope that answers your question.
Thanks and Regards,
Raghu

Similar Messages

  • BPM Process Context Issue

    Hi Experts,
                   Can i use WDJ context as process context in BPM(Once i assigned WDJ component to a Task, i can able to see the WD context in Data types ) or we have to create a separate xsd in BPM. i came to know about this functionality so only asked.
                   Also i want to pass more values during starting of the process. I know it can be done through WS. Any other option is available?
    Regards,
    Arun

    Hi Arun,
    You are triggering the Process in WDJ with a webservice. so the values you assigned to the WS attributes in WD will be available in Start event of the Process.(not in the process context)
    Now you can have mapping between your start event and process context to get the data in process context and use it further steps.
    Hope it helps.
    Thanks.
    Priya

  • Task's Process context doesn't get updated in parallel tasking

    All,
    I have a parallel task in my BPM process flow; the parallel task can have a max of 3 owners. The owners can either approve / reject the task. There are 3 boolean attributes in the process context that are used to store the decisions of these task owners.
    When the process is initiated, these 3 attributes are set to true. So, there is no issue if all the 3 owners approve the task. The flow continues. If one of the owners reject first, followed by the other 2 owners approving the task, then the decisions are not captured. Hence, rejection flow is not triggered at all. But if the first 2 owners claiming the task approve and the last one rejects, the rejection flow is triggered.
    Observation: When a owner approves / rejects, I am able to see the changed decision in NWA PROCESS context and in the output mapping of this task. But now, when the 2nd owner claims the task, the input mapping of this task doesnt have the updated value of the first owner's decision.
    How to solve this issue?
    Can someone please assist?
    Many thanks,
    Subathra M

    Hi Subathra,
    Is it the same webdynpro component that is assigend to the 3 parallel task? In that case you can use one attribute to capture the decision. if tthe first user selects approve and then the second user select reject the attribute will be updated to reject.
    Regards,
    Shilpa

  • Changing the Background server information of mulitple process chains

    Hello Friends,
    I am looking for a program or any other way by which I can modify the Background server information of mulitple process chains at once.
    I am not really sure whether we have any such programs. Any help would be highly appreciated.
    Thanks,
    Vinoth V

    Hi Vinoth,
    RSPCCHAINATTR table can give information regarding process chain list with server names. you can create custom program to modify it. Input parameters can be process chain name and server name.
    But you need to take care of authorizations for this table.
    Hope this helps.

  • How to verify the user information pass by the form with a stored procedure?

    Hi,
    I would like to know how to verify user information pass by the form with a stored procedure.
    I want make a portal which accepts to new user registration, but I want verify the new user's informations (like the name don't contain a number etc).
    Thanks for your help
    regards
    jla

    Hi Samson,
    You can use the UI API to do this. You can catch the form_ADD event and then validate the input from the users. You can even block the event from completing (and stop the document from being added) if your code finds some incorrect data using the bubbleEvent functionality.
    I don't have one specific example to show you, but if you look at some of the SDK samples (for example C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET\02.CatchingEvents) to see how to work with events, you can then create your own validation to ensure the users data is valid.
    Regards,
    Niall

  • Fault information from bpel process when exception happens

    How to extract all the fault information from bpel process when exception happens?
    Are there any other methods other than "ora:getFaultName(), ora:getFaultAsString()"
    When I use "ora:getFaultName(), ora:getFaultAsString()", I get the below message,so I am wondering whether
    I can get any more information about the exception as mentioned below - "detailed root cause described in the exception message" -> how do I get it?
    Check the detailed root cause described in the exception message text and verify that the XPath query is correct.

    Hi,
    As far as I know, it's not possible to get the exception message with a catch all. You need to catch each exception separately, and the you will be able to get each message.
    Regards
    Gustavo

  • How to pass the security context between different OC4J servers

    My problem is the following: it seems that there is no standard J2EE solution in a production environment with more than one J2EE application server products to pass the security context between different J2EE application servers.
    I have a distributed application on two different OC4J servers, let's say that we have the web layer (with servlets) deployed on a server instance Server1 and the EJBs deployed on a second OC4J server Server2. If an user is authenticated at the web tier (in Server1) it gets a Principal object. It seems that the same Principal object cannot be used for authorization in the second application server, Server2. This means that in the server Server2 the authentication should be done again. It means that it should be duplicated the mechanism for authentication on Server2 (together with the passwords, users, and so on), thing that is a clear disadvantage of this approach.
    Do you know if there is a specific OC4J solution for this approach?
    Thank you,
    Marinel

    I have a simmilar issue? Did you succeeded to find a solution?

  • Show information for BPM process instances to possible future assignees

    Hi all,
    My environment is 11.1.1.4.
    I want to develop an ADF application that shows users information for BPM process instances which will possibly produce a user task assigned to them in the future.
    What I have done is
    1. Get BPMAppRole from the user name.
    2. Get the list of CompositeInstance with STATE_RUNNING from the BPM process name obtained from the BPMAppRole.getName().
    From the list of CompositeInstance, I have to extract the instances that will possibly produce a user task assigned to the user in the future.
    But I have no idea how to do this.
    Maybe my current approach is totally incorrect.
    Please help!
    Regards,
    Kenji

    Hi,
    By chance I found a method that you can use:
    oracle.bpel.services.workflow.query.model.TaskSequence getTaskSequence(oracle.bpel.services.workflow.verification.IWorkflowContext p1, oracle.bpel.services.workflow.task.model.Task p2, java.util.List p3, java.util.List p4, java.util.List p5, boolean p6) { }
    getTaskSequence might help you. This is under ITaskQueryService interface.
    HTH.

  • Process Context Web Dynpro

    Hello,
    Can we have one process context across whole BPM and Web Dynpro? My scenario is: Executing BPM in Web Dynpro through a Web Service. Presently I have set two contexts( one is for web dynpro and another for BPM Web Service/Process Context). Can I use one context instead of two types of contexts. Please let me know if there are any limitations.
    Thanks,
    Sunita.

    HI Sunita,
    technically you need different contexts for WebDynpro and BPM. This is due to the fact that these are two independent technologies which manage their context data differently. So, you will need a WebDynpro context as well as a Process context for BPM.
    But this does not mean that you cannot share and transfer data from one to another. From the WebDynpro context you might fill the WebService input. This can be simply done through context mapping and model binding. Once the WebService gets called, the input data is automatically mapped and transfered to your Process context. Of course, this has to be modelled first in the Process Composer. From here, you might use the context data to map to activites (human and automated) in your process. From here, you are able to again map it to a WebService in case of an automated activity or a WebDynpro context in case of a human activity.
    Hope, this brought some more clarity.
    Best regards,
    Stefan

  • Process Context Updating

    Hi,
    I have a Context Generated for XSD Data types long ago. Now, I am deleting one of the attributes from this XSD/WSDL file. But, I am not see that change reflect in Process Context.
    Whats the easiest way to update the XSD data Types and process context.
    Thanks in advance for help.
    Sunita.

    Sunita,
    If you are talking about updating the Data Types for the Task Request/Response then the best way is to remove all the input/output mapping first and then reimport the UI for the task which will automatically update your schema based on context exposed in the selected UI Interface controller. And if you are talking about the schema for the WSDL used to trigger the start event in process then you need to make the changes, save it and build it. Its better to build the project after making changes in Schema/UI Assignment or any other changes.
    Hope this answers your question.
    Regards,
    Arafat

  • Tables to find breakdown information for External Process

    Dear all,
    may i know is there any tables which i can used to look for the breakdown information of external process (In production order -> Goto -> Cost analysis)? Currently i only able to find the summarise data in table COSP. Pls kindly advise.
    Thanks and regards
    YM

    The link is
    entity_type = 'WIP_DISCRETE_OPERATIONS' and
    pk1_value =wip_entity_id and
    pk2_value = operation_seq_num and
    pk3_value = organization_idHope this answers your question,
    Sandeep Gandhi

  • Empty Process Context

    Hi All,
    I have created a process wih multiple Human Activities, when I am trying to do the Output mapping of Human Task 1: I am not able to see any nodes/attributes in the process context on the Right side.
    I am able to see the TaskOutput on the left pane.
    Any clues?
    TIA,
    Arafat

    Hi Arafat,
    AFAIK you need to do a mapping from node to node and then map the elements within it individually (e.g. if the left structure would differ from the right one, but may also occur more than once). By right clicking onto the node and dragging it to the right side you can open the context menu which offers some handy operations (like "map automatically").
    Hope that helps,
    Martin

  • AIS (Audit Information Systems) and Process controls

    Dear Experts
    Have you seen any customer using AIS (Audit Information Systems) and Process controls, simultaneously for Audit purposes? Can we use the GRC Process Controls for Scheduling regular Audits, inaddition to the Internal Control Assessments?
    Thanks & Regards
    Swarna

    Hi Swarna,
    Have you seen any customer using AIS (Audit Information Systems) and Process controls, simultaneously for Audit purposes?
    Yes. AIS is purely in SAP users and authorizations,  and PC can be used at different levels.
    Can we use the GRC Process Controls for Scheduling regular Audits, inaddition to the Internal Control Assessments?
    The data from the PC is used in the ICAs. So PC itself can't/may not provide all the information that is required by the auditors.
    Regards,
    Raghu

  • Want information about OTC process?

    Hi All,
    I would like to know is there any difference  in between Standard Sales order process and OTC apart from posting?
    Like in Standard we use SO -
    Delivery---Picking -
    PGI -
    Invoice.
    In OTC    SO -
    Delivery---Picking -
    PGI -
    Invoice --- Receivable posting  or I need to correct my process?
    Want information about OTC process.
    Thanks
    Nikhil

    Hi,
    in OTC, it ends with Customer payment.
    You can refer the following links:
    http://www.sap.com/industries/wholesaledistribution/businessprocesses/ordertocash/index.epx
    Pre-sales like QT --optional -->Standard Order -->Delivery >Picking>Packing>PGI>Billing-->Payment of Customer.
    Regards,
    RS.

  • Is there a way of transferring information from word processing apps to a laptop that is not connected to the Internet?

    Is there a way of transferring information from word processing apps to a laptop that is not connected to the Internet?

    Yes - but - you need an app that supports file sharing and you still need iTunes on a computer, or you need an app like Folder Plus that lets you mount the iPad like a USB drive. You need the helper app on the computer as well.
    iOS: About File Sharing
    File Manager - Folder Plus for iPhone, iPod touch, and iPad

Maybe you are looking for