Re: Help: Auto-Login to HANA Web Workbench for HCP Trial not working after...
Hi Blagovesta, I am facing the similar issue.When I am trying to open Web based Development work bench instead of auto login it is redirecting to XS form login page. Can you please share you solution...
View ArticleRe: Error with objects in HANA RULES FRAMEWORK in Eclipse Mars
Hello Ramana, I am having exactly the same problem. I have installed HRF SP06 Patch Level 0 onto HANA SPS09 rev.97-3 and I am using Hana studio2 97-3 - version 2.0.20. Which versions of what should I...
View ArticleRe: Help: Auto-Login to HANA Web Workbench for HCP Trial not working after...
Hello Sai,could you please retry opening the Web Development Workbench? Bare in mind that this is a trial system and from time to time you might be facing similar disturbances. Best Regards,Blagovesta
View ArticleRe: HANA SQL result not as expected
Blangero - trying to use PlanViz without a good understanding on how aggregation and your models work is pretty useless. Since we don't know your query, your model or your data it's basically...
View ArticleRe: Cannot start instance, corrupted logs
I don't know about a support offering for the free dev. edition, sorry. Have you tried something like python recoverSys.py --command "RECOVER DATABASE UNTIL TIMESTAMP '<your timestamp>' CLEAR...
View ArticleRe: HANA SQL result not as expected
Hi Blangero, Can you confirm if the difference in excel result is not because you are filtering (based on your where clause) first and then aggregating? Try this query to see what data is getting...
View ArticleRe: HANA SQL result not as expected
Hi Lars, Thanks for your advice, in fact I've got a lot help from my colleagues, at first the problem is found in a BEx query of a big Calculation View, and now we are sure that the problem is caused...
View ArticleRe: HANA SQL result not as expected
Hi Manjari, thanks for your reply, I tried the script you give, and find the row with data I wanted. The aggregation result is still the wrong one I get before.
View ArticleRe: Cannot start instance, corrupted logs
Have you tried something likepython recoverSys.py --command "RECOVER DATABASE UNTIL TIMESTAMP '<your timestamp>' CLEAR LOG"?Yes, as you can read in my first post. I am not aware of any other...
View ArticleRe: Cannot start instance, corrupted logs
Well, you can do a recovery to a log position before the corrupted one.That would be a recovery that does not include the log segment.
View ArticleRe: HANA SQL result not as expected
Ok, so you got a stacked aggregation and you don't select any of the non-aggregated columns.This implicitly changes the aggregation level - and that is propagated through the model. This behaviour is...
View ArticleRe: Cannot start instance, corrupted logs
That could indeed be a solution. For the record, could you describe how to do that? I've searched hard but could not find any reference how to influence the Hana startup sequence. -- Micha
View ArticleRe: HANA SQL result not as expected
I think you need to put the filters within your view then. The data should be filtered first and then aggregated. You can achieve that via variables or hard coded filters. -Manjari
View ArticleConnection HANA - Hadoop /w Spark gets no data
Hello, I have a HANA on Rev. 10 and in parallel a Hortonworks Hadoop Sandbox 2.3.2 where I installed SAP HANA Spark Controller 1.5.0 according to the attachment of note 2177933. I can create a remote...
View ArticleRe: SPS11 Lifecycle Management - can't detect components on HANA
The problem is known and fixed in revision 102.
View Articlehi All I am getting below error in SQL in SAP HANA kindly guide me !
Repository: Encountered an error in repository runtime extension;Model inconsistency. Deploy Calculation View: SQL: transaction rolled back by an internal error: return type mismatch: Attribute...
View ArticleRe: hi All I am getting below error in SQL in SAP HANA kindly guide me !
Hi, Please change the order of your columns according to the order of fields in your "Select" statement. Columns names should be : CLIENT,VALID_TO,SET_GUID & CNT. Regards,sai Krishna.
View ArticleDecision table not showing Decimal Values on Data preview
Hi All, We have a requirement where we are creating a decision table on top of our final calculation view. But the Measures (with Decimal Values) are not showing the value with decimal places. For...
View Article