Re: help about install SAP HANA STUDIO
Hello All,Usually HANA Studio fails when the folder/directory has some special character. Try move it to a \tmp and try again.Best, Miguel
View ArticleWhere condition on time travel column view
Hi,I want to put a where condition to get the very first fresh records inserted SELECT key,value,"value1", "$validfrom$", "$validto$" from "practice_history1" ('REQUEST_FLAGS'='ALLROWS') where...
View ArticleRe: How to change objects owners in HANA
we can change the all objects with "Switch ownership job"Switch ownership job will run and upon successful completion.thanksRavindar
View ArticleSQL in hana project
hello, in SAP HANA developer guide it is mentioned that we have to use the following command to create table in .hdbtable file. table.schemaName = "HELLO_ODATA";table.tableType = COLUMNSTORE;...
View ArticleRe: SQL in hana project
>1. where do i find the documentation and syntax for these statements.They are documented in the HANA Developers Guide:Creating the Persistence Model with HDBTable - SAP HANA Developer Guide for SAP...
View ArticleRe: Invalid datatype while join
Hi, If you carry out the following, you should get the maximum size of the ID column: SELECT MAX(LENGTH("ID")) FROM "HANA"."A"; Based on this value, ensure that the dictionary definition length for...
View ArticleRe: How to create a calculation view in SAP HANA Web Based Workbench ?
Hi Gary, Thanks for the reply. But, How can I upgrade the SAP HANA Web based Development Workbench from SP7 to SP9 ? Regards,Sahil.
View ArticleRe: How to create a calculation view in SAP HANA Web Based Workbench ?
The SAP HANA Web based Development Workbench is installed and upgraded automatically with HANA. It must match the release level of the HANA DB itself. Therefore you would have to upgrade your HANA...
View ArticleRe: How to install Hana studio and Hana client?
Hi, So where get the file to download? -Prashant
View ArticleRe: SUBSTRING filter on Projection
Thanks Lars,I tried that option of creating a calculated column with this expression:substring("OBJNR",1,1). So once I have that then maybe I could filter on it. But the Expression editor doesn't take...
View ArticlePerformance improvement on MSEGO2, MSEG, MKPF
Hi, I'm trying to create a calculation view based on MSEG, MKPF and MSEGO2. Since the users will enter a fiscal year and period as input parameters, I'm also using M_FISCAL_CALENDAR table.Currently I...
View ArticleRe: Not able to debug XSJS in HANA Studio SPS06
Hi Rauf, Why not using the new debugger in SAP HANA Studio SPS09? SAP HANA SPS 09: New Developer Features; SAP HANA Studio Best regards,Wenjun
View ArticleRe: How to add roles to HCP user..?
Hi, I don't think you can add these roles and privileges which is granted to SYSTEM user. Since you use HCP trial, you just login as a developer with limited roles and privileges. If you want to...
View ArticleXSJS and OData-Batch result consuming
Hello, I've got some problems regarding the consuming of Batch-Responses of OData. I've successful send out an OData Batch request via POST to $Batch; The returned request however seems to be...
View ArticleRe: XSJS and OData-Batch result consuming
A batch request is a multi-part body. Therefore the response.body won't contain the full body but only one part. You will have loop over the entities collection of the request/response object to get...
View ArticleRe: Missing values from calculated column
Hi Jacques, your guess is correct. The calculated columns work based on the request of records from the underlying nodes that run data into a projection node. If there are no records being fed into the...
View ArticleRe: SDA and Default DB for MS SQL User
Hi Goutham, for MS SQL odbc you need to create a DSN entry first.This will include the database name. In the SDA remote source definition you basically just refer to the DSN entry. - Lars
View ArticleRe: .csv files upload from windows batch file, IMPORT not able to access .ctl...
IMPORT DATA is a server side command (just as the documentation tells you)The SAP HANA server cannot access your workstation or the folders on it. This (and a lot more around data import/export) has...
View ArticleRe: Not able to execute table with new user created
Please make yourself familiar with the privilege management concept in SAP HANA and analytic privileges.The questions you have can be answered by reading the documentation - so that's what I propose...
View ArticleRe: Not able to execute table with new user created
Hi lars, I am applying analytical privilege only. but only thing is I am not able to give execute privilege to other user. Will this be given by user admin only since I am not an admin. I am using...
View Article