Re: HANA Impelementation
Kishore,It is all valid scenarios, and assumptions. I have had the privilege to work my self and with team members on various scenarios. BW on HANAHANA Side CarHANA EnterpriseHANA Cloud more than just...
View ArticleRe: Fetching data from real hana tables using XSJS.
Hi Sumit & All, While I am trying to retrieve data from a schema table, I get an error message as: InternalError: dberror(Connection.prepareStatement): 258 - insufficient privilege: Not authorized...
View ArticleRe: Fetching data from real hana tables using XSJS.
Hi All, I found the solution for this problem. Please ignore my previous message. Thanks,Krishna
View ArticleRe: Binding new entities to existing entities via NavigationProperty is not...
Hey Neal, thanks for the reply, that was helpful. although i was hoping that providing "deep" entities as an input to an odata create service is possible (event if that would force me to create a...
View ArticleEclipse - Critical Modeling error after update
Hello, two weeks ago I have updated the SAP HANA plugins of my Eclipse IDE. After that I'm not able to create new calculation, analytical or attribute views using custom tables. If I try to add a new...
View ArticleRe: Eclipse - Critical Modeling error after update
Looks strange.By any chance, did you try to create a calc / ana view using a working eclipse ? is it working fine ?Have you changed any roles for the user you are using ?Sree
View ArticleRe: Connect to SAP HANA Database with JDBC
Are you using a Cloud Connector service channel or a database tunnel to connect from the on-premise side to the HANA system in HCP?
View ArticleRe: Eclipse - Critical Modeling error after update
Hi Sree, this is happening in every HANA environment that I try to access with the updated Eclipse version.At machines that I didn't updated Eclipse, it is working fine. If I try to add tables that...
View ArticleRe: Eclipse - Critical Modeling error after update
lets wait for some expert opinion. I have been seeing issues related to UI5 component versions too. I always keep separate versions of Eclipse installation folder before updating it
View ArticleRe: HANA non XS Project, does it make sense
can i create CDS files in a non XS Project - try this the purpose of creating an XS project to create the artifact is because, the XS engine does the activity. When you create a hdbtable file, in your...
View ArticleRe: Insights to HANA's result cache
Hallo Charles, the following SAPNotes document this feature:- 2014148 - Guidelines for Using the Query Result Cache- 1833049 - Query Result Cache Configuration in Distributed Landscape I believe in you...
View ArticleRe: Java error in SAP Hana Studio installation
This solve my problem. Thanks! (Windows 10 x64, SAP 740)
View ArticleRe: string is too long in Cursor? Why?
Here is my code. I am also getting same exception. DECLARE lv_carrid VARCHAR3; DECLARE lv_connid NVARCHAR(4); DECLARE lv_price DECIMAL(15,2); --DECLARE lv_msg VARCHAR(200); DECLARE CURSOR c_cursor1(...
View ArticleCan not use “create table as (select …)” in a procedure with SP10 ?
Hello, I have a problem with SAP HANA SP10 (V102.04). Now I cannot use “create table as (select …)” in a procedure.I have the following tests: Test 1:=====createprocedure"SP_TEST_CreateTable"() asbegin...
View ArticleRe: string is too long in Cursor? Why?
Is there any special reason for using varchar vor lv_carrid and not also nvarchar for lv_connid.Nvarchar is normally the representation of the carrid on the Hana system and varchar can only take a...
View ArticleRe: Connect to SAP HANA Database with JDBC
Someone told me that i dont use one of them when the application runs in the cloud?I tried it with the "persistence with jdbc example" now and it works.But where can i find the database i create in...
View ArticleRe: Connect to SAP HANA Database with JDBC
Right, if the application is running in the cloud itself you don't need the "connectors". Thought you would run it on-premise. For your case you can check Adding Persistence with JDBC. As described in...
View ArticleRe: Connect to SAP HANA Database with JDBC
If the application is running in the cloud how would the example in my first question work? what Server Name could i specify? I just copied the resource reference from the example because i didnt...
View ArticleRe: Connect to SAP HANA Database with JDBC
And i have another question. Do you know where i can read something about the sap hana xs application?I mean i know how to create one. but i dont know for what exactly i Need one?do i Need one to run a...
View Article