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

SAP HANA Studio not detecting Server Components Version

$
0
0

Hi Guys

 

When running Platform LifeCycle Managment --> Check for HANA Components Updates, it does not detect latest versions or patches for current installed components

 

As example SAP HANA Database is 1.00.102.00.1442292917 but latest version in Marketplace is 1.00.102.01.1444061755 which is required when migrating a BW System to HDB.

 

Is it normal or some configuration is missing?

 

 

2015-10-27_16h59_52.png


AUDIT_LOG got purged

$
0
0

Hi All,

We have enabled auditing for user SYSTEM, and this past month, we got over 30000+ entries in the view AUDIT_LOG. When I checked back this week, the view is now empty.

 

Is there any job in the HANA database that cleans up old audit logs?

 

Please let me know your thoughts.

 

Regards,

ANG

Options for centralized Reports Launchpad

$
0
0

Hi,

 

I wanted to get some inputs on the current options and pros and cons on reporting centralized Launchpad.

Here is our situation :

We use S4, Hana studio, AO, Lumira, Fiori, ABAP Reports, ABAP Queries. Information structures.

We don't use Portal. We would like an interface that is easy to maintain (change

Here is what we would like:

 

REPORTS LAUNCHPAD

 

1-Material Management

 

1-1 Material Masters

          1-1-1 ABAP Query 1

          1-1-2 ABAP Report 1

          1-1-3 Lumira Document

          1-1-4 Analysis for Office Document 1

 

1-2 Purchase orders

 

     .....

 

Any idea?

 

Thanks

Patrick

100% Synch with HANA MEMORY Utilized Tables Info

$
0
0

Hi..Experts.

 

I logged into BW on HANA System. in DB02 - When i see overview. The Memory used shows 618 GB out of 974 allocated Size.

 

I downloaded the HANA SQL Scripts from SAP Note : 0001969700 - SQL statement collection for SAP HANA

& ran SQL script - "HANA_Tables_LargestTables"  [changed 600 Number of records to be returned by the query]

 

Observations

----------------------------

01. I asked for 600 Records - but it returns only 250 Records

02. The Total Size of only 439GB - where DB02 shows 618GB Memory Utilized < The last Row size in MEM_GB is almost "ZERO">

 

 

Help Required from Experts

----------------------------------------

1) As already the lowest 250th table size is almost ZERO & The 250 Tables Memory Utilization is 439GB - But DB02 shows 618 GB.....Where & How 618-439 = 179 GB is missing.

 

2) it is 1 TB applicance and 974 GB allocated , at hostlevel if we see freespace it shows only 1GB out of 1TB.  The misssing 179GB is uptake memory-but loaded with Tables

 

 

How i can get 618 Utilized Memory Objects info.

 

Please Help

 

Rgds

system replication worker node unknown status

$
0
0

Hi,


 

There are 3 worker nodes inlucding the master node at each side for production system on Scale Out Architecture.

 

HANA database is running perfectly fine on both sides before replication configuration.

After configure the system replication in async mode between both sides, the system replication getting error status "Unknown" on one node out of

3 nodes in SAP HANA Studio Replication Landscape. Two node are showing status active.

All the nodes are reachable from each node and settings are unique across all the nodes.



Thanks and Regards

Rajesh

Where information of table types (input/output) stored in sap HANA repository?

$
0
0

Where information of table types (input/output) stored in sap HANA repository?

HANA from SP5 to SP10

$
0
0

Hi Gurus,

 

My client is planning to upgrade their SAP HANA database from SP5 to SP10(latest version).

 

What is the procedure for that? Can we do the upgrade directly from SP5 to SP10?

Combining FUZZY and LIKE

$
0
0

Suppose I have a column with names, one of them is Peter.

 

When doing:

 

SELECT * FROM "NEO_123456789ABCDE"."MYTABLE1" WHERE contains(name,'%pete%')

or

 

SELECT * FROM "NEO_123456789ABCDE"."MYTABLE1" WHERE contains(name,'%pete%', FUZZY(0.7))

or

 

SELECT * FROM "NEO_123456789ABCDE"."MYTABLE1" WHERE contains(name,'peteX', FUZZY(0.7))

I get the desired result Peter.

 

But

 

SELECT * FROM "NEO_123456789ABCDE"."MYTABLE1" WHERE contains(name,'%peteX%', FUZZY(0.7))

doesn't work. I just get an empty string.

 

So combining the wildcards % and the fuzzy search doesn't seem to work in my example.

 

I'm executing this query from my XS application with AJAX so that it is executed "as-you-type".

So if you enter "p" or "pe" or "pet" it should return"Peter". But also if you misspell it as "petr" for example.

 

Does anybody have a suggestion?


Try to register DP agent to HANA Server - connection problem

$
0
0

Hello community :-)!

 

