Re: How to import CSV file into HANA using Java?
Writing a JAVA program to read and parse a CSV file and insert the data into SAP HANA is the same as writing a JAVA program to read and parse a CSV file and insert the data into any DB that is...
View ArticleRe: How to import CSV file into HANA using Java?
You mean that I should read the CSV file line by line and for each line i should INSERT them to the DB. There is option on HANA for importing CSV files. I was wondering if there is a way to do it...
View ArticleRe: How to import CSV file into HANA using Java?
Even though you can use the SAP HANA server side csv file import (just read the documentation and what you can find on data loading into SAP HANA here on SCN) there is no way to circumvent line by line...
View ArticleRe: How to import CSV file into HANA using Java?
Here is the problem: I have a server. Everyday there is a file uploading on it. Let's say 100,000 lines. instead of doing it manually import to the DB day by day, I want to write a Java service which...
View ArticleRe: How to import CSV file into HANA using Java?
As I'm with SAP, my answer to that is: Go get DataServices. It manages such things (and lots more) extremely well. It's flexible about the data format, it's great to automate and monitor. Or you go low...
View ArticleRe: NULL value in index of array OBJECT_LOCKS_ACQUIRED_TIME
Good morning, The SQL script really did suppress the alerts. Thank you both Tobias and Josef, regards
View ArticleRe: API SMTP send Mail SPS09 - new question
>What can we do with the value of 'messageId'? In particular we wonder whether this might be useful if the mail was sent, but a mailer demon replies (after some time) with an "undeliverable"...
View ArticleHANA SDA to DB2
It seems as though I keep on the SDA path but find hurdles along the way either of my own of HANA's doing. So I am now working on connecting to DB2. I downloaded the 10.5 ODBCCLI driver and followed...
View ArticleRe: SP9 Debug XSJS
Yes I have the role and debugger enabled in xsengine.ini. Debuger stop work before upgrade to SP9.
View ArticleRe: How to access hana cloud account from hana studio
Hello Kris, as user name you have to provide p1370641218 (your account name w/o "trial). Password is the same as if you logon via web. Regards,Florian
View ArticleAuhtorization issue with GRANT_ACTIVATED_ROLE and grantable
Hi folks, how can I use a procedure like GRANT_ACTIVATED_ROLE but not just giving the user the rights for the role but also "yes" for grantable. I would like to do so. Thanks for any comments or...
View ArticleRe: Export to Excel in XS Project
Hi, I was able to get the export working with a similar code, but the German umlaut charactersare not recognised in the excel. I am encoding it with utf-16le, but the umlauts appear to be scrambled....
View ArticleRe: Auhtorization issue with GRANT_ACTIVATED_ROLE and grantable
Hello Klaus, I think you are talking about repository roles because you want to use GRANT_ACTIVATED_ROLE, right? Repository roles cannot be granted with the GRANT statement to users. Therefore it is...
View ArticleRe: Auhtorization issue with GRANT_ACTIVATED_ROLE and grantable
Hi Florian, thanks yes that is clear to me. However I would like to grant and activated repository role to an user and enable the user to grant it to other users. Kind Regards,Klaus
View ArticleRe: Auhtorization issue with GRANT_ACTIVATED_ROLE and grantable
That is not possible (so far) directly for repository roles. As described it is necessary that a user which wants to grant a repository role to another user needs the EXECUTE privilege for...
View ArticleCreating a Fact Sheet Application using SAP Web IDE and configuring it to the...
Hi Experts, I have created a new sample Fact sheet application using SAP Web IDE and able to run this application in web ide by consuming CB_GOODS_ISSUE_SRV. Now i want to deploy it to pur fiori launch...
View ArticleRe: Setup Monitoring Alert Notifications in SAP HANA Studio
what is your SMTP server name ? You need to maintain the SMTP server name in HANA Studio -> alerts -> confiogure check settings -> SMTP server name -> SMTP port - > 25
View ArticleCalculation view modelling
Hello Team,I am doing one of the calculation view with ,multiple fact tables.As per the business requirement I need to get the data from (VBAK ,Likp and VBRK) , this is the report for order to cash...
View ArticleProblem installing SAP Smart Business Cockpits 1.0 (Set up of SAP Fiori...
Hello,We are doing installation of SAP Smart Business Cockpits 1.0Our system configuration is as belowFront End Server: SAP NetWeaver AS ABAP 7.31 SPS09Back End Server: ECC 6.0 EHp7...
View Articledynamic join problems(measures always same)
Hello experts, I have come across a strange dynamic join problems.1) sometimes it will output same measures, but when I filtered by some small range, it will work. -----------CA_VRT_PCA_BASE1_V2 screen...
View Article