SOA & BPM

Can we have BPM and SOA managed server separately in a single domain ? If so then how ? If not then what is the benefit to having both in a single managed server ?

Hi there 2640028,
the run time environments for both SOA and BPM are actually the same. This is the SOA Infrastructure (or the Fabric) where the composite applications get deployed and executed. Different service engines plug-in (or communicate) with the soa infrastructure. These service engines are:
the process core - capable of executing BPEL in SOA installation. When SOA domain is extended to BPM the process core is able to execute also BPMN processes;
the business rules - executes the business rules
the human workflow - executes human tasks. The BPM process workspaces uses the human workflow service engine API so the end users are capable of interacting with the human task forms
the mediator - executes the mediator component
the spring - executes spring context
Hence, the BPM runtime is integral part of SOA and cannot be separated.
Important part of the BPM is the development of human task forms. One of the options is to have ADF as a development framework. You are able to have a dedicated managed server where the ADF human task forms will be deployed and running, so you will have all your pure composite (SCA) applications running in the SOA/BPM managed server and all BPM human task forms running on a separate managed server.
Hope this helps,
Anatoli

Similar Messages

  • Invoking bpel process from java in oracle soa/bpm 11g

    Hi,
    We have some java code to invoke bpel process in oracle BPM 10g following the instructions in http://download-east.oracle.com/docs/cd/B14099_19/integrate.1012/b14448/invoke.htm.
    Basically the steps are:
    1) get a Locator (com.oracle.bpel.client.Locator)
    2) get IDeliveryService (com.oracle.bpel.client.delivery.IDeliveryService) reference from locator
    3) call IDeliveryService method request or post with input message and get the response back.
    Recently we want to migrated from oracle bpm 10g to oracle soa/bpm 11g. But I can not find the similar API in 11g. It seems now some adapter/binding need to be added in exposed service lane in soa composite view, for example, ADF-BC, direct binding etc, in order to allow java to invoke a bpel process. Here are two very useful links from Edwin about the detail how this is implemented.
    http://biemond.blogspot.com/2009/11/invoking-soa-suite-11g-service-from.html
    http://biemond.blogspot.com/2009/11/calling-soa-suite-direct-binding.html?showComment=1285198033913#comment-c1055322845511794252
    My question is:
    1) what are the choices and the official/best way to invoke a bpel process in oracle soa/bpm 11g from java?
    2) does user need to add an adapter/binding in exposed service lane in order to let the bpel service be called in java?
    3) what is the real difference between a bpm application and soa application in 11g?
    I will really appreciate any expert's opinion.
    Thanks,
    Bin

    Thanks for your reply and confirmation, really appreciate it.
    Yes, I found the difference of the invoking process API and was able to invoke bpel process using direct and ADF-BC binding by following Edwin's blog. But I have not found any official reference to compare this API difference between 10g and 11g ( I will mark this question as answered if anyone can find an official source from oracle, need to prove it to the team). The API to work with human task workflow seems pretty much the same between 10g and 11g.

  • Migration from  SOA/BPM 11.1.1.6.7 to SOA/BPM 11.1.1.7

    Hi
    We're planning to upgrade our SOA/BPM 11.1.1.6.7 to SOA/BPM 11.1.1.7. I've gone through the certification matrix xls for 11g and also the certification on MOS.
    Here is the list of current softwares we have on 11.1.1.6.7 and the required ones for 11.1.1.7. I've few questions in the 4th column. Can anyone help me with those?
    Software
    Current Release on 11.1.1.6
    Supported/Required Release for 11.1.1.7
    Comments
    Upgrade Installers for 11.1.1.7
    n/a
    n/a
    Do we need to apply the latest bundle patch manually after the upgrade in 11.1.1.7?
    Oracle WebLogic Server
    10.3.6
    10.3.5, 10.3.6
    10.3.6.0 is already supported. But we need following patches on top of 10.3.6 for Case Management UI to be runnable from BPM workspace:
    Patch 14791221: SU Patch [HLJ3]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 14642695.
    Patch 17190939: SU Patch [HQM5]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 17052278.
    Patch 14526899: SU Patch [KMQW]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 14306399
    Are there any critical patches needed on top of this before proceeding with SOA upgrade?
    Oracle Database
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Oracle Database 10.2.0.4+ and later
    No Upgrade needed. Just need to run the upgrade installer to upgrade the schemas.
    Oracle JDK/JRockit
    jrockit-jdk1.6.0_33-R28.2.4-4.1.0
    Oracle JRockit: 6u37 R28.3+,6u37 R28.2.5+
    Oracle jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64 available for download.
    Are there upgrade installers available to upgrade from 1.6.0_33-R28.2.4.4.1.0 to 1.6.0_45-R28.2.7-4.1.0 JRockit? Or Do we need to have a fresh installation of 1.6.0_45-R28.2.7-4.1.0 before proceeding to run SOA upgrade installer for 11.1.1.7? Can you clarify?
    Based on my experience with case management with Sun JDK earlier, Sun JDK 1.7.0_* was required to run case management from BPM workspace. Is JRockit version 1.6.0_45-R28.2.7-4.1.0 compatible enough to run  case management in 11.1.1.7?
    Thanks,
    Jahangir

    As this is not a FMW Certification issue, I have moved your thread to the SOA Suite Communities to assist you further.
    Thanks,
    Lisa Fedynich

  • SOA/BPM: Can this be acheived in SAP?

    We want to create/update a Customer Master data. So we we send a message (IDOC) via the Websphere Message Broker to SAP/3.
    Now in a pure EAI approach there is no process for escalation of errors in the in creation/update of Customer Account data becasue when the data is sent to SAP, a code will be returned to indicate if this was successful and there after the actual create/update process is internal to SAP. In other words, it is invisible to the business process. Basically all we can know is that the SAP team have to do something, they may have done it. However, we have no way of being certain that it has been done.
    From SOA/BPM approach (if it were possible in SAP), an error in the customer account create/update would be escalated via the process as a human task, or perhaps automated recovery can be used. We would not expect SAP to take any further responsibility. This is better for business process exceptions (as opposed to transient technical ones) as lets face it, the problem then is most likely in the process and/or data rather than SAP.
    So is there a way of implementing a true BPM scenario when integrating with SAP? Basically, data is sent to SAP, SAP processes it immediately and sends back a status code synchronously to indicate whether the IDOC was processed successfully or not, preferably.
    If this possible, how would one put a solution like this into place?

    hi,
    >>Basically, data is sent to SAP, SAP processes it immediately and sends back a status code synchronously to indicate whether the IDOC was processed successfully or not, preferably
    sure there are many ways to implement it in SAP
    1. you can use a BAPI instead of IDOC to create customer:
    BAPI_CUSTOMER_CREATEFROMDATA1
    you call it in a sync way and get teh response immediately
    2. if you want to use IDOC, IDOCs in ERP can start w workflow
    which can send in an async way a response to anywhere
    about what did the idoc do (error, success)
    so sure it's possible
    Regards,
    Michal Krawczyk

  • Custom Escalation in Human Task in Oracle SOA BPM 11g

    This is a sample that demonstrates custom escalation in Human Task in Oracle SOA BPM 11g.
    package oracle.bpel.services.workflow.assignment.dynamic.patterns;
    import java.util.Map;
    import oracle.bpel.services.workflow.assignment.dynamic.DynamicAssignmentException;
    import oracle.bpel.services.workflow.assignment.dynamic.IDynamicTaskEscalationFunction;
    import oracle.bpel.services.workflow.task.impl.WorkflowUtil;
    import oracle.bpel.services.workflow.task.model.Task;
    import oracle.tip.pc.services.identity.LocalIdentityService;
    public class CustomEscalation implements IDynamicTaskEscalationFunction {
    public CustomEscalation() {
    super();
    public String getTaskEscalationUser(Task task) throws DynamicAssignmentException {
    String currentAssignee;
    try
    currentAssignee = WorkflowUtil.getCurrentAssignee(task);
    return getTaskEscalationUser(currentAssignee);
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public String getTaskEscalationUser(String user) throws DynamicAssignmentException {
    try
    if (user == null)
    return null;
    String manager = null;
              * Replace below code with your acutal logic.
    // if( user.equalsIgnoreCase("john")){
    // manager="jcooper" ;
    return manager;
    } catch (Exception e) {
    throw new DynamicAssignmentException(e);
    public void setInitParams(Map map) {
    public String getFunctionName() {
    return "CUSTOM_ESCALATION";
    public String getDescription() {
    return "Custom Escalation";
    Please refer below link to register above custom escalation class on SOA Server.
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_hwfmodel.htm
    regards.

    Thanks for your reply and confirmation, really appreciate it.
    Yes, I found the difference of the invoking process API and was able to invoke bpel process using direct and ADF-BC binding by following Edwin's blog. But I have not found any official reference to compare this API difference between 10g and 11g ( I will mark this question as answered if anyone can find an official source from oracle, need to prove it to the team). The API to work with human task workflow seems pretty much the same between 10g and 11g.

  • Hardware Configuration recommendation for SOA/BPM/OSB 11.1.1.5 Cluster

    Hi,
    Want to find out what is the recommended hardware configuration including Memory on the box. Trying to install a 2 Node Cluster of SOA 11.1.1.5 with SOA/BPM, BAM, OSB part of the same domain. All binaries to be installed on a NAS. OS is HP-UX. How much memory is ideal on each box if running SOA Service / BPM workflows and processes,BAM,OSB, Custom ADF Task Flow Apps with a large number of transactions. SO wondering what is an ideal configuration. IS there a matrix or a some kind of spreadsheet to come up with the numbers.
    Thanks

    Unfortunately there is no simple way to figure this out. The recommendation varies on the basis of multiple factors (from load to avg size of the payload). Please contact your local Oracle Sales Representative and they should help you out in identifying the best possible configuration/sizing for your system.
    Regards,
    Anuj

  • SOA- BPM Extension for Jdeveloper 11.1.2.3.0

    Does Oracle provide SOA-BPM Extension for latest jdeveloper edition. I have searched but seems like they dont provide !!

    user10383617 wrote:
    Does Oracle provide SOA-BPM Extension for latest jdeveloper edition. I have searched but seems like they dont provide !!No, they don't... that's clearly stated on the jdev download page...
    Important Note - This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.6.0.
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    Cheers,
    Vlad

  • An invite to join the SOA-BPM EMG

    You're invited to join a new branch of the Enterprise Methodology Group (EMG), the SOA-BPM EMG.
    What is the SOA-BPM EMG?:
    >
    This group is a place to discuss best practices and methodologies for SOA and BPM Enterprise (Oracle) development, including effort by "experts" in SOA (that’s anyone that knows what SOA stands for ;-) to discuss high level issues than those discussed on the OTN SOA Forums. This effort is an overall part of getting SOA and BPM experts, advocates and programmers to start collaborating at user group events and OOW to get SOA and BPM out there
    >
    I encourage anyone interested to join the SOA-BPM EMG today, by visiting: http://groups.google.com/group/soa-emg

    Is this group still around ? I couldn't locate the email group.
    Thanks

  • Architecture/design templates for SOA-BPM?

    Dear All,
    Can anybody point me towards architecture and design templates for SOA-BPM?
    It can be platform-agnostic, say from general BPM standpoint; and/or customized to cover product-specific considerations e.g. SOA Suite 11g or OBPM 11g. A logically structured one covering both would be too ideal.
    regards,
    sibendu

    You may find some useful stuff among the documents in the IT Strategies from Oracle library. Much of the content is vendor-neutral, and there are a number of reference architectures. The focus is on enterprise architecture, but SOA and BPM play a significant role. It's all free to registered OTN members.
    Check it out: http://www.oracle.com/technetwork/topics/entarch/itso-165161.html
    Edited by: Bob Rhubart on Feb 22, 2011 2:44 PM

  • Because it is better to use ADF for oracle SOA/BPM

    because it is better to use ADF for oracle SOA/BPM?
    TKY for your answers
    yango901

    Generally it is if you're comparing identical compressors & resolutions but there's something else happening here.  If you're worried about quality degrading; check the original file details on the camera (or card) either with Get Info or by opening in QuickTime and showing info. You should find the iPhoto version (reveal in a Finder) is a straight copy.  You can't really increase image quality of a movie (barring a few tricks) by increasing file size but Apple editing products create a more "scrub-able" intermediate file which is quite large.
    Good luck and happy editing.

  • Oracle 11g SOA-BPM PS3 Installation Help

    I'm not a super techie, so installing the latest release from Oracle was a challenge, but I encountered a number of problems and kept notes of what I did to solve it. Many of these hints came from the Forum, but nothing had all of the relevant info under one thread. So here is what I pieced together. If this is helpful to anybody, I'd love to hear it - either on this thread or at my e-mail address of [email protected]. My thanks to Linus Chow of Oracle for some help and allowing me to think I could do this!
    Comments/Suggestions on Oracle 11g SOA-BPMN PS3 Installation_
    Suggest downloading all files into a common directory. I stuck this folder at the root (C:) drive. At collectively just over 5 GBs, the downloading will take several hours (for me it was a full day, as did the installation). You will need an OTN account to be able to download the software. A good overview of PS3 is at the following link: http://blogs.oracle.com/bpm/2011/01/bpm_suite_11gr1_ps3_released.html.
    General comment/suggestion. Be sure to name the aforementioned folder without any spaces (big problems if this is done because of how unzipped files do/don’t work with a path name with spaces in it). As the installs get started, note that an Oracle directory (under the root) with a default name for the middleware directory, named Middleware, is created as the default.
    The link with the installation is actually helpful, but it is incomplete (http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html). Some of the detail needed is in the quick installation guide (http://download.oracle.com/docs/cd/E17904_01/install.1111/e14318/toc.htm, and I suggest downloading the PDF version), but the order conflicts with the previous information. I resolved this by using the latter for detail, but the former for the sequence. I also had to turn to several blogs/forums (the main one being: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html) to get help on troubleshooting problems with the installation (see below for others).
    I have a Windows 7 Professional 64-bit version, but I ended up following the path for the 32-bit install path (see the main link cited above), mostly because it was unclear to me what the 64-bit path would be. I also already had the 32-bit version of the JRE installed. The following links cover identifying the differences and what you may have installed as well as alternative versions to download: http://www.java.com/en/download/faq/index_general.xml?user_os=Windows%207; http://www.java.com/en/download/faq/java_win64bit.xml; and http://www.java.com/en/download/manual.jsp.
    Another general comment/suggestion. I found it useful to reboot after each step. It shut down services that I would otherwise have to search for and shut down manually. Some of the installations require services activated by previous steps to be turned off, so you’re better off doing something like this rather than encountering such an error in a subsequent step.
    Step 1: Installing the XE database. The file is an .exe file, and will execute upon a double click. However, the instruction regarding RCU is best saved until the 3rd step, doing it just before you install the RCU. More importantly, there are some things to keep in mind about the database install. First, after installation, you should sign on to the DB, using the Go To DB Home Page option under the Express Edition (XE) folder or set of menu options (created as part of the installation), under the SYSTEM user account. During installation, you’ll have to have given a password for this account, so make sure it is one you can remember. After signing on as SYSTEM, give the SYS user account another (or same) password that you can remember. You will use the SYS account in subsequent steps. Second, there is a parameter for the database that must be changed from the default. This is covered in the links below: http://blogs.oracle.com/tridib_samanta/2010/03/rcu-6107db_init_param_prerequisite_failure_for_processes.html and http://cn.forums.oracle.com/forums/thread.jspa?threadID=1004605. To solve this, select SQL button on the DB home page, then SQL Commands button on the next page, paste/enter into the pane at the top the following command, “ALTER SYSTEM SET processes=300 SCOPE=SPFILE;” (but without the quotes), and then click on the Run button. (The parameter must be greater than or equal to 200, but I found references to setting in equal to 300 or 500.) Then you can log out and close the web page.
    At times, the DB might not be started when you are expecting it to be running (e.g., after a reboot), which is covered in this link: Oracle 10g database homepage not working? (You’ll know that it is isn’t running if you try to open the Go To DB Home Page option and it won’t open, displaying an error page instead.) I found that the simplest way to fix this was to go to the Control Panel, Administrative Tools, Services, and then look to see if the OracleServiceXE service is started. If not, then restart by right-clicking on that service listing and choosing the appropriate option to execute.
    Step 2: Installing WebLogic Server. Either before or during this process, you will need to set up an Oracle Support Account. However, you need a customer ID to be able to create a profile. I was thus not able to complete a profile, so the WLS installation defaulted to the Anonymous registration option. This still needed an e-mail address though, the same one with which you would create the Oracle Support profile, so you should have one at the ready. (It would not accept the e-mail address for my OTN account.) As far as I can tell, the consequence of this path is that I cannot automatically get patches and such. I figure this is a problem to be solved another day. The Oracle Support links are: https://support.oracle.com/CSP/ui/faq_en.html#SignIn and https://support.oracle.com/CSP/ui/flash.html.
    If you go with the default, the middleware directory is just Middleware under the Oracle directory. If you select a different name or location, you will need to remember where it is and what the name is. You should also note the folder name for where the JDK was stuck, which for me was JDK160_21 under the Middleware directory.
    Step 3:  Installing RCU. The trickiest of the steps. Unlike with the previous two steps, this installation first happens after the downloaded file is unzipped. You MUST unzip into a directory for which the full path name (and not just the one you create upon extraction) is without any spaces. (You can use the underscore symbol instead of a space to indicate separation.) Unzip the folder/files, and then open the Command Prompt window. Using the cd command, work your way to the full path name to where you just unzipped these files. Next, continue to work your way down to subfolders created during the extraction process. You want to end up at the rcuHome\BIN\ subfolder. THEN do the RCU-related command cited in Step 1. Type in at the prompt the following command and hit enter: set RCU_JDBC_TRIM_BLOCKS = TRUE. Then, type in rcu.bat at the prompt and hit enter, which will run the installation and configuration sequence. This is realized through a series of windows that open for you to input information and make selections. Use the document at the following link of specific guidance as to what the configuration screens should have entered on them: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html. This includes things like the service name (XE) and the host name (localhost) to enter, assuming you are installing this on a laptop or PC for local use only. Some other helpful links for troubleshooting the RCU installation are located at: http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm#CIHGHDBG; http://oraclebi.blogspot.com/2010/08/rcu-and-what-it-means-for-you.html ; Re: RCU 11.1.1.4 install fails on Oracle XE and http://cn.forums.oracle.com/forums/thread.jspa?threadID=2162409&tstart=0&messageID=9336791.
    The RCU sets up DB schemas and the like for the BPMN and SOA stuff. The screenshots in the previously mentioned document should be followed exactly. You can also refer to pp. 5-6 of the Quick Installation Guide. You should use the SYS user account (the default, I think), so have the password handy.
    I also found it more comforting to shutdown the RCU installation/configuration via the cancel option than to keep going back a screen to fix something. This may not have been necessary, but it made me feel better. Be prepared for interim screens that pop up to show that the installation/configuration is happening, which will also tell you there are errors. One such screen says that XE isn’t supported for RCU, but you can ignore that (as the supporting guidelines indicate).
    Step 4:  Installing JDev. This is an executable, and you just install with all of the defaults. This process will start the WLS as part of the installation, so you must turn it off before going to the next step. Again, I just rebooted to do this.
    Step 5:  Installing SOA Extensions for JDev. Instructions on the page at the main link are clear and correct. The 2 screen shots must be reviewed and adhered to completely in checking off options. The first selection defines the areas where updates are to be sought out, while the second selection is from the available option(s) from those areas. In this case, you are only installing the SOA Composite Editor, though there are several other updates/extensions from which to select (but don’t, at least for now).
    Step 6: Installing BPM Extensions for JDev. Same comment as for Step 5, except that the option you want to select is not as what is indicate (the BPM Composite Editor) but the BPM Process Studio! I would advise against doing these as part of the same update sequence. In fact, I closed out JDev completely (though I did not reboot) between Step 5 and Step 6.
    Step 7 and 8:  Installing SOA Suite. I suggest unzipping both of the downloaded zip files. Again, it is critical that the full path name into which files are extracted contains no spaces. Once unzipped, you should navigate to the Disk1 folder under the directory into which the first zip file was extracted, but you should do this with the Command Prompt window and the cd command. From this prompt, you should type in “setup.exe -jreLoc {location of JDK}” (without the quotes) and hit enter. The {location of JDK} is where the JDK was installed as part of the WLS installation. For me this was in folder JDK160_21 under the Middleware folder in the Oracle directory. Refer to pp. 12-15 of the Quick Installation Guide. This took me a couple of tries before I actually got the installation screen to show up correctly. Some of what this looks like is also in the following link: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html.
    What you may eventually figure out is that 5 installation disks are stretched across two zip files. Once the installation of disks 1 and 2 are done, a popup window will ask you to browse to the folder where each of the next 3 disks are, which is in the folder created by the extraction of files/folders from the second zip file for the SOA Suite. As with previous steps, I rebooted after all of this was done.
    Step 9:  Installing the Business Process Converter. Unzip the downloaded file, and open the Installation Instructions Word file. It will instruct you to point JDev’s update sequence to another zip file extracted during the unzipping of the downloaded zip file for the converter. JDev will install this without much fuss or muss, but this installation is to the Studio and not to BPA. (For installation to BPA, you need to have installed BPA, and followed the other guidance in the instructions.) To get to JDev’s update sequence, follow the same first step as in Step 5, but check the option to browse for and upload from a local file. This local file will be the previously mentioned other zip file.
    -------------------------------------------------

    Create a new user oracle and proceed with the installation
    --> useradd -g oinstall oracle
    If your are forwarding your GUI using xming or vnc you would need to copy the xauth of root user and set it to oracle
    [server1:root] xauth list
    bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e
    [server1:root] sudo su - oracle
    [server1:oracle] export DISPLAY=localhost:10.0
    [server1:oracle] xauth add bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e

  • Trying to run the SOA/BPM managed server withOUT running the Admin server

    (This is for demo/development purposes... Using 11.1.1.4 in Windows 7 with 4gb)
    Because of memory constrains I am trying to run the BPM/workspaces application without needing the Admin to be running.
    When they both run, I can use the credentials I create with the Admin server but the response time is prohibitive and all my memory is used...
    It seems to run much faster when only the bpm managed server is running but then I cannot login ...
    So my question is simply: Whats the easiest way to set it up so I can use credentials elsewhere without requiring the admin server to be running?
    ( I could connect to an OID instance I have outside this server or the seeded demo they refer to in other posts ... but do these also require the admin server to be running???)
    aTdHvAaNnKcSe ! (thanks IN advance)
    Claudio
    Edited by: clichten on Aug 20, 2011 9:35 AM

    I don't know if what you want is possible. Only did a suggestion that works fine for me. I'm running SOA Suite and BPM Suite 11.1.1.5 on WLS 10.3.5
    Configure a new WLS domain and see if the BPM Dev template is available in your version.
    I've tuned my startup script (setSOADomainEnv.cmd) as follows:
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m
    set PORT_MEM_ARGS=-Xms1536m -Xmx1536m
    if "%JAVA_VENDOR%" == "Oracle" goto OracleJVM
    set DEFAULT_MEM_ARGS=%DEFAULT_MEM_ARGS% -XX:PermSize=128m -XX:MaxPermSize=512m
    set PORT_MEM_ARGS=%PORT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m
    Use visualvm that's available from your jdk/bin directory to monitor your jvm and optimize it accordingly
    Regards,
    Melvin

  • How to extend Prebuilt SOA/BPM Suite VM domain to include IPM?

    I am using the Pre-built Virtual Machine for SOA Suite and BPM Suite 11g.  I want to extend the domain to include IPM because my BPM app needs to search and update document fields stored in the UCM repository.  When I use the Fusion Middleware Configuration Wizard to extend the domain to include IPM, it fails.
    One thing I noticed is that it doesn't recognize the existing components that are already in the domain.  For example, Enterprise Manager is not checked and grayed out as it should be.  (Maybe this is related to the fact this prebuilt VM has a "collapsed domain".)
    When I check IPM, it automatically checks "Oracle Enterprise Manager" and  "Oracle JRF" in the list.  Clicking next, it then complains of existing components (Oracle JRF), but I select "Keep existing component".  Eventually I receive this error message:
      CFGFWK-64056: There is a problem with the template!
    So, how can I get IPM working on this VM?  Or, is there another VM (or more than one) that will allow me to run SOA and BPM Suite, along with UCM and IPM?  As I said, I am creating a BPM app that needs to communicate with IPM to search for and update field data for documents stored in the UCM respository.

    Hi Preethi,
    I also have same kind of scenario. Were you able to refresh the workspace programatically?
    Thanks,
    Pradeep

  • Oracle Virtual Box SOA/BPM

    Hi All,
    Excuse me if i am on wrong category.
    I am trying to install Oracle SOA Suite/BPM Suite VirtualBox Appliance and download all the part of zip files
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.001
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.002
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.003
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.004
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.005
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.006
    oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z.007
    When i check with MD5sum for the above file, not one file is matched with the given hash code series.
    Even i joined all the files which resulted in oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z and when i tried to extract it to get *.OVA* , i am ending with an error cannot open archive file ! I:\SOA VM Box\SOA\oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z: Cannot open I:\SOA VM Box\SOA\oel5u5-64bit-soabpm-11gr1-ps5-2-0-M.7z
    I doubt the archive is corrupted. But i dont see any specific error of it.
    I download same files 4 time, but all are ended with same error.
    I refereed this document + http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soabpmvirtualboxreadme-1612068.pdf+.
    Can some one please help me if any one have solution.
    Regards,
    Tarak.

    Hi Taark,
    If the MD5sum is not matching it's probably because is corrupted... Are you behind a proxy server when downloading the files, it's possible that the proxy server has some anti-virus and it's removing something from the file...
    May you can ask the security guys in your company to try and download the files for you from a dmz location avoiding the proxy and see if something changes...
    Cheers,
    VLAD

  • Where is the SOA-BPM 11g Amazon image?

    According to http://blogs.oracle.com/bpm/entry/bpm_11gr1_now_available_on_ama, an image for SOA Suite 11gR1 Patch-set 2 should be available under the Amazon EC2. But all I could find are a couple of old 10g images.
    Is the 11g EC2 image still available? If it is, what is its exact name and under which Region can it be found?
    Thank you,
    Ugo

    It should be there, but it is not. Somebody was having the same complain just a few days ago at http://blogs.oracle.com/bpm/entry/bpm_11gr1_now_available_on_ama.
    All that is currently available there are two images for FMW 10g, not 11g.

Maybe you are looking for

  • XPLITE ON ASUS EEE WONT INSTALL N81 DRIVERS

    I have been trying to set up my wifes n81 to act a modem for her asus eee. The asus eee is running on xplite(condensed windows xp.)When the phone is connected to the asus by usb cable it recognises it and seems to be trying to download drivers but ev

  • Standard report on promotion and pay changes

    Hi All, Is there any standard report which captures promotion data along with pay changes. Regards Aryan

  • LR 2.3RC - Memory not released from Develop

    I am running 2.3RC under Windows XP. It's going fine but it still has a memory issue that I observed under 2.2. After going from Library Grid to Develop, then going back to Grid without doing any actions in Develop (actually, it doesn't matter whethe

  • Count function trouble

    I thought this would be an easy query to write, but am having much difficulty, maybe one of you can tell me what im doing wrong. I have a page that display's inventory items, and they have a category, subcategory, and a specification. I want it to di

  • How to import mp4v to FCE

    how to import mp4v to FCE?