I am quite new to all the SDI topic and I try to register my freshly installed SAP HANA Data Provisioning Agent with the HANA Server for the first time.

 

I was following the guide available here:

 

http://help.sap.com/download/multimedia/hana_options_eim/SAP_HANA_EIM_Administration_Guide_en.pdf

 

So I have the sufficient user rights. I can connect to the HANA, see all the Adapters, but when I click on Register Agent, give a name (in this example agent_dev01) and type in the hostname I  just get as an Error Message the following:Capture.PNG

 

Is this maybe a problem with the 5050 port (as I used the default one?), that it might be blocked or is there any other possibility what could be wrong here?!

 

I would be grateful for every little help!

 

Thanks in advance!
Max

SAP HANA One Portal Please Wait

$
0
0

I created a HANA One instance in AWS about a month ago.  I had everything set up and working properly and then shut it down for a few weeks since we weren't going to be actively using it.  Now that we are starting wtih the project, I restarted my HANA One instance and it seems to be running incredibly slow.  I wasn't able to SSH or pull up the HANA One Portal for almost 30 minutes after the instance was listed as Started in the AWS Web Console.

 

Now, I am finally able to SSH and pull up the HANA One Portal, however as soon as I login with my password, I get to the next page where it just says Please Wait... forever.  I try clicking into different links and I just keep getting the Please Wait message.

 

Wondering if anyone has experienced anything like this before.  I'm not sure where to begin troubleshooting.  If I look at the top command on my ssh session CPU seems to be fine, nothing that looks like it would cause the slowness.

 

Any help would be appreciated.

Bind Variables to Literals on HANA

$
0
0

Hi All,

 

Is there a way to check the literals behind the bind variables on HANA ( eg SELECT TOP 1 * FROM "USR02" WHERE "MANDT" = ? AND "BNAME" = ?)

 

Thank you

Jonu Joy

Calculated Column in Calculation View

$
0
0

Hi All,

 

I have a very simple requirement in which I need a calculated column based on the two column value in the table .

 

 

so in simple SQL logic it will be something like this:

 

if("column1= 1" AND "column2" = 2)

then calculated column is sum (column 3 , column4)

 

Regards

Deep

Content-Encoding configuration in HANA

$
0
0

Hi All,

 

I have my application on HANA system. I make a request from browser and the response is in simple text or javascript file without any compression.

What configuration do I have to make so that the response from HANA is compressed (Gzip or Deflate).

 

I am using SPS8 system.

 

Thanks in Advance.

Who is affected by deprecation of Rev 70.0 and Rev 80.0?

$
0
0

Question in regards to the following:

 

Note for users of HANA One Rev 70.0 and Rev 80.0

The AMIs are deprecated from aws marketplace.

Existing customers can migrate to higher version (Rev 91.1).


Our team will make license available for Rev 70.0 and Rev 80.0 to let the customers migrate to HANA One Rev 91.1.

 

 

I am running the following two CAL instances on AWS:

1. SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition]

2. SAP Application Server ABAP 7.4 SP5 incl. Business Warehouse on SAP HANA 1.0 SP7 [Developer Edition]


Am I affected by the above???

HANA Sidecar ECC data replication - Unicode question

$
0
0

We're looking at setting up a HANA sidecar instance for doing data replication from our current ECC system (running on Oracle). The existing ECC system database is NOT Unicode compliant. Question: will we need to perform the Unicode database conversion on our ECC system before we can do sidecar replication? In other words, is a Unicode compliant ECC system required for HANA sidecar data replication?

 

Thanks,

 

Phil Awtry

NPPD


SQL Execute privilege REPOSITORY_REST

$
0
0

Hi Experts,

 

Can you please advise how do i grant SQL Execute privilege REPOSITORY_REST to _Sys_REPO?

 

Thanks,


DV

How to see ERP Table in HANA Live

$
0
0

Hi Experts,


May I know how do I see ERP tables in an HANA Live environment. Please note SLT is not an option here as ERP is on HANA DB.

 

Thanks,

 

DV

Creator/Owner of Attribute/Analytical/Calculation views

$
0
0

Hi,

 

Can anyone please help me to find out the relevant table/view to look at  to know the owner/creator of Attribute/Analytical/Calculation views?

I joined views "SYS"."VIEWS" with "SYS"."OWNERSHIP" to get the required information but it shows all owners as "_SYS_REPO". My need to get the real user who actually created Attribute/Analytical/Calculation views using HANA Studio?


My earlier question is still unanswered HANA Views Metadata : Creation Date

 

Thanks.

HANA Application life cycle management

$
0
0

HI

 

  We have SPS08 version of HANA studio, in that we don't have settings option where we configure for CTS transport. Provided all the roles to user but still settings options is not visible.

 

Thanks

Hari

Hana multi-node install with HTTP

