Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Browsing all 9165 articles
Browse latest View live

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 Article


Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article


SAP 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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


I 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 Article

Image may be NSFW.
Clik here to view.

Error 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 Article

Re: 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 Article


How 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 Article

Re: 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 Article

Re: 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
Browsing all 9165 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>