Re: Cant Grant to _SYS_REPO
I agree. I think someone has set up different permissions on SYSTEM. My question is how to I locate and fix this? ThanksCliff
View ArticleRe: Cant Grant to _SYS_REPO
I have discovered something. If I create a schema using the SQL Command "Create schema TT;" and then grant on that everything works. In my case the schema was created with the HDBSCHEMA file in a...
View ArticleRe: Cant Grant to _SYS_REPO
The reason is very simple. All activated objects are owned by _SYS_REPO. So, in your case, the owner of schema "FUJBPPOC" is _SYS_REPO instead of SYSTEM. You can find this using SELECT * FROM SCHEMAS...
View ArticleRe: STRING_AGG function in SAP HANA SQL Script
It seems STRING_AGG appeared in the latest SAP HANA SQL Reference. Expressions - SAP HANA SQL and System Views Reference - SAP Library
View ArticleRe: Table partitioning for 2.5 Billion rows
Hi Ganesh, You can either create physical partition or logical partition ( i.e after importing the table create logical partitions in BODS using partition tab in table's properties view ) .SAP HANA...
View ArticleRe: Cant Grant to _SYS_REPO
Hi Cliford, hdb objects are design time objects and are owned by User _SYS_REPO.The hdbschema you created is alreay owned by _SYS_REPO.To grant access of this schema to a User, create a hdbrole and add...
View ArticleRe: system backup of HANA server and HANA DB.
HI Jim, standard Linux system backup/recovery methods apply also for the SAP HANA servers.However, backing up the SAP HANA database is only supported by the backup commands. - Lars
View ArticleAuditing DB activity based specific pre-fixed user .
Hi Team, I am working on HANA auditing topic now ,We have a requirement to track user activities only if they are name with a prefix . For Example LOCAL_ABC and LOCAL_A1F both of this user should be...
View ArticleRe: Prerequisites for SAP HLM on SP7
HLM can be accessed via the following URL , you would need sidadm user and password :https://<server>:1129/lmsl/HLM/<SID>/ui/?sid=<SID>(SID is your system id) Via Studio :Right click...
View ArticleHANA - DIAPI .EXE
Hi experts, We have a current scenario in SAP MSSQL versionAn UpdateOJDT.exe is created and trigger to run via Window Task Schedule on a 4 hourly basis.This UpdateOJDT.exe is located in the Window...
View ArticleConvert Graphical view to Script view ?
Hello, I would like to know, after searching some time on-line and couldn't find any answer for it - I there any way to converting a Graphical Calculation View, into Script view? If there is, I would...
View ArticleDeclaring internal table in SQL SCRIPT
Hi, How to declare internal table in sql script similar to internal table in ABAP. thanks in advance
View ArticleAnalytic Privilege by script?
Hello, I have a question - Is there any method of creating a Analytic Privilege with script and not a graphical creating? I'm asking because the changes made inside the analytic privileges are very...
View ArticleSAP HANA data load automate.
Hello Every one , I am new to SAP HANA i have knew some of the things , but now I woluld like to know, how can we automate the data loads ? is there any prosess like Process chain's what we have in...
View ArticleSAP FIORI
current limitations of fiori where we can not see any Org Elements as dimensions in KPI Modellor we see only TASKs related stuffIn fact the final goal is to see the closing KPIs in launch pad filtered...
View ArticleQuantify amd Monitor Memory used by SDA smart data access in HANA
Hello , Could you please let me know how to Quantify amd Monitor Memory used by SDA smart data access in HANA ? There are two scenarios1) Remote source is another HANA DB2) Remote source is ORACLE....
View ArticleConnecting hana and hadoop cluster
Hello all, I have installed hadoop cluster on vmplayer on 3 instances of ubuntu. and my studio installed on the windows localmachine.I want to connect hana and hadoop with sqoop. Can somebody please...
View ArticleRe: SAP HANA data load automate.
You may want to look into SAP Dataservices for this.- Lars
View ArticleRe: Data replication in HANA database
Hi Johnny, Thanks for the guidance.regarding Q2, it's more of a planning and forecasting report. If value changes on a column then other columns values automatically changes. It's more of a what if...
View Article