Migrating Essbase App from SUN to LINUX

Dear Essbase Members,
Can you please help me in answering the below questions.
We are soon to migrate our essbase applications from Current : Sun Solaris SPARC 64 bit OS   - Essbase 11.1.1.3 to Target : Oracle Linux 4 64 bit OS - Essbase 11.1.2.2 .
can i migrate my essbase applications by create all essbase applications on the target servers and just copying all essbase objects like ( .otl, .rul ), level 0 export from source and import in the target and aggregate the cube.
I know we have a migrating utility, but was thinking about the above approach. will i be able to copy files and make it work , as the OS and essbase version are different on both the servers.
or is there a better way to do this.
Thanks
MS

Yes you can use that approach or use the EAS migration wizard, personally I would choose the migration wizard as it will migrate more information like filters, substitution variables.
For a list of what is and not migrated using the wizard have a read of - http://docs.oracle.com/cd/E17236_01/epm.1112/eas_help/dbwzmigrpost-migration.html
Remember security will not be migrated if in Shared Services mode.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Migrate essbase app from 6 to 9

    planning to migrate the app from essbase 6 to esbase 9.to a whole new server.
    Any issues with that...any doc on migration from 6 would be useful.
    its urgent

    I started to migrate from 6.6 to 9.3.1 and it went quite smooth. What I have done:
    Installed the server.
    Used the config tool and removed shared services registration.
    Copied essbase.cfg to new installation.
    Had to add the env variables manually on AIX from the hyperionenv.doc.
    Installed the eas server.
    Used config tool for config and deployment of eas on std settings.
    Installed the eas client and used the migration tool to migrate some databases to the new server from a 6.6 (6.6 running on different machine than 9.3)
    Tested our batch processing for data load, security transfers, data staging etc. which uses some api interfaces and ESSCMD and maxl scripts. All without any problems. All settings were kept the same as on the old systems (essbase.cfg, db settings, app settings).

  • How to import Essbase app from 7.1 to 11.1.2.1?

    Hi,
    I need for migration my environment from Essbase 7.1 to 11.1.2.1.
    How to import Essbase app from 7.1 to 11.1.2.1?

    To import Essbase Application:
    Copy .Otl from source to destination to copy outline
    Re: how to import an .otl file in essbase
    Copy .csc, .rul etc.. as well
    for data: export and import from EAS.
    Cheers..!!!

  • 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

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • Ive migrated my apps from an old mac to my new mac. When i try to open my CS5 programs it get a pop up that says i need to install the legacy java SE 6. Ive done that and it still does not open?

    Ive migrated my apps from an old mac to my new mac. When i try to open my CS5 programs it get a pop up that says i need to install the legacy java SE 6. Ive done that and it still does not open?

    I'm having a similar problem...but mine results from an OS upgrade from 10.6.4 to 10.8.5.
    Where did you access a clean copy of Java SE 6?  The link at adobe for archicval plug-ins is a dead download (and it doesn't appear to contain Java SE 6.).
    Jerry

  • Migration of j2ee app from Sun one App Server 6.0  to Sun one 6.5 Server

    Hi all,
    Currently I am involved in "J2EE" ear (webapps) migration from Sun One 6.0 to Sun One 6.5 Application Server on solaris os.Since the version and functionlity itself is major change in Sun One Server, my team had decided to build the source file and decided to port to Sun one 6.5 App Server.On doing build and compiling all source files, EJB compiler is failing on Sun one server 6.5.
    Our findings on migration was as follows:
    Sun one server 6.0 and its EJB compiler internally uses "kfcjdk11.jar" which is the base library to generate ejbs for "Enterprise Archive or ear file " of the application.Hence our application is suceessfully getting compiled and built on Sun one server 6.0 and running pretty fine.
    However, "kfcjdk11.jar" still present in Sun One 6.5 server but its not been referred by SUN One 6.5 EJB compiler.So any successfully ear file deployed on 6.0 App Server, can be deployed on Sun One server 6.5. But to test applications/product's cycle, ear file deployed on SUN one 6.5 throws runtime errors and white screen is displayed to the user.
    I had already included kfcjdk11.jar file into classpath, still its failing to compile the files.
    The one of the error description is as follows:
    [exec] iPlanet Enterprise Java Beans(tm) Compiler (version 6.5)
    [exec]
    [exec] Unexpected compilation Error:
    [exec]
    [exec] ejb_fac_com_server_framework_ejb_ChannelManagerBean.java:9: Superclass com.kivasoft.eb.EBHomeFactoryBase of class com.server.framework.ejb.ejb_fac_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] extends com.kivasoft.eb.EBHomeFactoryBase
    [exec] ^
    [exec] ejb_home_com_server_framework_ejb_ChannelManagerBean.java:8: Superclass com.kivasoft.eb.EBHomeBase of class com.server.framework.ejb.ejb_home_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] public class ejb_home_com_server_framework_ejb_ChannelManagerBean extends com.kivasoft.eb.EBHomeBase implements com.server.framework.ejb.IChannelManagerHome
    [exec] ^
    [exec] ejb_kcp_skel_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManagerHome not found.
    [exec] extends com.kivasoft.ebfp.EBKCPSkelBase
    [exec] ^
    [exec] ejb_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManagerHome not found.
    [exec] extends com.kivasoft.eb.EBStubBase
    [exec] ^
    [exec] ejb_kcp_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManagerHome not found.
    [exec] extends com.kivasoft.ebfp.EBKCPStubBase
    [exec] ^
    [exec] ejb_stub_IChannelManager.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManager not found.
    [exec] extends com.kivasoft.eb.EBStubBase
    [exec] ^
    [exec] ejb_kcp_stub_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManager not found.
    [exec] extends com.kivasoft.ebfp.EBKCPStubBase
    [exec] ^
    [exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:7: Package com.iplanet.ias.tools.monitor not found in import.
    [exec] import com.iplanet.ias.tools.monitor.*;
    [exec] ^
    [exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:11: Superclass com.kivasoft.eb.EBSkelDelegate of class com.server.framework.ejb.ejb_skel_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] extends com.kivasoft.eb.EBSkelDelegate
    [exec] ^
    [exec] ejb_kcp_skel_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManager not found.
    [exec] extends com.kivasoft.ebfp.EBKCPSkelBase
    [exec] ^
    [exec] 10 errors
    [exec]
    [exec] Result: 255
    Please guide us or suggest us to migrate our application to Sun one 6.5.
    Thanks in advance,

    Hi,
    web applciation uses some of platform specific API which are not portable to App server 7.0 like uda.framework etc.
    So to streamline process we are migrating applcaition to 6.5 server and also planning to rewrite whole archietecture to port it to another app server.
    Thanks,

  • Migration of 9iAS R2 from Sun to Linux

    We want to migrate out 9i AS infrastucture and server from Sun Solaris to RedHat AS 3. I have been looking for directions on how to do this, but have come up blank. Can someone point me to a document or something that tells us how to do this?
    Any help is much appreciated.
    Thanks ... Vin

    Its basically a fresh install and then a data conversion.
    Install 9iAS R2 on Linux machine
    Patch up to latest levels on both machines
    Synchronize your LDAP database/user store
    export/Import your content areas
    If you keep the same hostname/ip address for the new server, you may get lucky - do a fresh install with the same settings as your current system on the linux box, shutdown the rdbms, do an import/export database migration - bring everything up and cross your fingers :)

  • Migrating WebServices app from Tomcat to Glassfish...

    Hello!
    I've a WebService app. which now runs on Tomcat 5.5.23 and was written using JAX-WS. I've install Sun Java System App. Server 9.0 and I intend to migrate our app. here.
    The application is delivered as a war file which I've already deployed in glassfish using admin GUI of asadmin. I can see our app. at WebApplications section but I can't see it under WebServices section, although it seems at a first view that the application works and respond to client's request.
    I'd like to ask you if I need to use a special tool for migrating our aplication or what I did is enough and there is no need for other changes.
    Thank you very much
    With best regards,
    Sorin

    If I understand correctly, you are trying to load a few properties files on WLS that is specific to an application that you are migrating from tomcat to WLS. If that is the case, then as per my understanding we have the following options:
    a. Add all the properties in a jar file and add the same to the classpath or place the same in the lib directory of the server which can be picked at the server start-up.
    b. Place the properties file in the domain home which should help.
    Refer: loading a new properties file without restarting the managed server
    c. Else place the properties files in the web-inf of the application, that should help.

  • JDeveloper 12c getting error after migration my Apps from JDeveloper 11.1.2.3

    Hi, I have migrated my application from JDeveloper 11.1.2.3 to JDeveloper 12c(12.1.2.0). My application cleaned and compiled successfully. Application Module tested successfully. But when i am running my application (ViewController)weblogic started but application not deployed, i am getting below error in JDeveloper Console.
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    roxy$ProcessorImpl.processImpl(ProjectDependenciesJLibraryProxy.java:141)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    rocessor.processImpl(ProjectDependenciesJLibraryProcessor.java:62)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    roxy$ProcessorImpl.processImpl(ProjectDependenciesJLibraryProxy.java:141)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    rocessor.processImpl(ProjectDependenciesJLibraryProcessor.java:62)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    roxy$ProcessorImpl.processImpl(ProjectDependenciesJLibraryProxy.java:141)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP
    rocessor.processImpl(ProjectDependenciesJLibraryProcessor.java:62)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process
    (DefaultStatefulProcessor.java:158)
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135)
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default
    Processor.java:61)
    Maroof

    Hi Timo, This application developed in 11.1.2.3, Now i am opened this application in JDev 12.1.2.0, This application is successfully compiled. But when i am running this apps in JDeve 12c(Integrated WLS) then Integrated WLS  started but Application not deployed, and i am getting below error.
    Jan 19, 2014 8:17:11 AM oracle.security.jps.util.JpsUtil disableAudit
    INFO: JpsUtil: isAuditDisabled set to true
    Jan 19, 2014 8:18:10 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: Resource META-INF/adf-config.xml not found on the classpath.
    Jan 19, 2014 8:18:10 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: A default implementation of ADFConfig is being created for application.
    This can lead to unexpected results in some cases. Please add a basic META-INF/adf
    -config.xml to your classpath to avoid functional errors.
    Jan 19, 2014 8:18:55 AM oracle.bali.xml.gui.base.inspector.TransactedPIMultiModel _updateProperties
    WARNING: SelectionModel has no selected items
    Jan 19, 2014 8:19:02 AM oracle.bali.xml.gui.base.inspector.TransactedPIMultiModel _updateProperties
    WARNING: SelectionModel has no selected items
    Jan 19, 2014 8:19:21 AM oracle.bali.xml.gui.base.inspector.TransactedPIMultiModel _updateProperties
    WARNING: SelectionModel has no selected items
    Processor.java:61) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process 
    (DefaultStatefulProcessor.java:158) 
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib 
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default 
    Processor.java:61) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process 
    (DefaultStatefulProcessor.java:158) 
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP 
    roxy$ProcessorImpl.processImpl(ProjectDependenciesJLibraryProxy.java:141) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default 
    Processor.java:61) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process 
    (DefaultStatefulProcessor.java:158) 
            at oracle.jdevimpl.deploy.contrib.processor.ProjectDependenciesJLibraryP 
    rocessor.processImpl(ProjectDependenciesJLibraryProcessor.java:62) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default 
    Processor.java:61) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultStatefulProcessor.process 
    (DefaultStatefulProcessor.java:158) 
            at oracle.jdevimpl.deploy.contrib.processor.ProjectProjectDependencyJLib 
    raryProcessor.processImpl(ProjectProjectDependencyJLibraryProcessor.java:135) 
            at oracle.jdeveloper.deploy.contrib.spi.DefaultProcessor.process(Default 
    Processor.java:61) 
    Maroof

  • Migrating iLife apps from new iMac to G5 machine with Leopard

    I bought the iMac which came with iLife and then built up a dual proc G5 to do music and video on. I don't want to have to buy a copy of iLife since I already have it but really want Garage Band, Movie Maker and iDVD on the G5. I started to migrate these with Migration Assistant but it didn't give me an option to choose just those apps. Is there a problem with me migrating all apps and then just deleting the ones I don't need on the G5? I assumed this would move the licenses for the apps from the iMac to the G5. Can someone confirm if the Migration effectively uninstalls the app on the machine it's being migrated from?
    I'm not interested in making a copy of these three apps and am happy to delete them from iMac once moved over but it's not clear to me that this will work (even thought guys as the Apple store said I could do it).
    Thanks

    The short answer is probably no.
    I have 2 imacs both Intel.
    I was having a problem with iLife apps on my older imac and so I dumped the iLife apps to reinstall them.
    I inserted the install disk for my newer imac and it refused to allow me to install from that disk.
    I used Pacifist and it worked for all apps except iPhoto which would not work properly even after several attempts.
    I located my iLife 08 disk and it installed fine.
    Despite the fact that most of the iLife apps seemed to install using Pacifist, they were suspect so I installed them all afresh from the ILife 08 disk.
    The last thing I need is a program that may screw up and lose some of my photos, movies or compositions, especially when the package is reasonably priced.

  • Migrating HFM App from 4x to 11x

    Can any one please let me know what are the steps to migrate a HFM App from 4x to 11x
    Edited by: user7386301 on Aug 20, 2009 7:09 AM

    Best practice.
    Do not try to migrate from 4x to 11x. Rather start in 11x and rebuild your app. Sounds drastic but:
    - 11 offer more test and checks
    - This is a good clean-up exercise
    - Using EPMA you would stabilise your environment
    - You would be able to load some of the data from 4x to 11x
    - Save your export metadata file in excel to a .ads format for easy upload.
    - Better way to depoly your app

  • Migration oracle 9i from  sun solrise to RHEL

    hello gurus
    we are working on migration from sun solaris 10 to red hat. for oracle 9i RAC. can anyone please guide us how we should go about that and if anybody can please provide me any supporting link.
    Thanks in advance
    Message was edited by:
    closetodestination

    You need to have a look at one of the main db groups for that. I reckon you could do transportable tablespaces as long as there are no endian problems......
    Barry

  • Is it possible to migrate the app from latest version to older version

    Hi all,
    I have a adf application in jdeveloper 11.1.1.4.0.Due to some issues i have to do it in jdeveloper 11g release 2 (11.1.1.2.0).Is it possible to migrate the application from latest version to older version of jdev.
    Thanks.

    It's not officially supported, but you can try a couple of things - first open the application in the old version and see if it works.
    If it doesn't you can try creating a new application in the old version and then use the create project from existing source option to map to your existing code.
    This all of course assumes that you didn't use features in the new version that are not available in the old version.

  • HT204350 hi, I am trying to migrate my apps from my old Macbook Air 2010 to a new Macbook air 2013.  Both have Os X Mavericks. The computers cannot find each other in computer-computer network that I created. Any suggestions?  Thanks!

    Hi, I recently purchased a new Macbook Air with OS X version 10.8.5.  I am trying to migrate my data from my MacBook Air Late 2010.  Anyone knows how I could connect them with wires? The 2010 MacBook Air has only two USA slots. Thanks for any help on this issue!

    You can connect the USB2 to USB3  backwards compatible.
    or USB to Thunderbolt cable
    http://store.apple.com/us/mac/mac-accessories/cables#!
    or Ethernet to thunderbolt
    http://store.apple.com/us/search/thunderbolt#!

Maybe you are looking for

  • Problems with using special characters in Interactive Report Search

    Hi! I am currently developing an Application on Application Express 3.1.2.00.02 including a page with an Interactive Report, facing the problem that I cannot use special german characters in the Searchbar. So if i try to find a name like 'Schröder' t

  • Transferring apps from iPhone to Z2

    Hello all. I have a new Z2 and was told I could transfer my apps to it from my iPhone 5. I have been able to transfer all my other stuff, but the apps are a big fail. I have managed to transfer a couple of apps, but they are just the cheap/free ones,

  • Need help Playing/Formatting videos!!

    I have several music videos saved as Quick Time files, but my iPod is not recognizing them, or downloading them? any suggestions???

  • 2004Q2 POP3 misbehaviour under load

    Hi, while running some tests on 2004Q2 I've encountered a strange behaviour of the POP3 server, which looks like a bug. Setup is the following: Sun Java(tm) System Messaging Server 6.1 (built Apr 28 2004) libimta.so 6.1 (built 13:10:36, Apr 28 2004)

  • TREX on WINDOWS

    hi experts, where to get the documents and downloads regarding TREX installation on WINDOWS? how to execute the files if it is in SAR format? what are the procedures to be followed to install TREX on WINDOWS? thanks, kannan