Enquire about instance migration

Hi,
I am using Oracle SOA 11g. I already deployed one composite(version 1.0) which has many instances running in different state. Now, i have made some changes in the composite(version 1.1), a minor change in the business flow and i deployed in EM. How can i make all the instances to move into the new composite created ?
Can anyone help me in this.
With Smile,
Siva Balan V

Mat,
From the Account#.depositeAmount() call it seems like you want to change the class on which the method is to be called. It looks like you need to bring some OPPs into your design. :-)
You'll most probably find this example in most of the books but I'll give it anyways.... ;-)
Make an abstract class called AbstractAccount haveing your abstract method depositAmount(double amount), then make all your Account classes extend from this class like SavingsAccount and CheckingAccount etc. and give the implementation of your specefic methods in them.
NOW do this
AcstractAccount accounts[] = new AbstractAccount[2];
accounts[0] = new SavingsAccount();
accounts[1] = new CheckingAccount();
accounts[0].depositAmount(1000);
accounts[1].depositAmount(1000);now as all methods in java are implicitly virtual; the method of the class who's instance is at that location will be called. You could also do that with an ArrayList or Vector if you dont want to use simple arrays.
Hope this helps
Regards
Omer

Similar Messages

  • Questions about Trex migration

    Hello experts,
    I have some questions about Trex migration.
    We have to migrate our Trex instances to another Hardware type (and operating system type).
    Is it somehow possible to export the Trex database (indexes etc.) on the source Trex, and then import them on the new target Trex? I ask because i found another thread in here saying that this is only possible if the source and target OS is the same, and if the source and target Trex is the same version, I donu2019t know if this is true though?
    Or is it easier to just install a new Trex, and then let it rebuild index etc.? And is this a feasible way to do it?
    As you can see i don't know much about Trex, so any hints and good advice is appreciated.
    Thanks in advance.
    Regards,
    Kenneth

    Hi Kenneth,
    there are different approachs for migartion TREX.
    a) Install TREX on a new machine. And export the indexes and afterwards import the indexes. This is possible even you do not have the same TREX version. Because otherwise if you only want to upgrade your revision you just start the sapinst or install.sh at the same machine.
    b) Intstall TREX on a new machine and re-index all.
    But keep in mind TREX is not BIA. Even perhapts this is the same SAP software  component.
    So re-index could take about days.... not only 10 min. This depends on the type of objekts which should be indexed and of the volumne.
    As well it is not recommanded in general to switch on delta. For BIA of cause but not in generel for TREX.
    Best regards
    Frank

  • BPM Suite 11.1.1.5 Feature Pack - Instance Migration

    Hi,
    In BPM Suite 11.1.1.5 Feature Pack, Instance Migration was introduced. A very nice and essential feature. I'd like to investegate the behaviour of this feature. However I can't find any documentation about it. Also not in the new documentation.
    Any suggestions?
    Thank you in advance!
    Bye, Aldo

    There is a screenshot screenshot on this feature and that's about it.
    ....

  • BPM instance migration

    Hi,
    I have a question regarding bpm instance migration.
    Since PS4FP BPM support instance migration of running BPM instances. A very nice and usefull feature. When changing the BPM process, the change done has impact on the possibility to automatically migrate the instance. I encountered three options:
    The change to the underlying process is minor --> the process instances are migrated automatically
    The change to the underlying process is more complex --> the process instances need to be migrated manually
    The change to the underlying process issignificatnt --> the process instance cannot easily be migrated at all. Must be done manually
    As we have a lot of running process instances we want to avoid manual migration as much as possible. So when changing the process we want to try to make it a minor change. Is there documentation available describing what causes the instance to be migrated manually or not migratable at all?
    Bye, aldo

    Aldo,
    Any luck with the document for instance migration? I could find only one blog which I referred to - https://blogs.oracle.com/ateamsoab2b/entry/bpm_11g_deployment_instance_migration . I was facing some issues with the manual migration part - altering the request through process workspace.
    Can you please share any document you have on this topic.
    Thanks,
    Bhaskar.

  • Instance Migration

    One of the features mentioned in the Feature Pack is a thing called "Instance Migration".
    http://www.oracle.com/technetwork/middleware/bpm/learnmore/488809
    From what I have read it allows one to make a change to the BPM Project/process in BPM Composer and redeploy it without invalidating existing running processes. My question is how is the feature realized? From my experiments all of my existing tasks within a BPM Process become stale and I don't see the feature "Instance Migration" anywhere in BPM Workspace.
    Any ideas on this topic?

    bump - I'd really appreciate it if anyone can help. Thanks

  • EBS Instance migration to Exadata Servers

    Hi Experts,
    Kindly note that we are in process of doing the ebs instance migration from OEL 6.4 64-bit OS to Exadata Server. And the proposed target os on the exadata server is OEL6.4.
    a. need to convert the non asm ebs db to asm on the target.
    b. migrate the instance to Exadata.
    Please suggest me the approach and notes.
    Regards
    Mohammed.Abdul Muqeet

    Migrating an Oracle E-Business Suite Database to Oracle Exadata Database Machine (Doc ID 1133355.1)
    As you are having Source database on linux (64-bit) and wanted to have your target database on Exadata (also linux 64-bit) then either you can use RMAN,rconfig or dbca to migrate the database.
    A. Using RMAN you can duplicate the database from non-ASm to ASM on Exadata
    B. Using dbca, you can create the database template and then can create the database on exadata ASM
    C. Similarly rconfig can also be used.
    RMAN is widely used to migrate the database to Exadata when source database is also on Linux 64-bit.
    Regards
    Mohammed.A.Muqeet

  • ALUI Instance migration

    Hi ,
    I need information for a ALUI production instance migration from one server to another server on windows platform. The DB and the app server both are in a single host.
    (a) What are the steps to migrate a production instance from an existing server to a new server? The IP and host name will be different for the target instance. (b)Can we use the database and search collection backup / restore to get things going ? what are the steps to be followed after installation of ALUI in the application server in this case ?
    Any information on the approach / best practices for this is appreciated very much.
    Thanks & Regards,
    Viks

    Hello Viks...
    I just completed this procedure recently to create a QA environment... we previously only had DEV and PROD in our stack. Here is a basic high-level overview of the procedure:
    ** Updated at 8:52 AM... Wrote from memory. Reviewed documentation and noticed that I missed some steps. **
    1. Install all products in the new enviornment on your new hardware as a clean install.
    2. Run the post-install checklist to ensure that all components are online and functional as expected.
    3. Once your clean environment has been validated, stop all portal services and restore your target environment databases over the new environment databases.
    4. Copy the Document Repository 'documents' folder from the source environment to the target environment
    4. Run target version of postinst.sql against the target portal database
    5. Start only portal and imageserver
    6. Remove source system Automation Servers. Truncate job and audit history tables in database.
    7. Reimport the migration packages for all products after database restore so the remote servers point to the proper locations for the new environment. Validate all remote server urls... some may need to be changed manuallly.
    8. Purge then the search index to remove test data then schedule a search repair for a previous date/time so it runs in repair mode when automation server is started.
    9. Make sure Intrinsic Ops folder has been registered in new environment Automation Server.
    10. Start all remaining services.
    11. Update and test publisher Publish and Preview targets then right-click Publisher Explorer and publish the entire tree.
    12. Run post-install checks again to validate.
    Hope that helps...
    Danya
    Edited by: Danya D. Smith on Apr 17, 2009 8:52 AM
    Edited by: Danya D. Smith on Apr 17, 2009 9:12 AM - Corrected some typos... I guess my fingers aren't awake yet. Reaching for coffee.

  • I bought a ipad2 in December and I am enquiring about a data plan

    I bought a ipad2 in December and I am enquiring about a data plan

    Verizon does not use SIM cards. If you wanted to use an iPad 2 with Verizon, you would need to have purchased a Verizon-model iPad.
    Regards.

  • Hi, I am about to migrate

    Hi, I am about to migrate from my 2006 intel imac os 10.6.8 to a brand new 15in.MacBook pro retina.I understand that it is better to do this at setup to avoid problems.Question 1: Should I delete old and unwanted  applications on the imac first to avoid them being moved over or will migration assistant handle that.
    Question2: My wifes iphoto 8.1.2 has been a nightmare for ages (we took the imac to the store and an apple 'genius' got her in this state) .She has tried to sort it out before we run duplicate annihilator on it.I don't want to import all the old problems. Her iphoto library(the one we want to keep) has recently appeared on her desktop  .When I click on it iphoto opens and the pics she wants are there ok .But, in her pictures folder there is a Library. iphoto and a Library.6iphoto. When I click on these I get a dialogue:THE IPHOTO LIBRARY NEEDS TO BE UPGRADED ......... I cancelled this in fear of another almighty muddle! My own pictures folder just has the one iphoto library and all is ok. This seems to have happened when I decided to use Time Machine to backup for the first time recently. I have now turned Time Machine off ,reformatted my ext.HD and reverted to using the Lacie backup software
    Thanks,any help much appreciated.
    Artio

    Hi
    we re about to migrate a couple of 6509-E to a couple of new 6513-E
    We have a collapsed redundant core w/ some physical servers, couple of Nexus switches, about 40 access stacks. All is connected redundant to the two 6509-E's
    Our plan would be like this:  
    - First completely pre-configure the new 6513-E's, except for OSPF and BGP. And we shutdown all the SVI's 
    - Label all cables going to the old 6509-E's (we print the new port numbers of the 6513-E to these labels)
    - Plug all these cables out of the first 6509-E
    - Get the first 6509-E out of the rack
    Everything will be still running since everything is still plugged in to the second 6509-E. (But we re running on only 1 coreswitch now, so fingers crossed)  
    - Build the new 6513-E into the rack & power on
    - Build a trunk between the 6509-E and the 6513-E
    - Plug the cables into the new 6513 according to the label info.
    - Shut down the SVI's  (with a script) on the old 6509-E and bring them up at the 6513-E (also with a script) . We will then have a short downtime for connected networks and no Internet or remote OSPF networks for some moments)
    - De-activate BGP and OSPF (old 6509-E) and activate BGP and OSPF on the new 6513-E .
    Now all layer 3 functionality is running on the new 6513-E. We should be up and running again.
    - Now plug out the cables from the second 6509-E and get it out of the rack
    - Build the 6513 into the rack
    - Connect it to the other 6513 with a trunk.
    - Connect cables
    -Etcetera

  • Discoverer Report - Multiple instance migration

    Hi
    We are using Discoverer 4i reports. We are using 5 Test instances. Say
    DEV,DEV1,CRP1,CRP2,CRP3.
    We are doing development in DEV instance and we want to migrate the same report to DEV1 instance. We needs to recreate the same report in DEV1 Instance. It is time taking and double efforts need.
    We have tried below ways, but we have failed in some cases
    1. Taking *.dis file and save in different database
    2. Taking the export of BA and import in another instances.
    Is there any software available in the market to migrate discoverer report between instances. ( Ex like Kintana for Ebusiness suite migration).
    It will be helpful for me, if you have any ideas/comments/suggestion to overthis instance report migration problem.
    Thanks in advance.
    Navas

    Hey Navas.
    This seems to be something many companies wrestle with. A recent client I was at had a similar situation but absolutely, didn't want any exports / imports of the BA and all had to be manually coded in each.
    Reason for this was that you had to write up detailed explanations on what you did so it could be manually copied into PROD by the DBAs and therefore, no export / import (with the exception of you didn't recreate the file system saved report obviously).
    Also, I can attest (and have commented on this before), Disco 4 has seemed 'challenged' to me in the past and an export / import from one v4 EUL to another v4 EUL sometimes doesn't work exactly the same (ie: a file system saved workbook in one EUL doesn't work in a newly exported / imported BA in the other EUL. With different EULs it appears that when people make changes to each, and delete their changes, it can cause problems (ie: ids being renamed to _1, etc.) which just makes life difficult.
    This is why for non-PROD instances, more times than not you just refresh the entire EUL to either your PROD instance (and apply changes you're working on again) or harmonize all test instances.
    Russ

  • Workflow Running Instance Migration

    Hi Folks,
    In our current project we have scenarios where the current business transactions have proceeded to a certain stage(a given business transaction goes through various stages) . During migration we have developed the upload program to bring the transactions to the current stage as in legacy system.
    The problem we are facing now is to bring the workflows to the exact same stage so that the later processing can be monitored by workflows.
    e.g. For a change of supplier scenario where the current state of the switch document is not in completed status and the respective workflow is waiting for certain actions to be actioned how do we synchronise the workflow to the same state as it was in the legacy.
    I would like to know how in other projects we have acheived migrating running instances of a given business transaction in to workflows.

    Hi Imran,
    That's a real tough one.  I have never been thru this migration effort like yours, but I would hazard a guess that you can't easily accomplish this...
    One approach - let the documents go thru workflow from start to where they should be.  This may require a lot of manual steps (doing prveious approvals, etc) but at least you get the full auditable workflow log.  Depending on the volume, this may be do-able.
    Another (perhaps not too late to implement) is to determine the state your documents are in, and implement an abbreviated version of your 'real' workflow - with the prior steps eliminated from the flow, so that it picks up where you need it.  Or, add conditional logic to test the status of your document, and then proceed to the correct step.
    Thinking totally out of the box here, but I hope this is some help,
    Sue

  • Quick question about "after migration"

    I just upgraded this iMac to 10.7.4 from 10.6. Now I need to migrate some things from another iMac running 10.4.11 like all the Mail.
    I've read the migration instructions and think I can do it.
    My question is what happens to the old Mac after the migration - is it wiped clean or is everything still there?
    I am iffy about the possibility of making a mistake in the migration then would Iosing everything on the old computer.
    Thanks in advance,
    AlleyCat

    Nothing happens to the old Mac. Migration is just a specialized form of file copying or restoring from a backup.

  • Need detail about the migration of folder_g to frameworkfolders

    Hi
    How to migrate the data from folder_g to frameworkfolders in UCM 11g ? Is there any tool exist ?

    Hi Sankar ,
    First and foremost the contents and folders that are created in Folders_g in PS4 has to be migrated as is to a PS5 instance (where folders_g is installed) . After that under Folder (Framework folder) administration there is a migration utility which willl move the set of contents from Folders_g to Folders .
    Details are available as KM article on MoS portal and as documentation link :http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c08_migration.htm#CJHBCDGJ
    Hope this helps .
    Thanks
    Srinath

  • I am from Australia, i have brought my i pad and i enquired about a sim card to use while on holiday in the uk, i was told it might block my i pad when i return to Australia, is that correct?

    Hi
    I am Australian and I am in the UK on holiday, I enquired in a VODAPHONE shop about a SIM card to use in my ipad whilst in the UK, I was told it might block my i-pad when I return home to Australia, is that correct?

    I used a UK SIMM card in mine when in the UK. When I got back to Sydney I just removed it and put my Telstra SIMM back in. It found the Telstra network and all was well. I'm not sure how it could block your iPad if its not in the iPad when you get home.

  • EBS instance migration across servers

    Hi,
    Background: Oracle database in TB's
    Application: Oracle EBS 11i - release 11.5.10
    Need your advice to migrate EBS instances over network in easier way ,cheaper cost and minimum downtime.Preferably avoiding third party backup solution
    Thanks & Regards,
    Apps DBA
    Edited by: user10702579 on Nov 11, 2011 1:59 AM

    Hi;
    Please see:
    Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1]
    Also see:
    How to Perform a Full Database Export Import during Upgrade, Migrate, Copy, or Move of a Database [ID 286775.1]
    Different Upgrade Methods For Upgrading Your Database [419550.1]
    10G - 11G with New Hardware
    Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]
    Debugging Platform Migration Issues in Oracle Applications 11i [ID 567703.1]
    9i Export/Import Process for Oracle Applications Release 11i [ID 230627.1]
    10g Release 2 Export/Import Process for Oracle Applications Release 11i [ID 362205.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Regard
    Helios

Maybe you are looking for

  • How can I see what MCS the customer has?

    Hi! I am trying to determine what kind if HW the customer has, to see if we can use the existing server for the CCM4.2 upgrade or if we need a new one. When looking at the server I could see that it is a 7815 (tower) and when doing a msinfo32 in the

  • Matrix Report - REP-1813:Object object name too large to fit in matrix cell

    I had this problem when running a matrix report. The report details are as follow : Query : select department,work,salary from sal; matrix row field : department matrix column field : work matrix cell field : salary data inserted into table sal : dep

  • Live chat with an agent

    How do I get to talk to a live agent online about my account?

  • Can I detect a connection to my MBeans/ MBeanServer?

    Hi all, is there a way I can tell that someone connected to my MBeans/ MBeanServer? Thanks in advance. Regards Carsten

  • Please help with compiling error

    Hello, I am currently taking a class in Java Programming and need help with an error. I am working on a Mortgage Calculator and when I compile the code I get this error. I have no idea how to fix this. Can anyone help? Thank you. '{' expected public