Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all 8968 articles
Browse latest View live

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


Re: HANA Studio - Available software update site issue

$
0
0

Hello Ning Tong,

 

Thanks for Reply.

 

I have tried above steps and below is the error. we have multiple HANA systems on a Host.

One system software update site is working fine but not for another. I am curious why this is not detecting any repository even it exists.

 

Automaticupdate.PNG

 

automaticupdate1.PNG

 

Regards,

Raj

Re: Lumira Server 1.21 Installation on HANA SPS09

$
0
0


SAP provided a work around for this issue by disabling SPNEGO from XSartifact.

 

Regards,

Raj

Re: SAP HANA SPS 09 SDA connection to MSSQL 2012 - SAP DBtech JDBC:[403] Error

$
0
0

SAPsupport said it is a bug and working with development team on fixing it.

 

Regards,

Raj

Re: SAP HANA SPS 09 SDA connection to MSSQL 2012 - SAP DBtech JDBC:[403] Error

$
0
0

Interesting, do let us know when they release the fix for the issue

Thank you Raj

Re: column store error: search table error: [1]

$
0
0

Hello Rajiv,

 

can you do anything in HANA Studio e.g. execute the statement:

 

SELECT COUNT(*) FROM _SYS_STATISTICS.STATISTICS_ALERT_LAST_CHECK_INFORMATION WHERE ALERT_LAST_CHECK_RATING = 3


in the SQL Editor?


Please attach the statisticsserver tracefile.


Which HANA Server / Studio revisions do you have in use?


BR, Bojan

Re: Problem with HANA System Replication Configuration

$
0
0

Hi Mathias,


1. Can you check the result of hdbnsutil -sr_state on SITE_B

2. Try the sr_register on SITE_B with the MODE= SYNC or SYNCMEM

We need to see if there is a different errorfor other modes compared to ASYNC mode

 

Send me the results and we can check accordingly

Re: Problem with HANA System Replication Configuration

$
0
0

Runnig on SITE_B:

vhcalhdbdb:/vap/usr/sap/HDB/HDB00> hdbnsutil -sr_state

checking for active or inactive nameserver ...

nameserver vhcalhdbdb:30001 not responding.

nameserver vhcalhdbdb:30001 not responding.

 

 

System Replication State

~~~~~~~~~~~~~~~~~~~~~~~~

 

 

mode: none

 

 

done.

 

Test sync and syncmem shows no difference.

vhcalhdbdb:/vap/usr/sap/HDB/HDB00> HDB info

USER       PID  PPID %CPU    VSZ   RSS COMMAND

hdbadm    5208  5207  0.0  12404  2612 -sh

hdbadm    3519  3515  0.0  12408  2636 -sh

hdbadm    7278  3519  0.0  11440  1592  \_ /bin/sh /usr/sap/HDB/HDB00/HDB info

hdbadm    7301  7278  0.0   4664   572      \_ ps fx -U hdbadm -o user,pid,ppid,pcpu,vsz,rss,args

hdbadm    2964     1  0.0 153560 89336 /usr/sap/HDB/HDB00/exe/sapstartsrv pf=/usr/sap/HDB/SYS/profile/HDB_HDB00_vhcalhdbdb -D -u hdbadm

 

vhcalhdbdb:/vap/usr/sap/HDB/HDB00> hdbnsutil -sr_register --remoteHost=54.77.xxx.yyy --remoteInstance=00 --mode=sync --name=SITEB

adding site ...

checking for inactive nameserver ...

nameserver vhcalhdbdb:30001 not responding.

collecting information ...

error: only system replication chains are allowed with an aditional async secondary site: [primary] <------- [secondary] <---async--- [additional secondary]

failed. trace file nameserver_vhcalhdbdb.00000.000.trc may contain more error details.

 

vhcalhdbdb:/vap/usr/sap/HDB/HDB00> hdbnsutil -sr_register --remoteHost=54.77.xxx.yyy --remoteInstance=00 --mode=syncmem --name=SITEB

adding site ...

checking for inactive nameserver ...

nameserver vhcalhdbdb:30001 not responding.

collecting information ...

error: only system replication chains are allowed with an aditional async secondary site: [primary] <------- [secondary] <---async--- [additional secondary]

failed. trace file nameserver_vhcalhdbdb.00000.000.trc may contain more error details.

 

The trace file aren't different as well.

 

So, I would say there is no difference between the modes.

 

Thanks a lot.

 

Cheers.


Re: Problem with HANA System Replication Configuration

$
0
0

Hello Mathias,

 

