HANA PAL PROCEDURE CALL ERROR
Hi Experts , I am following step by step guide as mentioned here to use PAL libraries :HANA Academy - Key Concepts of the Predictive Analysis Library - YouTube I have successfully created 1.Table...
View ArticleRe: HANA PAL PROCEDURE CALL ERROR
Hello Pinaki, what is definitely missing in your call is the addition "WITH OVERVIEW" (-> CALL "_SYS_AFL"."PAL_TS_S_1"(TS_DATA,TS_PARAMS,TS_RESULTS) WITH OVERVIEW ). The addition effects that the...
View ArticleRe: HANA PAL PROCEDURE CALL ERROR
Hi Florian,I tried WITH OVERVIEW but was showing some PRIVILEGE ERROR
View ArticleRe: HANA PAL PROCEDURE CALL ERROR
SQL :CALL "_SYS_AFL"."PAL_TS_S_1"(TS_DATA,TS_PARAMS,TS_RESULTS) WITH OVERVIEW Error log :Could not execute 'CALL "_SYS_AFL"."PAL_TS_S"(TS_DATA,TS_PARAMS,TS_RESULTS) WITH OVERVIEW'SAP DBTech JDBC:...
View ArticleRe: HANA PAL PROCEDURE CALL ERROR
Hi, then please check if you have all necessary privileges/roles assigned (e.g. roles described in chapter 2.3 of http://help.sap.com/hana/SAP_HANA_Predictive_Analysis_Library_PAL_en.pdf ). Best...
View ArticleRe: Connecting DotNet to SAP HANA: Not using ODBC
Hi Lars, Thanks for your reply. We did exactly the same. We installed the SAP HANA studio separately and then installed the HANA client after that. All the folders seemed to be created correctly....
View ArticleRe: Connecting DotNet to SAP HANA: Not using ODBC
After doing some research, I think we need to install SAP HANA Client Windows Server on IA32 32bit Where can we download this version? Thanks!
View ArticleRe: Java error in SAP Hana Studio installation
That's right! install Java 1.8 will create the directory and file C:\ProgramData\Oracle\Java\Javapath\ this is linked to jre path.but Java 1.7 does't do that I don't know why , but when i installed...
View ArticleRe: [SPS 9] How to use XSDS and .xssqlcc?
Hello Alexander, for that you have to use the $setConnectionConfig method of the XSDS Transaction class (JSDoc: Class: Transaction). Example: $.import("sap.hana.xs.libs.dbutils", "xsds"); var XSDS =...
View ArticleRe: HANA PAL PROCEDURE CALL ERROR
Hi Florian ,i have added the roles as mentioned in the document But it is still showing the same error.
View ArticleHow to get roles in SAP HANA Cloud Platform cockpit
Hi, I logged in SAP HANA Cloud platform developer free edition cockpit, where in the catalog am able to create a tables but if i am trying to create new schema and attribute view and calculation view...
View ArticleRe: How to get roles in SAP HANA Cloud Platform cockpit
Hello Sankar, the HANA trial instance on HCP has some restriction. For example it is not possible to create new schemas. There is one specific schema (NEO_<unique_id>) in which you can create...
View ArticleHow to call External Stored Procedure from HANA SQLScripts?
Hi All, Is there a way to call/execute an external stored procedure (SQL based stored procedure) in HANA SQLScripts. I have the connection details to connect to SQL server (dbconnection and dbname)....
View Article[PAL] What is the best way to integrate a PAL Script into a procedure?
Hi experts, i finished a anomaly detection which is working fine within a SQL console. To use this script i want to copy my sql pal script into a procedure, but it's more difficult then i thought it...
View ArticleRe: Information View Query by ODATA
Hi Ranjith I am using $filter in my odata url, and i want use date as a filter, so i stored that value in variable, and my odata url is looking like this, and i am getting the error like this Can you...
View ArticleRe: [PAL] What is the best way to integrate a PAL Script into a procedure?
Hi Andreas ,The input data structure for a PAL function remains the constant, hence you don't need to create and drop these all the time . You can create all these table type and other related...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Hi Iwan, I have the same question like Manu, I have multiple input parameters, how do I wirte my URL ?because this would...
View ArticleImage Processing On HANA
Hi, We have an image stored in a table encoded as Base64 (NCLOB format), but the image turns out to be too heavy to be efficiently consumed by our UI5 application. And we can`t reduce it before sending...
View Article