Re: Database error 416 at CON
Check the USERS system table.I guess that a different SAP HANA user account is used by SLT to connect to SAP HANA here. Once you identified the correct user account, you can exclude it from password...
View ArticleRe: Does Hana use nested loop Join on two column tables?
The question here is 1. What is the join method used? we expect nested loop to be used2. why do we see 10,000 as output instead of 1 for DEPT table.3. Can we control Join method and Join order? Let's...
View ArticleRe: Database error 416 at CON
We are also facing same issue, we are getting the same error in system log.We even changed the user password but again it got locked, not sure how to proceed.Where can we turn off the replication.Any...
View ArticleRe: HANA to-from Postgresql Connection
Ok, so you have been able to query HANA from your PostgreSQL server via ODBC/isql. You haven't been able to do it the other way around as it seems. And consequentially you haven't been able to access...
View ArticleRe: Does Hana use nested loop Join on two column tables?
Very nicelly and well explained ... Lars thanks.
View ArticleRe: Does Hana use nested loop Join on two column tables?
Prem, helpful link .. great thanks.
View ArticleRe: Need HANA SQL Query for CPU & DISK Size
Dear Ravi,SAP HANA Host resource utilization table “HOST_RESOURCE_UTILIZATION_STATISTICS” contains information for the last 42 days. Please do execute SQL select statement as per your...
View ArticleRe: File System requirement for HANA based ERP 6 EHP7 on App Server
Hi saif, did u get any inforamtion for mount pointsI'm also looking for answer Regards,Mirza
View ArticleRe: Parameter based XSJS jobs
Hi Shyam, Well you could certainly use xsjob scheduling and call an xsjs script with the schema name as parameter. The xsjs would then either crea and execute the call with the schema name passed by...
View ArticleRe: Difficulty in installing HANA Studio and Client
Hi Shiva, Thanks. I am not sure how I fixed this but I doubt its could be the reason you cited. Because it did go on for a long time and get stuck at only one point. But I will keep your suggestion in...
View ArticleRe: column store error: search table error: [6915] UNKNOWN_ATTRIBUTE...
Hi Lars,Do you feel bug 68378 might relate?Best regards,Candy
View ArticleRe: column store error: search table error: [6915] UNKNOWN_ATTRIBUTE...
Hi Rahul, Your error information is not in detail, so this is just my guess.There is a HANA bug, MultiColumnJoin fails with UNKNOWN_ATTRIBUTE if parallel CREATE/DROP concat index.concat attr was...
View ArticleRe: Smart Data Access
Hi , I have been stuck on the following error, while replicating tables from Hive to HANA. Any help would be appreciated. (dberror) 2048 - column store error: "ADMIN"."SDI::hivetest.START_REPLICATION":...
View ArticleRe: column store error: search table error: [6915] UNKNOWN_ATTRIBUTE...
I don't have access to the the bug tracking tool (as I am not a member of HANA core development or support) so I really cannot tell, whether this bug or another might be related. From your other reply...
View ArticleRe: Supplying calc view parameter via a procedure
This thread probably is already "out of interest", but for the sake of closing this question: To loop-through parameters in SQLScript the named parameter syntax has to be used.For the example provided...
View ArticleRe: View Progress of running HANA Backup/Restore in script
Hi Lars,thanks a lot for your fast reply.I am parsing the backup.log file, as my hana revision is not yet on SPS10.One question do you know, here to get the operation id of the backup/recovery, as this...
View ArticleRe: View Progress of running HANA Backup/Restore in script
Hi Jochen, I don't have any documentation or proof for this, but to me the OPERATION_GUID in backup.log looks a lot like the BACKUP_ID in M_BACKUP_CATALOG, except that it is in hexadecimal notation.
View ArticleHow to copy hana table from production instance to quality instance
Hello, I would like to copy a table from our production instance to our quality instance. This table already exist in quality instance, so do i need to drop it first? Can i use export / import function...
View ArticleRe: SQL: Sorting within the sorting
Starting with SPS 10 it is now possible to specify ORDER BY for STRING_AGG. Example: SELECT X, STRING_AGG(Y, ',' ORDER BY Y) YFROM( SELECT '1000' X, 'C' Y FROM DUMMY UNION ALL SELECT '1000' X, 'A' Y...
View ArticleRe: HANA and OBIEE connectivity issue
For everbody that search for this problem, this is due to the windows driver. You can force the use of a forward only cursor in the DSN options (first screen). If you check this option, your problem...
View Article