Migration from  Sun to HP Unix to Windows

Hi ,
There is hardware and OS migration activity is scheduled in my current project. To give you the detail, BI system will be migrated from SUN to HP servers and OS will be changed from Unix to windows.
I am asked to test the system to check that any existing functionality that works before migration should work after migration.
I was suggested to have a look at the Installation guide to prepare the checklist. I know that the guides are available on service market place, however I am wondering which one I need to refer for the BI 7.0 installation.
Can any one please send the link of Installation guide  specifically for  BI 7.0. ?
If any one has done the similar kind of migration activity before then please share the pre and post migration test steps that you have performed during migration.
Regards,
Neeraj

Thanks Effen,
DB will remain ORACLE. I have just gone through the system copy guide . I found it bit confusing
I have prepared a list of all necessary activities and check required pre and post migration. Appreciate if you just have a look at it. Add any check that you think should be added in the list.
Pre Migration check:
SAP R3 Side:
u2022Take the snapshot of SM37 for all the LIS jobs whether it is in released state.
u2022Need to flush all the delta queues from LBWE
u2022Make the delta Queues Zero (By scheduling the respective info packages for the data targets).
SAP BW:
Analysis phase
u2022Understand the BW landscape and identify all Interfaces (SAP and Non SAP).
u2022Prepare a list of all outstanding issues of BAU. Also record all problems if any thing is broken and not working pre migration.
u2022Prepare the test scripts for technical and functional testing.
Migration Phase:
u2022Run process chain to flush all the delta queues.
u2022Remove all the jobs from Schedule position; identify all the chains based on event and Schedule chains.
u2022Stop all chains, remove them from schedule.
Post Migration check:
SAP R3 Side:
u2022Change the state of the jobs position from Schedule to Release and schedule the LBWE job to flush the records from LBWQ to RSA7 as per the one Hour frequency
u2022Check the next released job time and makes sure that the LBWE job is started sending the records from LBWQ to RSA7.
u2022Take the screen shots before sending the data from LBWQ to RSA7.
u2022Check for the number records in RSA7 as well as LBWQ.
u2022After the successful job run, check for the number of records in RSA7.
u2022Make sure that the records in RSA7 are matching with the LBWQ.
u2022Keep an eye on all the LIS jobs for two or three consequent runs.
SAP BW Side:
Technical Check:
u2022Before going to start the process chains, check all the source system connections. This includes SAP and Non SAP source systems.
u2022Check the connection of all SAP source systems with BW. Ensure that the RFC connection is established for all SAP source systems.
u2022Check the connection of all Non SAP source systems with BW. Ensure that the DB connect setting is correct and connection is established. Need to check all the source system connections through DB to make sure that all the tables/Views are not dropped out after migration. If there is any table with inactive status need to bring to the notice of the admin people of that particular database.
u2022Double check all the process chains based on Event and Schedule are successfully scheduled as per the existing timings.
u2022While scheduling the jobs, there might be some chances that system will automatically postpone the loads by one day based on the job priority defined, ensure that the jobs are running as per the scheduled date and time.
u2022Need to keep an eye on all the critical process chains like APO loads Etc... Mentioned in the excel sheet.
u2022Keep on monitoring the process chains running also compare the execution time for performance check.
u2022Randomly check the infocubes, update rules, Info objects  and other objects and verify that the objects are in active mode.
u2022Ensure that all externally scheduled processes are rescheduled Backups, DB statistics, monitoring processes, etc
u2022Verify that the connectivity with SAP portal.
u2022For verifying the BI Java configuration, run the IP transaction RSPLAN, open BI admin cockpit and check that it is working fine after migration.
u2022Verify the all infocubes administration activities like index creation/deletion, aggregate roll up, compression & DB ststistics refresh are working fine after migration.
u2022Create/delete/ maintain BW objects: DSO, infocube, infosource, update rule, transformation, DTP etc in dev systems.
u2022Check that Full Request InfoPackage, Repair Full Request InfoPackage, Initialisation with Data Request InfoPackage, Initialisation without Data Request InfoPackage and Delta Request InfoPackage can be executed successfully.
u2022Check RSRV transactions for consistency.
u2022Create, delete and modify the Query in query designer. Verify that the query designer works properly after migraition.
Functional Check:
Execute all functional test scripts and validate that the data is being loaded in all relevant info providers.

