SQL Error message when trying to update/insert a record in a Datagridview...
Hi All, I have a .NET 4.5 Windows Form C# project in which INSERTs, UPDATEs and DELETEs are done within a Datagridview. What is working is to load via a SELECT statement all data from a SAP Hana...
View ArticleRe: Connect to SAP HANA DB using ODBC driver in PowerShell
Hi Nitesh, You are using the Hana ODBC driver but you are using OLEDB in your connection string? I am not sure if that is correct. Can you try this connection string instead? string connectionstring...
View ArticleRe: System Replication / SSL Internal Error Registering Secondary Site
Johann, I've run into this exact problem in the last day as well. I am travelling this week and won't have time to look at it in depth until tomorrow. The affected system is Cisco UCS hardware runing...
View ArticleRe: Connect to SAP HANA DB using ODBC driver in PowerShell
I already answered that one on stackoverflow (x-post).http://stackoverflow.com/questions/36478994/connecting-sap-hana-db-from-powershell/36545175#36545175 In short: SAP HANA ODBC driver is not a OLEDB...
View ArticleRe: HANA ODATA - Fuzzy Search - CDS View
Hello, did somebody resolve this and could get HANA fuzzy search up and running via an OData service? RegardsStefan
View ArticleUnixODBC file update
Hello, We currently have unixODBC 2.2.12 version installed in our HANA system and using SDA to connect to the Impala tables.Although the system connects and works properly most of the time, we have...
View ArticleRe: Open SQL "IN" operator for HANA SQLScript
Hi Florian. Thanks. I'll check it you, and let you know.
View ArticleRe: Open SQL "IN" operator for HANA SQLScript
Hi Sergio. Thanks for you reply. The sentence works, when you use the in clase as you specify (V1, V2,..., Vn). The problem is that I don't have a finite number of variable, and that is why I need to...
View ArticleRe: Login problems to SAP web-based IDE workbench
We work on a multi-tenant DB and we use SPS10 at the moment. How did you resolve your problem? BRScott
View ArticleWant to calculate the total number of days excluding holidays and weekends ....?
Hello all,I am stuck with the situation here , what i need is to calculate the total number of days excluding the Holidays and Weekends in HANA. How can i calculate the same by not adding (excluding)...
View ArticleRe: Login problems to SAP web-based IDE workbench
I extracted the following statements from the Diagnosis Files, which are related to my attempt to log on: indexserver[...].trc[26081]{26081}[-1/-1] 2016-04-14 14:03:42.970901 e xsa:sap.hana.xs....
View ArticleRe: SAP car configuration document on HANA
Hi, I mean SAP customer activity repository. I google a lot about CAR configure steps for integration of transaction data with third party POS. But did not find any. Thanks,abaper
View ArticleRe: Open SQL "IN" operator for HANA SQLScript
Hello Anupama. Thanks for your suggestion. But that would work for consecutive values. But, what would happen if I need to check for non consecutives values? A range o material numbers was only an...
View ArticleRe: Login problems to SAP web-based IDE workbench
I found the Solution: The log files leat me to the solution:Restored the default values in the xsengine.ini: Configuration > xsengine.ini > application container > application list >...
View ArticleHow to achieve calculating a hash value (binary checksum) of a complete table...
Hi community, I tried to calculate via an AMDP a binary checksum of a document (see example below). For this I used the hash function hash_sha256(). Now I face the question that I do not want to name...
View ArticleRe: Open SQL "IN" operator for HANA SQLScript
You can do: SELECT * FROM <table> WHERE MATNR IN ( SELECT MATNR FROM :input_table) );Where the input table contains the list of desired MATNR. The input table can also be a temporary...
View ArticleRe: Hadoop / Sqoop - Export HDFS to HANA
Thanks for the tip, this fixed the issue for me.
View ArticleRe: Want to calculate the total number of days excluding holidays and...
If you have ecc system installed in top of HANA DB you can use : WORKDAYS_BETWEEN example: create a Scripted Calculation view WORKDAYS_BETWEEN(#Calender ID#, #Date 1#, #Date 2#), #Schema# ( As a...
View ArticleRe: HANA Modelling views || Fields not visible in Data Foundation
Again, can you see the columns if you do SELECT on SQL Console?And can you open the table definition?
View Article