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

Analytics Authorization Assistant-Metadata Installation Error

$
0
0

Hi folks.

 

During an installation of AAA-Metadata, an error occurred as follows:

 

"Missing requirement: ... requires 'bundle com.sap.ndb.studio.bi.dimension 0.0.0' but it could not be found..."


I'm using Eclipse Kepler(SR2), HANA Studio(1.00.81.0), ADT(2.28.4), HDB(1.00.73.00), HBA_AAA(100.003.0).


Please post comments to solve this problem.


Thanks.


Delete the "Generated Time data" HANA Live HANA SPS07

$
0
0

Hi Team

 

as part of completing HANA system setup for HANA Live it is required to  "generate the time data" which i did for all the Granularities i.e., YEAR,Month,week,Day,Hour and Seconds.

 

and i realized the it will take up too much space on DB, now i wanted to UNDO / delete / get rid of the data which i generated for Hours and Seconds Granularities,

 

Generate Time Data.png

 

is this something possible or what are the options i have.

 

thanks

Kishore Ch

how to disable tab navigation for collapse icon of a panel in sapui5?

$
0
0

please suggest how to disable tab navigation for collapse of a panel

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

regards

ajaay

Feasibility Study

$
0
0

Hi All !

 

We need to conduct a feasibility study to convert the Java Code into SAP HANA. Can you tell me which is key inputs / ques / areas in which I have to look into? Thanks.

 

With Regards

Rekha

Calculation View without Output (SP7+)?

$
0
0

Hi,

 

when I review my course content I see that in the Calculation View I have an Output Node on which I finally specify what will be displayed. But somehow this node is missing

 

When I try simply to add the output fields from the Aggregation Node than I cannot validate it cause I have multiple definitions of the same column. Could somebody give me a help either

 

  • how to get to the proper results (i.e. some fields as output from the JOIN) or
  • is there video training available with the newer versions (i.e. the same style as I have the HANA-Studio)

 

thx

 

roland

Import SHINE delivery unit FAILS as well as the Generation of Data

$
0
0

Hi all,

 

I'm doing the Open SAP "Introduction to Software Development on SAP HANA" course. Therefore I'm trying to import the SHINE delivery unit to the HANA server of my business.

 

I've watched the tutorial video "SAP HANA Academy - SHINE: Getting Started":

SAP HANA Academy - SHINE: Getting Started - YouTube

 

Further I've worked through the tutorial "SAP HANA Interactive Education (SHINE) SPS 08", especially chapters 3, 4 and 5:

http://help.sap.com/hana/SAP_HANA_Interactive_Education_SHINE_en.pdf

 

 

But always when I'm trying to import the "HCODEMOCONTENT.tgz" file, I'm getting the error "Completed with errors". The error is described in both tutorials, but in my case the error doesn't go. No matter how often I try to import.

 

I also tried to delete and reimport the model, as described in chapter 3.3 in the document. This doesn't help either.

 

 

If I'm going on, despite the error, Generate Time Data seems to be working fine. But if I try to "Generate Data" with the web epm admin console, I get the simple errors "Sales Order Generation Failed" and "Purchase Order Generation Failed".

 

There is no data in the tables!

 

Kind Regards

Markus

Include a Calculation View hierarchy on the AOLAP Prompts window?

$
0
0

I'm developing an OLAP for Analysis (AOLAP) report whose data source is a HANA calculation view. The calculation view includes a few variables; e.g., FISCAL_YEAR, DEPARTMENT, etc. The view also includes a Parent-Child Hierarchy; e.g., REGION - COUNTRY.

 

When the AOLAP report runs, the Prompts window appears prompting the user to enter values for each of the variables--which, of course, filters the result set.

 

Is it possible to have the Parent-Child hierarchy appear on the Prompts window, too? I haven't been able to figure out how to accomplish this.

Template file - EPM.hdbdd

$
0
0

Hi Experts,

 

I am not able to find the demo file EPM.HDBDD in the demo content.

 

Can you please guide and provide the sample code of all Various Tables in 1 file.

 

Thanks


how to navigate through tab press in a required way?

$
0
0

