BINTOHEX causing error "attribute type is invalid"
Hi Colleagues, Just noticed one interesting thing. Calling bintohex in sql query ends up with error "attribute type is invalid". CREATE COLUMN TABLE A_COLUMN(PK INTEGER PRIMARY KEY,F9 BLOB DEFAULT...
View ArticleSAP HANA Studio and Client for Mac OS?
Hello ExpertsI am trying to figure out my way through SAP HANA. Already installed HANA instance in AWS. Next step is to download SAP HANA Studi and SAP HANA Client. Versions available are Win and...
View ArticleBINTOHEX causing error "attribute type is invalid
Hi Colleagues, Just noticed one interestingCREATE COLUMN TABLE A_COLUMN(PK INTEGER PRIMARY KEY,F9 BLOB DEFAULT NULL); SELECT BINTOHEX("F9") FROM A_COLUMN; CREATE ROW TABLE A_ROW(PK INTEGER PRIMARY...
View ArticleError while executing the the SQL on top of Analytical view
Hi all, below is the generic pattern of the query I am using on my Analytic view, Select a. col1, a.col2, a. sum(col3) from _SYS_BIC.SIMPLE_AN_VW awhere a. col3_date_field > a. col4_date_field...
View ArticleComplex Joins (like)
So in the old days of SQL server, I could do this : Select * from Table_A inner join Table_B on left(Table_A.Field,2) = Table_B.field I cannot see a way to do this in HANA...
View ArticleCareer Path in SAP HANA!!!!!
Hello HANAites, Nowadays, the talk of SAP HANA is huge among the developers. Can you pls let me know the prerequisite knowledge's, experiences and technical skill-sets required to migrate to HANA. I...
View ArticleSlow case statement evaluation comparing values from two tables
Hi folks, We have an SQL type calculation view that is performing badly. Upon analyzing the visual plan we have found the root of the problem due to a case statement that is simply evaluating two...
View ArticleDifference between analytic privilege and package privilege
Hello Team Please suggest me on the difference between Analytic privilege and package privilege . Since both the privileges works on package only . So what is the exact difference...
View ArticleBusiness viability of Hierarchies in attribute views and calculation views in...
Hello All Can some one please help me in explaining the business viability of the Hierarchies which we create in attribute views and calculation views .
View ArticleSAP HANA ODBC Error
Hello, i get the following ODBC Error by C# 64Bit Connect. System.Data.Odbc.OdbcException (0x80131937): ERROR [HY000] [SAP AG][LIBODBCHDB DLL][HDBODBC] Genera ERROR [HY000] [SAP AG][LIBODBCHDB...
View ArticleWhich is the Objective-style?
I'm trying to make some queries using spatial functions.When I execut them on the SQL Console, I don't have any problem, but when I write them in a Stored Procedure, or a Script Calculation View, I'm...
View ArticleAWS Hana Instance Not Working
Hi All.. One week ago I created new hana instance. Its work fine and I did some exercises through Hana Studio and through using Hana Web IDE. After 4 Days the AWS instance show error that license is...
View ArticleFacing Problem While install New S/W updates in SAP HANA Studio - Please...
Hi All, Recently i installed SAP HANA Studio on my laptop , after connecting to the SAP HANA Server over AWS i tried to install new software from HELP --> Install NEW Softwares selected the...
View ArticleError trying to download Hana 30 days Trial
Hi, I was trying to download the Hana 30 Days Trial and I get this error. Can someone please help me with this?
View Articledifference between hana cloud platform vs hana cloudshare trial
I would like to to develop some applications on hana with odata and ui5 , but was very confused between Hana cloud trial and hana cloudshare trial. please suggest few details Platform Developers | SAP...
View ArticleCreating one analytic view in another analytic view
Hello Team Can some one please suggest me that whether can we create one anal ytic view inside another analytic view . Also can some please suggest me whether we can create a...
View ArticleAfter stopping replication what happens to the table for which we have...
Hello Team Once we stop a replication for a table then does the table still exists in HANA DB . Next time when we have requirement for replicating this table what precautions we...
View ArticleCall graphical calc view with parameters
Hello, We want to call a graphical calculation view that requires parameters via CE functions.Is this possible? How can we do that? Thanks,Oshrit.
View Articlecant find procedure code in river development guide
Hi, Expert In below guide, mentioned that need to run 4 procedure to enable river enviroment, http://help.sap.com/download/River/SAP_River_Developer_Guide_en.pdf call...
View ArticleForeign key reference to the same table
Hello, Hana world In sp05/sp06 if i remember correctly then child / parent type hierarchies are not supported on table and therefore we having the following error when we try to create referential...
View Article