Re: How to read the hierarchy data from the same table using loop in AMDP method
Hi Lakshmana,I transfer your question to the HANA Developer Center. You're working in an AMDP but I think your question is rather a SQLScript question, so I think the SQLScript experts might help us...
View ArticleRe: Unmatched vs of DB Command Center Delivery Unit
That DU is for an SPS 09 or higher system. Doing a little searching online it would seem that the SAP DB Control Center 4 DU was first delivered with SPS 09. For reference, see this What's New in SPS...
View ArticleRe: Not able to send BLOB data from XSJS in form of JSON.
Nope. It's actually inbuilt with xsjs. I guess the classes are updated now. Instead of $.util.convert, try using $.util.codec.encodeBase64.
View ArticleRe: HANA connection failures - Help
Can you connect to the UNIX Operating system of this HANA system using the SAPSID and execute the below query to understand if the required services are running for HANAsapcontrol -nr XX -function...
View ArticleRe: Unmatched vs of DB Command Center Delivery Unit
Thanks Thomas. We were told there was a command center for SP08, was there something similar for 08 or is this a totally new concept for 09?
View ArticleRe: HANA connection failures - Help
Thanks for responding. I connect to the Linux Hana server and ran the following commands below. It's showing RED and I can't connect from Hana Studio or hdbsql on the command line. Where do I go from...
View ArticleRe: HANA Alert
Hi Samrat, which version of SAP HANA are you using currently?This is generic alert from the Statistics server when the data collection does not finish in timeDo you have a Standalone statistics server?...
View ArticleRe: HANA connection failures - Help
So HANA system was in stopped state and does not come up any moreWe will need to analyse the logs to understand what is causing the issueCan you do a quick check on the /hana/shared file system to...
View ArticleSQL Console Statistics
Hi All, Is there a way to read the SQL Statement execution stats .. I was reading the M_SQL_PLAN_CACHE but when i execute the same statement multiple times it adding to the same record with increasing...
View ArticleRe: HANA connection failures - Help
sid-hdb:/ # df -hFilesystem Size Used Avail Use% Mounted onrootfs 10G 2.0G 7.6G 21% /udev 16G 108K 16G 1% /devtmpfs 40G 648K 40G 1% /dev/shm/dev/hda1...
View ArticleRe: Read ABAP CDS view data in HANA CDS view
Hi luk,you can directly consume ABAP CDS views in HANA CDS through synonym. Create a synonym for the ABAP CDS view in your schema where you are creating your HANA CDS view. Try calling the synonym in...
View ArticleRe: Consume HANA models via OData
Hi Evan,You have to create a secondary database connection through DBA cockpit.You can use the HANA analytic priviliges via this connection for your HANA user.For more information on creation of...
View Articlehow to add input parameters in HANA trail
Dear friends, I have one calculation view, and I want to create an input parameters to filter the data,but After I active the view, I open data preview, it have the error message: my code:...
View ArticleRe: UI5 Runtime update on HANA XS
Hi Thomas, Is it possible to install multiple versions of the SAPUI5 library on the same HANA server, like we can do on the ABAP server? If yes then can you please indicate how that can be achieved...
View ArticleHow to limit XSODATA query results on server side?
Hello HANA Developer Community, I've extended the data model of my project: Raspberry Pi on SAP HANA Cloud Platform - without Java - Part 1: XSODATA Backend to include a column userId in the sensors...
View ArticleRe: how to add input parameters in HANA trail
Hello Zongjie, your question is how you can supply the "SEASON" parameter of your view? If that is your question you can do it in following way. ... FROM...
View ArticleSAP HANA information composer
Hello,I noticed in SAP slide mentioned SPA HANA information composer.I couldnt find a lot of information regarding it (no even one introduction video...)From what i understand it is a modeling tool for...
View ArticleXSOData service on Analytical View
Hi Hana Gurus Could someone help here. Acutally , i would like to expose my Analytical view as OData service. Within my XS Project , i have created blank xsapp file along with xsaccess with below...
View ArticleRe: XSOData service on Analytical View
Hello Kumar, in the xsaccess file you have to set an authentication mechanism instead of "null". For example (to allow Basic and Form based authentication): "authentication" : [ {"method" :...
View ArticleRe: How to limit XSODATA query results on server side?
Hi Gregor, I don't think you can limit the data with XSODATA itself. As you said, please use AP to do this. Best regards,Wenjun
View Article