Re: Connect to SAP HANA Database with JDBC
Thank you!if i want to establish the Connection with jdbc in the cloud,what is the host Name i have to use? Best regards,Aylin
View ArticleRe: Connect to SAP HANA Database with JDBC
If you still haven't recognized it, that is the way how you establish a JDBC connection in the cloud. You do not define a host name directly in your coding. The database is bound via the resource...
View ArticleRe: Connect to SAP HANA Database with JDBC
i didnt found it in the documentation.you gave me the link "adding persistence with jdbc" i have read before but i did not read this Information in it.this is the documentation you mean, isnt it?maybe...
View ArticleRe: Add Virtual Table for remote source failing
Hi Tobias, Yes I resolved this error. Thing is HANA SP09 does not recognize "" and giving syntax error. I just upgraded to SP10 and error was resolved. I will share SAP feedback too on this in some...
View ArticleRe: Add Virtual Table for remote source failing
Hi, Here is the reply by SAP confirming "" are not supported in HANA SP09 and there is no plan to fix it in SP09. Better to Update to SP10. Regards Shontu
View ArticleRe: HANA non XS Project, does it make sense
Hi Glen, Project group together all the artifacts related to the application development. In a basic project you can have files and folders to advanced projects that can be used for builds, version...
View ArticleRe: Input parameter in attribute view
Hi Ibrahem, In order to leverage input parameters, you can try creating a dimension calculation view. My understanding is input parameters are not available in attribute views. Gopal
View ArticleRe: Can not use “create table as (select …)” in a procedure with SP10 ?
Hello Yujun, DDL statements are not allowed in Read-Only procedures., there is a config parameter in indexserver.ini config file sqlscript_mode that needs to be set to 'UNSECURE' to allow...
View ArticleRe: Input parameter in attribute view
Ibrahem, try using a calculation view and add an input parameter. You may also set a default value in case the user doesn't provide one. Moreover, the input parameter is case sensitive. good luck
View ArticleRe: HANA non XS Project, does it make sense
Glen, the XS project currently gives you some necessary files such as .xsapp and .xsaccess, plus some default folders such as WebContent which are there as a template, but you do not necessarily need...
View ArticleRe: Input parameter issue in SAP delivered HANA Views
I am not directly entering the values. I used the list(F4 Help) to pick the values. Below screenshots gives you the idea. Thanks.
View ArticleRe: Input parameter issue in SAP delivered HANA Views
Looks ok. Did you check further things likeAre the tools (HANA studio or HANA tools for Eclipse) up to date?Did you check it with directly entered values?Calls the view further views for which maybe...
View ArticleRe: Input parameter issue in SAP delivered HANA Views
Hi, I had a similar error with input parameters when I used a old sap eclipse plugin with a newest SAP Hana Server.
View ArticleRe: Input parameter issue in SAP delivered HANA Views
Looks ok. Did you check further things likeAre the tools (HANA studio or HANA tools for Eclipse) up to date? - Need to checkDid you check it with directly entered values? - Yeah , checked with direct...
View ArticleRe: Can not use “create table as (select …)” in a procedure with SP10 ?
Hello Gopal, Thank you very much for your help. The SAP Note 1994104 is only for procedure under Content folder. For procedure under Catalog/Schema or hdbprocedure under Package I cannot find...
View ArticleRe: HCP : HTML5 Application SSO with SAP Cloud Identity
Thank you. Actually, I don’t care if I can’t access to my HANA XS application from browser. So I guess I don’t need the key. Even if I follow your instructions step by step, I still have my error. I...
View ArticleRe: sort not working for HANA calculation view
Hi Muthu, yes I tried order by and rank node both. RegardsRajender
View ArticleRe: Updating UI5 resource version on HANA DB
Hi Thomas, Could you please give your thoughts on why the SAPUI5 version is not upgraded to the latest even if my HANA DB is on SPS 11.. I still see version 1.24.4 in my sap ui5 version info.. -Avinash
View ArticleRe: sort not working for HANA calculation view
Hi Rajender, Can you try the following, in your select statement, place the sorting column in the first place of the select statement. Not sure this will work for you but for me when I faced the...
View ArticleRe: Can not use “create table as (select …)” in a procedure with SP10 ?
Hi Yujun, Can you please check the below SCN Post? Read only access?
View Article