Re: How to load CSV files into HANA
Ibran: If you want to upload data into SAP HANA from a Java program, you need to first establish the JDBC connection...then read the CSV file and then send it to SAP HANA using the INSERT command......
View Article"index name conflicts with existing index name"
Hi all, I get the following error while activating an analytic view: ""index name conflicts with existing index name" Does anybody have some information on this error which can help ? TIA,Aman
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
The namespace isn't used for anything on the providing side in HANA. Its treated as documentation only. It might be used by the consumption side depending upon the platform you are consuming from....
View ArticleRe: Creating a new SP5 HANA Instance in AWS - Best Way?
how can I identify which service pack i'm actually on AWS?thanks
View ArticleRe: Not able to connect to AWS HANA instance via HANA Studio using SYSTEM
Hi Niaz , Please check with your company Admin team, company firewall should allow the above ports mentioned by Juergen as these ports will be blocked in companies for security reason.Source and...
View ArticleRe: "index name conflicts with existing index name"
Index names are unique, i.e. you cannot have two indexes with the same name anywhere in the database, possibly in one schema. This looks like someone trying to create an index with a name that already...
View ArticleRe: Delta Merge of a TEXT Column
Thanks. I certainly don't have an undersized system because I'm currently just trying to find out all constraints that will allow me to size the system properly, I haven't yet started to populate the...
View ArticleRe: Cannot get the data provider outline
Hi Sampath, look at this Post: http://scn.sap.com/thread/3296164 and grand to user _SYS_REPO RegardsJosef
View ArticleComplex Calculations in HANA
Hello Ravi, Even after executing the same function i didn't get the appropriate results - Discount on a family code=F60 And Category= Accessories,
View ArticleRe: PAL - Script Execution error
Hi Guys, When I am executing any of the procedure from PAL libaray, i get an error: "Could not execute 'CALL palLnR(DATA_TAB_460, "#CONTROL_TAB_460", RESULTS_TAB_460, FITTED_TAB_460, ...' in 295 ms 570...
View ArticleRe: Complex Calculations in HANA
Hi Pragyan, Can you please post the screenshot of your calculated measure which calculates the discount value. Regards, Ravi
View ArticleError while executing PAL procedures in SAP HANA!
Hi Guys, When I am executing any of the procedure from PAL library, i get an error: "Could not execute 'CALL palLnR(DATA_TAB_460, "#CONTROL_TAB_460", RESULTS_TAB_460, FITTED_TAB_460, ...' in 295 ms 570...
View ArticleRe: Epoch and Time Zones
Hi Micha There's no direct support for this, but you should be able to use add_seconds() to create proper dates (pun intended). - Lars
View ArticleExcel MDX error
Hi all, i have a problem with HANA and Excel MDX. If i try to read data from an analytic or calculation view i got a error.I look on my tracefile and found the following error:...
View ArticleRe: Complex Calculations in HANA
Please correct the syntax for in("CATEGORY" ...). I don't think you need to put = sign in between. The syntax is in(arg1, ...) You can press F1 on "in" in the calculated measure expression editor....
View ArticleSlow WebI prompt screen response, when using SSO, w HANA
Hi all - We are assisting a client w an upgrade from XI3.1 to BI4.0. Noticing a huge difference in the performance between SSO and direct connection. When running a WebI [BI4.0] report with a...
View ArticleRe: Epoch and Time Zones
Well, the documentation has it:SAP HANA Reference: SELECT - Lars
View ArticleRe: Epoch and Time Zones
Well, it hasn't. It says <expression>, so both "week" and 1 satisfy it syntactically. I've meant the semantics description, of course :-)
View Article