Re: Reg : HANA XS server issue
Hi Mayank , Did you find the solution to the above problem??Because even I am facing the same issue. The write happens from the SQL console but the same does not happen from XSJS. Thanks &...
View ArticleHow to fetch ST_POINTS from table?
Hi, Have created a column in a table, using datatype st_point. And inserted the latitude and longitude values accordingly: create column table Geo (LL_POINT ST_POINT(4326));insert into Geo values ( new...
View ArticleRe: Open XS Application with username and password as parameters
Oh great Archana . Please share the solution which helped you . By the way, you are calling xsjs from your UI5 application. Where are you deploying the UI5 application ? If it is in same hana system,...
View ArticleRe: Odata Service for calculation view
Try, "_SYS_BIC"."sap.hba.ecc/SalesDocumentHeader" as "SalesDocumentHeader" keys("SalesDocument"); or "sap.hba.ecc::SalesDocumentHeader" Sree Message was edited by: Sreehari V Pillai
View ArticleRe: SPACE IN EXCEL IS INTEREPRETED AS '?' IN SAP HANA
Hello Wenjun, I have encountered another problem. I have done the settings that u had suggested. It was working appropriately till this point . But now , Inspite of the setting I am coming across the...
View ArticleRe: Swap space for HANA?
Hi Edward, Which VM did you use for HANA? According to my understanding, Hyper-V doesn't have a hypervisor swapping ability. So it is actually impossible to make VM memory size larger than physical...
View ArticleHANA Modeling: Default client setting in calculation view
Hi, I am a HANA Live calculation reuse view (semantic setting: Data Category= <blank>, Default Client = 'Cross Client', Execute In = 'SQL Engine'), in another calculation view which has semantic...
View ArticleLink to download HANA Client?
Hi, Can anyone give the link to download HANA Client for HANA Studio version 2.0.2 Best Regards,Himanshu
View ArticleBest Approach: Merging Data From BW Infoprovider and HANA view
Hi, In our report we need to merge data from two sources, viz. SAP BW infoprovider & HANA view( View is created on HANA database of ECC server, This ECC on HANA system is used as unified OLAP/OLTP...
View ArticleRe: Link to download HANA Client?
Hi Himanshu, You can download the latest client from SAP Service Marketplace.Go to Service Marketplace -> Software Downloads -> Installation and Upgrades -> Browse Our Download Catalog ->...
View ArticleHANA internal engines
Hello All, I am novice in SAP HANA. I have got a question. I have learnt that Attribute view runs on JOIN Engine, Analytical view runs on OLAP Engine.Calculation View runs on CALC Engine. Consider a...
View ArticleRe: HANA internal engines
Hi, Both Join and Calc Engines will be used in this case. To check this:Create an Attribute View and call it in Calculation View.Then write SQL query for calling calculation view in SQL console, then...
View ArticleContainer Tracking System based on the Geo Map
Hi, I have posted an IDEA on SAP Idea Incubator, about Tracking the Container through the Geo Mapping. https://ideas.sap.com/ct/c.bix?c=572CDF18-FE78-44D9-9DE4-DA6B17CD5D0C The basic Concept of this...
View ArticleRe: Error while inserting record from XSJS
If you are on SPS09, then I might suggest using $.hdb library instead of $.db anyway. The new database library doesn't use type specific setters/getters and would have avoided this problem completely...
View ArticleRe: Cal View is not able to retrieve the data
Can you change the default client option to "Cross Client" and have a try ?
View ArticleRe: Calculation view errors
Hi, This is a flat file and activated with warnings but when am trying do calview on VBAK , it is not showing anydata.
View ArticleRe: adding suffix symbol in calculation view.
Thank you for the clarification of the string usage. Thanks,Thara
View ArticleRe: HANA rev74 create 1GB indexserver log file every 3 minutes.
There was high logging level of B1if (integration service).Disabling some B1if logging solved this issue.
View Articlenew $.hdb interface in sp9
Hello, while working with new $.hdb interface i am getting following error message, any idea what is the issue. $.hdb.Connection.executeQuery: SQL error. NR: 402, ERROR: the user was already dropped...
View ArticleRe: CE_COLUMN_TABLE schema determination based on landscape
If schema name is not present it would work on the current schema of the connection. Executing "set schema" , ahead of executing the script/proc execution might help you?
View Article