Re: XSOData Post return ID
HI Gregor, not sure about SP9, but on SP8, that your are using, the only way is through xsjs instead of procedures. Currently in my projects I'm using xsjs to call the sequences and retorn the id. best...
View ArticleRe: HANA SP9 Installation Issue
Paul, We're on SUSE 11.3 and alos get the same issue with libgcc_s1 and libstdc++6. I tried installing libgcc_s1 and libstdc++6 using zypper and get this: zypper install libgcc_s1 libstdc++6Loading...
View ArticleRe: Unable to Import huge data into Hana studio
Hi Sanjog,Thank you it helped me.Regards,Lakshmi
View ArticleRe: HANA SP9 Installation Issue
Hello Ian, If I recall correctly, I was able to add a find a unoffical Suse repo, downloaded the compoenents to desktop, then added the folder to my yast installer which then updated the 2 components...
View ArticleRe: CORS Issue while consuming Hana's OData
Hi Denis, I am unable to resolve the CORS Issue in SP08. I have added the code similar to your's in .xsaccess file as specified below; { "exposed" : true, "authentication" :null, "force_ssl"...
View ArticleRe: Dynamic Ananlytical privileges
Hi Vivek, To set up a dynamic privilege I have done teh following... 1. I have created a temp table and this has the BUKRS that are assigned to my user id.2. Ceated a reporsitory procedure to...
View ArticleRe: Need Help - Getting a new Developer Hana edition
Does anyone know what are the minimum requirements of the AWS to run SAP Hana. I want to try it out, but I want to know which would be the smallest server I can get to be able to use this. I will be...
View ArticleRe: Need Help - Getting a new Developer Hana edition
r3.2xlarge has worked best for me recently, but pricing is always subject to change. i started looking closer at EBS as well as i'm not using much of the space that is preallocated through snapshots...
View ArticleRe: CORS Issue while consuming Hana's OData
did you declare a user for anonymous in the sqlcc admin page which has rights to access to your package ?:https://yourhana.server.com:4300/sap/hana/xs/sqlcc if you are only doing GET, then it may be...
View ArticleRe: Need Help - Getting a new Developer Hana edition
Thanks Gregory. Do you know if it only works on a Windows server, or can it also be a Linux server?
View ArticleRe: Need Help - Getting a new Developer Hana edition
my current setup is Hana (Eclipse) studio client on Windows connecting to AWS SUSE HANA server. i hope this helps.
View ArticleRe: Call XSJS Script using ABAP
Thanks Florian... I think it helps... I've a requirement in which there is a XSJS script which expects input as a file and few other addition parameters. Any pointers for this would be helpful......
View ArticleRe: Dynamic Ananlytical privileges
Hi Vivek, Yes I do have teh MODELING role, let me try this and get back to you. Thank you,Arthur.
View ArticleRe: Join two tables having time period data
I'm not sure what You ment but something like select "T1"."EMPID", "T1"."DATEFROM", "T1"."DATETO", "CC", "SALARY" FROM "DK"."T1" AS T1 INNER JOIN "DK"."T2" AS T2 ON "T1"."EMPID" = "T2"."EMPID" AND...
View ArticleRe: missing package privileges
Ok, when trying to create a second project, I realized what was wrong.When creating a subpackage for a new project, if you use the context menu in the Repository view, it will only create the package...
View ArticleRe: XSJS: Cannot find trace file for my application
Gautam, From my experience, the trace messages are in the indexserver_<host>.port.trc file under the diagnosis files tab. From time to time other messages might pop up in other files depending...
View ArticleRe: XSJS: Cannot find trace file for my application
If you run the xsengine in embedded mode (within the indexserver) as the AWS Developer edition does; then the trace entries are output as part of the indexserver.
View ArticleRe: Join two tables having time period data
You might just ask: how must an SQL statement look like for that? From what I understand, you want to find the matching "cc" value for every record in the first table.Matching means that the time frame...
View ArticleRe: Join two tables having time period data
I was doing it tooo fast, so my guilty conscious made me take another look...I made a typefeler in second select (copy paste is mother of..), but it wouldnt work anyways...I guess you want to chop up...
View ArticleSAP Hana cloud app privileges
Hello, I am creating SAP Hana cloud application. I use hana trial version. Actually i try to do it by this tutorial SAP HANA Web Workbench - Hello UI5! but I have problem with privileges. I can't...
View Article