my view has 3 text fields,i want to navigate from oText1 to oText3 and then to oText2 when i press tab key on keyboard. how should i do??

 

please reply

 

 

<html>

<head>

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>

    <title>Matrix Layout</title>

 

    <script id="sap-ui-bootstrap"

        src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"

        data-sap-ui-theme="sap_bluecrystal"

        data-sap-ui-libs="sap.ui.commons"></script>

 

 

 

    </script>

  <script>

 

 

 

 

var matrix2 = new sap.ui.commons.layout.MatrixLayout({

  id : "matrix2",

  layoutFixed : true,

  columns : 3,

  width : "100%",

  widths : [ "50%", "30%","20%" ]

  });

var oText1=new sap.ui.commons.TextField({

id:"oText1",

width:"100px"

});

var oText2=new sap.ui.commons.TextField({

id:"oText2",

width:"100px"

});

var oText3=new sap.ui.commons.TextField({

id:"oText3",

width:"100px"

});

 

 

matrix2.createRow(oText1,oText2,oText3);

matrix2.placeAt("uiArea");

 

 

 

 

 

 

 

</script>

 

 

</head>

<body class="sapUiBody">

 

 

    <!-- This is where you place the UI5 button -->

    <div id="uiArea"></div>

</body>

</html>

 

regards

ajaay

HANA SQL for BPC cubes

$
0
0

I have been looking for getting start help/ideas on how to push BPC BADI logic down to HANA SQL. Not really sure where is the right place my question. Which forum should I focus on?  Not much help in BPC forum on this subject.

 

~Dilkins

Loading CSV file to a relational table containing char data type

$
0
0

Hi Friends,

 

This one is a very peculiar one. While trying to load a csv file into a relational table using the Import utility I am getting the below error(a part of it)

 

Cannot convert Java type java.io.InputStream to SQL type CHAR.: SAP DBTech JDBC: Cannot convert Java type java.io.InputStream to SQL type CHAR.

 

When I alter the column names in the table to type varchar or nvarchar the load is completed successfully.Why is the import utility not able to load into a table containing char columns?

Does anyone have any info regarding this?

 

Thanks,

With Regards,

Chetan

 

 


Error while import schema in HANA DB

$
0
0

Hi...

 

I am trying to perform an export-import of a HANA DB user instance at schema level including all objects (in my case tables and synonyms) and data.

 

 

Export and Import works very well except importing a schema which contains a synonym referred to other existing schema .

 

Here is a test case

- Schema A with a Table and Schema B to contain a synonym for schema A's table.

- Exported both schemas to CSV which is done successfully and everything looked ok in export location.

- Imported Schema A and then Schema B with the following command.

 

 

Command:

IMPORT "<bkup_schema>"."*" FROM '<bkp_location>' WITH RENAME SCHEMA <bkup_schema> TO <brand_new_schema>;

 

The schema A (with table) imported fine.  Schema B (with synonym) gives the below error :

 

"SAP DBTech JDBC: [2048]: column store error: table import failed:  [2003] An index already exists with the same name "


 

When trying to use "REPLACE" clause in the command the error changes as below:

SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)

 

 

Has anybody faced this type of error before??

How to get the JSON output format from an procedure call using XSJS

$
0
0

Hello All,

 

can some one help me in guiding how to set the response of a procedure call in json format.

 

I am struck after the below statement how to parse and execute the result:

 

query = "call \"_SYS_BIC\".\"development.stats/SP_TEST\"('" + year + "',?)";

 

 

Thanks

Statistic server full of error lines

$
0
0

Hello

 

we chaged the netowrk location of our Hana sandbox server and after these changes the following information is being written in log files with 1 min interval

 

exception  1: no.9002001  (StatisticsServerAsSQLClient/connection/OKAssurer.hpp:55)

    SQLDBC error -10709: Connection failed (RTE:[89006] System call 'connect' failed, rc=113:No route to host). SQLState: .

exception throw location:

1: 0x00007f5943e9ae21 in StatisticsService::StatisticsServerException::StatisticsServerException(char const*, int, ltt::error_code const&)+0x10 at Exceptions.cpp:65 (libstatisticsserver.so)

