is null
Hi Gurus, I have some table pairs with nearly same structure like the tables below: A_TABLE: A_IDsomething not important12B B_TABLE: B_IDsomething not important12 I would like to filter out what is in...
View ArticleInput Parameters in Scripted Calculation Views
Hi All! Why are input parameters restricted in scripted calculation views? I mean the following: 1) Mandatory: They must be mandatory.2) Single Values: No multiple values are possible.3) Default values...
View ArticleFailure in first tutorial from developer guide, a little help for a novice?
In SAP HANA Developers Guide, following the first tutorial,installed eclipse Luna, installed HANA Studio, added HANA system, added Repository Workspace,now... FAIL wheni try to Add an Application...
View Articleerror when opening catalog folder
I'm getting an error when I try to open the Catalog folder with my Monsoon (AWS) system. I'm able to open the catalog on other instances, i.e. my team's development instance, but this one gives error:...
View Articlereset_by on hdbsequence artifact
I use sequences to generate keys for my tables. I am trying to use the reset_by clause in my hdbsequence file. It is my understanding that if you use the reset_by clause, it will reset the sequence...
View ArticleContent object error
Hello All, I recently upgraded frontend to Eclipse Luna 1. After the upgrade I can not see Content objects(views, database procedures) in the SYSTEMS view. (in modeler and administrator perspective)...
View Articletwo run time objects generated for analytic view
Hi HANA experts, I have built an analytic view AN_EMPLOYEE.However after activation i can see 2 runtime objects apart from many others correspondig to columns of analytic view in column views in...
View ArticleIssue while inserting Data into Hana table using xsjs(through URL Parameter)
Hi Guys, I have this code for inserting data into the Hana tables through URL. var id = $.request.getParameter("id");if (id === null) { $.response.setContentType("text/plain");...
View ArticleHANA Service "sapstatsrv" can not start
Hi experts, I rent a HANA server (developer edition) on AWS. When the system start, I find the service "sapstatsrv" can not start.I edit my hosts file in my windows system. The following line is...
View Article404 Not found issue - XS project and UI5 Projects
Hi Experts, We have moved XS project and UI5 projects from Dev environment to Test environment using Life cycle management.Transport is successful and we could able to see transported content in Test...
View Articlexsjs SQL performance issue
Hi guys, I have a issue with xsjs SQL performance. I have a simple sql query, SELECT count(*) FROM "demo"."demo::view" WHERE "StateID"=5It finishs execution in 400 ms in HANA SQL console. When I put...
View ArticleHow to setup a table with Time constraint
Hi, how to create a table with time constraint in SAP HANA so with validity period for the set of keys? I have not managed to link together the begin and end date to form a validity interval which...
View ArticleSession timeout in HANA XS Engine and SAP Webdisaptecher
Hi Team, Could someone guide on how to setup session time out in HANA.I know it could be change like: ALTER SYSTEM ALTER CONFIGURATION ('xsengine.ini', 'System') SET('httpserver', 'sessiontimeout')...
View Articleinvalid datatype: "LOCATION" SPATIAL type in GROUP BY clause
Hi Experts, I have created a below table in sap HANA with ST_POINT datatype & inseted recrds in it as below. create COLUMN table MAP_LOCATION(SALES_ID NVARCHAR(5) primary key,SALES_REP...
View ArticleSE11 Technical settings
Hello Experts, We upgraded our ECC system to EHP7 For 6.0 and MSSQL DB to 2012. After upgrade I see a new tab 'DB-Specific Properties'in the technical settings in SE11.Its set to Column Store for most...
View ArticleMobilink Synchronization between SQLA and HANA. Fractional TIME value doesnot...
Hi, When I am syncing data from SQLA database to HANA, I have one column with data type as TIME. I see that HANA is not preserving the fractional part for obvious reason. In that case, for SQLA column...
View Articlexsjs Library "sap.hana.xsopen.*"
Hi Guys, I recently saw an exercise for HANA on TechEd 2014, in which they used "sap.hana.xsopen.dbutils.xsds". I looked for it in my SAP HANA Developer Edition(SP8) System but it doesn't seem to...
View ArticleHANA - First steps with authorisations on hdbschema
Hello Experts,I'm completly new in SAP Hana development and I'd like to have a first look. So is startet with some tutorials. Currently I try out to reproduce the opensap tutorial for SAP Hana...
View ArticleHANA XS Outbound Http Issue
Hello all, We are unable to call http destination from XS . Below is the hana log:XsIpConnection IPConnection.cpp(00072) : IPconnection can not initialize libsapcrypto. rc = -40 In XSJS...
View ArticleLeft Outer join
Hi, I have a small requirement which I want to achieve. I have 2 tables table1 and table2. Table1.: A_ID Desc1 1 ABC1 DEF2 GHI2 JKL3...
View Article