cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Authorization REPO.ACTIVATE for Trial User

0 Kudos

Hello,

I am executing the tutorial https://scn.sap.com/docs/DOC-56256 on HCP with my Trial user.

In order to activate a *.hdbti file I need the authorization REPO.ACTIVATE.

How can I get this authorization?

Best Regards

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Hello Christian,

the REPO.ACTIVATE_NATIVE_OBJECTS privilege should have been assigned to the DEV_* user for the package <trial_user>.<instance_name> when your HANA trial instance was created.

Can you check with following query if the privileges are assigned:


select * from effective_privileges

where user_name = '<your DEV user ID>'

and privilege like 'REPO.ACTIVATE_NATIVE_OBJECTS'

Regards,

Florian

0 Kudos

Hello Florian,

the select is empty. Do you know what to do to get the privileges?

Best Regards

Christian

pfefferf
Active Contributor
0 Kudos

I don't no way to assign the privileges by yourself in the trial account, even not via one of the HCP procedures.

If possible can you remove the HANA trial instance and create it new, cause the privileges should be assigned during creation.

Regards,

Florian

0 Kudos

Danke!

Former Member
0 Kudos

Hi Florian,

I have privileges after running above said SQL query , which returns several entries. But even then I am not able to activate .hdbti file.

Can you suggest some solution?

Thanks,