Re: Hana Cloud Trial connect with Desing Studio
I'm not a HCP expert, but do you have JDBC access to the instance?I mean, can you connect HANA Studio to it?If so, there shouldn't be a problem.
View ArticleXSJS: Dynamic Creation of Table (Types) for further processing
Hey guys, i am currently coding a tool which should be used for automatic pattern detection in data. The patterns are defined by a user in single tables which my services can read. My approach now is...
View ArticleRe: XSJS: Dynamic Creation of Table (Types) for further processing
Hi Lukas, use method "execute" of the statement object. "executeQuery" is intended to be used for selects with a result set.Looking at your coding I was wondering why your schema parameter is not...
View ArticleRe: XSJS: Dynamic Creation of Table (Types) for further processing
Hi Florian, thank you, now it works.I used the schema parameter before but i discarded it because i switched to table types and i thought i didnt need it. Now its used again. Best Regards,Lukas
View ArticleError while transporting Table in SAP HANA
I transported a table using Delivery unit from DEV HANA to PRD. This worked.Now I made some changes to the data in the same table in DEV and then tried to transport delivery unit to PRD I am getting...
View ArticleRe: How USER_DEACTIVED field works in USERS View
Lars Breddemanncan you please shed some light on this? Regards,Vivek
View ArticleRe: no option for creating xs project in eclipse luna
Hi, I have the same problem in my Eclipse Luna.I have reinstalled the components from https://tools.hana.ondemand.com/luna but the option still hidden in my context menu.I have started Eclipse Luna...
View ArticleRe: JSLint warning preventing activation of objects
The JSLint warnings/errors that you can configure on the client side are completely separate from those on the server side during activation. The server side checks are already more forgiving and...
View ArticleRe: Error while transporting Table in SAP HANA
You want to transport the data in the table? Generally Delivery Unit doesn't transport data in the table. The only way to really do that is via HDBTI and CSV files and this should only load initial...
View ArticleRe: Passing internal table column values to SAP HANA Select statement
Why not just use an inner join between HANA_TABLE and LT_TABLE?
View ArticleRe: Passing internal table column values to SAP HANA Select statement
Hi, Try the below piece of SQl in order to push in the select with the internal table: lv_statement = SELECT A.* FROM HANA_TABLE A INNER JOIN lt_table B ON A.user =...
View ArticleRe: Error while transporting Table in SAP HANA
hi Thomas,Thanks. I have 2 different tables where I have tested changes made to table.in 1, I made changes to data - so thanks for your response, its clear that it is not possible. I am aware of the...
View ArticleRe: Error while creating odata services for analytic view
Hi all, I am currently experiencing this exact error in the same situation. As far as I know, HANA doesn't remove parameters at activation in my case because I am prompted for parameters when I want to...
View ArticleRe: OData Batch Posting error Failed 400
Hi carlos, even i got same error some how I found a way.... please refer to this link POST 400 while trying to insert a recordif any please update thanksVijay
View ArticleRe: Insufficient Privilige when calling an Stored Procedure with Restricted User
Hi Eduardo, I'm facing the same issue. But I can not accept the solution you are providing. I think the idea of using restricted users is to deny any JDBC or ODBC access..But if I give...
View ArticleRe: Scheduling flow graphs/ tasks in HANA SPS09
Hi Lars, Yes. I am looking on for How to schedule Flow Graphs in HANA SPS09 Regards,Dhruva
View ArticleRe: How to remove comma from integer or decimal or any datatype columns of a...
Hie Jyoti , thanks for replaying, but i want to update my table fields in HANA itself, instead of changing anything in the reporting tool . Also i want to display the decimal places for example : I...
View ArticleRe: Selecting from a large table on oracle from hana.
Partitioning is a functionality that is transparent to the SQL interface. That's true for basically all RDBMS implementation. For the SQL user a partitioned table looks and feels just as a...
View Article