on ‎2015 Jan 20 10:01 AM
Hello
What's the process to migrate a splitted MCOD BW Instance (java stack) to SAP Hana. I see lot of threads with similar questions. Can someone answer this? No sidecar solution please ;-). We want to replace the running "AnyDB"
There are no DMO/SUM process for such things. Yes, a lot of logic allready integrated in BW7.40 in the abap stack, but we're using Java Stack also for BI Portal, Web BEX, Xcelsius ...
Thanks for any hints.
Kr,
Florian
Request clarification before answering.
Hello Florian,
we are in the same situation.
We have done the Upgrade ABAP BI NW 7.4 SPS05 to SPS09 and Migration to HANA as in-place using DMO of SUM.
Now, we also would like to upgrade and migrate already splitted MCOD JAVA Stack to SAP HANA. It seems like, DMO of SUM is just for ABAP.
Maybe upgrading Java stack with SUM followed by Migration as system copy with SWPM?
Any hints?
Thanks,
Gerd
http://scn.sap.com/docs/DOC-59795
Does BI JAVA run on HANA or do I need a separate database to be used for the NetWeaver JAVA stack for BI JAVA?
Since SAP NetWeaver 7.4 SP04 BI JAVA for BW can run on HANA. Please check note 1849151 and 1666670 for more information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Gerd
At the moment we didn't started the migration. I hope our first POC will begin this year :-). As you suggest upgrading Java stack with SUM followed by Migration as system copy with SWPM would be a way.
Our consultant propose us to install a fresh J2EE BI Java Stack and bind it to the new BI Hana Abap. If this work it would save a lot of time. With the support of the NWA template Installer the post steps should go fast.
When our POC start I try to install everything on one HANA Server. At the moment Im not sure to use the new [M]ultitenant [D]atabase [C]ontainers feature or just different DB schemas.
I wish you goodluck. Please let me know how you've done it ...
Kr,
Florian
Hi Florian,
as already proposed by your consultant, we performed the upgrade of BI JAVA with SUM followed by the migration to HANA as MCOD with SWPM (as new installation of BI Java by choosing the system copy path) as follows:
Simply upgrade your BI JAVA on Oracle as usual with SUM.
Perform a JAVA Schema Export with SWPM (SAP NetWeaver 7.4. SR2 - Oracle - System Copy - Source System - Based on AS JAVA - Database Instance Export)
Before you uninstall/delete your J2EE Instance, however it's a good idea to back up the J2EE environment - you never know:)
The uninstall option in SWPM of BI JAVA doesn't work, since it does not recognize any instance numbers, so I have deleted SCS/J environment based on file system. Don't forget to delete also J2ee's profiles in home directory.
Perform a New-Installation of SCS/J with SWPM (SAP NetWeaver 7.4 SR2 - SAP HANA Database - System Copy - Target System - Distributed System - Based on AS Java -
- SYS Instance
- Database instance (Attention MCOD: be ensured that you do NOT perform an "Initial Database or Database Tenant"). Migration Export (JMIG): <your export directory>
- Primary Application Server Instance (also be ensured here: do not choose "initial database")
- Postprocessing (hdbuserstore, setenv, rsecssfx, etc.)
If you have any questions, please feel free to ask!
good luck!
Kr,
Gerd
Hello Gerd,
I've just installed a sap portl distributed on Hana. The SAPJAVA1 remains in the BW tenant and the SCS,PAS resides in a windows server.
The system works and is accessible correctly.
Could you detail more the steps of postprocessing (hdbuserstore,rsecssfx...)
I think that in my case is not necessary but I need to know with more detail this steps.
Regards
Hi Ruben,
just execute as <SID>adm on Java (windows server):
hdbuserstore SET DEFAULT <HANA_hostname>:<HANA_port> <SAP_ABAP_Schema> <password_of_SAP_ABAP_Schema>
If your HANA has the ID 00 the HANA Port should be 30015
after that a <SID_adm_home>/.hdb/<hostname>/SSFS_HDB.DAT will be created with the connection informations
Please also refer
Secure User Store (hdbuserstore) - SAP HANA Security Guide - SAP Library
In addition I did also the following:
setenv dbs_hdb_dbhost <HANA_hostname>
setenv dbs_hdb_port <HANA_Port>
setenv dbms_type hdb
rsecssfx put DB_CONNECT/DEFAULT_DB_USER <HANA_ABAP_Schema> -plain
rsecssfx put DB_CONNECT/DEFAULT_DB_PASSWORD <password_of_ABAP_Schema>
rsecssfx put DB_CONNECT/DEFAULT_DB_CON_ENV <HANA_hostname>:<HANA_Port>
edit .sapenv.sh as follow:
dbs_hdb_dbhost=<HANA_hostname>; export dbs_hdb_dbhost
dbs_hdb_port=<HANA_Port>; export dbs_hdb_port
dbms_type=HDB; export dbms_type
edit .sapenv.csh as follow:
setenv dbs_hdb_dbhost <HANA_hostname>
setenv dbs_hdb_port <HANA_Port>
setenv dbms_type HDB
Check if R3trans is woring:
R3trans –x
This is R3trans version 6.24 (release 742 - 18.11.14 - 20:14:09).
unicode enabled version
R3trans finished (0000).
R3trans –d
This is R3trans version 6.24 (release 742 - 18.11.14 - 20:14:09).
unicode enabled version
R3trans finished (0000).
Best Regards,
Gerd
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.