Which HANA certification will support Developer Role
Hi Guys, I'm a web developer (PHP). I'm interested in HANA Developer. But when I checked certification path, I couldn't find any specific certification for HANA Developer. Should I get certified as...
View ArticleRe: Is it possible to catch SQL exceptions?
Yes, I've seen this example in the CREATE TRIGGER documentation. How can it be used in the context of IMPORT FROM CSV FILE to simply ignore duplicate rows and insert _all_ others? -- Micha
View ArticleRe: Which HANA certification will support Developer Role
I would suggest you to go for Application Associate Certificate as Technical Certificate is for those who will install HANA, design system architecture and implement it while Application Certificate is...
View ArticleRe: Could not check credentials provided for user on host
Sharan, Thanks for your hint with the SAP Note. Unfortunately it did not solve my problem. I've done excatly what was described in the note and in the end all parts of the script said "success"....
View ArticleRe: OpenSAP - "Introduction to Software Development on SAP HANA" free course
Hi Steve,please send a screenshot including your system time to support@opensap.info and we will take care.Thx, Clemens
View ArticleRe: Could not check credentials provided for user on host
Hi Chris, The error almost seems like SUM is not accepting your SSL connection from studio as you can see from below error which happens first at 19:08:19ERROR 2013-05-22 19:08:19...
View ArticleRe: Is it possible to catch SQL exceptions?
Well yes, this is how I've done it, I know how to bend SQL. My question was, is it possible to achieve the same result using an exception handler? The trick with ROW_NUMBER() is interesting, though :-)...
View ArticleDefault schema
Hi folks, My calculation views have a property that I can change for DB SCHEMA which is great because we have had many different schema names due to our early proof of concept experiments when first...
View ArticleHANA db connectivity - odbc vs jdbc
Hi HANA experts Just a quick question that bugs me while reading the HA100 course material. When connection to Hana for reporting what type is better in terms of performance: jdbc or odbc? More broadly...
View ArticleRe: can hana be installed in Laptop ?
Yes you can, but be realistic what you are trying to achieve. Perfect to get some hands-on on how to install and maintain a HANA system, but do not expect the awesome power when running on certified...
View ArticleRe: OpenSAP - "Introduction to Software Development on SAP HANA" free course
Highly recommended to also take the introduction (warm up) course. It will take you have half a day max and with clear examples tell you the background on db storage, tuples, indexes, aggregates,...
View ArticleRe: OpenSAP - "Introduction to Software Development on SAP HANA" free course
I finished that yesterday. The merging process for the differential buffer really taxed my brain! Might needed to go through that again :-)
View ArticleRe: OpenSAP - "Introduction to Software Development on SAP HANA" free course
I know the feeling ;-). Great content though.
View ArticleRe: Is it possible to catch SQL exceptions?
Hi Micha if there are primary keys or an unique index, the csv import should ignore duplicate rows. I don't think an exception handling can be used right here, but am currently in discussion with the...
View ArticleRe: Upgrade of HANA Dev edition on Cloudshare
Rocky Thanks to you and Juergen for helping me in upgrading HANA to revision 55. ThanksNaresh
View ArticleDefault schema
Hi Patrick, Recently I realized that things changed when schema mapping.Initialy it was used to "rename" the authoring schema to desired target schema on the import moment only.Currently (tested on...
View ArticleHANA Recent Support Package
Hi Guys, May I know what could be the new Support package released by SAP on HANA thanks in advance
View ArticleRe: Is it possible to catch SQL exceptions?
Hi Micha, Not worked to you the option error log on import from command?http://help.sap.com/hana/html/sql_import_from.html How to load files into HANAhttp://scn.sap.com/thread/2072330 If I remind well...
View ArticleRe: HANA db connectivity - odbc vs jdbc
Hi Sven, I'm not a big expert but, generally speaking, I know there isn't any (significant) difference in performance between JDBC and ODBC. Also because, if I remember correctly, some JDBC drivers are...
View ArticleRe: HANA db connectivity - odbc vs jdbc
Agree with Riccardo...and the only thing I can add is that sometimes you you can use ODBC/JDBC but sometimes you're forced to use JDBC like when doing PB/PhoneGap and SAP HANA integrations......
View Article