2: 0x00007f5943e9fbe2 in StatisticsService::SQLDBCException::SQLDBCException(char const*, int, SQLDBC::SQLDBC_ErrorHndl const&)+0x30 at Exceptions.cpp:103 (libstatisticsserver.so)

3: 0x00007f5943e4e48e in StatisticsService::OKAssurer<SQLDBC::SQLDBC_Connection>::~OKAssurer()+0xca at OKAssurer.hpp:55 (libstatisticsserver.so)

4: 0x00007f5943e549d9 in StatisticsService::GuardedConnection::connect()+0xf5 at GuardedConnection.cpp:107 (libstatisticsserver.so)

5: 0x00007f5943e54aa2 in StatisticsService::GuardedConnectionConnector::GuardedConnectionConnector(StatisticsService::GuardedConnection&)+0x20 at GuardedConnection.cpp:158 (libstatisticsserver.so)

6: 0x00007f5943ea860b in StatisticsService::CollectorThread::run(void*&)+0x887 at CollectorThread.cpp:248 (libstatisticsserver.so)

7: 0x00007f592ebc8bb5 in Execution::Thread::staticMainImp(void**)+0x681 at Thread.cpp:457 (libhdbbasis.so)

8: 0x00007f592ebc8d5d in Execution::Thread::staticMain(void*)+0x39 at Thread.cpp:525 (libhdbbasis.so)

 

I can ingrore it and simply truncate log file as this is our sandbos, but maybe smb has an idea what needs to be done on Hana server. After the trace was enabled for Statistics server i got nothing actually, the same errors without reasonable explanation. There are no errors to/from hana connectivity.

We do not have have Sapcotrol up and running and red alert mark is on Overview tab available. Could that be the cause of this?

_SYS_BIC Privileges Configuration

$
0
0

Hi Guys,

 

I am trying to READ data from _SYS_BIC schema. But unfortunately, I have this kind of message when I check my authorizations ...

 

screenshot2.jpg

 

How could I configure my authorizations to READ data ?

 

Thank you in advance.

 

Best regards.


Process for exporting as CSV file HANA to salesforce

$
0
0

We need to load data from ECC to salesforce as .CSV format through below mention system.

 

we have ECC - BW( 7.4) - HANA-  BI4.1 system

.

How we achieve throgh

1. BW -> open hub -> .csv

2. HANA View -> export ->,csv

3. any other way ?

 

Our ultimate goal is export file as CSV format to Salesforece and we want to use HANA .

 

Please suggest.

 

Advance thanks.

Accessing Variables through odata

$
0
0

Hi,

 

I have created a variable in a calc view. Then I exposed this calc view through xsodata. Is there any way to provide the values for variable in odata call? I am able to provide values for input parameters through odata call.

 

And also what does "Is Mandatory" signify in case of variable definition? Whether the variable is mandatory or not it behaves the same( I did a data preview on calc view in both cases). I am using HANA SP05.

 

With Regards

Nitish

Modification of HANA views externally

$
0
0

Dear All,

 

We are working for a Proof of Concept, where in we have a requirement to modify the structure of information views through a Java program. Of course, this is just meant to modify and update only the "Calculated Field" in the information views.

 

I understand that HANA information views are modeled around XML files with the XML tags relevant to the views.

I would like to know whether there would be any possibility to update these XML files through an external Java program.

 

Also please put some light on where these files are stored in the HANA server.

 

 

Best Regards,

Ram

Uncaught TypeError: Cannot read property 'Button' of undefined

$
0
0

Hello,

I'm trying to build "Hello world" app using the following tutorial:

SAP HANA Cloud Platform

When I try to run this app on the local server, I get this error:

sapui5.PNG

I did everything strictly as the tutorial says.

Can someone help me out with this issue?


Thanks,

Yuri.

Will HDBDD support TEXT and Spatial data types in the future?

$
0
0

Hi expert,

 

I want to use CDS to build a SAP HANA native app. But there is TEXT and Spatial data types in my scenario. I've read the SAP HANA developer guide. It seems HDBDD does not support TEXT and Spatial data types now. I am wondering if it is possible in the future.

 

Best regards,

Wenjun

Viewing all 6412 articles
Browse latest View live


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