Installing more than 1 Rapid Mart

I am new to installing SAP Rapid Marts. I am not sure and have not yet found any written material to confirm if I should use one target database for three rapid marts (IA, PP,SA) or if I have to setup one each. Thanks in advance for any advice.


lenni :new_zealand: (BOB member since 2007-07-12)

I’ve installed multiple non-SAP rapidmarts at the same site before and they all went into the same target. The only thing to be careful of is that they don’t use the same table names.

I would guess that the reason there is no documentation on this is that it is dependant on your reporting requirements but they should still work either way.


ScoobyDoo :uk: (BOB member since 2007-05-10)

Hi

we are implementing rapid marts in our clients place, i have downloaded the rapid marts.

I am not sure on how to implement it, i would appreciate if somebody can help me out with steps to implement rapid marts.(atleast high level steps).

Please email me to my id vsagain@rediffmail.com.

Thanks
kalyan


vsagain (BOB member since 2006-08-24)

Doesn’t the documentation talk you through the installation very detailed? And more important, talks about the specifics of each single RapidMart?


Werner Daehn :de: (BOB member since 2004-12-17)

Hi

Thanks for your reply.

I gone thru the documentation, it looks that i have to run some scripts(provided by BO) in DI. At my client place i dont see DI software. I was wondering is there a way to implement Rapid Marts without DI.

we dont have any customization, we are going to use the tables as it is.

i would appreciate if you or any one has implemented Rapid Marts, i would like to talk to you for 5min-10min. Just to understand the concept.

you can email me at vsagain@rediffmail.com

I really appreciate for taking time to respond my query.

Thanks
Srini


vsagain (BOB member since 2006-08-24)

Hi All,
I am looking to have some kind of Documentation explaining the process for the implementation of Multiple Rapid Marts for Oracle EBS R12 (HR,AP & AR in first phase). I have searched across forums/available documents but cant find anything specific.
Any clue/suggestion will be of great help.

Thanks in advance.
Khan


Khan@SAPBO (BOB member since 2009-07-04)

Any updates regarding the above … ??? :nopity:


Khan@SAPBO (BOB member since 2009-07-04)

Khan,

attaching Rapid Mart implementation guidelines document that should help you,

Svetlana
RapidMartImplementationGuide_OraApps.doc (158.0 KB)


smaxon (BOB member since 2009-05-31)

Hi Svetlana,

Thank you very much for your support and time. I will look over it and will update with the results.

Regards,


Khan@SAPBO (BOB member since 2009-07-04)

Svetlana,

Is there a similar document for the SAP RapidMarts?

Thanks
Mamen


gopatinc (BOB member since 2006-02-24)

Isn’t such a document in the doc folder of the installation?


Werner Daehn :de: (BOB member since 2004-12-17)

We are implementing 6 RapidMarts for a client. We used 6 local repositories in the dev phase for each of the 6 RMs. While moving to QA and Prod, can we hav 6 Local Repositories or do we hav to import all the ATL files to a single repository (Central Repository)?

Pls advise.


shineklm2005 :india: (BOB member since 2010-07-15)

Any update to the above (6 Rapid Mart Implementation)

Regards,
Khan


Khan@SAPBO (BOB member since 2009-07-04)

You can do either one, usually you merge all repositories into one QA and and prod repo. Usign Central repo or export/import doesn’t make a difference.


Werner Daehn :de: (BOB member since 2004-12-17)

Hi,

Are there any recommendations or best practises to combine multiple Rapid Marts.

Some of the questions I have in mind are

  1. Do I have to take special care of Global variables,init script, table values etc
  2. Will all the combined rapid marts run all at once. Can I have one job yet have the handle to execute one Rapid mart at a time
    3.What are the general Best practises to combine dimensions and fact

Thanks!


m_bouser (BOB member since 2009-07-18)

The Init_Script is identical across all RapidMarts so combining them all only requires one initial script and therefore no adjustments to the Global variables.

I would not run all rapidmarts at the same time but either combine them into a single job or schedule them one after another.

The RapidMarts share a lot of dimensional tables and maybe even some fact tables so running them in parallel can be troublesome. The advantage of combining them all into one job is that shared dimensions will only execute once. So, if the materials dimension is called in multiple RM’s it will only execute the first time, saving time and resources.

The SQL scripts that some with the RM for creating target tables are the same across the RMs so this only needs to be executed once, not one time for each RapidMart. Just be aware that if you execute he SQL scripts after loaing any data, the tables will be dropped and recreated and any data will be lost.


djordan :ireland: (BOB member since 2006-03-01)

Thank you so much for your reply. It is helpful


m_bouser (BOB member since 2009-07-18)

Hi, I Implemented three rapid marts (GL AP AR) sourcing from oracle eBS. We rationalized the ETL maps because each module had the the same set of reference data. So, we sequenced to have setup data, then dimensions, and last all facts in parallel.

I hope it helps JC


J.C. :us: (BOB member since 2010-09-21)