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

Re: SAP HANA integration with Cognos TM1

$
0
0

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 detail into TM1 (not sure if it's doable) and not create a bunch of HANA calculation views and expose them through ODBO into the spreadsheet pivot table?

 

i don't think TM1 folks care that much about HANA, but then again spreadsheet users don't necessarily care about TM1.

 

just an architectural thought or two...


Re: SAP HANA integration with Cognos TM1

$
0
0

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 , similar to the logic of SAP BW cube is created and loaded with data.So the output of caluclation view in Hana should be loaded to Cognos TM1. They have cubes in cognos which has scripts and transformations to do further analysis.

As all the all the logic in TM1 is in place  and users are comfortable in using Cognos, we don't have an option of chaning the whole scenario. Only option is load data from HANA to Cognos .

 

Thanks,

Ravi.

Re: SAP HANA integration with Cognos TM1

$
0
0

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 down') your Cognos cubes into HANA calc views which should be easy as you have already done so before sending the logic into Cognos.

 

good luck,

 

gm

Re: SAP HANA integration with Cognos TM1

$
0
0

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 that.

 

Only Option with given  constraints and the timeframe, have to load data from HANA TO cognos.

 

Thanks,

Ravi.

Re: Retrieve autogenerated key after insert

$
0
0

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 IDENTITY column in SAP HANA

 

If yes then can we should be able get the intended result by NEXTVAL.

 

Regards,

Krishna Tangudu

Re: insufficient privilege creating hdbprocedure

$
0
0

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.

Re: insufficient privilege creating hdbprocedure

$
0
0

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 INVOKER
DEFAULT SCHEMA MYSCHEMA
AS
BEGIN
 
insert into MYSCHEMA.JOBSDEMO1 values ('test');

 
END;

Re: insufficient privilege creating hdbprocedure

$
0
0

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.


Re: SAP HANA BW LIVE VIEWS

$
0
0


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 per HANA modeling guide Attribute view --> Analytical view --> Calculation view.

 

We are trying to find the best practice of creating these HANA models.

 

 

Regards,

Vara

SAP SLT trigger based concept

$
0
0

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 any one explain.

 

Thanks,

Nujhat

Re: How to send email from sap hana xs server using javascript

Re: How to send the automatic emails in sapui5?

Re: insufficient privilege creating hdbprocedure

$
0
0

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 tried to solve the issue or what you learned during your search.

 

Basically it looks exactly like one of the many "I let others do my search work"-posts.

 

Just as any other reasonable developer forum, in SCN we expect users to not just cry for help but to show us what they have already done and where they got stuck.

 

Anyhow - most likely _SYS_REPO lacks INSERT privilege WITH ADMIN OPTION on the table.

 

Cheers,

Lars

 

BTW: there are many SAP internal communities that are not as public as SCN...

I am new to SAP. Is SAP HANA training is good to start?

$
0
0

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 to start learning SAP HANA (developer) online training from OpenSAP.

 

Could any one able to advice me whether I need to learn any thing before I start SAP HANA course? (Such as SAP BI)

 

Thank you in advance..

Regards

Nanda K

Error while uploading data from .csv file a existing table with VARBINARY column.

$
0
0

Hello Experts,

 

I have created a table ZSNWD_AD with below column details.

Untitled.png

 

I have data in .csv file as mentioned below.

Untitled1.png

 

Now If I try to upload date from .csv file into my existing table it gives me error as below. Seems like VARBINARY data is converted .

Untitled2.png

 

But if I try to enter values using SQL statement it works fine. Data are inserted properly and I am not getting any error.

 

insert into "SAPUSER01"."ZSNWD_AD" values('1','0050568C1DE31EE2B8F6E03EC703DBD2','Munich','85399','Zeppelinstrasse','2','DE','2','20000101','99991231');

 

 

Untitled3.png

 

 

Can some one please guide me how to avoid data conversion while uploading data from .csv file ? Or what is the solution of the above error .

 

 

Thanks & Regards,

Sambaran


"We are sorry, we cannot provide you with the solution due to the results of an export control check."

$
0
0

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 cannot provide you with the solution due to the results of an export control check."

 

I have already received this error when i tried to install "Instance of SAP ERP Foundation Extension powered by SAP HANA - Fully Activated Appliance Landscape Trial" and one of the SAP members resolved the issue for me. Hope this one is the same thing.

 

Appreciate your help!

Re: insufficient privilege creating hdbprocedure

$
0
0

The solution is to grant INSERT privilege to _SYS_REPO:

 

 

GRANT INSERT ON SCHEMA <schema> TO _SYS_REPO WITH GRANT OPTION

How can I take username from session and show it at the headerItem on HANA SHELL

$
0
0

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',

          dataType: "json",

          async:false,

 

          success: function(data, s, xhr) {

          if (xhr.getResponseHeader("x-sap-login-page")) {

                  return;

              }

              if (data) {

              username = data.user;

              }

          },

      });

 

 

But after that I created a new user which haven't got editor privilage so that this code become useless.

 

Can anybody help me about taking username from session and showing it  on shell?


NOTE: I'm using sap.ui.ux3.Shell.

Re: Error while uploading data from .csv file a existing table with VARBINARY column.

$
0
0

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 row shows NODE_KEY with value of 303035****

Re: How can I take username from session and show it at the headerItem on HANA SHELL

$
0
0

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

Viewing all 9165 articles
Browse latest View live


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