Hello,
I have installed the necessary packages for HANA XS workbench,but what is the URL to access to HANA XS workbench.
regards
Kaushik
Hello,
I have installed the necessary packages for HANA XS workbench,but what is the URL to access to HANA XS workbench.
regards
Kaushik
Dear Experts,
i have an SQL file containing 50.000 INSERT SQL instructions that populate 300 Hana Tables .
I'm executing this file via "SQL Console" in the "Hana Studio" on a "SAP Hana Platform" envitoment but it is taking so long time .
Are there any way to speed up this INSERT Process ?
How can i create a job and run it in background ?
Thank you
Hi
Can you guys tell how to set the User Expiry or validity date for HANA DB User.
Regards
Kumar
Hi,
Please let me know the syntax to fetch 6 months old data from current date by using SQL Script in Calculation View.
Thank you,
Devram
Hello HANA Community,
I ask for your help. Our requirement is to upload several CSV files (up to 170) to already existing tables in HANA
I have unterstood how this works with just one file and tested this also successfully with the help of the following link
http://help.sap.com/hana/html/sql_import_from.html
Now I am woundering how I can do this with serveral CSV files in one step. My first idea was to use SQL Script but the SQL statement IMPORT is not valid in a script.
As we need this solution for a pilot phase we cannot enable this by SLT or other available tools.
Thanks in advance.
best regards,
Axel
Hi experts,
Im using migrating tool for taking a database from sqlserver to hana.
But in the migration summary i got an exception:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
if someone can help me i will appreciate it
database size : 100 GB
B1H for SAP Business One 9.0
Hana server: 128 GB
Hello expert:
Are there repository of Hana test / Sample DB that can be downloaded. That has some good sample of both the modeling objects and calculation scripts?
Thank You
Hi All,
I am trying load table VBKD in SAP HANA. However the job remains in the scheduled status for long time in SAP HANA. When i check the status in SAP SLT system in T-code LTRC i see the below message.
Message no. CNV_IUUC_REPL_TS027
Table VBKD is not present in the data transfer master table. System Response
updated.
Try to load and replicate this table again. If the error persists, contact your system administrator.
No entry found in table DMC_MT_HEADER for table VBKD.
I am unable to figure out where to find this table and how to load this table.
Request you to please help me resolve the issue.
Tables DD02L, DD02T and DD08L are in replication process.
Regards
Nilesh Awaghan
Hi Guys,
I have a statement running which is halting the system.
Host: hana
Port: 30003
Service: indexserver
Hierarchy: 0
Thread ID: 25529
Thread Type: SqlExecutor
Thread Method: ExecuteStatement
Thread Detail: ALTER TABLE "DM"."B_DIMM3" DISABLE DELTA LOG
Duration [MS]: 2129231 <----
Caller:
Calling:
User: SYSTEM
This should take seconds.
So, I want to Kill this process/thread.
Does anybody know how?
Best Regards,
Rasmus
Hi All
I am trying to call procedure in SQL Script as below but I am facing syntax error near call
var_out =call "_SYS_BIC"."zcrmcoeteam/PC_EFASION"(203,null);
Request you to provide your inputs in finding the way out to call a procedure from SQL SCript calculation view.
Thanks
Santosh Varada
Hi,
I am binding an oData service, which retrieves data from a CalcView, on a standard UI5 table. The columns are filled correctly but the (client side) filtering only works if the complete content is entered( = operator). When I used tables before, without oData binding, also parts of the content as search string were sufficient (contains operator).
Here an example of the table definition:
oTableTopDown.addColumn(
new sap.ui.table.Column({
label : new sap.ui.commons.Label({ text : "Title" }),
template : new sap.ui.commons.TextView() .bindProperty("text","TITLE"),
sortProperty : "TITLE",
filterProperty : "TITLE"
}));
Anyone faces the same problem or even knows a solution?
Thank you,
Fabian
While creating sap.viz Column graph using .xsodata service using ui5 in SAP HANA studio, I am not able to get the graph though the read of data in JSON format is successfully coming. In error field
Uncaught Loading language en-US failed.
is the error displayed. Please help with this error and the reason why the graph is not displayed.
Hi,
what's behind the "incl. dyn" Column of the Sizeing Report /SDF/HANA_BW_SIZING
(see bellow) ?
What does dyn. dynamic mean within this ? What dynamic is adressed with the figure
...
SIZING DETAILS
==============
(For 1024 GB node) data [GB] total [GB] total [GB]
incl. dyn. (non-act.)
MASTER:
-------
Row Store 195 295 295
Master Column Store 270 540 540
Caches / Services 50 50 50
TOTAL (MASTER) 515 885 885
SLAVES:
-------
Slave Column Store 1890 3729 3678
Caches / Services 250 250 250
TOTAL (SLAVES) 2140 3979 3928
--------------------------------------------------------------------------------
TOTAL (All Servers) 2655 4864 4813
...
SAP_BW_on_HANA_Sizing_Report_V1_4.pdf isn't to clear with this:
"
Minimum amount of required memory and disk space for HANA
server (including runtime memory, memory for additional services, etc.),
considering different hardware configurations
"
Thank You
Best
Martin
Hi,
what do the diffrent columns of the Sizeing Report describe ?
SAP_BW_on_HANA_Sizing_Report_V1_4.pdf isn't to clear about this.
Also total [GB] incl.dyn and total [GB] (non-act.)is equal.
What's dynamics in the keyfigures for total [GB] incl.dyn - What does it describe ?
Why is a "non-act." higher than the net data ?
Is there a fixed relation between total [GB] incl.dyn and total [GB] (non-act.) ?
How is this relation dervied from ?
Thanks
Martin
Sample sizeing Report:
|....
|SIZING DETAILS
|==============
|
| (For 1024 GB node) data [GB] total [GB] total [GB]
| incl. dyn. (non-act.)
| MASTER:
| -------
|
| Row Store 195 295 295
| Master Column Store 270 540 540
| Caches / Services 50 50 50
| TOTAL (MASTER) 515 885 885
|
| SLAVES:
| -------
|
| Slave Column Store 1890 3729 3678
| Caches / Services 250 250 250
| TOTAL (SLAVES) 2140 3979 3928
| -------------------------------------------------------------------------------------------
| TOTAL (All Servers) 2655 4864 4813
|....
What's dynamic in the keyfigures for total [GB] incl.dyn - What does it describe ?
Hello All,
I am getting below error message when i am trying to expose Analytical View data using HANA XS engine.
<messagexml:lang="en-US">Service exception: feature not supported.</message>
I tried exposing one of the Analytical view in our Sandbox Server and was successful in exposing the data but when trying to expose from our development server I get the above error message.
This is the logic I used in my .xsodata file
service namespace "workshop.services" {
"_SYS_BIC"."package/ANALYTIC_VIEW" as "XYZ" keys generate local "GID" aggregates always (SUM of "QUANTITY");
}
Thanks in advance.
Hi,
are there any counterindications against moveing large Columnstore BW Metadata and/or Columnstore Logtables
to a Slave to have more space on the Master Slave available ?
Are there any counterindications against converting large Columnstore BW Metadata and/or Columnstore Logtables
to Rowstores on the Master to have more InMemory Space available , except that's slower ....?
Thank You !
Martin
Do anybody has a nice document or manual over End to End HANA system Refresh or BW on HANA system refresh ?
Hi,
I was trying to create an analytic privilege for a new user I created on the 'hanacloud' '00' system. The analytic privilege is over a calculation view restricting certain shop IDs.
I followed Anooj's recomendation in this thread http://scn.sap.com/thread/3212315 to set the authorizations.
But the problem is, if I add the _SYS_BI_CP_ALL along with the privilege that I created then all values in the calculation view are displayed. If I remove it and leave only the AP that I created then I am getting the following error during data preview.
"ERROR EXEXUTING THE QUERY
Cannot iterate over result set rows: SAP DBTech JDBC: [2048]: column store error: search table error: [2950] user is not authorized"
Thanks,
Benedict
Hello All,
My Analytic view was working perfectly, its acticate also but now due to some unknown reason when i am tring to preview data it showing below error
Error Executing Query: SAP DBTech JDBC: [2048]: column store error: search table error: [6904] Error executing physical plan: Attribute not defined (Attribute Engine);in executor::Executor in cube: _SYS_BIC:package/AN_ANALYTICVIEW.
My veiw is having one Date type attribute, if i remove it from analytic view is working fine but when i include it as attribute it showing error.
I also tried to recreate the analytic view but same problem persist.
Hi,
I had joined a custom table and a Graphical calculation view using CE_JOIN function in a Script-based Calc View.
1) A IF statement metioned below was written to populate a calculated Attribute based on multiple conditions but was getting a syntax error at '='.
IF "NAME" = 'ZRRAPC003_FI_COPA_SD' AND "TYPE" = 'S' AND "SIGN" = 'I' AND "OPTION" = 'EQ' AND "LOW" = '11119995'
"CA_FM_SRC" = 'SALES_SD' ELSE "CA_FM_SRC" = ' '
END;
2) I then tried a CASE statement on the same scenario and again got a syntax error at CASE .
CASE WHEN("NAME" = 'ZRRAPC003_FI_COPA_SD' AND "TYPE" = 'S' AND "SIGN"='I' AND "OPTION"= 'EQ' AND "LOW" = '111199995')
THEN
"CA_FM_SRC" = 'SALES_SD' ELSE "CA_FM_SRC"= ' '
END;
Please let me know where I have go wrong in Syntax of the above two statements.
Thanks