Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA and In-Memory Computing
Viewing all 4343 articles
Browse latest View live

Multiple Implementations on Single HANA DB

$
0
0

Hi,

 

We are preparing a Demo to install ERP on HANA and S/4 HANA on the same HANA DB.

 

ERP on HANA implementation is now completed, and we need to plan S/4 HANA implementation on a separate node using the same HANA DB.

 

Our HANA DB is installed as 'Single_Container', is it possible to install multiple Netweaver systems on this HANA DB?

 

If not, what else are my options.

 

Thanks in advance for your responses.

 

Regards,

Naga


Cann't access to webdispatcher "403 Access denied"

$
0
0

Hi,

 

We have SAP Hana SPS9 rev 97 in MDC.

I have add the role "sap.hana.xs.wdisp.admin::WebDispatcherAdmin" to the system user of the  systemDB. ( I have also add this role to the system user of the tenant database).

When I try to access to my web dispatcher administration of SYSTEMDB or my TENANT I have a message "403 Access denied"


error_403.png

 

 

The Xs engine is up ( I can access to the LCM, IDE...).

 

 

Any idea ?

Cognos on HANA Live

$
0
0

Hi,

We are planning to implement Cognos on SAP HANA / HANA Live.

Can I have any document or link about step-by-step implementing this.

 

Thanks,

Sai.

Chasing documentation for Smart data access

$
0
0

Hey all,

 

currently trying to use HANA smart data access connecting to an Oracle Database and wanting documentation on what effect settings in the ini have

 

enable_remote_cache

enable_remote_source_capability

remote_cache_validity

semi_join_execution_strategies

semi_join_max_in_elements

semi_join_max_temp_table_cardinality

virtual_table_default_cardinality

virtual_table_format

virtual_table_threshold

 

a few like caching are obvious, others like semi_join_execution_strategies are less obvious with possible values and effects.

 

Any help would be welcome

How do I check if HANA Live for ERP is installed in my HANA box?

$
0
0

Hi Guys,

 

I want to know how to check if HANA live is installed in my HANA Box.

Can you please help?

 

Thanks,

Adlin

Repository: Encountered an error in repository runtime extension; Deploy Attribute View: no view attributes

$
0
0

Hi,

Getting below error while activating Attribute view in HANA medeler.

 

Repository:Enhanced an error in repository runtime extension;Deploy Attribute view:no view attributes

Create View DDL statement:CREATE COLUMN VIEW "_SYS_BIC_"."SYS-LOCAL.PUBLIC.<SCHEMA>/AT_REGION" TYPE JOIN WITH PARAMETERS ( ) NO STRUCTURED PREVILAGE CHECK

 

 

 

SPS11 - Assign user to selfservice.xssqlcc artifact

$
0
0

Hi folks,

 

I'm trying to perform this step as outlined on page 940 of SPS11 SAP HANA Administration Guide.

 

"Assign the new technical user to the selfService.xssqlcc artifact. "

 

I can't seem to figure out how to do this.  Nowhere within user ID am I seeing an option for this.  Can anybody help clarify this step?

 

Thanks!

-Patrick

Hana Cross_database troubleshot

$
0
0

Hi all,

 

I have some probleme with Hana Cross_Database_access in a multitenant system.

 

I already configured "cross_database_access" in "global.ini" configuration and crate "targets_for_<database_name>" parameter, create a user in both tenant with "remote identity" privilages and grant "select" access in one table in a schema.

 

But when I try to do a sql statement in target tenant, I always have an error message like this:

"Could not execute 'SELECT * FROM "HC1"."EFASHION_TUTORIAL"."ARTICLE_COLOR_LOOKUP"'

SAP DBTech JDBC: [258]: insufficient privilege: Not authorized"

 

Could anyone help me?

 

Thanks


Transports

$
0
0

Hi, I have HANA views/models in studio which I want to transport from Dev to QA. I know I can use delivery units with import/export option but I want some automated transport process. I know we have HALM & CTS to use those features but for HALM I can create transport but seems to move it to QA its manual process? let me know if I am following something incorrect and can use HALM for automated transport moves. I would also like to know difference between HALM & CTS in terms on transports for HANA Views/Models?

Problem scheduling XS job in SPS10

$
0
0

Hi folks,

 

I'm trying to schedule XS jobs in one of our new SPS10 environments.  I have much experience and success with this in SPS8 however I'm getting a very generic error when attempting to save my XS job in SPS10:  "Error: Save Job Failed.  Detailed error message not available".

 

I have changed configuration so that SCHEDULER is enabled and have restarted XSENGINE service.  The user I'm trying to save the job with has the following roles;

 

sap.hana.xs.admin.roles::JobAdministrator
sap.hana.xs.debugger::Debugger
sap.hana.xs.lm.roles::Administrator

 

No success.  I have even tried adding ALL available roles to the user as a temporary test and it still failed.

 

Any ideas?

 

Thanks,

-Patrick

Table sizes

$
0
0

Hi team,

 

I have a question regarding table sizes.

Suppose table size on disk 1 GB, can it have in memory more than 1 GB like 2 GB or 3 GB.

