Re: Downloads not available
I have SAP hana developer edition running on aws through the SAP Cloud Application Library. But I don't have access to the Service Marketplace. I managed to install Studio on OSX through the method you...
View ArticleRe: Downloads not available
>I suspect this is because I'm missing the JDBC driver, because connecting to the same db, through Hana Studio installed on windows works without any problemsNo the Studio installer is completely...
View ArticleRe: Downloads not available
Thanks for the help/information Thomas. Do you know what the appropriate procedure to connect to SAP Hana through Java code would be then ? Or is this something that is not supported for the Developer...
View ArticleRe: Downloads not available
The Developer Edition is for testing and evaluation purposes. It doesn't contain all HANA capabilities. Upon purchasing a valid license for SAP HANA you will have full access to the HANA Client which...
View ArticleRe: SAP HANA - TEST SYSTEM TO PRODUCTION SYSTEM
Can you elaborate the scenario. What is exactly MIGRATE Data?Are you looking to have data from one HANA system to be moved to another HANA systemHave you looked at Data backup and recovery already?
View ArticleRe: Downloads not available
Hi Thomas, is ODBO not included any more? the recent SAP_HANA_Developer_Guide_for_SAP_HANA_Studio still has a whole section devoted to it. thx, greg
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
Hi Thomas Jung, could you provide me with the program you created to generate hdbdd files from existing tables? I am running on HCP trial environment... Thanks!! Anup
View ArticleRe: Transient and Virtual Provider for HANA model
Hello, For a virtual provider you can manual add the fields i.e. info objects. Virtual provider can get data from any BW table using generic data source.For a Transient provider you can not specify...
View ArticleSAP Hana Calculation View
Hello Everyone, I have come across list based calculation view while reading about hana modeling.I read that such a view should not contain any measures and in this view behaves like attribute view....
View ArticleSTAR JOIN
Hello Everyone, I am not from BI background and modeling is a little new to me. Can somebody please let me know why was Star join introduced in SPS07? I understand star join is to join two or more...
View ArticleRe: STAR JOIN
Hi Pooja, the Star Join is not just about joining arbitrary tables together. Just as with the Analytic View it is about the semantics of dealing with an OLAP data model (star-schema, snow-flake, etc.)....
View ArticleRe: SAP Hana Calculation View
Never heard or read about "list based" calc views...Where did you find that term? Anyhow, the option to create calc views without measures goes hand in hand with the star join feature. In case you want...
View ArticleRe: SAP Hana Calculation View
Hi Lars, Just read it in some official SAP source which was applicable to SPS06. Also read about an option which allows enabling and disabling multidimensional reporting during the creation of...
View ArticleRe: Regarding SAP HANA cloud platform with Eclipse(Kepler) 64 bit
This is just a guess but are you trying this within your company's network and there is a firewall which requires authentication to access the internet? The part of the error which caught my eye is:...
View ArticleRe: Alternative to Dynamic SQL in Trigger
Hmm... this sounds like a materialized view with incremental refresh.This is quite an effort to fix a unfortunate tooling decision. In my experience manual PIVOT/UNPIVOT has always turned out to be not...
View ArticleRe: Decimal Places are not appearing in SAP HANA Studio Data Preview?
The reason for why you cannot see a decimal point might be that your language settings for HANA studio (JAVA) do not foresee a decimal point. Anyhow, this doesn't affect any of the other front end...
View ArticleRe: Decimal Places are not appearing in SAP HANA Studio Data Preview?
Hi,Go to calculated col-> double click cal column -> go to Symantec tab - give Symantec type ( Amount with Curr code )-> provide Currency type-> pls Check Enable for Decimal shift-> upon...
View ArticleRe: Error in calculated column based on restricted measure in calculation view
Anybody aware of this issue???
View ArticleRe: call multiple procedures in 1 procedure
Hello Jimmy, what parameters are defined in your "wrapper" procedure which calls your three procedures? And which type (IN or OUT) they have?Maybe you can post the definition of that procedure. Best...
View Article