cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any program to activate mutiple requests in ods

Former Member
0 Kudos

Hi Experts,

I have an ods having multiple not activated requests which is around 100 .

Any program to activate the number of requests at a time.

Thanks

Padmaja

Accepted Solutions (1)

Accepted Solutions (1)

umashankar_poojar
Active Contributor
0 Kudos

Hi Padmaja,

Give a try by executing the program 'RSODSACT1' and see whether it works as per your requirement.

Thanks,

Umashankar

umashankar_poojar
Active Contributor
0 Kudos

Hi ,

Just to add, I have tried the program RSODSACT1 after 3 loads to DSO, program successfully activated all requests.

As Raman says there is a risk while activation if one request is having problem.... But if you have confidence that all requests are proper then you can use the program it works well.

Thanks,

Umashankar

Answers (4)

Answers (4)

snitwipro
Active Participant
0 Kudos

Try manual activation, it will activate all 100 requests at a time. No separate program needed.

Regards

Sourav

Former Member
0 Kudos

Hi Sourav,

Can you please explain how it will activate all 100 requests at a time with manual activation.

Thanks

Padmaja

Former Member
0 Kudos

Goto the manage window of the ODS

in the activate window.. select start without selecting any request... and enable donot condense into one request check box

now a popup window will appear as below now select activate all request.

\

But even if you do in this way also you will face issue as explained by raman...

Hope this is what your are expecting...

Thanks,

Nithesh.

Former Member
0 Kudos

Program: RSODSACT1

Better to avoid running a program or activation in bulk.

The SAP recommendation for the faster activation of DSO data.

No. of requests * total no. of records / package size < 100,000

let us say it is 100 requests and total no of records 50 million ( in all 100 requests, and package size by default in rsodso_settings (transaction is 20,000).

so it is 5,000,000,000/ 20,000 = 250K

OSS Note: 123698

If you try to activate too many requests or data during the activation of data in a DataStore object, the activation step terminates with message RSM1 360

"Too many requests/too much data selected for activation; see long text".

RamanKorrapati
Active Contributor
0 Kudos

Hi Padmaja,

Rather than going activate all at a time, better to activate 4 to 5 at one time. otherwise it may give performance problem on your server.

for ex: if any of request failed due to invalid char/bad data, you need to run your program after the correction.one more thing if your one req have bad data, if you delete that, upper request may not be activated, due to the lower request not yet been activate. its troubles you lot.

While activating dso request use this t code - RSODSO_SETTINGS. might be useful.

Thanks

former_member182470
Active Contributor
0 Kudos

Try with RSTMS_ACTIVATE_ALL_REQUESTS or RSODSACT1

But i don't think we have any program to activate requests. You may have to create your own program

Regards,

Suman