$
0
0

I am having trouble performing a Hana multi-node install using the host agent for remote execution and HTTP.

 

I have installed the latest host agent 7.21 patch 7 on all my servers and started it, verifying all 3 services are running. I have not configured the host agent for HTTPS as there is no CA in place to issue certificates at this time.

 

I have disabled all firewalls on all of the servers, and of course verified IP connectivity between them.

 

When I run the hdblcm installer with the remote_execution switch and --use_http it fails when trying to communicate with the remote system over TCP port 1129. Port 1129 is the HTTPS port, and since the agent is not using SSL, it is only listening on port 1128. Can anyone help to figure out a way around this problem? I know I can install the master node then run hdbaddhost from the other nodes, but I'd rather do a single step install. Thanks!

 

Regards,

Brian

 

 

[root@server01 /]# /sapcd/REV102/51050308/DATA_UNITS/HDB_LCM_LINUX_X86_64/hdblcm --remote_execution=saphostagent --use_http=yes

 

 

 

 

SAP HANA Lifecycle Management - SAP HANA 1.00.102.00.1442292917

***************************************************************

 

 

 

 

Scanning Software Locations...

Detected components:

    SAP HANA Database (1.00.102.00.1442292917) in /sapcd/REV102/51050308/DATA_UNITS/HDB_SERVER_LINUX_X86_64/server

    SAP HANA AFL (incl.PAL,BFL,OFL,HIE) (1.00.102.01.1442304863) in /sapcd/REV102/51050308/DATA_UNITS/HDB_AFL_LINUX_X86_64/packages

    SAP HANA LCAPPS (1.00.102.001.456910) in /sapcd/REV102/51050308/DATA_UNITS/HANA_LCAPPS_10_LINUX_X86_64/packages

    SAP TRD AFL FOR HANA (1.00.102.01.1442304863) in /sapcd/REV102/51050308/DATA_UNITS/HDB_TRD_AFL_LINUX_X86_64/packages

    SAP HANA Database Client (1.00.102.00.1442292917) in /sapcd/REV102/51050308/DATA_UNITS/HDB_CLIENT_LINUX_X86_64/client

    SAP HANA Studio (2.1.11.000000) in /sapcd/REV102/51050308/DATA_UNITS/HDB_STUDIO_LINUX_X86_64/studio

    SAP HANA Smart Data Access (1.00.4.004.0) in /sapcd/REV102/51050308/DATA_UNITS/SAP_HANA_SDA_10/packages

 

 

 

Choose installation

 

 

  Index | System             | Database Properties

  ------------------------------------------------

  1     | Install new system |

        |                    |

  2     | Exit (do nothing)  |

 

 

Enter selected system index [2]: 1

 

 

 

 

SAP HANA Database version '1.00.102.00.1442292917' will be installed.

 

 

Select additional components for installation:

 

 

  Index | Components | Description

  -----------------------------------------------------------------------------------------------

  1     | server     | No additional components

  2     | all        | All components

  3     | client     | Install SAP HANA Database Client version 1.00.102.00.1442292917

  4     | afl        | Install SAP HANA AFL (incl.PAL,BFL,OFL,HIE) version 1.00.102.01.1442304863

  5     | lcapps     | Install SAP HANA LCAPPS version 1.00.102.001.456910

  6     | smartda    | Install SAP HANA Smart Data Access version 1.00.4.004.0

  7     | studio     | Install SAP HANA Studio version 2.1.11.000000

  8     | trd        | Install SAP TRD AFL FOR HANA version 1.00.102.01.1442304863

 

 

Enter comma-separated list of the selected indices [3]:

Enter Installation Path [/hana/shared]:

Enter Local Host Name [server01.domain.com]:

Do you want to add additional hosts to the system? (y/n): y

Enter comma-separated host names to add: server02.domain.com

Enter SAP Host Agent User (sapadm) Password:

Configuration error:

  Password verification failed on host 'server02.domain.com'

    500 Can't connect to server02.domain.com:1129 (Connection refused)

 

 

Log file written to '/var/tmp/hdb_hdblcm_install_2015-11-02_18.14.56/hdblcm.log' on host 'server01.domain.com'.

 

[root@server01 /]# cat /var/tmp/hdb_hdblcm_install_2015-11-02_18.14.56/hdblcm.log

 

 

SAP HANA Lifecycle Management - SAP HANA 1.00.102.00.1442292917

***************************************************************

 

 

 

 

18:14:57.933 - INFO: Start Date: 2015-11-02  -  hdblcm

18:14:57.934 - INFO:

18:14:57.934 - INFO: Parameter 'component_dirs' (ComponentDirs) is not set

18:14:57.934 - INFO: Parameter 'component_root' (ComponentFsRoot) is not set

18:14:57.934 - INFO: Parameter 'DefaultLocation' is not set

