cancel
Showing results for 
Search instead for 
Did you mean: 

unable to see activated role in roles folder in systems view

Former Member
0 Kudos
.hdbrole file
role Myproject.data::TestRole {
	catalog schema "MyTestSchema": SELECT;
	application privilege: Myproject::Basic;
}



.xsaccess file

{
     "exposed" : true,  
                  
     "authentication" :  
     	[                                          
            {
               "method": "Form"  
        	}
    	],
     "authorization" :
     	[
     	 "Myproject::Basic",
     	 "Myproject::Admin"
     	]
}


.xsprivileges file

{
	"privileges":[
		{
			"name":"Basic",
			"description":"Basic usage privilege"
		},
		{
			"name":"Admin",
			"description":"Administration privilege"
		}
	]
}
	

Former Member
0 Kudos

may i know how to check the rights for my userid

pfefferf
Active Contributor
0 Kudos

There are a lot of options how to check this. As you have posted your question with the tag "SAP HANA Studio", I assume you are using HANA Studio. In HANA Studio you can check the assigned roles/privileges on the Systems tabs Security area. Of course you need have the rights to be able to do this (if not, please ask the person of your organization which is reponsible for the SAP HANA security settings & setup).

Accepted Solutions (0)

Answers (0)