Re: Hide uri in json results from odata call
Amy,Its the part of OData protocol, you can not hide it. Basically these OData are consumed from clinet(like UI5) , and client libraries make use of these URLs for navigations I believe .BTW, why you...
View ArticleRe: XS-Engine: out of memory
Hi Thomas, You can migrate your Statistics Server into the main Index Server process. Please refer to SAP Note 1917938. To understand the OOM issue I would recommend you to go through the following...
View ArticleHANA SMART DATA ACCESS
Hi, I am installing SAP HANA SMART DATA ACCESS on SQL SERVER 2012. Whenever i have execute the command <isql --help> it is showing below error. isql : Error while loading shared...
View ArticleHow to Rap a Stored Procedure in Calculation View
Please suggest/guide with step by step how to rap a stored procedure in calculation view, which latter I can use to call from odata service. I have one input parameter PRDIDTable:...
View ArticleRe: SAP HANA Live Views for ERP
Hi RamaKrishna. We do see the Détails (query/reuse View) in the Live Browser, for standard hana live views. The fact is that, as we are enriching HANA Live with our own virtual data model, I would like...
View ArticleHelp on IDT on HANA : secured connexion doesn't show all the views
Hello HANA and BusinessObjects experts. We want to build a Universe on a HANA View.We are following the steps indicated in the IDT user Guide :Build a Relational Connection on HANA (JDBC driver) in my...
View ArticleAfter restarting my the server with HDB stop and HDB start I can't run any...
I've logged onto the system and top shows me that hdbpreprocessor is running at 100% CPU. The system is a 1.00.60 developer edition system and I'd like to upgrade to the latest version which means...
View ArticleIssue with Calc View
Hi All, I'm creating a simple calculation view with 2 atrribute view with att view contains only 1 table For Ex : Att View 1 has 1200250 and Att View has 1463179 I inner join join both the Views 1 and...
View ArticleXSJS Docs offline
Looks like the JSDoc for the XSJS api is offline; I'm getting a 'This web page is unavailable' error. Thank you all in advance for your help. Bill
View ArticleHelp With Inner Join
Hi, Can some one explain me this issue SELECT COUNT(*) FROM "ECCDATA"."CUST1" O/P = 800SELECT COUNT(*) FROM "ECCDATA"."CUST1" WHERE MANDT = '800' O/P = 800SELECT COUNT(*) FROM "ECCDATA"."CUST2" O/P...
View ArticleRe: script based calculation view - question
You can use a ? in place when you call the procedure instead.Sree
View ArticleRe: script based calculation view - question
Ravi,a quick question.Can't we create procedures using wizard which is NOT read only ? Sree
View ArticleRe: script based calculation view - question
, I don't create procedures using wizard. Good ol' scripting works just fine for me. May be, you can copy the code generated by the procedure created using the wizard, modify it and create the...
View ArticleRe: script based calculation view - question
hello ravi thanks for your answer, i got the desired output, when i use the call statement in SQL editor. CALL "_SYS_BIC"."zraj_pack/ZPROC_SIMPLE" ('M1',?);Thanks for this. But i want to get the same...
View ArticleRe: Size Limit of Result Set Exceeded in SAP Business Objects Advanced...
I have been attempting to get the registry settings to work without success. I couldn't find any of the keys listed in any of the locations mentioned in this thread or in the notes. I added the folder...
View ArticleRe: script based calculation view - question
Please refer to the threads below. Use the similar syntax and see if it works for you. call of procedures in HanaCalling Procedure in SQL Script Find an example in the document Procedure Script which...
View ArticleNew server name?
Hi, On the youtube video HANA Academy - HTML5 Pt 5 -- Testing Connectivity - YouTube - it looks like the server name has changed from i659290361.sapvcm.com to something else (since the video was made...
View ArticleRe: script based calculation view - question
Can you try this: CALL "_SYS_BIC"."zraj_pack/ZPROC_SIMPLE"('M1',var_out);Regards,Krishna Tangudu
View ArticleRe: Insufficient privileges - User xxxxxx do not have INSERT and CREATE ANY...
Hi Sanjog, Can you try executing the below procedures : CALL "_SYS_REPO"."GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT"('INSERT',' "<Schema_Name>" ','<USERNAME>')CALL...
View ArticleRe: not able to install HANA client and Studio developer edition on...
Hi Pragya, Did you check : 1) Administrator Access while installing Microsoft C++ Runtime, 2) enough space on your disk, 3) try uninstalling the MS C++ old version 4) Empty Windows Temp folders Also...
View Article