Migrating Legacy Applications to Solaris 10 Containers

Hi, Good Day,
We have some customers who are keen to migrate their legacy banking systems to run on Solaris 10 containers. We intend to assess the feasibility of the project.
Kindly advice the considerations/potential pitfalls(if any) of running legacy Solaris 8 applications on Solaris 10 containers. Kindly advice those types of applications that cannot run on Solaris 10 containers?
What kind of information should we extract from the customer to understand these considerations?
Thank-you and Best Regards,
Siong Guan

Oracle migration workbench solve only the technical point of the migration. That won't solve the data mapping you have to define on your own.
Data mapping is the most important task of a migration, totally depending of the source and target systems. You need expertise on both of them and discuss with the business and functional experts people.
Then, and only after defining the data mapping, you can go for the technical migration.
Nicolas.

Similar Messages

  • Upgrading legacy application

    Please don't laugh, but we are still using rpt (sql*report)
    Yes, I know it was desupported before some of you were born, but up until now it has still worked, so we have not bothered to rewrite a number of complicated application modules.
    We are now migrating to a new server with oracle 11 on Solaris 11 and rpt is failing with ora-3113.
    I remember we had a similar problem with oracle 9 and found a bizarre fix - I think it involved regranting connect to each user, but that has not worked this time.
    Has anyone encountered rpt running against oracle 10 or 11 ?
    Does anyone know a reason why it should not work ?
    The rpt we are using with 9.2 is installed under an old oracle 7 home. I have not copied the whole oracle_home onto the new server so perhaps rpt is dependent on some other files ?

    rpt used to work fine with 9i, since client applications from 7.3 used to be supported against 9iR2, however since 10gR1 connections with 7.3 clients is no longer supported, so the only choice you have is either rebuild your application with a modern reporting tool or use 9i as a bridge rdbms between the legacy application and the 11g database through database links.
    Ref. Metalink Note 207303.1
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Solaris 8 Containers and x86 compatability

    My client relies on a program for the meat and potatoes of our processing. This program currently only works on Solaris 8. We are using Sun Blade 2500 workstations. However we are moving offices and to build up the new lab, the client wants to get away from the Sun workstations and move towards Linux or Windows machines. He is however willing to migrate to Solaris 10 provided the the program that we depend on is still usable. Enter my solution: Solaris 8 containers.
    The documentation for containers was not very clear. I am interpreting two different messages from the Sun website. One says that Solaris8 Containers will work on SPARC systems and/or Systems running Solaris 10 10/08 or later. Other documentation says Solaris Containers are SPARC system dependent.
    I installed Solaris 10 on a HP x86 based desktop via VirtualBox. I installed all the SUNWs8brandX patches that came with the containers bundle and followed the install setup directions. I cannot verify as I am getting a "Cannot Execute Brand Specific Error" message.
    Does anyone else have a suggestion as to how I would get a Solaris 8 dependent program running on a Linux or Windows based machine? Is my solution viable?

    agquint wrote:
    What I mean was the post below your first one. But you correctly interpreted it in your next post. So "Solaris 8 containers" only works for SPARC. I don't get why Sun would only have containers support for SPARC systems. That is in total contradiction to why I would think they would develop containers in the first place: backwards compatibility to support programs that aren't yet migrated to the current version of Solaris regardless of whether they are x86 or SPARC. They have a solution but it only works at %50? hmph.There is probably just very little demand for it. During the Solaris8/Solaris9 days, Sun was killing off the x86 line. There is very little installed base of Solaris 8 x86 compared to Solaris 8 SPARC. (It wouldn't help you out, it appears, since you have SPARC binaries).
    Darren

  • Solaris 10 with Solaris 9 containers

    A customer has Solaris 10 servers. They are interested in making solaris 9 containers on this system. Is that doable? I thought you could only build solaris 9 containers on Solaris 9 systems....

    Solaris 10 runs both Solaris 8 and 9 Container software. yust download the correct software from : http://www.sun.com/software/solaris/containers/getit.jsp
    There is lots of documentation on how to configure but its no different then a native zones/container.
    You can even create a Solaris 10 zone (not the same as native) using the solaris 9 container as a template.
    I've used it very succesfully to migrate a number of old solaris 8 and 9 servers and had no problems what so ever.

  • Migrate existing infracture from Solaries to linux plateform

    Hi,
    We want to migrate existing infracture from Solaries to linux plateform.
    Please suggest me the way.
    Our Current Infracture:-
    Serve 1 (on Sun Sparc):-
    indianDBA-1 (Contain:- Infrastructure database (Meta) 10.1.0.4.2 10G R1, Infrastructure middle tier 10G R2)
    Server 2 (on Sun Sparc):-
    indianDBA-2 (Contain:- Application Server middle tier 10G R2 10.1.2.0.2)
    Server 3 (on Sun Sparc)
    indianDBA-3 (Contain:- contains Discoverer report, EUL schema) 11G R2
    Thanks
    Anup

    Hi,
    You can use export/import or transportable tablespaces to migrate the database.
    10gR2 Transportable Tablespaces Certified for EBS 11i
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html
    Migrating E-Business Suite Release 11i Databases Between Platforms
    http://blogs.oracle.com/stevenChan/2008/08/migrating_ebusiness_suite_databases_between_platfo.html
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    How long the task would take? Depends on the hardware resources you have. The best practice is to try this on a test instance first.
    The application should work as expected once the task is completed.
    Thanks,
    Hussein

  • Error after deploying a migrated JDeveloper application

    I am migrating an application from JDeveloper 9.0.3.4
    to Jdeveloper 10.1.2(Buid 1811). When I test the application in Jdeveloper 10g, it runs well. After deploying the application in IAS 10g (9.0.4.1.0) I attempt to log into the application and I get the following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/jbo/http/ORDRegisterer
    at oracle.jbo.html.HtmlServices.registerORDrenderer(HtmlServices.java:612)
    at oracle.jbo.html.struts11.BC4JRequestProcessor.initPageFromPath(BC4JRequestProcessor.java:299)
    at oracle.jbo.html.struts11.BC4JRequestProcessor.processMapping(BC4JRequestProcessor.java:133)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:242)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:536)
    Has anyone come accross this problem?
    How can it be fixed?

    Yep, I had the same problem deploying from JDeveloper 9.3.1, followed:
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
    and it works! thanks for the clue! (now I only have to find out what ADF is now!)
    Carlos.

  • Migrating perl application from 32 bit to 64 bit

    Hello,
    I am migrating an application which is written in perl from 32-bit Solaris 2.5 to 64-bit Solaris 9. What part of code should I concentrate? Is there any guidelines available for the same? Any help would be greatly appreciated.
    Devesh.

    There are Sun 32bit to 64bit programming guides. Check http://docs.sun.com/ .
    Also, Perl is an interpeted language. Unless you're using the "C" interface and/or doing some bit twiddling, I would think it would run "as is". You may want to google perldoc.com for more info.
    HTH,
    Roger S.

  • Please advise  Migrating of OS from Solaris to Red Hat Enterprise Linux(RHE

    Hi Experts,
    We are in process of Upgrading EBS from 12.0.4 to 12.0.6 and Migrating of OS from Solaris to Red Hat Enterprise Linux(RHEL).
    Current system Details: EBS Version: 12.0.4 DB Version: 10.2.0.3 OS Version : Solaris 10.
    1. Do we need to upgrade first or Migrate the OS First? If so why? Please advise
    2. What is the minimum database version to be upgraded for upgrading from 12.0.4 to 12.0.6 ? Please advise
    3. When will the support for this version of upgraded database expires? Please advise
    4. Minimum downtime required to upgrade the database, application and migrate the OS? Please advise
    5. Documents to follow for Upgradation and Migration? Please advise
    Regards
    Mohammed. Abdul Muqeet

    Including to What John Said you have to Refer for MOS notes Such as :
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]

  • How to migrate WindowsAPI GetDiskFreeSpace to Solaris

    I don't know how to migrate windowsApi GetDiskFreeSpace to Solaris. Is there one SolarisAPI which can implement the function of getdiskfreespace ?
    If there is , please tell me the name of the corresponding
    SolarisAPI. If there isn't, please tell me tell how to migrate the WindowsAPI . thanks a lot!
    The WindowsAPI GetDiskFreeSpace is descripted as following :
    GetDiskFreeSpace
    The GetDiskFreeSpace function retrieves information about the specified disk, including the amount of free space on the disk.
    This function has been superseded by the GetDiskFreeSpaceEx function. New Win32-based applications should use GetDiskFreeSpaceEx.
    BOOL GetDiskFreeSpace(
    LPCTSTR lpRootPathName, // pointer to root path
    LPDWORD lpSectorsPerCluster, // pointer to sectors per cluster
    LPDWORD lpBytesPerSector, // pointer to bytes per sector
    LPDWORD lpNumberOfFreeClusters, // pointer to number of free clusters
    LPDWORD lpTotalNumberOfClusters // pointer to total number of clusters

    I am sorry to say that the WindowsAPI is not there !
    In fact, I only want to know how to get the free disk space in Solarisb. I have found the two SolarisAPI
    stafvfs, fstatvfs. But i am not sure whether the two APIs can get the free disk space . Could anyone tell me ?
    Or tell me where can i find the Solaris file system format ? thanks a lot !

  • OIM11gR2 - How to migrate an Application Instance Form

    Hello,
    I'm trying to migrate an Application Instance Form from my Dev env to my QA env.
    My target system is SAP
    I performed the following steps in Dev:
    1. Installed and configured the SAP Connector (no problem here)
    2. Created a sandbox
    3. Created an Application Instance
    4. Created the Application Instance Form
    5. Ran a target reconciliation to confirm everything is working properly
    6. Exported the sandbox
    7. Published the sandbox
    8. Via Deployment Manager I exported all objects related to SAP (Resource object, Process Forms, Lookups etc.)
    In QA I did:
    9. Installed and configured the SAP Connector (no problem here)
    10. Via Deployment Manager I imported the objects related to SAP
    11. Imported the sandbox
    Problem:
    To my surprise, the Application Instance does not have a Form in the QA env.
    I had to create it manually by performing the following:
    12. Create a sandbox
    13. Open the Application Instance definition
    14. Click on create (to create a form)
    15. Entered the same name I used in my Dev environment
    16. Received an error message saying that the form already exists
    17. Entered a different name for the Form
    18. Saved
    19. Exported the sandbox (to import in Prd)
    20. Published the sandbox
    21. Ran a target reconciliation to confirm everything is working properly
    I tried to reproduce the problem with another (test) destination environment because I don't want to have the same problem when migrating to Prd.
    I repeated the steps 9,10,11 except that I imported the sandbox exported from QA (step 19) instead.
    The same problem: Application Instance definition has no Form attached to it in my test destination environment.
    If I try to create the form with the same name, it gives an error message saying it is already there.
    Is my procedure wrong?
    Is there an official procedure explaining how to migrate only Application Instance Form from one env to another?
    My env:
    OS: Windows 2008 R2 SP1
    OIM: 11gR2 BP7
    SAP connector: 9.1.2.2.0
    Thanks,
    Adr

    This is a bug: Bug:16027176
    Check the [Article ID 1515225.1] which proposes a workaround that might be useful in your case (it was not in mine).
    In short the workaround is:
    The following order should be observed to export :
    - IT Resource & Application instance in one xml
    - Request DataSet in another xml
    - SysAdmin Sandbox (the one defined while creating the Application Instance and the Form)
    - Identity URL Sandbox (defined while customizing the fields on the Form, in the Catalogue page)
    Adr

  • Info : Migrating Apex Application from Non-SSO to SSO environment

    Hi All,
    This post is to share my experience while working on APEX. This may be useful to some apex developer.
    If we migrate an apex application from a non-sso (i.e. http) to sso (i.e. https) environment, the flash chart doesn't work.
    I found that in the source of a Flash Chart region, we use #HOST# variable to locate the swf file. The environment variable takes the correct path but with "http" as prefix. But to access application pages "https" is used. Because of which, the swf file couldn't be located by the application.
    Work-around Solution : If I hard code the value i.e. the application path having "https" replacing #HOST# variable then the flash chart works fine. I couldn't found a way by which the #HOST# parameter value can be updated to take "https".
    The same environment host other non-sso applications as well.
    Any comments on this are welcomed.
    Regards,
    Mangal

    Hi Dirk,
    Thanks for the reply.
    As I mentioned earlier, by Non-SSO I mean "http" and by SSO I mean "https". This is because, before migration the application was accessible using "http" and now we have to use "https" alongwith SSO to access the application. I only want to highlight the Flash Chart issue with this migration.
    The problem doesn't solves with your solution as I am getting correct instance/environment name with #HOST# but prefixed with "http" and not "https". Hence the application won't be able to locate the required swf file.
    Even the workaround I mentioned is only feasible, if an application has only few Flash Charts. However, if there are large no. of Flash charts in an application, then it would be a tedious task to update all flash chart source either by an application item (as you mentioned in your post) or hard coding the path itself. Also, every new Flash Chart source needs to be updated by a developer to fix this.
    A better solution is required by which the Flash chart source is not touched and the #HOST# variable for the application is updated to take the "https" prefixed to the swf file path.
    Regards,
    Mangal
    Edited by: Mangal on Mar 5, 2009 11:31 PM

  • Session Time Out capturing for legacy application running in portal

    Hi Forums,
    I am using portal URL  iView to connect to legacy application. How to capture the session time of of that legacy application and show it in the portal. In portal I have already handled session time out which shows a javascript popup message. I want to call the same piece of code once session time out happens in the legacy application which is been accessed by portal through URL iview.
    Many Thanks and Best Regards
    Sudhir

    Hi Sudhir,
    The handling of the session timeout should be done by the application itself not the portal. From the portal you have no way of working out what the application is doing. My suggestion to you is that you need to modify the application to handle the scenario you describe not the portal.
    BRgds,
    Simon

  • IdM 7 and SSO for legacy applications

    Dear experts,
    Per SAP NetWeaver 7 documentation new approach allows SSO for any legacy applications without a need for a 3rd party IdM solution.
    Could someone explain how this is handled? Does evary non-SAP application need to become aware of SAP IdM credential store and be able to interact with it, or some other - non-intrusive approach is being used?
    Thanks in advance,
    Eugene.

    Hi Eugene,
    SAP NetWeaver Identity Management 7.0 handles the provisioning of users (identities) for a heterogeneous landscape. Authentication and Single Sign-On (SSO) is being handled within the SAP NetWeaver platform. So introducing SAP NetWeaver Identity Management itself does not introduce additional SSO functionality.

  • Migrating an application from JDev 10.1.3 to JDev 10.1.3.2

    Hi,
    I am having trouble migrating an application made with JDev 10.1.3 to 10.1.3.2.
    Everything is fine when I run it on the embedded OC4J, but when I try to deploy I have problems.
    The application is deployed on OAS 10.1.3R3.
    What I have done so far was to install the new ADF libraries using ADFinstaller, editing server.xml as per Note:417812.1 and include adf-faces-api.jar, adf-faces-impl.jar, jsf-api.jar, jsf-impl.jar and adfshare.jar from JDev 10.1.3.2 to my project WEB-INF/lib folder.
    Some pages are working as they should, but when a date is to be displayed I have this error:
    javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.timestampValue()Ljava/sql/Timestamp;So, am I missing some jar to be included? Have I missed a step or two?
    Thank you for your help.
    adsm

    Solved.
    For some reason, once the application has been migrated, the following lines were added to orion-application.xml:
        <imported-shared-libraries>
            <import-shared-library name="adf.generic.domain" min-version="10.1.3"></import-shared-library>
            <remove-inherited name="adf.oracle.domain"></remove-inherited>
        </imported-shared-libraries>
    -------I do not know if the migration tool was directly responsible for this. Anyway, as this project has been migrated time and time again from a JDev version anterior to 10, this kind of thing was bound to happen someday.
    Cheers,
    adsm

  • IPhoto worked initially on new iMac with yosemite then I did a migrate of application only now it won't open

    I have new iMac retina display.  I manually loaded my photo library from old mac, it asked to upgrade library I said yes and it all was working fine. Then I did a migration on applications only from my older macbook pro 17 inch and now I am getting
    I have trashed iPhoto and reinstalled it and it still gets this error
    I have reloaded the old photo library I still get this error message.
    Help please
    Thanks

    To answer your questions so others can use this post.
    In my broken
    NyxAudioAnalysis.framework file on the new iMac Yosemite
    I only had a file called headers and it was broken.
    I copied the
    NyxAudioAnalysis.framework file
    (which had 3 files like your example above.)
    from my old mac and then after making a copy of the broken one 'just in case' I inserted the copy from my old mac and iPhoto worked.

Maybe you are looking for

  • Is it Possible to install oracle 9i  32 bit on Sun Solaris Intel Edition

    Dear OTN Members , It is possible to install ORACLE 9I Sun SPARC Solaris (32 Bit) on Sun Solaris Intel Editon 2.8 . Please inform me on email :- [email protected] [email protected] Thanking You Piyush Patel - Server name :- pi.com - Filename - Date/T

  • My iMessage will not activate

    I keep getting the message "an error occurred during activation.  Try again" IMessage worked just fine a couple of days ago...now not. Help!  Please

  • Am not able to open photoshop now, please check the screen shot. It showing "up to date" ??

    Hi I unistalled my creative cloud and installed adobe cs5 tools (including photoshop and all) then i uninstalled that and again installed "creative cloud" but from that moment i am getting this message above photoshop app "up to date" .Please check t

  • Panic problems, unexplained beep, and flash player keeps quitting

    I just bought my first mac computer 3 months ago and was given a new one a couple weeks ago because there were some issues with the first mac but those issues were nothing compared to what's happening with this second computer. First of all, I like t

  • Report timeout parameter

    Hi, I set FORMS_TIMEOUT=5 in the default.env file and it worked fine. When abnormal form closure happens then the entry from v$session gets clear in 5 mins. But report's entry in v$session doesn't get clear if i run a report from the forms and abnorm