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

XS Engine Application activation outside Hana Studio

$
0
0

Hello Experts,

 

I am looking for an option of activating my XS Engine Application changes from command line. Is that possible ?

 

I am trying to look for approaches where we can have a sort of build (which contains all the new changes we made to our XS JS / XS Odata / XS JSLib) and then deploy/activate it on Hana XS Engine. The attempt is to formalize deploying changes to Hana XS Engine.

 

Is there a way to do this ?

 

Thanks in advance.


How to migrate two database (one is ABAP and the other is SQL Server) to HANA

$
0
0

Hi,

 

Right now we have one .Net application on SQL Server (handling project workflow process) and one ABAP application on MaxDB (handling project's cost and invoice info). But because both applications have to share the same project data and modify the project data, syncronization of the project data between two database is a headache because the project data is very dynamic and can be added or modified or deleted from both systems. It is not a easy job to do a two way synchronization. Users are not willing to work on two systems for one project as well. We have the idea of migrate two database to HANA DB so that both .Net application and ABAP application read/write to the same HANA database.

 

My question is what is the best solution to to do the migration without re-write everything from scrach? If we upgrade the ABAP system to netweaver 7.4 on HANA , adding some new tables to it, will it be easily for the .Net application to read/write the tables in HANA through stored procedure (all of the business logic of the .Net application are in SQL Server stored procedure or triggers so we just need to change these SQL stored procedures and triggers to HANA SQL syntax)? Do we still need to develop ABAP functions if need to write records in table?

 

If any expert can answer my question, that will be great.

 

Thanks,

 

Vicky

Error when test sapui sdk help on cloudshare hana instance

Rev 60: Data Backup --> Out of Memory

$
0
0

Hello,

after upgrade to SP6 (Cloudshare) I just wanted to backup the data.

 

But running the backup gives me this error:

 

 

2013-09-23T02:36:13-07:00  P31433      1414a2d1409 ERROR   BACKUP   SAVE DATA finished with error: [447] backup could not be completed, [1000002] Out of memory ; $size$=536870912; $name$=ChannelUtils::copy; $type$=pool; $inuse_count$=1; $allocated_size$=536870912

 

 

With SP5 I've never had this issue before.

Administration Console in HANA Studio tells me (after failed backup)

Used Memory 13.52 GB

Peak Used Memory: 15.94 GB

Allocation limit: 17.57 GB

 

 

I also tried restarting the server, but it doesn't change anything.

System Monitor in SuSe Linux shows me only 4.9 GB of used Memory. I can't even see any change in this value during the backup attempt.

 

 

Can somebody help me please?

Kind Regards,

Fabian

Hierarchy Error in AO

$
0
0

Hi All,

 

I have created a hierarchy in a calculation view. The calculation view is a complex view which consists of table transpose operation and then a hierarchy in the semantics node.

I am using Analysis Office to display the hierarchy.

 

However I get the following error when I select the hierarchy.

Capture.PNG

 

Is there some solution to this problem?

Please help.

 

If you need any specific details about the modeling please let me know.

 

Thanks and Regards,

Shreepad

How to deal with Short dump that restarts the index server?

$
0
0

Hi ,

I have been experiencing this problem whenever any exception occurs in my SQL SCRIPT procedure. For instance when there is a situation when I try to insert a value of 50 characters in length to a column with max size of 40 it throws a short dump and restarts the index server. I tried to insert the exception handling code as well but still the problem persists. Is there a way to solve this issue?

SAP solution on SAP Hana One AWS environment

$
0
0

Hi Experts,

 

I have launched SAP Hana One on AWS with CC2.8x Large suse linux environment. And configured Hana studio with database user SYSTEM.

 

My question is that is SAP Hana on on AWS comes with SAP solution (like ECC EHP6 or EHP7) or do we need to install SAP solution seperately?

 

I can login to OS  level thru putty with HDBADM user and i can see /usr/sap/HDB/instance.

 

Please let me know if SAP Hana one on AWS comes with sap solution then let me know how to launch it with SAP gui

If sap solution not comes with Hana one let me know how to implement sap solution on HAna one AWS.

 

Thanks,

Krish

implement dbscan in sap hana sp7

$
0
0

Hello Everybody,

 

I want to implement dbscan in sap hana sp7.

Please provide the steps or any link to the documentation.


Fulltext Index on "Standard-table" in a "not-owned" system?

$
0
0

Hi,

 

in our system we have a (classical ABAP-)view on a table with a column on which we want to search for some entries. This column does have upper and lower case letters and also some German Umlauts, but some Umlauts are also stored “normalized” (ue, ae, …). The table is a standard table (such as ADRP) and does not exist in our schema/namespace.

 

The system is not only used by us, but by different departments – so we don’t own it.

 

Example-data for the column in the table:

Ausprägung

Auspraegung

Ausprägungsverzeichnis

 

I want to search for „Auspraegung*“ and expect to find all entries listed above. I found out that I can use the following statement:

SELECT *

FROM"SCHEMA"."VIEW"

WHERE CONTAINS(COLUMN, 'Auspraegung*', FUZZY(1.0, 'spellCheckFactor=1.0, textSearch=compare'))

 

Unfortunately I can use this statement only if I create an index on the relevant column, otherwise I get an error:

CREATE FULLTEXT INDEX INDEXNAME  ON"SCHEMA"."TABLE"(COLUMN) ASYNC FUZZY SEARCH INDEX OFF SEARCH ONLY OFF FAST PREPROCESS ON

 

Unfortunately we don’t have authorization to create it via the HANA Studio, so I did do it via ABAP.

 

My Questions:

What’s the right proceeding here?

Should I create the index?

Or should I create a HANA-View and would that solve my problem? Can a CDS-View make that feature work without creating a fulltext index?

Should I create a fulltext index on a standard-table?

 

Can anyone answer these questions?

 

Regards,

Stefan

Information View Query by ODATA

$
0
0

Hello Guys

 

An Analytic view is exposed using xsodata. Is it possible to query the view from ODATA ?

 

Thanks,

NULL value in index of array OBJECT_LOCKS_ACQUIRED_TIME

$
0
0

Hello Everyone

My HANA system started to prompt out the next Alert message categorized as an "Error"

 

Check Type:

  Alert Internal statistics server problem


Alert:

  NULL value in index of array OBJECT_LOCKS_ACQUIRED_TIME.

2014-05-12_131608.png

Time Stamp:

  12-may-2014 12:40:06


User Action:

  Resolve the problem. For more information, see the trace files. You may need to activate tracing first.



did anyone had this before,


Kind Regards,


Gabriela

How to call HANA store procedure with table variables in xsjs?

$
0
0

Hi,

 

I am developing a web application using HANA XS.I have create stored procedure to insert and update data into DB and send back to front end.

 

My requirement is, i have to insert/update multiple records at a time into HANA DB.

Hence,my stored procedure is having  1 input parameter of table variable and another output parameter of table variable.

 

How to call thise type of procedures in HANA XSJS?

 

Please help me.

 

Thanks.

How to Transport Hana Studio developments Calculation, Atribute and Analytc View ?

$
0
0

Hi Gurus,

 

 

How toTransportdevelopments DEV ->QAS->PRD in Hana Studio for Analytc, Atribute and Calculation View ?



thaks !

Error while : Unit of Measure Conversion in Analytical View / Cal view- SAP HANA

$
0
0

Hi Experts,

 

I am trying to do Unit of measure (UoM) conversion in Analytic view which has the Material Master Tables , I tried the same in Calculation View as well. I am working on HANA sp07.

Below given is the screen shot of the calculated column using which I am trying to achieve UoM conversion.

Its giving error:System tables for unit conversion are missing in the schema

 

 

I have loaded T006 , T006A and T006D tables as per the HANA developers guide.

For Client I am passing field : MANDT , as it has the client number : 400  -- > I am unable to manually enter 400 in the box instead of MANDT field , where as my colleagues are able to manually enter the value with my credentials as well on their system , Any idea why this feature is disabled for me ?


I went through the discussions : http://scn.sap.com/thread/3401915 and http://scn.sap.com/thread/3404857 for currency conversion to make sure I haven't left any stone unturned , but still facing same issue.

I tried setting session client to 400 in Security >> user >> Session client but I don't have authorization.

Could any one kindly help me resolve this issue.

1.png

Error while installing SAP B1 Analytics

$
0
0

Hi All,

 

I'm trying to install SAP B1A but keep getting the error message "Database User COMMON has already existed in SAP HANA instance" (see attachment).

 

Does anyone know how to solve this?

 

Thanks in advance.

 

Alejandro Fonseca.


Questions about HASH Partitions

$
0
0

Hi All

 

One of our Modelers has a problem with a report that's taking a couple of minutes to run. This report is using a table that we have partioned by HASH into 10 partitions already (using OPBEL as the criteria).

 

So we'd like to try Multi Level partitioning. We'd either like to use HASH-HASH or HASH - RANGE partitioning to split up the data better.

 

My Questions are:

 

1 - To do this am I going to have to drop the table first, then configure the Partition Criteria and then Provision the table into HANA again?

 

2 - If not, what might the SQL Syntax I would use to alter the table and add the new multi Level partitioning be?

 

3 - Would that be the same sysntax I would need to add into the SLT transaction IUUC_REPL_CONTENT to ensure the new partitioning continues?

 

Thanks in advance

 

Ken

Odata - Error Handling

$
0
0

Is there a way to implement error handling for Odata ?

 

Scenario - Analytic view exposed by odata, the parameters are passed to odata from a website by a customer, if the customer has not given the required parameters, the odata has to send back a error message.

 

 

Thanks.

Pass Input Parameter as an array to Query View (OData Service)

$
0
0

Hi,

 

I created a query view and exposed it as an OData service. I would like to pass an array as input parameters to query view, and the size of array is only decided at runtime. Is this kind of input parameter currently supported? If the answer is yes, then how to define such input parameter in the query view and what would be the syntax on passing such array from OData URL?

 

Thanks and best regards,

Wanling

How to register in SCC from SAP Appbuilder?

$
0
0

Hello All,

I am new to SAP appbuilder. I am developing an app using appbuilder for registering a user in SCC. I am not able to load the SAP logon screen while running the app. Can anyone please help me in how to load the SAP logon screen from the app and hence register in SCC?

Cloudshare Hana Repository Out of Memory Exception

$
0
0

Hi All..

 

I have been using 30-day free trail cloudshare hana instance for the last 4 days..

 

Till now I uploaded data into schema only..

 

When I create a Information View.and try to activate..I am getting the following memory:

 

exception 129:nrepository/base/activation/activator.cpp:885

Viewing all 6412 articles
Browse latest View live


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