Re: Issues Importing BW Model in HANA Studio
Hi Ram, I guess Vivek is mentioning whether you have proper SQL privileges on BW schema. You need to have the below mentioned privileges: 1) BW schema in the SQL privileges for the Modeler user to...
View ArticleRe: The value of Database used memory appeared in HANA Studio and that in ERP...
Hello, Please refer to SAP KBA 1840954 which clearly states that DBACockpit does currently not consider shared memory as part of the resident memory, hence the difference to what HANA Studio reports....
View ArticleRe: SAP Hana - Hostexec issue
Hi Christian, That is done, now the HLM and Hostagent both seems to be up and running, but still I cant not get a view of HLM in the browser using...
View ArticleHow to setup MCOS in HANA appliance
Hi HANA gurus, I am middle of a sap server build on HANA appliance. We recently purchased a HANA appliance but its delivered with just one database. but our plan is to install 5 to 6 sap applications...
View ArticleRe: How to setup MCOS in HANA appliance
Since this is dev.....and not taking the license into consideration. You can have multiple HANA DB installs on one appliance. The key is to set your global_allocation_limit on each instance...
View ArticleRe: delivery unit import/export from hana trail account?
looks good. i am able to give these privileges.
View ArticleData coming incorrect in ODP Datasource SAP BW 7.3 on HANA
Hi, We are building a data source in SAP BW 7.3 on HANA using ODP Connection.The data source is based on Calculation View in HANA.Many columns are coming blank (eg Material) and record count also...
View Articletable and record count within a HANA schema
hi I am trying to find out the number of tables and records within a schema for a HANA database, would anyone please advice on how to get them. Thank youJonu
View ArticleRe: table and record count within a HANA schema
Hello Joy, SELECT "TABLE_NAME","RECORD_COUNT"FROM "SYS"."M_TABLES" WHERE SCHEMA_NAME = '<YOURSCHEMANAME>' Regards,Krishna Tangudu
View ArticleRe: table and record count within a HANA schema
Thx krisha, the results are limited to 1000 , how can we get the total count. "TABLE_NAME","RECORD_COUNT","SCHEMA_NAME""SYS"."M_TABLES"where"SCHEMA_NAME" = 'SAP'
View Articlememory utilization for each tables in a schema
Hi, Is there a way we can find the memory utilization for each tables for a particular schema in HANA. Thank youJonu
View ArticleRe: memory utilization for each tables in a schema
Hi Jonu, You can get info of all column tables and their memory utilization from M_CS_TABLES ViewYou can get info of all row tables and their memory utilization from M_RS_TABLES ViewTo find all tables...
View ArticleWhat is persisted index?
Note 1976994 - Wrong data results on persisted indexesmentioned a new term : persisted index. I have searched OSS and Google, there is no thread about it except this note. If it is an index persisted...
View ArticleRe: memory utilization for each tables in a schema
Adding to Vivek's reply, for other system information related tables, have a look on the below blog: SAP HANA Administration tables/views TOTAL_SIZE_IN_MEMORY ( Main + Delta ) from M_CS_TABLES will...
View ArticleRe: memory utilization for each tables in a schema
thank you all, i have a query like this now to get the memory utilization of all column tables in schema SAP_ECC, do i need to also check if the tables are loaded, how do we find the memory usage if...
View ArticleRe: sapstartsrv not started (HANA installation)
Hello Nitin Jain, I would recommend you to post this as a new question for quick response. ThanksSangamesh
View ArticleRe: Issues Importing BW Model in HANA Studio
Vivek, below steps are done, but we still have issues GRANT SELECT ON SCHEMA SAPDAT TO "_SYS_REPO"GRANT EXECUTE ON SCHEMA SAPDAT TO "_SYS_REPO"; What privileges does the modeler user needs to have...
View ArticleRe: Issues Importing BW Model in HANA Studio
Well you ran grant commands using SAPDAT user or your own user?Otherwise, you have sufficient privileges and it should workTry adding execute, insert and update privilege for SAPDAT schema to your user...
View ArticleRe: Issues Importing BW Model in HANA Studio
Vivek, How do I know the target schema name where the BW models get imported? Are the models imported to Modeler's user schema in my case "ENA_ADMIN"? If I try to create a attribute and analytic view...
View ArticleCopy User's role and privileges from One instance to Another
Hello All, We have created a user AdminXX in one of our Hana instance hanaXX which is on Hana SP 6. We are now migrating to new instance Hana YY which has SP7. My question is how can I create the same...
View Article