HANA Rev 68 not available
Hello all, I am cuurently running SAP HANA Developer edition Revision 68.I have HANA studio with revision 60. I read in several blogs that the HANA revision and stuidio version has to be the same. But...
View ArticleVirtual infoprovider better than Transient infoproviders BW on HANA
Hi, I have to choose between Transient infoproviders and Virtual infoproviders for consuming the HANA models. After readingsome blogs i get a feeling that Virtual infoprovider is a better option as it...
View ArticleUI Integration Services Issue
Hi I am following Thomas' tutorial and in Week 6 Session 2 UI Integration Services I have an issue. Launching the URL prompts me for my user and password but then issues an error. In Chrome tools it...
View ArticleAWS Billing Alerts
This is a little off topic but most of us learning Hana are using AWS. I recently inadvertently left my server on for a couple of weeks. I thought I had a billing alert and so was shocked by a large...
View ArticleCould not get last 3 month's data
Hi, "d.MONTH IN (EXTRACT_MONTH(CURRENT_DATE) - 2,EXTRACT_MONTH(CURRENT_DATE) - 1,EXTRACT_MONTH(CURRENT_DATE) + 0)"The above code now gives only current month's data.We have 3 Months calculation view,...
View ArticleAn internal error occurred during: "Searching for markers".Java heap space
When trying to import data with the help of the file hdbti, I get the following error: An internal error occurred during: "Searching for markers".Java heap spaceNote that the table and the path are...
View ArticleHigh "Trigger Asynchronous read/write ratio's" Alerts
Dear community, My HANA environment is throwing alerts at me like: Volume 4 (saphana:30007, type DATA, path /hana/data/mnt00001/hdb00004/) has trigger asynchronous read ratio 88%. The SAP Note I found...
View ArticleUnable To Create Partitioned table Acrross Multiple HANA instances
Hi Experts ,I am trying to crerate a partitioned table across multiple hana instances(single table spread across different hana instances).I am using below SQL for the same ....
View Articlelong Savepoint durations, high log latency or low throughput
Hi All How do we find out long Savepoint durations, high log latency or low throughput in SAP HANA, would anyone please advice. Thank youJonu
View Articleprint a statement in console????
How can we print a message in console in sap hana.I have found something called ins_msg_proc(:message), but it is not working ---> error:feature not supportedthis function is present in document of...
View ArticleScalar type not allowed : SQLSCRIPT
Hello, The following is my SQLscript. WHen I ruin the following it gives following error : DescriptionResourcePathLocationTypeError creating procedure;scalar type is not allowed: line 25 col 39 (at...
View ArticleSubtract timestamps, result with fractions of seconds
Dear all, my question is pretty simple. I want to find out the interval between two timestamps using an SQL query. As there seems to be no interval datatype and there is no subtraction operator i...
View ArticleCall proceedure results a null value
Hello everyone, I have written a simple calculation procedure. CREATE PROCEDURE _SYS_BIC.calculation(IN value1 decimal(15,4), IN value2 DECIMAL(15,4), OUT result_value decimal(20,4)) LANGUAGE...
View ArticleHow to do a WHILE DO loop on data from a SQL Calculation View
I would like to do a WHILE DO loop, I am pulling columns from a SQL Calculation View to Do the iteration. I want to start with a value AD = 2 and iterate until a condition is met. In addition to the...
View ArticleABAP Development using HANA Studio
Hi All, I am getting the following error message when trying to add a project in SAP HANA Studio for ABAP Development: User USER26 is not authorized to access system E89 via ABAP in Eclipse (The...
View ArticleCE Join on columns with different names
Hello All, I have seen several examples to write CE functions. BUt, I have not come across any example where a join is performed on columns with different name. For example: With SQL: select...
View ArticleLong login to SAP B1 releated to HANA issue.
Dear all, I have strange issue with SAP B1 for HANA and with HANA itself. When users are logging to SAP B1 it takes about 2 minutes to log in, durning that time SAP B1 client hangs, goes gey and stops...
View ArticleHelp requested re: LCM Connection Error
Hi HANA dev community, I'm hoping one of you kind folks might be able to shed some insight on an issue I am encountering. After installing LCM onto HANA through the manual installation steps, I tried...
View ArticleCustomized Date format using DatePicker
Hi Team, Please tell me how to declare customized date like MM/yy using DatePicker element.Reply me any sample working code to do so. Thanks,Nagender Naroju.
View ArticleCalculated column using timestamp
Hi Experts, I have a table which contain a column Hire_Date and joining_date.I need to create a calculated column which contain the values in years of that particular employee.So that i can count in...
View Article