Re: Problem integrating SAP HANA with Hadoop in SPS09
Ram Yea we need ODBC driver to connect with Hadoop system, Please refer Hadoop and HANA Integration Hope it helps. --Best Kumar
View ArticleRe: calling calculation view packed as odata service with timestamp parameters
Hi Johannes, I am currently facing the same issue, trying to pass the date as the input parameter via xsodata service to a calculation view and passing the input parameter as shown below:...
View ArticleInstallation of HANA db failed
I am getting same error again and again. Please help me to resolve this issue asap. Error LOG: 13:47:49.700 - INFO: Installing signal handler 13:47:49.700 - INFO: Handler for signal INT...
View ArticleRe: Create index error on columnar table column
You might want to check the indexserver trace file for more detailed error messages. What kind of table/column is this?
View ArticleRe: Create index error on columnar table column
Hi Venkata, do you need to make your index name unique ? here is the official documentation in case you need more details...
View ArticleRe: Installation of HANA db failed
FYI I have copied and pasted this on behalf of a partner who is experiencing issues installing HANA DB on RHEL 6 on vmware env, if more details are required please let me know and I will follow up with...
View ArticleRe: Installation of HANA db failed
Hi Steve, Looks like you are installing HANA on RHEL 6.7 which is not supported. https://access.redhat.com/solutions/1243453 2136965 - SAP HANA DB: Recommended OS settings for RHEL 6.6 Supported...
View ArticleSAP UI5 Table. Selecting rows by selected index and manipulate controls in a...
Hi, I am using a sap UI5 Table and I am using oData model to populate the table. On each row of this table, I have a textbox in one cell and a button in other cell which are disabled by default. My...
View ArticleRe: Can the data of a Table be replicated to HANA in SLT starting from a...
You may try simple straightforward filters this using transaction: iuuc_repl_content. Check the following note: section 5.3.3.1 Includes, and Lines of Code of the attached PDF in the note 1733714 -...
View ArticleRe: Problem integrating SAP HANA with Hadoop in SPS09
Hello Kumar, Very thanks for the reply.It is said that for SAP HANA SPS 09, no drivers need to be installed according to the below HANA Academy video. SAP HANA Academy - SDA: SAP HANA Spark Controller...
View Articleinvalid DATE, TIME or TIMESTAMP while calling XSODATA Service with parameters
Hi All, I've an XSODATA Service on a calculation view, which has a parameter ETADATE of type DATE, when called will give a result set. But the issue here is, i am unable to pass the date via odata...
View ArticleRe: invalid DATE, TIME or TIMESTAMP while calling XSODATA Service with...
Hi Mahesh What Date value are you passing? Because the error is saying you're trying to: 2.580049415248297961434088868937755e-6143 Regards Arden
View ArticleHANA date format
Hello Gurus, I need some help on below issue in HANA modeler- I have date in 2015-10-09 stored in table. I want to convert to YYYYMMDD format in table. The date is stored as sql type "'nvarchar"...
View ArticleHow to debug HANA Scripted Calculation View
Hello, In my company we developed Calculation views, which are script based and used CE Functions and SQL Scripts. Now we want to debug or analyse the output of CE_Functions and SQL...
View ArticleRe: HANA date format
Hello Pallavi, Use TO_CHAR(DATE,8) select to_char(date,8) from "schema_name"."Table_name" ;
View ArticleRe: Create index error on columnar table column
Hello Venkat, You need to execute the GRANT command for above error. GRANT EXECUTE ON SCHEMA "SCHEMA_NAME" TO SYSTEM WITH GRANT OPTION;
View ArticleRe: Mergedog for dpserver and scriptserver
Check SAP Note 2240059 - it appears to be a false positive alert.
View ArticleRe: Mergedog for dpserver and scriptserver
Indeed, we need to execute this SQL:- alter system alter configuration ('scriptserver.ini','SYSTEM') set ('mergedog','active') = 'yes' with reconfigure
View ArticleRe: HANA date format
Hi Pallavi, Since the data in the table is of NVARCHAR datatype, the TO_CHAR function would fail. It issue can be resolved in the below following way: create table date_test(col1 nvarchar(10)); insert...
View Article