Similar Messages

  • Migration from Sun Java System Portal Server to the Oracle Portal

    Hi, I'm in charge of evaluate the viability of a project that comprises the migration from Sun Java System Portal Server to the Oracle Portal. so I'm wondering if there is a kind of out of box migration tool in Oracle Portal or exists some guidelines to do the migration. In the other hand there is the option of migrate from Sun Java System Portal Server to Oracle WebCenter?
    Thanks in advance!

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • Migration from Sun solaris 8 to Solaris 10

    Hi,
    We are migrating from Solaris 8 to Solaris 10 with the compiler migration also earlier we are using Sun Studio 6 and now it is Sun Studio 11.
    When we are compiling the code on Solaris 10 which has been running on the Solaris 8, we are facing some error. So could you help me on this
    "ResourceManager.h", line 98: Warning (Anachronism): Type names qualified by template parameters require "typename".
    "ConnectionMgr.h", line 62: Where: While specializing "ResourceManager<T>".
    "ConnectionMgr.h", line 62: Where: Specialized in non-template code.
    "ResourceManager.h", line 100: Warning (Anachronism): Type names qualified by template parameters require "typename".
    "ConnectionMgr.h", line 62: Where: While specializing "ResourceManager<T>".
    "ConnectionMgr.h", line 62: Where: Specialized in non-template code.
    2 Warning(s) detected.
    make[1]: *** [obj/ConnectionMgr.o] Error 2
    Not sure of the warning , am not able to see these error on the compilation on Sun Studio 6.Below is the bit of the header file code, where the error is occurring.
    98 typedef map<ResourceID, ResElement *>::iterator ResMapIterator;
    100 typedef list<ResElement *>::iterator ResListIterator;
    We are using a /opt/SUNWspro/bin/CC compiler and the verison is CC: Sun C++ 5.8
    Please help me out about the issue

    Since you are jumping several compiler releases and two Solaris releases, you should migrate in two steps.
    1. Get your application working with Sun Studio 11 on Solaris 8.
    2. You can now run that application on Solaris 10, or you can rebuild it on Solaris 10 and then run it.
    An application built on Solaris 8 will run on Solaris 9 and 10.
    An application built on Solaris 10 cannot be run on Solaris 8 or 9.
    We promise upward binary compatibility, allowing an old binary to be used with a newer compiler or on a newer Solaris. But we can't promise source code compatibility because we don't want to have to duplicate old bugs in old compilers.
    C++ 5.8 in Sun Studio 11 detects errors that older compilers might have missed. The rules about where to use "typename" are one example.
    I would not expect the warning about typename to be generated by either of the source code lines that you show, but I can't really tell without seeing a compilable example.
    You need to use typename when you use a type that depends on a template parameter. Example:
    template <class T> class C1 {
    public:
        typedef T Type;
    template <class T> class C2 {
    public:
        typename T::Type a;
    C2< C1<int> > c2i;If in C2 you do not specify typename, the compiler does not know whether T::Type is intended to be the name of a type. If it is not a type, the code is always invalid. The C++ rule is that if an an identifier is not known to be a type, it is not a type. You use typename to tell the compiler that T::Type is supposed to be the name of a type.

  • Problems with xalan migrating from Sun One 7 to Sun One 8.1

    Hi!
    I'm migrating one application from Sun One 7 to Sun One 8.1, my problem is when I use xalan/xerces to transform XML/XSL appears the following error:
    javax.xml.transform.TransformerException: java.lang.NullPointerException
    I put my xalan/xerces version in my WEB-INF/lib but I think that the problem is that internally the server use its xalan that is a strange version, because in MANIFEST file put 2.6.0 version but I compared with 2.6.0 of xalan and it's different.
    How any idea to solve this?
    Thanks in advance
    Josep M

    As you have an existing portal installation, you will need to have the 9iAS Portal 3.0.8 Upgrade Scripts in order to upgrade to 3.0.8. We expect to have these 3.0.8 upgrade scripts available next week (April 23-27) for download from OTN.
    With regards to import/export, Import/Export Utilities currently will ONLY work between portal installations which are at the SAME VERSION LEVEL.
    The 3.0.8 upgrade process is an "in-place" upgrade, meaning that it upgrades an existing installation to the 3.0.8 release. You will need to have Portal 3.0.7 on your new box, and then upgrade "in place" to 3.0.8 there. I would advocate also doing a "cold backup" snapshot(backup all database data and log files) of your existing production database files as well.
    null

  • Migration from sun one to novell edirectory

    hello folks,
    please share info if anybody have an ideas on how to migrate data from sun one to novell edirectory. help wil be appriciated. thanks

    Does the documentation provide an upgrade path?
    Do you have existing data you need to preserve? If not you should be able to uninstall the old version and install the the one one. You should be able to use pkgrm to remove the old one IF it was a package based install.
    The changes you want to do (changing the directory tree and adding a UID) should not require an upgrade.
    It sounds like you need to reed the Sun/Oracle provided documentation.
    If you are new to LDAP you should probably look for a general purpose book about LDAP. The Sun/Oracle LDAP server is pretty complicated. You probably want to understand LDAP in general before tackling a Oracle's product.

  • Migration from sun/solaris to windows

    While performing a migration of SAP from solaris to windows OS what are the implications, issues and things to keep in mind. Also which database would give the best performance (Oracle or MS SQL) and what are the specific requirements if latest release of MS SQL is to be used the database.

    > That is fine but I rather need to know that if the database is changed from Oracle10.2  to MS SQL 2000 then what can be the implications and what will be the additional hardware requirements, if the current SAP configuration is 4.6D and it is migrated to 32 bit windows server 2003.
    Why do you plan to use the almost 10 year old SQL Server 2000? It's like going back to Oracle 7.x times! SQL Server 2005 would be the way to go.
    > Whether shifting to MS SQL server 2000 would give an added advantage?
    Advantage for whom?
    - Oracle is expensive, the licenses and the annual maintenance is higher compared to SQL Server
    - Oracle is complex, SQL Server is much easier to maintain
    - Windows adds an additional risk (Virus, Malware) which is has to be dealt with separately (Firewalls, Virusscanners etc.) which in turn is additional work and hence costs additional money
    - Windows is not always a deterministic operating system ("it works again after reboot, nobody knows why")
    > My job is to give the pros cons of both configurations.
    I would do some research what both combinations are able to do, if you need certain Oracle features that are not available on SQL Server, if you developers and administrators are more convenient with Oracle, if you have specific requirements about performance that can't be fullfilled with SQL server etc.
    All that are things you have to evaluate and check. Since we don't know how you use the system and what you do with it we can't tell you what's "best" for your environment.
    Markus

  • Migrating from FCP/Mac to a Premiere/Windows: looking for a primer on codecs

    I'm a long time FCP7 user, and I've just decided to migrate to Premiere. Having just a assembled a quite decent PC system, I'm not quite lost regarding codecs.
    Being very used to ProRes on Apple systems, which is quite frankly the standard and go-to option in my market segment (corporate videos), I'm now wondering what's the go-to option when editing in Premiere/Windows.
    I get a lot of media coming from DSLR cameras, so doing the h264->ProRes conversion is what I'm used to. I know Premiere can edit h264 media, but it seems that once effects are stacked up, we start having problems. I also do some work on AE, and FCP round-trips have always been a headache due to gamma shifting and whatnot. I'm hoping migrating to a 100% Adobe workflow will help solve my problems. The thing is I'll still use both Windows and OS X.
    What's my best course of action regarding codecs here? Should I just install some version of ProRes on my Windows machine and stick to it, or are there better options? Also, for strict Windows users, what's usually the codec of choice?

    I think editing h264 media natively is good, but once I start to stack up effects and transitions I'll get into trouble. It's not an appropriate codec for editing.
    As for round-trips with Mac systems, what codec would you recommend?

  • Migrating from palm desktop 4.2 for windows to ical

    Hi,
    I am attempting to migrate my calendar and task information from my palm desktop 4.2 software on a windows xp machine to my brand-spankin' new iMac. The calendar file export type doesn't import into ical. I'm not even sure which application the task(to-do list) and memo(notes) data from palm desktop would be most appropriate to import into on the iMac, but I would like to migrate that data, too.
    I did successfully migrate my contacts info from Palm Desktop into the Address Book on my IMac. Hooray!
    any help is appreciated.
    thanks.

    Exporting Palm Calendar (Date Book): you should have in the Export dialog box the option of changing the export format from "Palm Desktop" to "vCal".
    vCal (.vcs) files will import into iCal. You can also bring them into Entourage (not through the Import dialog box, but by dragging the .vcs file onto the Entourage icon in the dock).
    You will almost certainly lose category information, if you were using any.
    Exporting Palm Addresses: choose the vCard format, which Apple's Address Book will recognise (ditto Entourage if you take that option). But I see you've succeeded with that part.
    Exporting Tasks: this gets tricky as Apple doesn't have a stand alone tasks or to do app and the to do function in iCal is a bit underwhelming. You'll be able to export Palm Tasks in "Tab & Return" format, which means you could open them in a word processing or spreadsheet program. I doubt you'd be able to get them into iCal with any ease. You may have better luck importing tasks into Entourage, which does have a proper Tasks function, but that's not something I've tried to do.
    Exporting Notes/Memo: as with Tasks, your option is using the "Tab & Return" format. You may need a 3rd-party notes program if you don't want to use Entourage Notes.

  • Migrating from Sun One server 7.0 to Sun One Application server 8.2

    To migrate my application i loaded some lib at Classpath Prefix: in JVM settings in the server. I loaded some libs that overrides some server's lib... When i put my lib there they will override the server's???

    MBeans in Sun ONE AppServer 7.0 are not exposed externally. In the past, Sun has provided private APIs to ISVs allowing them to create monitoring and management products. As private APIs, changes may happen without notification.
    We plan to expose MBeans in Sun ONE AppServer 8.

  • Migrate from Sun One Directory Server 5.1 to 5.2

    Greetings
    I am trying to run the script provided with the 5.2 release MigrateInstance5; I have installed the server and have followed the instructions to a tee. I keep getting the error, Unable to start the Sun One Directory Server, when I run the script, I am at my wits end as this is supposed to be the easy step, I have to go from 4.2 to 5.2 next.
    Please help.

    Hello,
    We upgraded our directory server version for several times.
    If you want a secure method.
    export your data.
    Copy your schema file to the new install path, modify the information related to the old version and server (also the last line containing db number : keep only lines about the schema entry, it's ACI, objectclasse and attributes) and restart your directory.
    Import your data. (you might use a script to clean your ldif file : empty attributes ...)
    For the upgrade from 4.2 to 5.2 you will have to work a little bit more on the schema file as you have two of them instead of one. but the idea is the same.
    edit your New schema file, keep only the following lines "
    dn: cn=schema
    objectClass: top
    objectClass: ldapSubentry
    objectClass: subschema
    cn: schema
    aci: ....
    aci: ....
    copy and paste your custom attributes and then objectclasses form the corresponding files.
    On the import phase, check that you are not using objectclasses whiche were modified or suppressed.
    I hope it was helpfull.

  • Migration from Sun Java Creator to JDeveloper.

    Hi
    I want to migrate my application which I have developed in Sun Java Studio creator to Jdeveloper.
    What all changes I have to do.
    I tried importing the jsp pages in the Jdeveloper IDE. But could not see them. They were all blank.
    Could you please help me to get an insight as to how should I go for the migration and what all issues I have to face since I m new to Jdeveloper also.
    Thanks for your help in advance.

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • Jcontrol not starting after EP migration from 32 to 64 bit on windows.

    Hi All,
    I have migrated the EP system from 32bit o 64 bit. The export and importare successfully completed.
    but the SAP MMC showing the Jcontrol not started.
    I have installed jdk 1.2.4_17 x64. Kindly do the needful, what can be the possible alternate to make it up.
    Rergards,
    Madhu

    You need to look at the log files in the \work directory for your instance. There will hopefully be a useful message in one of the server or dispatcher log or trace files. Report back any error messages, or you can try searching in SDN.

  • Migrating from sun jvm to jrockit

    I have downloaded JRockit(jrockit-8.0-j2se1.4.1-win32.exe), and installed it on
    Windows 2000 and when I ran my application I got the following error message.
    Please advise ...
    java.lang.IllegalAccessError: _nrc
         at com.evermind[Orion/1.5.2 (build 10460)]._ah._upb(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljava.io.File;Lcom.evermind[Orion/1.5.2
    (build 10460)].util.ByteString;ZLcom.evermind[Orion/1.5.2 (build 10460)]._si;)V(Unknown
    Source)
         at com.evermind[Orion/1.5.2 (build 10460)]._cvb._uec(Ljavax.servlet.ServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown
    Source)
         at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Lcom.evermind[Orion/1.5.2
    (build 10460)].server.ApplicationServerThread;Lcom.evermind[Orion/1.5.2 (build
    10460)].server.http.EvermindHttpServletRequest;Lcom.evermind[Orion/1.5.2 (build
    10460)].server.http.EvermindHttpServletResponse;Ljava.io.InputStream;Ljava.io.OutputStream;Z)Z(Unknown
    Source)
         at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Ljava.lang.Thread;)V(Unknown
    Source)
         at com.evermind[Orion/1.5.2 (build 10460)]._if.run()V(Unknown Source)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    I'm using orion as application server.
    Thanks,
    Sunil

    This is actually an error in Orion. Try running with Sun's vm and
    the -Xverify option and you will see the same error. The reason this shows
    up with JRockit by default is that it has a higher level of verification
    than the Sun VM.
    For Orion 2.0, this has been filed as bug in their bug tracker system:
    http://bugs.orionserver.com/issue/view.jsp?id=1019
    Regards,
    /Staffan
    "Sunil" <[email protected]> skrev i meddelandet
    news:3e81f226$[email protected]..
    >
    I have downloaded JRockit(jrockit-8.0-j2se1.4.1-win32.exe), and installedit on
    Windows 2000 and when I ran my application I got the following errormessage.
    Please advise ...
    java.lang.IllegalAccessError: _nrc
    at com.evermind[Orion/1.5.2 (build
    10460)._ah._upb(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Ljava.io.File;Lcom.evermind[Orion/1.5.2
    (build 10460)].util.ByteString;ZLcom.evermind[Orion/1.5.2 (build
    10460)._si;)V(Unknown
    Source)
    at com.evermind[Orion/1.5.2 (build
    10460)._cvb._uec(Ljavax.servlet.ServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown
    Source)
    at com.evermind[Orion/1.5.2 (build
    10460)._io._twc(Lcom.evermind[Orion/1.5.2
    (build 10460)].server.ApplicationServerThread;Lcom.evermind[Orion/1.5.2(build
    10460)].server.http.EvermindHttpServletRequest;Lcom.evermind[Orion/1.5.2(build
    >
    10460)].server.http.EvermindHttpServletResponse;Ljava.io.InputStream;Ljava.i
    o.OutputStream;Z)Z(Unknown
    Source)
    at com.evermind[Orion/1.5.2 (build
    10460)._io._gc(Ljava.lang.Thread;)V(Unknown
    Source)
    at com.evermind[Orion/1.5.2 (build 10460)]._if.run()V(Unknown Source)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    I'm using orion as application server.
    Thanks,
    Sunil

  • I received an error trying to migrate from Outlook 2010 to Thunderbird on Windows 7 and my folders didn't migrate over. I get an error trying to import setting

    I have windows 7 professional running MS office 2010. I have 3 email accounts that I send and receive mail. these are all IMAP accounts. I installed Thunderbird and tried to import everything and the contacts import ok (except for my icloud contacts) but there is an error when importing the settings. The mail seems to import fine however I can only access mail for one of the email accounts. The other two just show a folder and no subfolders in the mail tree iin the left pane.
    When I try to look up the accounts, I only see one account configured, the other ones are not there

    duplicate: [https://support.mozilla.org/en-US/questions/1025469?esab=a&s=&r=1&as=s]

  • Hyperion Planning migration from 32-bit to 64-bit windows OS

    Hi All,
    Planning is installed on 32-bit VM servers with windows 2003 Standard Edition in our environment and we are having memory issues when running in full load
    Trying to understand whether we can move to move to 64-bit where it can help for increase in memory as required beyond 4 GB
    Current version of Hyperion is 11.1.1.2 for some of the components(HFM,FDM,Planning,Essbase etc) and 11.1.1.3 for some components (HSS, workspace, FR,etc)
    a) Do we need to re install the Hyperion software after the OS is upgraded with 64-bit?
    b) Does the 32-bit applications created will support on 64-bit installations
    c) Do we have separate softwares for all OEPM components when it comes to 32-bit or 64-bit and not sure whether that difference is present for all components
    or only specific components
    It would be of great help if anybody can post some ideas who have come across this situation
    Thanks

    You are best having a look at the support matrix to see which products are 32/64bit and on which OS.
    If you are looking to run 64bit planning on a windows OS then you are probably looking at 11.1.2
    You need to install the software after the OS has been upgraded.
    If you are talking about hyperion applications created on a 32bit platform then yes they will work on a 64bit platform.
    Depends on the version to whether there are separate 32bit/64bit install files.
    To be honest this is quite a detailed subject and I only give a quick overview on here, I recommend you getting in a consultant to discuss your options.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Where to find OTN Discussion Forum?

    Where to find the OTN Discussion Forum? 5 hours before , i used the following site? Now , i am not able to find it? Problem When Formatting Functions

  • TABLE NAME IN CRM_DNO_MONITOR

    Hi friends, I am not a CRM Technical. But i want to know the table name for the field in TCODE : CRM_DNO_MONITOR . IT IS IN CRM SOLUTION MANAGER. STEP 1 : LOGIN TO CRM SOLUTION MANAGER. STEP 2 : GO TO TCODE CRM_DNO_MONITOR. STEP 3 : PRESS F8. STEP4 :

  • Interface with Peoplesoft for Org structure

    Please let me know if there is way to interface with Peoplesoft to get the org chart (employees and their reporting details along with Org structure) and update the SAP Org hierarchy (PPOME). Any type of interfacing (file, RFCs, real time) options av

  • Find My Phone not working when connected to international service provider

    I recently moved from the US to Switzerland and changed my SIM card from one of Verizon's to one of Orange's (Orange is a popular provider in Switzerland). Unfortunately, the Find My Phone feature is now not working, whether I'm connected to WiFi or

  • How can i install shockwave with auto updates disabled?

    how can i install shockwave with auto updates disabled? i need to push out shockwave to all our machines and i need to have autoupdates disabled? whats the trick?