Re: Unable to execute the SQL Procedure from SQL Console
Babu, try adding this into your role. sql object <YOUR_PROC_PATH> : EXECUTE; hope it works
View ArticleHow can we calculate median by partitioning the table based on few fields in...
We have a requirement to calculate median based on material. So if we following table Material Time A 3 A 4 A 5 B 6 B 7 B...
View ArticleRe: Unable to execute the SQL Procedure from SQL Console
Thank you Sergio. That helped. I could execute the SQL Script via the console now. CheersBabu Kilari
View ArticleMapProvider in Sap Hana
Hi there, is it possible to use another map provider instead of Nokia Here Maps in Sap Hana to Visualize Geo Spatial Data? Regards,Tim
View ArticleRe: SAP Hana SQL migration tool (for queries)
Hi, It is not recommended to use the converter at run time directly from your application. The tool is connecting to the database for checking tables and fields names and can delay your application. It...
View ArticleRe: SAP Hana SQL migration tool (for queries)
Hi, Thanks a lot for your answer. Is there any possibility to access the source code of this converter ? Best regards.Abdel.
View ArticleRe: MapProvider in Sap Hana
Hello Tim, in which area you are using the map data? In case of a UI5 app you are free to use what you wanna use. Regards,Florian
View ArticleRe: SAP HANA SPS 12: ETL Access to HDI Container: Not authorized
You can include schema-level privileges in the hdbrole which you deploy to the HDI container, e.g. EXECUTE on the container schema. I'm wondering why the database user needs EXECUTE on the container...
View ArticleDB module build fails on XSA Web IDE
Hi All, We have a new XSA SP 12 installation on a standalone server. When we try to build the db module on a sample project on our XSA Web IDE workspace, we get the following error: 1:02:12 PM...
View ArticleRe: DB module build fails on XSA Web IDE
its due to the kernals not updated on your SUSE Linux ..can you post your SUSE version also check your suse has repositories server to retrieve the packages. Contact me if you have quesetions. BRRushi.
View ArticleRe: DB module build fails on XSA Web IDE
also you can sit this parameter npm config set proxy http://proxy:8080npm config set https-proxy http://proxy:8080 and try.let me know.
View ArticleRe: DB module build fails on XSA Web IDE
configure the HTTP and HTTPS proxy for Node.js:npm config set proxy http://proxy:8080npm config set https-proxy http://proxy:8080
View Articleis it possible to unload individual columns?
dear alli am aware that HANA can unload and load tables in their entirety.i also understand that HANA can load columns individually.but what i don't see anywhere, is the ability or said functionality...
View ArticleNumber of Rows difference between CRM query and HANA view
Hi, One of the user running WebI report created on Universe which is on HANA CV and during one of the testing process , we found out that number of rows between CRM query(SQL Query) (Which is source)...
View ArticleRe: [PlanViz] general error: Not supported yet; Please update your server...
Hello Raj, The only way to fix this is to use a HANA Studio Version that is compatible to SP9 So at the moment you are using a HANA Studio version that is meant for SP10. Use the HANA Studio that is...
View ArticleRe: is it possible to unload individual columns?
Hello Glen, note 2127458 explains the stuff around loading/unloading in detail. In chapter 10 it is described that loading can be done column wise, but unloading can be done "only" per table in case of...
View ArticleHow to do reverse of a left outer join in a calculation view
Hi,I am trying to do what is essentially a reverse of a left outer join in a graphical calculation view. but I am not able to figure out how. my scenario - I have a table say VBAP. Through some inner...
View ArticleRe: How to do reverse of a left outer join in a calculation view
in sql words, wouldnt this be a not in clause? so use the main view/table.. .then not in (select from subset ) ?? or attempt a right join.. and select the conditions which are null... ?? maybe...
View ArticleRe: How to do reverse of a left outer join in a calculation view
yeah, you are right. thats how I would do it in sql too. but I am not able to do in a graphical calculation view. so looking for ideas. I am multiple instances of this scenario so would do like to...
View ArticleRe: How to do reverse of a left outer join in a calculation view
In the join node with the left outer join type, add the primary key(s) from the right hand table to the output. Then add a projection node above the join, and add filters to the columns from the right...
View Article