Segmentation Fault
Hi, I try to load documents into HANA with a Python script. The document should be saved in a BLOB field of a table.The Python script works fine, if I start it locally from a PC or notebook or from a...
View ArticleRe: Request execution failed due to missing privileges in accessing SHINE...
Hi Francisco, Have to thank you for posting your update, helped me out and resolved a problem I had with overlapping roles. I couldn't understand the error as I had it working but then failed with what...
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
Hi Nish, Goto your user from Security folder and under Object Privileges, add _SYS_BIC, then give Execute and Select privileges from the right side of the screen. Regards,Chandu.
View ArticleRe: SAP HANA DMO Optional Index error
Hi guys, Checked before do Next.You can ignore this error. Best Regards. LuisR
View ArticleRe: Can not delete .hdbdd file after my Eclipse crashed
After restarting the computer I was able to run the Eclipse again and "reset to Active" solution and then Activate the solution again. Then I was also able to delete the file in web edit ide.
View ArticleRe: Segmentation Fault
What exactly is throwing the segmentation fault? I suppose it's not the Python script.Any hints in the trace directory? From what I have seen so far, a segmentation fault usually is caused by a kernel...
View ArticleScheduling stored procedures via XS jobs
Hi,I have a stored procedure that accepts a parameter. Like ProcedureExample('<SchemaName>').Now I need it become schedulable via an XS job through the XS dashboard.Unfortunately, I don't have a...
View ArticleAssociation in XSDS with Unmanged Mode
Hi Experts, Thomas Jung I am trying to build an associations for two table VBRK and VBRP. Below is the syntax but we are not seeing the items in the output.Please let me know anything wrong in the...
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
HI Chandu, I did as you suggested and added _SYS_BIC, but am unable to give privileges on the right as it is greyed out (see attached screenshot). I also tried to run the following SQL, but it won't...
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
Hi Nish, Can you please look at this blogSAP HANA - How to create an Attribute View Thanks,Naga
View ArticleRe: Segmentation Fault
/var/log/messages says something like segfault at 8 ip .... sp .... error 4 in pyhdbcli.so The user trace on the database shows that there has at least been an access to the database, but no insert...
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
Hi Nish, Select on _SYS_BIC should be given to your user id, not to _SYS_REPO. Grantor is _SYS_REPO what we see there. Try running this GRANT SELECT ON SCHEMA _SYS_BIC TO P1941689034TRIAL WITH GRANT...
View ArticleRe: Modeling Inventory Management Scenario in HANA Studio
Hello guysDid anybody find a solution for non-cumulatives measures within SAP HANA Views? Regards!Michele
View ArticleRe: Calling parameterized Cal View, from HANA Stored Procedure
Hi Giri, I believe now you have to split the query into 2 parts : 1. First part would contain bring the data from parameterized view into your local TT Eg: TT_GET_INVENTORY = SELECT * FROM...
View ArticleRe: Calling parameterized Cal View, from HANA Stored Procedure
Thanks Anil. I have tried this. But the problem is, the input is a table type. So, I am not understanding how to pass the values from the table type to the place holder. RegardsGiri
View ArticleRe: AMDP SQL dump with code : 314 (Numeric Overflow)
Hi Sushmita, Declaring them as DOUBLE should solve the issue. Regards,Anil
View ArticleRe: Calling parameterized Cal View, from HANA Stored Procedure
Hi Giri, I believe that we cannot create calculation view to accept table type as input parameter. It can only be scalar type I guess and you can have multiple values. In case of multiple values, you...
View ArticleRe: HANA XSJS Bulk Update (PUT operation)
Hi Vicky, Using ODATA service you can only insert one record at a time, hence this will not be of use for your scenario. As your using XSJS, you can create a procedure which accepts table type as input...
View ArticleRe: How to call HANA store procedure in XS?
I solved it now in another way: var conn = $.db.getConnection(); var query = conn.prepareStatement("CALL \"TEST_SYSTEM\".\"test_Project.procedures::discretizationODATA\" ()"); query.execute();...
View ArticleRe: SAP HANA Smart Data Access - realtime replication
Werner, I'm trying to execute flowgraph procedure which is realtime enabled and below is the error displayed for Data Provisioning using MSSQLLogReaderAdapter.I have already executed the script...
View Article