Does exists the connector flow in BPM 11g?

Hi All.
I not found the connector flow in bpm 11g (JDeveloper).
Does it exists?
When we have the big business process with many roles and activities, how to do?
Regards,
Diovani
Edited by: Diovani on 17/02/2011 18:14

Hi.
It doesn´t exist in BPM 11g (until the PS4).
Regards,
Diovani

Similar Messages

  • Does exist the MSI GF4 TI4200 VTP8X?

    Hello, I live in Spain and I go to adquire a MSI graphics card. I'll buy a GF4 TI4200 VTP 8X, but I think that model doesn't exist because in the oficcial page not appear, only appears the TD 8X and the VTD 8X models. But in http://www.alternate.net that model exist! What happen? Exist or not exist?
    Thank you very much !!!
    P.D. Sorry for my English, it isn't very well

    I had the same problem with my MSI  G4 Ti4200-VTD8X.
    I did the same manual loading of the capture program. Didn't work. Look in control panel under your hardware and see if there is a yellow "!" next to the part that mentions "capture."  Every time that was there the in didn't work.
    I would uninstall and try it again.  
    Sometimes it would work for the day.  I would even shut the computer off and when I would turn it back on, it would still work.  Shut it off for the night and the next day it wouldn't work again! Go figure!!! Do a restore to the point where I shut the computer off for the night, and it still wouldn't work.
    I believe it worked for good when I loaded the 4072 drivers.  I did not install the manual program (I think - I did so  many un/installs I can't be sure).  Now the funny thing, those other little installs are not in my harware.  But it works.  I can't explain this.
    Basically, uninstall the whole card driver , not just the capture.  Reinstall the card driver without that other manual capture program.  Just keep trying installing and uninstalling and checking out WinProducer to see if the capture option is there.  If it still doesn't, try the manual capture program.  Just keep trying different combinations.
    Sorry that this isn't more of a step by step, but it worked for me.  Hopefully MSI will put out another driver soon that will fix this once and for all.
    Tom

  • BPM 11G comments and file attachments issue on human tasks

    Hi all,
    We have used JDeveloper 11G and SOA suite 11G + BPM (with PS1,PS2) to create and deploy a simple BPM process. The process consists of two swim-lanes ( Business Analyst and Snr Executive). The BA swim-lane has a human task which which initiates the process and the second swim-lane (SE) has a voting task. Both forms were auto generated.
    ------ Process steps ----
    step 1. The initiator of the process( Business analyst) submits a document and adds comments on the form. (1st swim lane)
    step 2. The task is received by the Snr Executive group and they need to accept or reject the document.
    step 3. If any of the Snr Execs rejects the document, the process flow goes back to the Business analyst(the requester or initiator) for review.
    (the voting group is able to share comments and the file attachments).
    step 4. The business analyst receives a task on her list. This task list should have the comments made by the Snr Execs who rejected the document. ---This is where we are having a problem. The business Analyst, receives the task, but the document and comments are not updated. This still shows the original document and comments, she sent when initiating the process.
    We have opened a SR with My Oracle support and it was suggested we apply a hot fix 9958661, which was done (see output below). Unfortunately this did not solve the problem.
    Questions:
    1. Is the default behavior of BPM 11G ?
    2. How can we change this behavior to do what we want ?
    ---------------------------------------opatch update output -----------------------------------------------------------
    ApplySession adding interim patch '9958661' to inventory
    Verifying the update...
    Inventory check OK: Patch ID 9958661 is registered in Oracle Home inventory with proper meta-data.
    Files check OK: Files from Patch ID 9958661 are present in Oracle Home.
    The local system has been patched and can be restarted
    I any suggestions would be welcome.
    Thanks
    Mocheche

    Ok, this is what i did:
    - I have a Process Data Object called CustomComments with just 1 attribute called comments.
    - I have added that object to my user screens (adf page)
    - Changed its columns att to 65 and rows to 8 (i chose that layout)
    - Used a tableLayout to add an icon next to this text area to allow the user to add comments:
    <af:commandImageLink shortDesc="addCommentImage" id="addCommentImage" partialSubmit="true" icon="/hw_images/new_ena.png">
         <af:clientListener method="myFunction" type="click"/>
         <af:clientAttribute name="attributeName" value="attributeValue"/>
    </af:commandImageLink>
    I use that clientAttribute to send the logged user to the javascipt.
    - I added this after the af:document on top of the page to make the customComments readonly to the user (you need to do it here because if you set it in the properties the element is not updated later), so the user has to use the button i put to add comments:
    <f:facet name="metaContainer">
         <f:facet name="metaContainer">
         <af:resource type="javascript">
              function readOnly(){
                   var comms = document.getElementById("it1::content");
                   comms.setAttribute("readOnly","true")
         </af:resource>
    </f:facet>
    <af:clientListener method="readOnly" type="load"/>
    - Somewhere i added the javascript the commandLink calls:
    <trh:script id="myScripts">
         function addComment(evt){
              var commentArea = document.getElementById("it1::content");
    var user = evt.getSource().getProperty("user");
    var comm = prompt("Please enter your comment: ","");
              if (comm != null) {
                   if (comm != ""){
                        if (commentArea.value !=""){commentArea.value = commentArea.value + "\n"}
                        commentArea.value = commentArea.value + "user.value" + " : " + comm;
    </trh:script>
    After all this, you have an object that carries the comments from one screen (UI project) to another and is updated each time.
    I know it may not be the perfect solution and that it could be improved a lot, but so far it does what i need so i use it.
    If there is anything i wasnt clear enough, please let me know. Hope this helps.

  • BPM 11g

    Dear All,
    I am working on BPM 11g.
    I installed the following products for BPM 11g
    OS: Windows 7 SP1 Professional Edition all with 32 bit
    Installed s/w:
        JDeveloper 11.1.1.6.0 Generic Version
        OracleXE 11.2 Win32
        ofm soa generic 11.1.1.6.0
        wls 10.3.5
        RCU 11.1.1.6 for schemas dev_soainfra, dev_sdpm and dev_mds  - Utility run successfully.
    Overall Installation is successful wth no issues.
    Configuration of Weblogic server for domain is ok with admin server, soa_server1 and bam_server1 with test connections is ok.
    I am using browser as Internet Explorer 9
    After starting weblogic server and soa_server1
    the URL for BPM composer and BPM Workspace
    works with
    Oracle BPM Workspace .......... http://localhost:8001/bpm/workspace
    Oracle Process Composer ....... http://localhost:8001/bpm/composer
    and not works with (recommended from Oracle Training perspective)
    Oracle BPM Workspace .......... http://localhost:7001/bpm/workspace
    Oracle Process Composer ....... http://localhost:7001/bpm/composer
    why the 7001 port does not work for BPM composer ?
    In Jdeveloper 11.1.1.6.0 after creating application, project and process
    From BPM MDS Navigator I configured the connection for Database 11g XE as well using
    Override Application Server user/password
    For SOA MDS I included the dev_mds user with MDS partition as obpm
    tested connections all ok (weblogic and soa_server1 up and running)
    In the BPM Project Navigator when I use the Project --> SalesQuote.jpr --> right clicking with
    option as  Save to BPM MDS the following error is occured as
    "Error while saving BPM Project to MDS: BPM-70801 : Metadata operation failed".
    If the error is resolved than I can see the project in BPM composer.
    My queries on this error are
    1) Has soa_server anything to do with this error
    2) Is dev_mds schema to be reviewed
    what can be the possibility to resolve the BPM-70801 error.
    Please provide the solution ASAP or send me the reply to my  [email protected]
    Regards
    Ajaz Ahmed

    Hi Ravi,
    Many Thanks for my query responses.
    I am putting my thoughts and clarifications as per your solutions.
    1. AdminServer running at 7001, soa_server1 at 8001 and bam_server1 at 9001 is clear and ok.
    2. Port 7001 will NOT work since none of the soa modules are deployed to this server port. - ok
    3. Very simple. From domain/config folder open config.xml file and search for workspace or composer and see that   XML  section. The value for <target> tag will tell you exactly where that module is deployed and only on that you can use it.
    My thoughts : What I understand for config.xml in domain/config folder has information on the domains configured
    with SOA_Server1, BAM_server1 and Weblogic server with port numbers and file path.  (while configuring domain I selected the check box for SOA_suite, BPM_suite 11.1.1.0 Instead of SOA_suite and BPM_suite for developers checkbox).
    Please confirm if this selection is correct for BPM composer. What does module deployed means.
    4. Coming to your Training session, it is possible that they had just ONE SINGLE server that acts as Admin and SOA Server. Yes, this is possible. When you create a BPM Domain using config wizard, there is an option like Developers domain like that and thats when you will have just one server at port 7001 that has all soa modules also deployed. That is why in your training they may have used port 7001 for workspace or composer.
    My Thoughts : I have everything configured on my laptop which acts as server and client. Do you mean I have to configure the wizard again and Include SOA_suite for Developers and BPM_suite for developers. 7001 weblogic server is clear to me.
    Now, coming to setting up composer, it should work. Try not to choose the option to override server name and password. We do not need this. Just select the existing details. You should be able to export to MDS Repository.If you still get errors, please let me know.
    I am able to export the BPM project succesfully to save my Salesquote to the required location with extension as
    .exp. This is OK.  I do not have any problems while exporting BPM Project. I am having problems with
    Save to BPM  MDS 
    My current issue is
    In the BPM Project Navigator when I use the Project --> SalesQuote.jpr --> right clicking with
    option as  Save to BPM MDS the following error is occured as
    "Error while saving BPM Project to MDS: BPM-70801 : Metadata operation failed".
    If the error is resolved than I can see the project in BPM composer.
    I am still facing this error BPM-70801. Please help me to resolve this error
    Thanks
    Ajaz Ahmed

  • BPM 11g changes to process aren't getting deployed

    I'm having trouble seeing changes I make to the process model in BPM 11g. For instance, if I add a new activity or change data associations/mapping in the activity and re-deploy, it doesn't take effect.
    I've tried doing a clean all, make all, and undeploy all project artifacts (undeploy project composite from soa-server and undeploy UI ear file) before deploying. I don't see the changes unless I restart the soa-server.
    Any suggestions? Is this a bug?
    Thanks
    Mark

    There's definitely some issues with deploying changes. We've found that if there are BPEL processes in you BPM process and you make changes, you'll need to bounce the SOA server too, to see the changes. Also, some people are experiencing instability issues when you keep increasing the version number. You get to about 4 or 5 versions, and it stops locks up the SOA server. I've found un-deploying and then do a fresh deploy seems to be the best way to make changes for now. I believe engineering is aware of this problem and is working on fixing it.

  • BPM 11g install and configuration with Webcenter

    Hi,
    I am new to this BPM so need some help in installation. Where can I download the latest version of BPM 11g and for installating it what steps do I need to follow. Also I need to integrate Webcenter also so for webcenter integration what do I need to install and configure with BPM 11g.
    Do I need to install webcenter full suite for integration with BPM and if so can I install both BPM and webcenter in one home iteself. Where can I find some documentation arround installing BPM and configuring with Webcenter.
    Thanks

    Hi,
    Need some info on the install I have to install both SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3 on the same box. I have installed the SOA BPM 11.1.1.3 but wanted to find out what is the best option of installing Webcenter 11.1.1.3 as I need to integrat SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3. Here is what I think are the options but don't know which one should I go for or is there any other option but the fact is I need to install both on the same box.
    *1. Should I install Webcenter in a separate HOME in doing so I will end up installing weblogic again and then install webcenter. Will endup having two ORACLE HOMES one for SOA BPM and one for Webcenter.*
    *2. OR should I install Webcenter in the same home as SOA BPM and create a new domain in doing so what happens to some of the components that are installed when installing SOA BPM.*
    *3. OR should I just extend the SOA BPM Domain and have both SOA BPM and Webcenter installed in the same domain. I believe this will only add the webcenter components but don't know if there are any issues.*
    And help is really appreciated..
    Thanks

  • Primavera & BPM 11g

    Hi Experts,
    Can any one help me on this.. I have the working environment of BPM 11g now i want to
    1) Install Primavera6 8.2
    2) Integrate both P6 and BPM 11g
    These are the things i want to achieve so please any one help me out with the steps.I have followed the Admin guide and other guides but it was not clear from where to start what to install first and what later so please reply me if anyone has any solution for this.
    Thanks In Advance
    Irfan

    It does not matter in which orger you install P6 and BPM. After they both are installed then follow the document which describes the integration part.
    http://docs.oracle.com/cd/E25030_01/English/Install_and_Config/Admin_PDF_Library/connecting_bpm_11g_to_p6.pdf
    Hope this helps
    Sachin Gupta

  • Oracle BPM 11g Grab Instace

    Hello BPM Experts,
    Is there any way to grab and abort/reassign the instances in oracle bpm 11g.
    -Srinivas

    In order to grab an instance (or "Alter Flow" as it is known in 11g) keep in mind that the logged in user has to be assigned to the Process Owner role for the project.
    An individual can claim an instance in the Workspace so that only that person can see and work on it. End users can escalate work in their queue specifically to their manager and only their manager. Managers can delegate work in their queue to subordinates. By delegating, they provide the end user the same permissions to edit and approve the task assigned that the manager has. Reassigning work is similar to delegating but it is a way that someone can give the task to someone else who is not necessarily their subordinate. Take a look at the Workspace documentation (http://docs.oracle.com/cd/E21764_01/user.1111/e15175/toc.htm) to get more details on this.

  • BPM 11g Certification Matrix

    Hi everyone!
    We are looking for the certification matrix from BPM 11g (in particular for non oracle middleware).
    We found the certification matrix from 10g ( [http://www.oracle.com/technology/products/bpm/obpm_config_matrix.html] )
    Thanks in advance,
    Diego.

    Hi Diego,
    The certification for BPM 11g is the same as for SOA 11g. You'll find details here:
    http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
    BPM 11g is not yet certified on non-Oracle app servers.
    Heidi.

  • BPM 11g Connector color

    Is it possible to change the color or style of the connector lines? Some of the paths cross over/behind other events (even trying a curved line) and I want to color me error paths and critical paths. Can this be done?

    Hi.
    It doesn´t exist in BPM 11g (until the PS4).
    Regards,
    Diovani

  • Why do my rules fail in the data flow from connector view to Meta view?

    I have Meta directory 5.0 alongwith the iplanet Directory Server 5.0 installed which is working fine.
    I have created an instance of NT Domain Connector which retrieves entries in a Connector view.
    Where do I get the examples about writing the data flow rules for the NT Domain Connector for flowing specific entries from CV to MV. Basically I do not want the NT Groups in the MV. Also I want to create an additional attribute e.g myflag whose value should be updated manually in the CV. And now if myflag = 0 I dont want this entry to be moved to MV and if myflag = 1 the entry should be moved to MV.
    I tried to write a few rule but it fails in testing only (Rule Tester). And I am not able to locate the exact error in my rule. Does it require any specific configuration ?
    Thanks
    Amol Talap

    You should post your rule.
    But either way, have you tried this:
    (objectclass==ntuser) or
    (objectclass!=groupofuniquenames)
    The first set allows only entries that are user.
    The second allows only entries that are not groups.
    As for the flags, try this:
    (myflag==1) or
    (myflag!=1)
    Same effect as above.
    Further more if rule testing fails, it could that you are not referencing the right Directory when using the rule tester. The rule tester does not always point to the right location.
    J.F.

  • Display the status of parallel human tasks in ADF web page (BPM 11g)

    Hi,
    We create a BPMN process (BPM 11g) which splits into parallel branches. Each branch has its own user activity. We want to show the task status of ALL the parallel user activities (running or completed) in the ADF web page implemented for the user activity so the user would have the whole picture of the process.
    In another words, we are able to check the status of the component instances associated with the process instance in the Oracle EM. We want to provide the similar information (in our case, we only want to show the status of the human task components) to the user when they access the human task page.
    I wonder if the only solution is to write Java code with the API to lookup the BPMN process instance. We try to avoid Java coding if possible. Please advise. Also, so far, I have not found any complete instruction/document on how to access the BPMN process instance and check the tasks etc. through the API. Please help if you know where I could get such information.
    Thanks a lot,
    Helen

    sorry!!
    http://www.esnips.com/doc/dca05e99-d5ca-49ce-80c8-5bedfe27a24a/screenshot-2

  • How to get the assignees for a specific role in process in BPM 11g

    Hi, Gurus,
    I am using BPM 11g. I am trying to retrieve all the assignees for a a specific role in process. It will be a parameter for a business rule to do further routing rule. But it seems there is no way to get the information. I found that there are Identity Service Functions in Human Task Assignment. But Identity Service Functions are not listed in Business Rule Activity, neither listed in other activities except Human Task Assignment. I cannot get the assignees in my process.
    Is there any way to get all the assignees for a role? I also tried to retrieve the assignees out engine with Worklist API, but it cannot get either. Actually we can get all the assignees information in automatic activity in OBPM 10g. Maybe I am still not familiar with 11g. Any advice is appreciated.
    FYI:
    My scenario:
    Suppose we have a role named ApprovalTeam. In this role, there will be several different department manager (BPM User) added in the role through Workspace. At run time, a request (With department info) with go through the approval by ApprovalTeam. A Business Rule Activity with decide which department manager will approve this request. Different department request will be dispatched dedicate managers, not all the managers in the role. I have an external JavaBean to get the department information from LDAP. To do the routing, I also need know all the department managers (BPM User) in the ApprovalTeam role. Then I can compare which department manager is matched with the request and assign the task to him.
    Thanks a lot,
    James
    Edited by: James Piao on May 31, 2010 6:25 PM

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • SCOM 2012 R2 Error The connector the module is configured for no longer exists

    Hi All,
    The Microsoft Operations Manager Connector Framework Alert Forwarding module failed to mark an alert for forwarding because the connector the module is configured for no longer exists. 
    Connector Id: 57a14deb-a74b-520e-ac32-ba8d340d112d

    Hi Mark,
    You can try the following steps, 
    This is because we have deleted a connector that still had a live subscription associated with it.  We need to go and delete that subscription to clean this up.  The problem is – the connector is gone, so the subscription is no longer available
    in the UI.
    Therefore – we will have to delete it manually.  This subscription (as all subscriptions) is kept in the “Notifications Internal Library” MP.  You need to export that MP to XML.  FIRST MAKE A BACKUP COPY OF THIS FILE IN CASE YOU MESS UP, then
    open it for editing in Notepad, or your XML editor of choice.
    All subscriptions in this MP are kept in the <Monitoring> <Rules> section.  To identify which connector subscription RULE is causing the problem – you can search for the connector ID, from the event 11502 above.  In my example – my connector
    ID from this event is:  b7a64deb-f7ff-440e-bc30-d08d340dfe8d.
    So – I search the XML for that string – and find b7a64deb-f7ff-440e-bc30-d08d340dfe8d in the <WriteActions> section of a specific <Rule>:
    <WriteActions> 
      <WriteAction ID="WA" TypeID="SystemCenter!Microsoft.SystemCenter.ConnectorFrameworkAlertWriteAction"> 
        <ConnectorId>{b7a64deb-f7ff-440e-bc30-d08d340dfe8d}</ConnectorId> 
      </WriteAction> 
    </WriteActions>
    Good – I have identified the problem.  Now – I need to do two things:
    Find the rule ID – to identify the display string associated with it… then delete that display string.
    Delete the orphaned subscription rule.
    So – I move up in the XML section of this rule – and I find my Rule ID.  (here is mine:)
    <Rule ID="ProductConnectorSubscription2850f8e3_afe7_4c36_84d2_ee258bd086eb"
    I then search for the part above which I bolded in blue (yours will be different – search for your string)
    What this finds – is the display string section of the XML – which maps this GUID ID to the common name that you gave the subscription.  (here is mine:)
    <DisplayString ElementID="ProductConnectorSubscription2850f8e3_afe7_4c36_84d2_ee258bd086eb"> 
      <Name>Process All New Alerts</Name> 
    </DisplayString>
    So – I need to DELETE this section from the XML…. just the section above, from my very specific <DisplayString ElementID="ProductConnectorSubscription2850f8e3<GUID> line, to the very next </DisplayString>.
    Next – I need to delete the entire <rule> which contains the subscription we want to remove.  Mine will be from:
    <Rule ID="ProductConnectorSubscription<GUID> line to the very next </Rule>
    When you are happy – you can import this XML MP back into the management group.  It should import with no errors.  If you get an error – you made a mistake when editing the XML.  You can look on the RMS event log for the specific problem – there
    will be a critical event there if it fails to import.
     second part for this link
    http://blogs.technet.com/b/kevinholman/archive/2009/09/10/removing-an-old-product-connector.aspx
    Regards, Ibrahim Hamdy

  • BPM 11g, need to deny a user the ability to create new instance

    I'm working on a BPM 11g process that starts with a "initiator". The client has a very specific requirement, no user can create a new instance if they already have 2 instances of the process, either assigned or suspended.
    Can someone help me with this, I don't know how we could acomplish this.
    Thanks in advance.
    Pablo

    Do any1 know?

Maybe you are looking for

  • How to open a Google popup window for an APEX 3.2.1 aplication ...

    Hi folks, I am implementing an APEX application that presents a report with a search field with a checkbox (search google ON/OFF). If this checkbox is activated by the user and he clicks on GO button, the application will filter the APEX report. At t

  • Issue with Shopping cart out of template

    Hi all, is there any possibility to find out, if a shopping cart is created out of a template? Background: I want to check in Check BAdI, if the shopping cart is created from a catalogue or if it is "just" created out of a template. I cant find a sta

  • Best setting for encoding flv video?

    What is the best, most universally accepted setting for encoding flv videos to be viewed over cable modem access? Best, Brian Russell Gainesville Health & Fitness Centers www.ghfc.com

  • Business Rules 3.5

    Hi, Our Company still using Hyperion Business Rules 3.5 and for an acquisition process they need to separate the Essbase and HBR instances in separate servers. That is already done. The process to export and import all the Business Rules was using th

  • Can i have both a printer and a hard drive connected???

    I have just got an airport extreme(802.11n). Its all set up and working aswell as a printer is connected to do wireless printing but i was wonder that if i split the usb on the back so that i could connect a hard drive and a printer at the same time