cancel
Showing results for 
Search instead for 
Did you mean: 

How to replicate role in Hana from BW without using transaction - RS2HANA_CHECK

Former Member
0 Kudos

Gurus.. I need some clarification.

When the DSO's are activated in BW, the role for Hana is created automatically in BW and RS2HANA_CHECK is utilized to generate HANA authorizations from BW. Is there any option to automtically move the role in to Hana without executing tcode RS2HANA_CHECK?

Accepted Solutions (0)

Answers (1)

Answers (1)

niteshgupta87
Active Participant
0 Kudos

Hi Vijay,


First of all small correction: when you activate DSO, the role for HANA is created automatically in HANA and assigned to users who have appropriate analysis authorization assigned in BW (just like RS2HANA_CHECK).


RS2HANA_CHECK is the tcode which basically allows you to convert BW Authorizations into HANA Authorizations. If you want to avoid using this tcode, some work around can be as below:


- Schedule a background job for the program RS2HANA_AUTH_RUN.
- create a process chain for HANA Authorization generation (RSPC -> Other BW Processes -> Replicate BW user authorizations to HANA database).


But no matter which method you use, you would end up running same program and performing same activity. You don't have to avoid using RS2HANA_CHECK tcode. If you are running into some issues with this tcode, get those issues resolved.


Thanks
Nitesh