Re: SAP HANA integration with Cognos TM1
Isn't TM1 in(PC)memory? the main HANA's benefit is that aggregations happen on the database server and only the results are returned to a BI (for me it's Excel) client. why would you like to copy...
View ArticleRe: SAP HANA integration with Cognos TM1
Hi Gregory,Thanks for the response,Current scenario at the client is, SAP BW data was loading into Cognos but they have replaced SAP BW with stand alone hana( not BW on Hana). In Hana a calucation...
View ArticleRe: SAP HANA integration with Cognos TM1
you can open a message with SAP to see if there's an official support, but I would be surprised if there was one as these are competing products. sounds like you may need to extend (rewrite, 'push...
View ArticleRe: SAP HANA integration with Cognos TM1
I will check with SAP support. Its easy to push the cognos logic into HANA but client does not want Hana has planning box. They want use Cognos for planning finance data. I don't have control on...
View ArticleRe: Retrieve autogenerated key after insert
Not sure If I understood you correctly. Do you want the row number of the next row to be inserted ? Does the table has any sequence column or Identity column like mentioned by Lars in Quick note on...
View ArticleRe: insufficient privilege creating hdbprocedure
Please don't assume that I did not try to search first. I have already tried granting my schema access to _SYS_REPO and it did not work. I have also tried adding sap.hana.xs.ide.roles::* to my user.
View ArticleRe: insufficient privilege creating hdbprocedure
The issue seems to be the insert statement inside the procedure. If I remove it, the procedure activates. PROCEDURE "MYSCHEMA"."mypackage.procedures::jobsTest" ( ) LANGUAGE SQLSCRIPT SQL SECURITY...
View ArticleRe: insufficient privilege creating hdbprocedure
So my question is, why is it not allowing me to do an insert into a table in my own schema? The insert statement executes properly in the sql console.
View ArticleRe: SAP HANA BW LIVE VIEWS
Hi Fernando: Thanks for your reply. Your suggestion to create only calculation views OR it is all based on the requirements. Looks like there is no standard methodology followed in SAP HANA Live. As...
View ArticleSAP SLT trigger based concept
Dear All,I want to under stand the trigger based concept in SAP SLT. I understood that triggerbased approach is table based approach.. but wanted to understand more in detail.. with example.. please...
View ArticleRe: How to send email from sap hana xs server using javascript
Hi Varathan, I tried this in HANA SPS08 (XSJS via consuming HTTPS REST mail provider):How to send mail from a productive HANA XS application It works perfect for sending emails ! But you have to setup...
View ArticleRe: How to send the automatic emails in sapui5?
Hi Nagarjun, I tried this in HANA SPS08:How to send mail from a productive HANA XS application It works perfect for sending emails ! But you have to setup HTTPS first:Outbound httpS with HANA XS (part...
View ArticleRe: insufficient privilege creating hdbprocedure
Sorry mate - please re-read your initial post.From that we don't know what exactly you're doing.We don't get to know what privileges you assigned to which user.And you didn't tell us, what you have...
View ArticleI am new to SAP. Is SAP HANA training is good to start?
Hi All, I have more than 10 years of software development experience in lotus notes and also worked with Server Side JavaScript, XML, SQL etc., Now time for me to move to other technology and planning...
View ArticleError while uploading data from .csv file a existing table with VARBINARY...
Hello Experts, I have created a table ZSNWD_AD with below column details. I have data in .csv file as mentioned below. Now If I try to upload date from .csv file into my existing table it gives me...
View Article"We are sorry, we cannot provide you with the solution due to the results of...
I am trying to install "SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition]" instance and i get the following error: "We are sorry, we...
View ArticleRe: insufficient privilege creating hdbprocedure
The solution is to grant INSERT privilege to _SYS_REPO: GRANT INSERT ON SCHEMA <schema> TO _SYS_REPO WITH GRANT OPTION
View ArticleHow can I take username from session and show it at the headerItem on HANA SHELL
Hi all, I have solved this problem before with the below code: Code:var username = '';jQuery.ajax({ url: "/sap/hana/xs/ide/editor/server/dbinfo.xsjs", type: 'GET',...
View ArticleRe: Error while uploading data from .csv file a existing table with VARBINARY...
Can you paste a screenshot of the CSV file for just row 79? I'm wondering if there is a special character in the CSV file that is causing two columns to concatenate or something like this. ie: which...
View ArticleRe: How can I take username from session and show it at the headerItem on...
Hi Kemal, SELECT SESSION_USER "session user" FROM DUMMY; The above statement would give the session_user from HANA side. May be you can consume the output? Regards,Krishna Tangudu
View Article