Re: Can fresher directly start learning SAP HANA ?
Hi Ravi, On whether HANA good for you? its actually yes and also for all. With the kind of experience you have it should be kind of easy for you to be get familiarized with SAP HANA. Yes you may face...
View ArticleRe: Problem with Database Schema creation
Hi Atul, The schema is there it is just that you are unable to view it. By default you will not be able to view it unless you have a .hdbrole to access the schema. If am not wrong this is kind of most...
View ArticleProblems updating to Rev.72 in UIS upgrade
Hey all, Wondering if anyone has seen a problem like this before. After upgrading to Revision 72, UI Integration services is broken. When you do: http://hana:8001/sap/hana/uis/server/rest/rest.xsjs You...
View ArticleRe: Problems updating to Rev.72 in UIS upgrade
OK so I fixed this. It turns out that we had a delta corruption on table ACTIVE_OBJECT and the person that rebuilt the table rebuilt it without a primary key. So, we had multiple lines in the...
View ArticleRe: HANA DB 1.00 SP7 Issue... HANA_ADMIN.tgz DU
Just for info, I've found note http://service.sap.com/sap/support/notes/1795885This says that during the install/upgrade of HANA revs 45+, if you get errors importing delivery units, you can just...
View ArticleRe: View objects not editable and marked for deletion
Not sure what to tell you here. The other user clearly deleted the files and the deletion was committed. It just wasn't activated. The modeler artifacts work a bit differently than other development...
View ArticleRe: BW workbench (RSA1) from HANA studio?
Hi All,Yes. There are quite a few things that we have in the BW Perspective in SAP HANA Studio. Firstly, most of the info providers of BW are listed in the Navigator of your project(left hand side). On...
View ArticleRe: View objects not editable and marked for deletion
Per Thomas' response, it seems like you'll have to perform some out of the ordinary actions however you proceed. Just another angle here. If the state of the deleted objects are not that different from...
View ArticleRe: Rev 71 - ready for production or not?
Mikhail, revision 72 is now available with no reported issues in the release notes. Regards,Justin
View ArticleRe: Rev 71 - ready for production or not?
Happy days. I've updated all my systems to Rev.72 and they're all good so far.
View ArticleRe: In Hana SQL Script, can I insert records into an already existing table...
I wanted to quantify this difference, so I took a stab at it. Used a large dataset, and just performed a couple selects using fiscal year as the filters on each. I ran the same set of SELECTs, just...
View ArticleRe: In Hana SQL Script, can I insert records into an already existing table...
Hi Justin, My thoughts on seeing the Viz Plans: Since UNION selects only distinct values, Analytic search is present to remove the duplicates ( if any ) so if the number of duplicate records are more...
View ArticleRe: In Hana SQL Script, can I insert records into an already existing table...
Good point - I was thinking the same. So I took it one step further and made the individual queries more granular and removed the WHERE clause columns from the result. This should make the analytic...
View ArticleRe: Cannot open BW objects in HANA editor
Can you share the solution in case others may hit the same problem? Regards,Justin
View ArticleAnalytic View Count in a Calculation View
Hi i have a problem with count measures. I have two analytic views and they count columns. The analytic views works perfect. Now i want to create a calculation view who compare these two analytic...
View ArticleRe: XSODataservice - Data not reflecting on html
when i'm using the link "https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" in xsodataTest.html as can be seen here:<!DOCTYPE HTML><html> <head> <meta...
View ArticleRe: How to compress warnings while executing the commands using HDBSQL?
Adding the image for explaining my question: We don't want to receive that warning " SQLSTATE". Request your help on this. Regards,Krishna Tangudu
View ArticleHANA on AWS executor: plan operation execution failed with exception from...
All, About two days ago, two of our HANA instances mysteriously started getting the following error when attempting to access the Catalog through HANA Studio: SAP DBTech JDBC: [3584]: distributed SQL...
View ArticleRe: Analytic View Count in a Calculation View
Hi Mathias,The problem is that the analytic views doesn't work in the calculation view. Can you elaborate this to understand the issue you are facing? And also would want to know what kind of...
View ArticleRe: How to compress warnings while executing the commands using HDBSQL?
Not sure about your exact requirement, but did you try to send warnings to the linux recycle bin? Start hdbsql like this:hdbsql -i .... 2>/dev/null
View Article