did you try it via HANA Studio?

What is the hostname of your primary site?

 

Could you provide the content of global.ini -> [system_replication] from both sites?

 

Thx!

 

BR, Bojan

Re: Passing values derived from one table to get values from other table for same docs

$
0
0

Hi sumeet,

 

True. But what will you do for transaction data. How will you use it in attribute view.

 

Regards,

Safiyu

Problem with conversion of Date type to NVARCHAR

$
0
0

Hi All

 

We are using BW on HANA to bring in data and then using HANA studio to make views on the underlying table.

 

In the data that we are pulling into BW, we have Date fields of type DATS in BW, however, when we check the field in HANA studio it shows as NVARCHAR and not DATE.

 

This has caused a lot of problems when we have to calculate based on Date.

 

 

Need help with this!!!

 

Regards,

Prateek

Re: Unable to start scriptserver

$
0
0

Hello,

 

what does the scriptserver trace (if any existing) in the hana trace directory complain about?

 

BR, Bojan

Re: Problem with conversion of Date type to NVARCHAR

$
0
0

Hi Prateek,

 

Yes, as per standard data type mapping dats will be converted to nvarchar. But you can typecast it to date in many ways.  For example you can create a calculated column with formula

Date("column") or  longdate("column)

 

Also if your using sqlscript you can use to_date("column")  as well. Hope this helps you.

 

Cheers,

Safiyu

Re: Client Tools and SAP HANA

$
0
0

Hi Sree,

 

Are you able to get past the issue of connecting to the views from EXCEL? I am also facing the same issue.

HANA Aggregate Question

$
0
0

We just conducted a BW to HANA migration and our team has a question that we hoped someone on this Wiki could help with.  We know that HANA does not keep aggregates but yet we see a difference in statistics data between DSO and Infocubes.  Can someone explain why?

Please not that the cube is using $X aggregates and DSO is not using $X in HANA, which we do not know why


Re: Problem with conversion of Date type to NVARCHAR

$
0
0

I think in this case, for those functions to work we already need the column to be in a date format. Since these are all NVARCHAR, we'd have to convert to DATE first in order to be able to use those date functions, like this.

 

ADD_DAYS(TO_DATE(sap_date_column), 'YYYYMMDD'), 30)

 

What I hear from the original poster, is that it get's too complicated to do this all the time.

 

I like the idea of using a time dimension, you could use this in a join, but again you have to do it everywhere you need this date format, but you only do it once and can reuse.

 

Another option - not sure how feasible this is for BW on HANA - is to use the generated columns on tables. Problem here would be that the tables are "owned" by BW, so not sure how it would behave if you were manually changing tables.

 

Dynamically calculated columns on HANA tables

 

Happy HANA,

Justin

Re: Problem with conversion of Date type to NVARCHAR

$
0
0

Not quiet so, Justin.

The dats_* and tims_* can operate directly on the NVARCHAR columns used by NetWeaver.

Unfortunately they didn't make their way into the docu yet, but this is going to change!

 

- Lars

Re: HANA Statistics server migration

$
0
0


Martin,

 

I have executed below commands for solution manager alerts.

 

grant execute on schema _SYS_STATISTICS to SOLMANUSER

grant update on _SYS_STATISTICS.STATISTICS_SCHEDULE to SOLMANUSER

 

and when I check in DBA cockpit of Solution Manager it still doesnot recoginze the statistics server exists.

 

In the below screen Alerts is disabled

statistics_alert.PNG

Below are warining messages

Statistics_alert2.PNG


Regards,

Dheeraj

Re: HANA Statistics server migration

$
0
0

Hmm, this seems to be a DBACOCKPIT issue, because it still checks for the existence of the standalone statistics server. You should check if you are on a reasonably new SAP ABAP support package level. SAP Note 1925684 may apply.

Can I use a SQL generated view in Calc View?

$
0
0

Hi Gurus,

 

I created a view in hana via SQL with 4 columns I am wanting to use in a calculation view but I am getting the following error:

 

 

Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:exception  1: no.9500000  (mdx/metadata/deployment/deployCalcView.cpp:638)n    An internal error occurred. Assertion failed with error message DeployCalcView::xmlDataSourceTagStart: unsupported view type for D_ROUTING_PIVOTnexception throw location:n 1: 0x00007f0fdfe1c911 in ltt::logic_error::logic_error

 

D_ROUTING_PIVOT is the name of my view Studio allows me to add the View in a projection and I can join and add the fields but cannot activate the model.

 

Is this not allowed?

Viewing all 8968 articles
Browse latest View live


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