Re: Expose analytical view to odata service
Dear Ben, For an analytic view or calculation view you need to specify "aggregates always" and the type of aggregation to be done in the odata service. Please see below example service...
View ArticleRe: issues in SAP HANA's .xsjs file at server level
I will add my problem in this discussion, because the title seems appropriate. I’m trying to create an xsjs file. I did it, but when I try to access it I get an empty response with ok status (200). No...
View ArticleConnection to SAP HANA offline crashes the system - SAP Visual Intelligence
Hi, I am trying to connect to analytic view on SAP HANA. I am selecting SAP HANA offline in SAP Visual Intelligence so that I can manipulate the data but it gives me following error. I have tried...
View ArticleRe: Debugging SQL Script in SAP HANA studio
SQL Editor 8 - I have no idea what that is. If you want to debug you must use the HANA Studio. Your version of HANA studio you listed above is new enough. However debugging only works with...
View ArticleRe: Error 403 - Forbidden / This link seems to be broken
You are getting a 403 Forbidden or link seems to be broken? These would be two different errors. The 403 forbidden would seem to indicate something wrong with the authentication/.xsaccess. Can you...
View ArticleRe: OData for Calc. view - Parameter problems
Hello Manu, I am not sure why you are specifying /Results and I am assuming InputParams the name of your entity specified in the odata service? I tried to perform what you are doing, and the below...
View ArticleIn HANA Modeler, getting Nullexception while expanding content folder in my...
Hi,I just installed HANA Studio and HANA client latest build and when I tried to open the Content folder under my development system, I am getting an error 'Removing' has encountered a problem. An...
View ArticleRe: In HANA Modeler, getting Nullexception while expanding content folder in...
What version of the Studio did you install? From the looks of the screenshot this is an SAP internal version.
View ArticleRe: Hana JDBC PreparedStatements are SLOW
To add to what Lars mentioned (re-run with prepareStatement outside of loop), consider using batched execution for UPDATEs and DELETEs. PreparedStatement ps = conn.prepareStatement(q);for (int i =...
View ArticleRe: In HANA Modeler, getting Nullexception while expanding content folder in...
Hi Thomas,You are correct. This is an internal version. HANA Client & Studio: 1.00.53.376072The install is from the AMD64 folder. I tried the Intel folder earlier. but that was only 32bit version....
View ArticleRe: In HANA Modeler, getting Nullexception while expanding content folder in...
As you are an SAP employee using SAP internal builds of the software, I suggest you post these problems as an internal support ticket rather than on the on the public SCN forums. Also 32-bit...
View ArticleRe: Expose analytical view to odata service
Hello Sharan, thanks a lot for your your answer.Indeed my definition lacked the "aggreages always" statement, so I added it, but unfortunately I still get the same error. FYI the definition looks like...
View ArticleRe: Expose analytical view to odata service
Hello Ben, Thanks for your input. I believe you have more than 1 measure specified in your analytic view. I added 2 measures to my analytic view and only specified aggregation for only 1 of the...
View ArticleRe: I am getting Host Agent error on hana installation.
Did you already installed the agent?, you can do it with the next command: sudo rpm -ivh <DVD Location>/DATA_UNITS/SAP_HOST_AGENT_LINUX_X64/saphostagent.rpm or sudo zypper in <DVD...
View ArticleRe: Registration app for HANA Developer Editions not working
Hello, i got the message Error while sending the request trying to get free trail for SAP HANA. Olga
View ArticleRe: Error 403 - Forbidden / This link seems to be broken
Hi Thomas, Thanks for the reply. I tried all the solutions you have mentioned but still no result. I am attaching the snapshot of the error with the developer tool. I am using the following code:- Code...
View ArticleRe: Error 403 - Forbidden / This link seems to be broken
Its really acting like your username/password is not correct. The fact that if you make the authentication anonymous that it works would reinforce this diagnoses. Make sure that the user name and...
View ArticleRe: Registration app for HANA Developer Editions not working
Hi Olga, We are investigating the issue. Thanks for making us aware of the problem. --juergen
View ArticleRe: Debugging SQL Script in SAP HANA studio
Hello Thomas, I am still struggling with this Debug functionality. So progress I have made so far: 1. As per your suggestion I could locate the Project Explorer view and could create .procedure files....
View ArticleRe: Is it possible to do POST (insert) on HANA using oData service from XS?
Not yet. Currently Odata in XS is read-only. Support for insert, update, and delete is planned for SPS06. CHeers,Rich Heilman
View Article