Re: XSJS Charset problem on SP9
Hi Thomas, I read about this new hdb interface, but in fact the code is much bigger than this example, so, I still need to plan this refactoring. The funny thing is that, even in the web catalog...
View ArticleRe: XSJS Charset problem on SP9
Its probably one of those situations where getString wasn't technically working correctly in SPS 08. It was returning a UTF-8 string when it should have been returning an ASCII one. People built upon...
View ArticleRe: SDA Tables in Graphical Calculation View
We're on SP07. Hopefully we'll upgrade soon. I will just go forward with only using scripted calc views for SDA tables. Thanks.
View ArticleRe: can not activate the model_access role.
Try with the runtime object: sql object "_SYS_BIC"."<your path> / SO_CV": SELECT;
View ArticleRe: Not able to login to HANA XS application
We disabled SSO, and it is working fine. But is there any way we can login into HANA XS application with SSO. Thanks,Ebinezar
View ArticleRe: HANA XS Application - Post Request
Hi Thomas,I am trying to upload the data as mentioned in the below link and I am getting '405 Method Not allowed' error. Could you please help to resolve the issue.Upload data to HANA table with...
View Articleexception 10001001: Search result size limit exceeded: 3763576320
Hi, while doing some tests with HANA database I runned into the following error: I couldn't find any information regarding this error within the documentation. Did I really hit a HANA limit or is...
View ArticleRe: Batch call in XS OData
Hi Thomas, Quick question. I am trying to test passing the array of values in Postman but it doesn't accept it. I am sending the data in following format.I get an error saying "Serialized resource has...
View ArticleRe: exception 10001001: Search result size limit exceeded: 3763576320
Hi Andreas, Actually there's a row limit (2 billion) for SAP HANA which was exceeded in your example, as you can see from the error message. For example, you can find the "2 billion" from Table...
View ArticleRe: Contains predicate for search on VARCHAR column
Hi, You can have a look at CONTAINS Predicate - SAP HANA SQL and System Views Reference - SAP Library which gives you the complete syntax and some examples. Best regards,Wenjun
View ArticleRe: how to call a ms-sqlserver stored procedure from sap hana ?
Hi Yujun, For tables, we can use e.g., Smart Data Access (SDA) to access the data. But for the stored procedure I don't think it's possible to call it directly from SAP HANA. Best regards,Wenjun
View ArticleRe: Script Calculation view Use Case
Hi Ram, You can call stored procedure in script calculation views. However, in graphical calculation views, you cannot do this. Best regards,Wenjun
View ArticleRe: download pdf from server side
hi Wenjun, thanks for your valuable response. i am getting data in binary formate but i want to download file from server where i am using xsjs and client side javascript. now i am...
View ArticleRe: Any example about HANA application apply in the big data?
Hi, You can have a look at Big Data Best regards,Wenjun
View ArticleRe: exception 10001001: Search result size limit exceeded: 3763576320
Hi Wenjun, thanks for your reply. But the table is already hash partitioned using 10 partitions with 372 mio records within each partition. So this is not the issue here. regards Andreas
View ArticleRe: How to import data to create table in schema?
Syntax seems to be incorrect. Is "DEV_*" a schema or user id? What is "NEO_B2..."? Is that a user id? With the above command, you are granting access to "DEV_" schema for user id NEO_*. I thought you...
View ArticleRe: Bitwise operators in SQL!!?
Hi Lars, thanks for your reply. I thought about this aswell. I didn´t work for my concept thou. I´m about to try something different. Thanks for sharing your thoughts. Christoph.
View ArticleRe: how to call a ms-sqlserver stored procedure from sap hana ?
Hi Wenjun, Yes, for tables we can use Smart Data Access. It works. But I hope there is a solution for the stored procedure. Best regards,Y. Hu
View ArticleRe: Top N rows using views
Thankyou Madhu for you reply. Yes I did what you said. It works as expected. But is it possible to do the same using GRAPHICAL VIEW OR CE FUNCTION in Calculation view ?. How to user Order By clause...
View ArticleRe: User defined function does not work in SELECT statement with "column table"
Hi Yujun, I guess this thread is related with user defined function does not work in select statement. I just tested a simple column table based on your UDF and it worked on Rev. 91. create column...
View Article