Re: "Error when connecting to system" or "Invalid Username or Password" with...
Hi Arsalan, Please note that this forum discussion is to help out general Developer's issue with HANA system, but not for troubleshooting individual's specific issue with HANA setup on AWS or other...
View ArticleReturn Messages to SAP UI5 using XSODATA Services
Hi Experts,We have created a user registration screen and are using ODATA services to post the entry in HANA. In case, the email entered by user already exists in the database we would like to send...
View ArticleRe: Return Messages to SAP UI5 using XSODATA Services
Hello Madhusudan, is your coding you showed complete? In the log it is described that "evt.message is not a function" which means that it was tried to use evt.mesage as function (evt.message()),...
View ArticleRe: ngdbc.jar redistribution
I have the same question. How can third parties that want to distribute software that connects to SAP HANA via JDBC obtain the driver? Most database vendors make it easy to redistribute the driver and...
View ArticleRe: Return Messages to SAP UI5 using XSODATA Services
Hi Florian, Not able to access the evt.response.body itself. Any idea what was the reason?
View ArticleRe: Return Messages to SAP UI5 using XSODATA Services
The problem is, that your response is in XML. You can either parse XML using an XML parser (e.g. https://api.jquery.com/jQuery.parseXML/) or change your OData service payload to JSON (which is the most...
View ArticleRe: Return Messages to SAP UI5 using XSODATA Services
Hi Florian, I set the JSON parameter has to be set to true var odataModel = new sap.ui.model.odata.ODataModel(persListOdataServiceUrl,{json: true});but no luck Regards,Venu
View ArticleRe: AMDP Authorization error while calling database procedure
Hi Amita, Request your help in knowing SAP Operational Process Intelligence training details from SAP. Could you please in knowing the contacts from SAP in this regard. Thanks,Sankar
View ArticleParallel execution of user defined functions and procedures
Hi experts, I'm trying to get a grip on HANAs parallelisation features. For that I'm using a procedure and a wrapper function to call that procedure in a SQL statement like this select...
View ArticleRe: Return Messages to SAP UI5 using XSODATA Services
Body comes back as a string. You need to perform a JSON parse on it first. For example this is directly from SHINE: var errorRes = JSON.parse(oError.response.body);...
View Articleimporting Multiprovider to HANA
Hello all, Is importing the BW Multiprovider to HANA the best approach. What are the limitations? I have tried searching for this topic in forums but couldn't find any. Please advise.
View ArticleXSOData - set cache controls
Hi Community We are defining the cache-control settings "no-cache, no-store" in the .xsaccess file of our XSOData service.However, when checking the http header in the browser, the cache-control is...
View ArticleAuthorization Error with Local Temporary Column Table
Hi all, I have a strange effect with a local temporary column table which is created within a procedure: The following three code lines are inserted in the procedure code, the procedure is an...
View ArticleRe: How to run calculation view or procedure one by one.
Hi Ranjith, Why 20 calculation views are required?What is the difference factor between Calculation view1 and Calculation View2...Please elaborate your requirement..
View ArticleRe: Authorization Error with Local Temporary Column Table
yes; the project is logged on as non-System user. Regards,Ingo
View Articlehdbprocedure error on activation - identifier must be declared
Hi, I'm currently trying to learn how to use hdbprocedures and have a problem activation a procedure.I'm using a free HANA trial account.The error says: "Could not create catalog object: identifier...
View ArticleRe: BODS for SAP HANA
Hi Srinivasa- Its pretty straight forward to connect to HANA system from BODS. However if you can share your requirement, will guide you on how to proceed further...
View ArticleError while creating APD for Open ODS views
Dear Experts, I am trying to use a Open ODS view(which is Based on HANA Live view) in a APD(Analysis Process Designer). While trying to achieve my logic i'm getting the below error....
View ArticleRe: hdbprocedure error on activation - identifier must be declared
Hi, Phillipp. You can start with CREATE PROCEDURE statement in SQL Console. It will give you a row number where your code is incorrect during the execution of the statement.To simplify your...
View ArticleRe: HANA partition threshold value
Discussion successfully moved from SAP HANA Cloud Platform Developer Center to SAP HANA Developer Center
View Article