Re: Sending Automatic Emails from sap hana
Hi Meenakshi, I am "error coulnd't establish connection" error when i am trying to send the mail. Could please help me to resolve issue? Here I have attached the snapshots var mail = new $.net.Mail({...
View ArticleUnable to send email from sap hana using XSDS
Hi Team, I am getting this "error coulnd't establish connection" error when i am trying to send the mail. Could please help me to resolve issue? Here I have attached the snapshots Code 1:var mail =...
View ArticleRe: Unable to open Dashboard for "Memory and Resource Utilization"
I facing exactly the same issue and have checked all what Vijay has done.I have the system user privilege having admin access working on SP7 . All the tabs are working except the Open dashboard one...
View ArticleRe: where to download sap hana client
Hi Ann, You can download the HANA client from Service market place.. Support Packages and Patches -> A-Z --> H-->SAP HANA PLATFORM EDITION" --> SAP HANA PLATFORM EDIT. 1.0" --> Entry by...
View ArticleRe: failure in connecting hana studio with hana server
Hi Ann, Are you using AWS ?.. If yes check if your instance is on. Verify your hostname & instance no. as well.. -Avinash
View ArticleRe: getMetaData is not a function problem
Hi Alin, Looks like your query is not prepared correctly and while executing it fails to store data in resultset (rs).. i.e the cstmt.execute() statement is failing.. I tried an example and it worked...
View ArticleRe: SQL Analytic Privilege
Lars Breddemann,Monissha AgilThomas Jung Do we have any solution for this. We are also having same issue where we just changed analytic privilege to 'SQL Analytic Privilege' and the data preview...
View ArticleDatabase Triggers VS Procedures performance for specific column updates in HANA.
hi all, wanted to know that which method between triggers and procedures will be more suitable for below requirement so please share your views: Requirement: To capture the specific column update or...
View ArticleProcedure in Calculation View
Hi I have a procedure which will delete the rows from table and insert data from another table. I want to use this procedure in calculation view, i have tried but am getting an error message saying...
View ArticleRe: Using Gmail To Send Email in HANA XSJS
I tried with gmail and office365 but was not able to send mail
View ArticleRe: Procedure in Calculation View
Hello Hariharan, as the error message says, it is not possible to use a write procedure within a calculation view, because a calculation view is intended to read data. So within a calculation view you...
View ArticleRe: Workaround to call procedure within trigger.
Hi, why don't go for trigger itself instead of calling procedure from the trigger.it will work and suitable for your requirement.let me know if u need sample code or any other help. cheers,Akash.
View ArticleCE functions!!!!
Hello Everyone...... I am pretty much comfortable with Views in SAP HANA. But the thing that interferes me is whats the point of using CE functions for Calculation view when we have graphical. That...
View ArticleRe: Workaround to call procedure within trigger.
Hi, Have you defined primary keys in your respective tables? BrSumeet
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
Hi , I think its already discussed, You can achieve with the help of triggers. I will try to replicate in my own system with large no of records. Can you please tell me how your base table looks like?...
View ArticleRe: CE functions!!!!
Hi Sandeep, this is a more indirect answer to your questions: you should not use CE functions anymore as discussed in the blog post Calculation Engine (CE) Functions - Rest in Peace | SCN. If you are...
View ArticleRe: couldn't connect to hanatrial.ondemand.com
I am having the same issue. I have Eclipse Mars. I have downloaded the Java Web. Which version of SAP HANA Cloud Connector do I need -- Window or Windows (Developer). For SAP JVM, there are three...
View ArticleRe: couldn't connect to hanatrial.ondemand.com
Hello Sandy, what is your goal? To connect only via Eclipse to HCP or do you wanna also use the console client and/or develop Java Applications? In the first case, just the cloud tools from the...
View ArticleRe: HANA XS and UI5 integration issue
Hello Sajith, what code is contained in your index.html file within your XS project. Does it contain also some UI elements? What do you wanna reach with that index.html? Did you check the browsers...
View ArticleRe: Using Gmail To Send Email in HANA XSJS
Hello Pinaki, port 25 for smtp.gmail.com is not supported anymore. You have to use 465 for SSL or 587 for TLS. For both cases you have to change also Transport Security Setting from "None" to...
View Article