Re: No http/https connect to HANA Dev Edition on AWS
What revision of AWS Dev, if 6.X have you added inbound port 8000 as a rule to the AWS security group you launched your instance with?
View ArticleRe: Linked servers in sap hana
Do a google search on "Smart Data Access" - this should help.
View ArticleRe: Doing select from HANA Analytical View
FYI you can see the exact columns exposed and their exact names by querying VIEW_COLUMNS. Would look something like this: SELECT VIEW_NAME, COLUMN_NAMEFROM VIEW_COLUMNSWHERE SCHEMA_NAME = '_SYS_BIC'...
View ArticleRe: Multiple filter in CE_PROJECTION
Just like SQL - use "AND" between your filter conditions.
View ArticleRe: SAPUI5 Table with odata update with hidden columns?
I fixed it with a hack by making the columns visible, width = "0px" and flexible: false, then they are rendered on the page but not seen by the casual user.
View ArticleRe: Unable to connect to your running AWS HANA DB? Read this...
Greetings, I have no problem to connect to a new HANA Developer instance from HANA Studio. I then created an AWI (AWS image) from the running instance and terminated the current instance. Next time,...
View ArticleUser authentication in SAP HANA (using CloudShare)
I am trying to follow the SAP's material "SAP HANA Developer Guide" and in the first exercise, when the SAP HANA user-authentication should appear, nothing happens and a blank page shows up. I am...
View ArticleRe: ABAP in HANA Studio
Thanks Henrique. I am using 64bit. This time as you suggested I followed the attachment in the note 1950493. I was able to successfully install. The only difference this time is, I used the Kepler...
View ArticleRe: Where will get the SAP HANA Demo data or application?
hi Thomas Jung: I import the content from CloudShare like you say: "From the HANA Studio choose File->Import. Then SAP HANA Content->Delivery Unit. Choose your system in the next step. Then...
View ArticleHow to add Calculation Views into VB .Net Dataset
Hi I am working on a migration project from SQLServer to SAP HANA and the front end is on VB.Net Windows Application. The existing application connects to the views using a dataset, so I need to view...
View ArticleRe: Where will get the SAP HANA Demo data or application?
That sounds specific to the Cloudshare server image. I would really recommend you switch to the updated HANA developer center image.
View ArticleRe: Where will get the SAP HANA Demo data or application?
Hi there, not sure about the level of nesting of comments here, but just wanted to mention that i have used both cloudshare (about 2 years ago) and amazon and have found the latter easier to use and...
View ArticleRe: SAP Hana Studio release 70 issues
Hi Jon-Paul, i have tried your method of stopping the unnecessary services (sql snippet code,statistics, name, index, etc.). only stopping it through the daemon actually worked. the downside is the...
View ArticleRe: Is anyone else having problems connecting Excel 2013 64 bit to HANA via...
Hi Lars, any thoughts on creating a super user (one who can bring the system to the halt like 777 or admin) thus relieving us from worrying about permissions? if HANA progresses to the level of ECC...
View ArticleRe: SAP Hana Studio release 70 issues
Hi Gregory, Not putting any feet to the fire, just logging issues as I find them, with workarounds and updates posted, for the benefit of all. Nevertheless, considering the issues an active statistics...
View ArticleHost Agent in SAP HANA
Hello Experts, I am trying to connect to SAP HANA Lifecycle Manager, but I am getting the below as one of the errors: com.sap.ndb.studio.lcm.upd.ui.hostcontrol.SAPHostControlNotAccessibleException:...
View ArticleRe: Where will get the SAP HANA Demo data or application?
hi Thomas Jung: thank you for your applying.I maybe not understand your meaning.I want to know how to I can importing,thank you very much.
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Shree - I want to thank you for all your help - I finally got my While Loop working correctly.
View ArticleRe: Activating XSOData Service Getting 'Unsupported datatype' Error message
Hi Deshant, Check what type of data is there and see if you can typecast text / blob to NVARCHAR and then use.you may want to use Views on table ( for conversion) and then use it further in .XSODATA....
View Article