cancel
Showing results for 
Search instead for 
Did you mean: 

not able to access the data preview in the hana system

Former Member
0 Kudos

Hi,

I am not able to access the data preview in the hana system even successfully created a Schema,table and privilege but after  activating the schema system populating a error message as you don't have privilege.

Please find the Attachment.

Thanks in advance.

Regards

Rupendra Thakur

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rupendra,

Try the following:

Grant select on schema <SCHEMA> to _SYS_REPO with grant option;
Grant select on schema <SCHEMA> to <USER>;

Former Member
0 Kudos

Hi Rupendra,

Using which user you have created schema WORKSHOPX_02. Check whether SYSTEM has select privilege on this schema.

Open Security folder --> users --> double click on 'system'

Now in SQL privileges, check you have this schema added with at least 'select' privilege.

If not run the below sql statement to give access.

GRANT SELECT ON WORKSHOPX_02 to SYSTEM;

Regards.

Venkat

Former Member
0 Kudos

Hi Rupendra,

Please check below link.

http://scn.sap.com/thread/3311012