Re: SAP Hana cloud app privileges
Hi All, You should write the command like: GRANT SELECT ON SCHEMA "Schema name" TO _SYS_REPO WITH GRANT OPTION; I'm sure it will work, because on my system this query is working.Thanks &...
View ArticleSAP Hana License Measurement (XML File)
Hallo, question to the experts: we I make a license measurement for SAP Hana (creating the XML) there are different results in the XML's when I do the measurement for example every month. What is the...
View ArticleRe: Enabling repository check-in/check-out feature
Thank you Patrick. Following your steps, I am able to found the path.
View ArticleRe: Enabling repository check-in/check-out feature
You're very welcome, always glad to help! -Patrick
View Article[HANA SPS10] - Select from SYS_DEBUG
Hi, At SPS 08 I used to do a little trick inside the SAP HANA Studio Debugger.. When I was looking at a "Data Preview" of a variable, I would click at "Show Log" to see the SQL generated, which was...
View ArticleRe: slt error
Hi Sree, The user that you are logged into Studio with and trying to perform the data preview it seems to be called HANAUSER. If you goto security tab and find that user and then open and click the...
View ArticleHana Cloud Trial connect with Desing Studio
Hello, I have a question Is it possible to connect the hana cloud trial version with desing studio?How I can do this? thanks
View ArticleUsing $rowid$ as foreign key
I would like to use the $rowid$ from a column table as foreign key to join that table with another table. I thought that this would performing great is its a simple numeric id. When I looked at the...
View ArticleRe: Using $rowid$ as foreign key
Using $ROWID$ as a foreign key is certainly a bad idea. Database records and relations do not have a default order, so using a field like ROWID to relate two tables is not right. As Lars pointed out...
View ArticleRe: Using $rowid$ as foreign key
Besides what Suhas mentioned, your optimization idea seems to based on the notion of tuple-wise join algorithms.That's not how joins are processed with column store tables. The join algorithms and...
View ArticleRe: Using $rowid$ as foreign key
Thanks for your reply. The idea was to avoid multi-column joins as from my understanding they are slow/(slower) or they require the materialization of the concat_attributes.
View ArticleRe: Using $rowid$ as foreign key
Multi-Column joins have been enhanced to not require materialization of concat_attributes already a while ago.In SPS 9/10 it's even possible to have them persisted selectively per model. Generally...
View ArticleRe: Passing Multiple Values in Input Parameters
Hi Florian, I tried the above syntax too. It ddint work. Can you please tell me syntax using 'IN' ? ThanksMonissha
View ArticleRe: Passing Multiple Values in Input Parameters
In your filter expression you have to write: in("<your attribute to be filtered", $$IP_CUSTOMER_NAME$$)
View ArticleRe: Passing Multiple Values in Input Parameters
Just complementing Florian Pfeffer There's another option possible that work in same way:('PLACEHOLDER' = ('$$IP_CUSTOMER_NAME$$', 'Adam'',''Ian')) and in("<your attribute to be filtered",...
View ArticleRe: Rev 60: Data Backup --> Out of Memory
Hello, I have problem backup SAP HANA database using HP Data Protector 2015-07-29T13:04:31+07:00 P066768 14ed8690b0b ERROR BACKUP SAVE DATA finished with error: [447] backup could not be...
View ArticleRe: How do you set the transaction commit level in SAP HANA?
The choice of AUTOCOMMIT ON or OFF and the interval in which COMMITS are issued is completely at the discretion of the client application.I'd be surprised to learn that an ETL tool like TM1 doesn't...
View ArticleRe: CORS issue consuming HANA XS service (SPS9)
"Exposed Headers" property should not be empty as it allows client JavaScript to fetch an XSRF token. The key part in CORS implementation is to get HANA XS to authenticate a user and retrieve an XSRF...
View ArticleJSLint warning preventing activation of objects
All, I am doing a migration of code from one environment to another via HANA Native transports. I have models, procedures, xsjs code, etc.There were some warnings that were detected wish JSLint such...
View ArticleRe: JSLint warning preventing activation of objects
this is not an issue.. just being curious because the code was migrated and activated.. however the transport log showed errors even though the code was migrated correctly. i am sure it may be a bug...
View Article