Hi Shahid,
Please go through below SAP notes. Hope this helps.
http://service.sap.com/sap/support/notes/1761917
Regards,
Shree
Hi Shahid,
Please go through below SAP notes. Hope this helps.
http://service.sap.com/sap/support/notes/1761917
Regards,
Shree
SAP provided a work around for this issue by disabling SPNEGO from XSartifact.
Regards,
Raj
SAPsupport said it is a bug and working with development team on fixing it.
Regards,
Raj
Interesting, do let us know when they release the fix for the issue
Thank you Raj
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
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
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.
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
Hi sumeet,
True. But what will you do for transaction data. How will you use it in attribute view.
Regards,
Safiyu
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
Hello,
what does the scriptserver trace (if any existing) in the hana trace directory complain about?
BR, Bojan
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
Hi Sree,
Are you able to get past the issue of connecting to the views from EXCEL? I am also facing the same issue.
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
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
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
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
Below are warining messages
Regards,
Dheeraj
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.
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?