Do we have some temporary objects created on the table which make the memory usage more than the disk usage?

Does it happen, since we have seen it happening like that.

SAP HANA Implementation

$
0
0

Hi All,

 

 

 

I have a scenario where SAP BW is not yet implemented and we are evaluating whether we should go to traditional SAP HANA box and build our

Live views (Cubes,DSO's etc.,) or should we go for BW on HANA, we are also planning to have SLT and DS as well if we would like to source in data from different sources.

 

Can you throw light on this..if there is a need of going for  us to go  for BW or either BW on HANA system, or we can manage all the Data warehousing stuff in native HANA itself and get the reporting front exposed to BOBJ suite.

 

Any information, like blogs,white papers show casing discussions both approaches would be ideal for us to decided.

 

 

 

Regards,

KishoreJ.

BW tables unload

$
0
0

Hi Folks,

 

We have a question regarding the unload priority for BW on HANA.

Have any of you folks unloaded the DSO tables manually which have a priority set to 5.

Any recommendations regarding the same.

Case statement/If condition in new calculated column

$
0
0

Hi All,

 

I have a SQL Script calc view that selects set of fields and I need to create a new calculated column like this -

If In_Param = US

     if (isNull(Var1))

          Var2

     else

          Var1

else

     Var1

endif   

 

the SQL script calc view is as shown below and i try to add it but get the error as highlighted in the below script..

 

Queries:

Could you please help me please??

1. can i use input parameter In_Param for condition? If no, then what is the alternative to achieve this

2. can i have nested Ifs and/or case statement?

 

error:

error.JPG

 

Script

BEGIN /********* Begin Procedure Script ************/

 

BEGIN

  

V_TEMP =

SELECT * from <table>

.....

...........

..................

<Filter logic here>

..........................

 

var_out1 = APPLY_FILTER (:V_TEMP,:v_flt_id);

 

var_out =

SELECT "J_3AEAN11",

  "MATNR",

  "VBELN",

  "POSNR",

  "J_3ASIZE",

  "MAKTX",

  "ARTNR",

  "WERKS",

  "NAME1",

  "AUART",

  "LIFSK",

  "CSTFLD02",

<error here> 

CASE WHEN :In_Param = 'US' THEN CASE "VAR1" IS NULL THEN "VAR2" ELSE "VAR1" END

  ELSE "VAR2" END  AS "CM_VAR",

  sum("MENGE") AS "MENGE",

  sum("J_3ARESM") AS "J_3ARESM"

FROM :var_out1

 

 

END /********* End Procedure Script ************/



Authorization, Privilege issue - Hana trial

$
0
0

Hello Experts,

 

I'm working on Hana Modeling where I'm trying to create package/Attribute views etc.

I have added the Hana trial cloud system in Hana Studio Eclipse With Hana XS database Schema.

 

When i try to create a package, it gives error saying "User has no authorization, Privilege".

By default it log in with default Database User which has no authorizations.

Is there any way we can change the Database default user which has basic authorizations?

 

Refer the below screenshot.

 

 

 

Regards,

Abhishek Wajge


HANA Model Variable showing Full View Name in BO WebI Prompt

$
0
0

Hi,

 

We have created Variable in SAP HANA Calculation View, created BO Universe and WebI Report on top of the View.

 

Problem is that the HANA View full Name is showing in the BO Prompt generated from HANA Variable.

 

Is it possible to remove the HANA View name from the Prompt Text ?

Hana content transport directory

$
0
0

Hi,

I am trying to understand Native HANA Content Transport (not using CTS+) with a view to automating it if possible.

 

I am struggling to find where the export files (is *.tgz ) that get generated as a result of initiating transport from the target systems are held ?

 

Please can someone help ?

 

Regards

Anamika

SAP HANA SYSTEM HOST RENAME

$
0
0

Hello , I need to rename my HANA SYSTEM from hostname.old to hostname.new and I am using hdblcm tools for that however , I am not sure if I have to manually rename the system hostname before running hdblcm? if yes, i assume HANA DB will not start .

 

Can someone provide any insight with there past experience here.

 

Thanks

SDI, SELECT from ECC Virtual table that is a Pool-Table type from HANA gives Error

$
0
0

Hello, after successfully creating a Virtual table T008T in HANA from ECC, select from that table gives an error: Could not execute '..ECC_RAZ_T008T"' SAP DBTech JDBC: [403]: internal error: Remote execution error No metadata found for logical table T008T for query ... T008T is Pool-Table type from Pool ATAB, what to do? Regards, Sven

Debug the calc view

$
0
0

Hi Experts,

 

 

I am trying to debug the calc view. Found info in the help.sap.com as choose the performance icon dropdown for debug. Only users with SELECT and CREATE ANY privilege on _SYS_BIC can debug calculation views.

 

http://help.sap.com/saphelp_hanaplatform/helpdata/en/d5/1dbabf5be34b408b60bc94ec65243e/content.htm

 

I dont see the debug option in the modelling editor. how to find out whether my user has those privileges for debug and also how to debug a graphical calc view or analytic view?

 

Thanks,

Prasad

Viewing all 4343 articles
Browse latest View live


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