18:14:57.934 - INFO: Parameter 'action' is not set

18:14:57.934 - INFO: Parameter 'use_http' (UseHttp) is skipped

18:14:57.934 - INFO: Parameter 'sid' (Action_SID) is not set

18:15:02.066 - INFO: Parameter 'SelectedSystem' is set by user, value = 'Install new system'

18:15:02.082 - INFO: Parameter 'remote_execution' (RemoteExecution) is given via command line option, value = 'saphostagent'

18:15:02.082 - INFO: Parameter 'use_http' (UseHttp) is given via command line option, value = 'Yes'

18:15:02.082 - INFO: Parameter 'groupid' (GID) is set to value = '10504'

18:15:03.412 - INFO: Parameter 'components' (SelectedComponents) is set by user (confirmed the default value), value = 'client'

18:15:03.412 - INFO: Parameter 'checkmnt' is not set

18:15:04.385 - INFO: Parameter 'sapmnt' (Target) is set by user (confirmed the default value), value = '/hana/shared'

18:15:05.924 - INFO: Parameter 'hostname' is set by user (confirmed the default value), value = 'server01.domain.com'

18:15:19.807 - INFO: Parameter 'addhosts' is set by user, value = 'server02.domain.com'

18:15:19.807 - INFO: Parameter 'add_local_roles' (AddLocalRoles) is skipped

18:15:19.807 - INFO: Parameter 'install_ssh_key' (InstallSSHKey) is skipped

18:15:19.807 - INFO: Parameter 'root_user' (RootUser) is skipped

18:15:19.808 - INFO: Parameter 'root_password' (RootPassword) is skipped

18:15:23.187 - INFO: Verifying sapadm password...

18:15:23.188 - INFO: Executing saphostctrl function 'ListInstances' on 'server02.domain.com' ...

18:15:23.828 - ERR : Password verification failed on host 'server02.domain.com'

18:15:23.829 - ERR : Configuration error:

18:15:23.829 - INFO: Summary of critical errors

18:15:23.829 - ERR :   Configuration error:

18:15:23.828 - ERR :     Password verification failed on host 'server02.domain.com'

18:15:23.828 - ERR :       500 Can't connect to server02.domain.com:1129 (Connection refused)

 

 

 

 

 

[root@server02 ~]# netstat -an

Active Internet connections (servers and established)

Proto Recv-Q Send-Q Local Address               Foreign Address             State

tcp        0      0 0.0.0.0:28002               0.0.0.0:*                   LISTEN

tcp        0      0 0.0.0.0:1128                0.0.0.0:*                   LISTEN

tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN

tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN

tcp        0      0 127.0.0.1:60151             0.0.0.0:*                   LISTEN

tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN

tcp        0      0 0.0.0.0:39420               0.0.0.0:*                   LISTEN

tcp        0      0 10.136.64.198:22            10.142.156.36:53712         ESTABLISHED

tcp        0      0 10.136.80.14:819            10.136.80.30:2049           ESTABLISHED

tcp        0      0 10.136.64.198:48869         10.132.32.65:50124          ESTABLISHED

tcp        0      0 10.136.88.14:721            10.136.88.30:2049           ESTABLISHED

tcp        0      0 10.138.128.14:884           10.138.128.29:2049          ESTABLISHED

tcp        0      0 10.136.64.198:678           143.193.28.44:2049          ESTABLISHED

tcp        0      0 10.136.64.198:45799         10.131.193.9:443            FIN_WAIT2

tcp        0      0 10.138.128.14:684           10.138.128.30:2049          ESTABLISHED

udp        0      0 0.0.0.0:53796               0.0.0.0:*

udp        0      0 0.0.0.0:49215               0.0.0.0:*

udp        0      0 127.0.0.1:960               0.0.0.0:*

udp        0      0 0.0.0.0:34243               0.0.0.0:*

udp        0      0 0.0.0.0:854                 0.0.0.0:*

udp        0      0 0.0.0.0:36325               0.0.0.0:*

udp        0      0 0.0.0.0:111                 0.0.0.0:*

udp        0      0 10.136.72.12:123            0.0.0.0:*

udp        0      0 10.136.88.14:123            0.0.0.0:*

udp        0      0 10.138.128.14:123           0.0.0.0:*

udp        0      0 10.136.80.14:123            0.0.0.0:*

udp        0      0 10.136.64.198:123           0.0.0.0:*

udp        0      0 127.0.0.1:123               0.0.0.0:*

udp        0      0 0.0.0.0:123                 0.0.0.0:*

udp        0      0 0.0.0.0:50433               0.0.0.0:*

udp        0      0 0.0.0.0:34192               0.0.0.0:*

udp        0      0 0.0.0.0:32926               0.0.0.0:*

Viewing all 4343 articles
Browse latest View live


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