BIGINT aggregation issue in Hana rev 91

Hi,
I have a BIGINT value field that isn't aggregating beyond 2147483648 (the max INTEGER value).
I'm seeing results as follows:
Period
Value
5
320,272,401
6
635,021,492
7
515,993,660
8
546,668,931
9
702,138,445
10
438,782,780
11
459,387,988
12
722,479,250
Result
-2,147,483,648
We've recently upgraded from rev 83 to 91. I'm pretty sure this is a new issue - has anyone else seen this?ect
I'm hoping there is some kind of fix as I don't want to have to convert fields throughout our system to a longer DECIMAL.
thanks
Guy

I've figured out this issue only affects Analytical Views that have calculated attributes.
Such views generate a CALCULATION SCENARIO in _SYS_BIC, which seems to incorrectly define my field (which is in the data foundation, modelled as a BIGINT) as SQL Type 4, sqlLength 9, as per the following:
{"__Attribute__": true,"name": "miles","role": 2,"datatype": {"__DataType__": true,"type": 66,"length": 18,"sqlType": 4,"sqlLength": 9},"kfAggregationType": 1,"attributeType": 0}
I also have calculated measures modelled as BIGINT's in the Analytical View. These are correctly defined in the CALCULATION SCENARIO with an SQL length of 18, for example:
{"__Attribute__": true,"name": "count","role": 2,"datatype": {"__DataType__": true,"type": 66,"length": 18,"sqlType": 34,"sqlLength": 18},"kfAggregationType": 1,"attributeType": 0}
This looks like a bug to me. As a work around I had to define a calculated measure BIGINT which simply equals my "miles" field. Then hide the original field.

Similar Messages

  • No SQL (hdbsql / HANA Studio) Connection to SAP HANA Rev. 69 (all services GREEN, running)

    Hi all,
    after starting HANA instance (locally installed on Linux Laptop) via sapcontrol [1], checking with sapcontrol's GetProcessList as well as HANA Studio Admin Console Diagnosis Mode Shows all Services GREEN, running.
    However, when I try to open "Default Administration" in HANA Studio, it "Refreshing Overview" and is busy till infinity.
    Trying to connect via \c command of HDBSQL eventually works, but any commands like \ds (list schemas) will run till infinity without returning anything.
    SAP Business One for HANA SLD shows the Server but not the Company DBs / schemas.
    I attached sapstart.log and statisticsserver_alert_sid.trc.
    Any advice is highly appreciated.
    Thanks & Kind Regards
    Stephan
    [1] I start HANA executing: /usr/sap/<SID>/SYS/exe/hdb/sapcontrol -prot NI_HTTP -nr 00 -function StartWait 270 2 OR /usr/sap/<SID>/SYS/exe/hdb/sapcontrol -nr 00 -function Start with user sidadm
    [2] The issue occurs since the upgrade from Rev. 53 to HANA Rev. 69 (in the context of upgrading from Business One for HANA PL02 to PL09)

    Yes Aleksandr
    I think you are right.
    After doing many installation of HANA Server in differrent AWS instances it didn't work for me.
    But when I installed the HANA Studio on another machine with more RAM it worked.
    I think we have to install HANA Studio on another AWS instance with 16 GB RAM to make it run smoothly.
    Thanks & Regards
    Manu

  • Aggregation issue Bex report

    Hi all,
    I am facing the following aggregation issue at reporing level. BW system 3.5
    Cube1
    Material, Company code, Cost center, Material, Month,   Volume KF
    Cube2
    Material, Company code, Cost center, Material, Month,   Price KF
    Multi provider
    Material, Company code, Cost center, Material, Month,   Volume KF, Price KF
    Report
    - Global Calculated key figure 'Value' is  based on basic KF's  Volume KF, Price KF
    - Time of aggregation is set to " Before aggregation" in propery of Calculated Key Figure.
    -  There is only one characteristics 'Company code' is used in report.
    When, I execute this report, Calculated KF is not working (No values), If I change Time of aggregation " After aggregation" in propery of Calculated Key Figure, then It works but wrong values.Price gets aggregated(add ups) and multiply with Volume which is wrong.
    Can you please give me a Ideal solution to resolve this.
    Thanks,
    Harry

    Hi all,
    Can I assume that there is no solution for this issue ??
    Thanks,
    Harry

  • PSA no deletion SAP BW on HANA Rev 61

    Hi,
    PSAs are not getting deleted for some of the datasources due to error loads and multiple runs. System is SAP BW on HANA Rev 61.
    The previous job failure was not corrected  and the subsequent job was started based on the process chain schedule and that one as well failed. This has happened 2 times. Now the PSA table says it has duplicate entries and it is not dropping when we try to delete manually or through program.
    Whenever we try to delete the PSA, the SAPLSDB2 program runs and is stuck in SM51. St22 error log says
    SQL error "-10807" while accessing table "/BIC/B0000674001".
    65        l_s_data TYPE /BIC/B0000674001.
    66 *---1363526 Increasing the security to check the number of records inserted in PSA table
    67 *---is actually equal to data in l_t_data or p_t_data.
    68  DATA: l_rollback TYPE rs_bool,
    69        l_count TYPE i.
    70  l_rollback = RS_C_FALSE.
    71 *---1363526
    72
    73  APPEND LINES OF p_t_data TO l_t_data.
    74
    75  CLEAR: l_s_data.
    76  l_s_data-partno = p_partno.
    77
    78  MODIFY        l_t_data
    79  FROM          l_s_data
    80  TRANSPORTING  partno
    81  WHERE        request = p_requestid.
    82
    83
    >>>  INSERT      /BIC/B0000674001
    85  FROM TABLE  l_t_data
    86  ACCEPTING DUPLICATE KEYS.
    87 *---1363526
    88  DESCRIBE TABLE l_t_data LINES l_count.
    89  IF l_count NE sy-dbcnt.
    90    l_rollback = RS_C_TRUE.
    91  ENDIF.
    92 *---1363526
    Category              ABAP Server Resource Shortage
    Runtime Errors        DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    Date and Time          10.08.2014 11:28:01
    |Short text                                                                                        |
    |    SQL error "-10807" while accessing table "/BIC/B0000674001".                                  |
    |What happened?                                                                                    |
    |    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |
    |What can you do?                                                                                  |
    |    Please make a note of the actions and input which caused the error.                          |
    |    -                                                                                            |
    |                                                                                                  |
    |    To resolve the problem, contact your                                                          |
    |    SAP system administrator.                                                                    |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis you can see and                                |
    |    administrate termination messages and retain them for longer periods.                        |
    |    Please make a note of the actions and input which caused the error.                          |
    |    -                                                                                            |
    |                                                                                                  |
    |    To resolve the problem, contact your                                                          |
    |    SAP system administrator.                                                                    |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis you can see and                                |
    |    administrate termination messages and retain them for longer periods.                        |
    |Error analysis                                                                                    |
    |    An exception occurred that is explained in detail below.                                      |
    |    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught                |
    |    in                                                                                          |
    |    procedure "INSERT_ODS" "(FORM)", nor was it propagated by a RAISING clause.                  |
    |    Since the caller of the procedure could not have anticipated that the                        |
    |    exception would occur, the current program is terminated.                                    |
    |    The reason for the exception is:                                                              |
    |    Database error text: "System call 'recv' failed, rc=145:Connection timed out"                |
    |How to correct the error                                                                          |
    |    Internal call code.........: "[RSQL/INSR//BIC/B0000674001 ]"                                  |
    |    Please check the entries in the system log (Transaction SM21).                                |
    |    You may able to find an interim solution to the problem                                      |
    |    in the SAP note system. If you have access to the note system yourself,                      |
    |    please use the following search criteria:                                                    |
    |                                                                                                  |
    |        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |
    |        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |
    |        "INSERT_ODS"                                                                              |
    |    If you cannot solve the problem yourself, please send the                                    |
    |    following documents to SAP:                                                                  |
    |                                                                                                  |
    |    1. A hard copy print describing the problem (short dump).                                    |
    |      To obtain this, select "System->List->Save->Local File (unconverted)"                      |
    |      on the current screen.                                                                    |
    |                                                                                                  |
    |    2. A suitable hardcopy printout of the system log.                                            |
    |      To obtain this, call the system log with Transaction SM21                                  |
    |      and set the time interval to 10 minutes before and 5 minutes after                        |
    |      the short dump. In the display choose "System->List->Save->                                |
    |      Local File (unconverted)"                                                                  |
    |                                                                                                  |
    |    3. If the programs are your own programs or modified SAP programs,                            |
    |      supply the source code.                                                                    |
    |      To do this, choose "More Utilities->Upload/Download->Download" in the                      |
    |      Editor.                                                                                    |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred                            |
    |      or which actions and input led to the error.                                              |
    |    You may able to find an interim solution to the problem                                      |
    |    in the SAP note system. If you have access to the note system yourself,                      |
    |    please use the following search criteria:                                                    |
    |                                                                                                  |
    |        "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"                                                |
    |        "GP4PWAW7JG4VX23SSK75NF4776C" bzw. "GP4PWAW7JG4VX23SSK75NF4776C"                          |
    |        "INSERT_ODS"                                                                              |
    |    If you cannot solve the problem yourself, please send the                                    |
    |    following documents to SAP:                                                                  |
    |                                                                                                  |
    |    1. A hard copy print describing the problem (short dump).                                    |
    |      To obtain this, select "System->List->Save->Local File (unconverted)"                      |
    |      on the current screen.                                                                    |
    |                                                                                                  |
    |    2. A suitable hardcopy printout of the system log.                                            |
    |      To obtain this, call the system log with Transaction SM21                                  |
    |      and set the time interval to 10 minutes before and 5 minutes after                        |
    |      the short dump. In the display choose "System->List->Save->                                |
    |      Local File (unconverted)"                                                                  |
    |                                                                                                  |
    |    3. If the programs are your own programs or modified SAP programs,                            |
    |      supply the source code.                                                                    |
    |      To do this, choose "More Utilities->Upload/Download->Download" in the                      |
    |      Editor.                                                                                    |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred                            |
    |      or which actions and input led to the error.                                              |
    |    The exception must either be prevented, caught within proedure                                |
    |    "INSERT_ODS" "(FORM)", or its possible occurrence must be declared in the                    |
    |    RAISING clause of the procedure.                                                              |
    |    To prevent the exception, note the following:                                                |
    |System environment                                                                                |
    |    SAP Release..... 730                                                                          |
    |    SAP Basis Level. 0006                                                                        |
    |                                                                                                  |
    |    Application server... "pkghnp"                                                                |
    |    Network address...... "10.83.240.20"                                                          |
    |    Operating system..... "SunOS"                                                                |
    |    Release.............. "5.10"                                                                  |
    |    Hardware type........ "sun4u"                                                                |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                |
    |    Work process number.. 4                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "vsyexhann01"                                                              |
    |    Database type..... "HDB"                                                                      |
    |    Database name..... "HNP"                                                                      |
    |    Database user ID.. "SAPHNP"                                                                  |
    |                                                                                                  |
    |    Terminal.......... " "                                                                        |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 720                                                                        |
    |    created (date)... "Mar 21 2012 09:58:29"                                                      |
    |    create on........ "SunOS 5.10 Generic_141444-09 sun4us"                                      |
    |    Database version. "SQLDBC 1.00.61.0380109 "                                                  |
    |                                                                                                  |
    |    Patch level. 201                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "HDB 1.0"                                                              |
    |    SAP database version. 720                                                                    |
    |    Operating system..... "SunOS 5.10, SunOS 5.11"                                                |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 0                                                                                    |
    |    EM...... 100555392                                                                            |
    |    Heap.... 0                                                                                    |
    |    Page.... 0                                                                                    |
    |    MM Used. 75424248                                                                            |
    |    MM Free. 25123904                                                                            |
    |User and Transaction                                                                              |
    |    Client.............. 330                                                                      |
    |    User................ "BIREMOTE"                                                              |
    |    Language key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transaction ID...... "53E66CC9405502F9E10000000A53F03E"                                      |
    |                                                                                                  |
    |    EPP Whole Context ID.... "CEED21FC7C3EC04FA3C0D0912FE05A37"                                  |
    |    EPP Connection ID....... 00000000000000000000000000000000                                    |
    |    EPP Caller Counter...... 0                                                                    |
    |                                                                                                  |
    |    Program............. "GP4PWAW7JG4VX23SSK75NF4776C"                                            |
    |    Screen.............. "SAPMSSY1 3004"                                                          |
    |    Screen Line......... 2                                                                        |
    |    Debugger Active..... "none"                                                                  |
    |Server-Side Connection Information                                                                |
    |    Information on caller of Remote Function Call (RFC):                                          |
    |    System.............. "SP1"                                                                    |
    |    Installation number " "                                                                      |
    |    Database release... 620                                                                      |
    |    Kernel release...... 640                                                                      |
    |    Connection type 3 (2=R/2, 3=ABAP system, E=external, R=reg. external)                        |
    |    Call type.......... "synchronous and transactional type T (emode 0, imode 0)"                |
    |    Inbound TID.........." "                                                                      |
    |    Inbound queue name..." "                                                                      |
    |    Outbound TID........."0A53F03E141153E6C6641A65"                                              |
    |    Outbound queue name.." "                                                                      |
    |                                                                                                  |
    |    Client#............. 330                                                                      |
    |    User................."BIWREMOTE"                                                              |
    |    Transaction......... " "                                                                      |
    |    Call program........."SAPLERFC"                                                              |
    |    Function module "ARFC_DEST_SHIP"                                                              |
    |    Call destination.. "HNP330"                                                                  |
    |    Source server....... "pkgapp2_SP1_03"                                                        |
    |    Source IP address "10.83.240.59"                                                              |
    |                                                                                                  |
    |    Additional information on RFC logon:                                                          |
    |    Trusted relationship." "                                                                      |
    |    Logon return code....0                                                                        |
    |    Trusted teturn code..0                                                                        |
    |                                                                                                  |
    |    Note:                                                                                        |
    |    - For Releases < 4.0, information on the RFC caller is not available.                        |
    |    - The installation number is provided from Release > 700                                      |
    |    Transaction......... " "                                                                      |
    |    Call Program........."SAPLERFC"                                                              |
    |    Function Module..... "ARFC_DEST_SHIP"                                                        |
    |    Call Destination.... "HNP330"                                                                |
    |    Source Server....... "pkgapp2_SP1_03"                                                        |
    |    Source IP Address... "10.83.240.59"                                                          |
    |                                                                                                  |
    |    Additional information on RFC logon:                                                          |
    |    Trusted Relationship " "                                                                      |
    |    Logon Return Code... 0                                                                        |
    |    Trusted Return Code. 0                                                                        |
    |                                                                                                  |
    |    Note:                                                                                        |
    |    - For Releases < 4.0, information on the RFC caller not available.                            |
    |    - The installation number is available from caller Release > 700                              |
    |Information on where terminated                                                                  |
    |    Termination occurred in the ABAP program "GP4PWAW7JG4VX23SSK75NF4776C" - in                  |
    |    "INSERT_ODS".                                                                                |
    |    The main program was "SAPMSSY1 ".                                                            |
    |                                                                                                  |
    |    In the source code you have the termination point in line 84                                  |
    |    of the (Include) program "GP4PWAW7JG4VX23SSK75NF4776C".                                      |
    |    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in                  |
    |    procedure "INSERT_ODS" "(FORM)", but it was neither handled locally nor                      |
    |    declared                                                                                    |
    |    in the RAISING clause of its signature.                                                      |
    |                                                                                                  |
    |    The procedure is in program "GP4PWAW7JG4VX23SSK75NF4776C "; its source code                  |
    |    begins in line                                                                              |
    |    23 of the (Include program "GP4PWAW7JG4VX23SSK75NF4776C ".                                    |
    |Source Code Extract                                                                              |
    |Line |SourceCde                                                                                  |
    |  54|* leave further processing because data is not consistent                                  |
    |  55|                                                                                            |
    |  56|  IF l_inconsistency_found = rs_c_true.                                                    |
    |  57|    p_subrc = 77.                                                                          |
    |  58|    EXIT.                                                                                  |
    |  59|  ENDIF.                                                                                    |
    |  60|                                                                                            |
    |  61|                                                                                            |
    |  62|                                                                                            |
    |  63|                                                                                            |
    |  64|  DATA: l_t_data TYPE ty_t_data,                                                            |
    |  65|        l_s_data TYPE /BIC/B0000674001.                                                    |
    |  66|*---1363526 Increasing the security to check the number of records inserted in PSA table    |
    |  67|*---is actually equal to data in l_t_data or p_t_data.                                      |
    |  68|  DATA: l_rollback TYPE rs_bool,                                                            |
    |  69|        l_count TYPE i.                                                                    |
    |  70|  l_rollback = RS_C_FALSE.                                                                  |
    |  71|*---1363526                                                                                |
    |  72|                                                                                            |
    |  73|  APPEND LINES OF p_t_data TO l_t_data.                                                    |
    |  74|                                                                                            |
    |  75|  CLEAR: l_s_data.                                                                          |
    |  76|  l_s_data-partno = p_partno.                                                              |
    |  77|                                                                                            |
    |  78|  MODIFY        l_t_data                                                                    |
    |  79|  FROM          l_s_data                                                                    |
    |  80|  TRANSPORTING  partno                                                                      |
    |  81|  WHERE        request = p_requestid.                                                      |
    |  82|                                                                                            |
    |  83|                                                                                            |
    |>>>>>|  INSERT      /BIC/B0000674001                                                              |
    |  85|  FROM TABLE  l_t_data                                                                      |
    |  86|  ACCEPTING DUPLICATE KEYS.                                                                |
    |  87|*---1363526                                                                                |
    |  88|  DESCRIBE TABLE l_t_data LINES l_count.                                                    |
    |  89|  IF l_count NE sy-dbcnt.                                                                  |
    |  90|    l_rollback = RS_C_TRUE.                                                                |
    |  91|  ENDIF.                                                                                    |
    |  92|*---1363526                                                                                |
    |  93|                                                                                            |
    |  94|                                                                                            |
    |  95|*---1363526                                                                                |
    |  96|  IF sy-subrc NE 0 OR l_rollback = RS_C_TRUE.                                              |
    |  97|*  Insert not successful - rollback changes                                                |
    |  98|    CALL FUNCTION 'DB_ROLLBACK'.                                                            |
    |  99|*---1363526                                                                                |
    |  100|    p_subrc = 13.                                                                          |
    |  101|  ENDIF.                                                                                    |
    |  102|                                                                                            |
    |  103|ENDFORM.                    "INSERT_ODS                                                    |
    |    isShmLockId  = 0                                                                              |
    |    isUsed      = 1                                                                              |
    |    isCtfyAble  = 1                                                                              |
    |    hasScndKeys  = 0                                                                              |
    |    hasRowId    = 0                                                                              |
    |    scndKeysOutdated = 0                                                                          |
    |    scndUniKeysOutdated = 0                                                                      |
    |    ----- Shareable Table Header Data -----                                                      |
    |    tabi        = 0xFFFFFFF1DD5E8E58                                                            |
    |    pgHook      = 0x0000000000000000                                                            |
    |    idxPtr      = 0x0000000000000000                                                            |
    |    id          = 11    (0x0000000B)                                                            |
    |    shmTabhSet  = 0x0000000000000000                                                            |
    |    refCount    = 0    (0x00000000)                                                            |
    |    tstRefCount  = 0    (0x00000000)                                                            |
    |    lineAdmin    = 4    (0x00000004)                                                            |
    |    lineAlloc    = 4    (0x00000004)                                                            |
    |    shmVersId    = 0    (0x00000000)                                                            |
    |    shmRefCount  = 1    (0x00000001)                                                            |
    |    rowId        = 18446744073709551615                                                          |
    |    scndKeyAdmin = 0x0000000000000000                                                            |
    |    0A53F03E141153E6C6641A65HNP330                          00000001SENDED  RSAR_TRFC_DATA_RECEIVE|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    3433433433333343433334334453332222222222222222222222222233333333544444225545555445445455444454|
    |    0153603514115356366411658E0330000000000000000000000000000000000135E454002312F4263F4141F2535965|
    |    0030004100350033004600300033004500310034003100310035003300450036004300360036003400310041003600|
    |PROG                                                                                              |
    |    SAPLERFC                                                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    5454454422222222222222222222222222222222                                                      |
    |    310C526300000000000000000000000000000000                                                      |
    |    005300410050004C004500520046004300200020002000200020002000200020002000200020002000200020002000|
    |%_DUMMY$$                                                                                        |
    |                                                                                                  |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    0020002000200020                                                                              |
    |NUMBER_OF_FUNCTION_MODULES                                                                        |
    |    1                                                                                            |
    |    0000                                                                                          |
    |    0001                                                                                          |
    |    00000001                                                                                      |
    |SUPPORTABILITY_INFO-DEBUG_CONTEXT_ID                                                              |
    |                                                                                                  |
    |    0000000000000000000000000000000000000000                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    2222222222222222222222222222222222222222                                                      |
    |    0000000000000000000000000000000000000000                                                      |
    |    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
    |SPACE                                                                                            |
    |                                                                                                  |
    |    0                                                                                            |
    |    0                                                                                            |
    |    2                                                                                            |
    |    0                                                                                            |
    |    0020                                                                                          |
    |SCREEN                                                                                            |
    |                                                                                                  |
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    0020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000|
    |No.      4 Ty.          FUNCTION                                                                |
    |Name  ARFC_DEST_SHIP                                                                              |
    |SENDER_ID                                                                                        |
    |    pkgapp2_SP1_03                                                                                |
    |    00000000000000000000000000000000                                                              |
    |    00000000000000000000000000000000                                                              |
    |    76667735553533222222222222222222                                                              |
    |    0B71002F301F03000000000000000000                                                              |
    |    0070006B00670061007000700032005F005300500031005F0030003300200020002000200020002000200020002000|
    |SUPPORTABILITY_INFO                                                                              |
    |    ########                                        ##  #                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    000000002222222222222222222222222222222222222222002220                                        |
    |    000000000000000000000000000000000000000000000000000000                                        |
    |    0000000000000000000000000000000000200020002000200020002000200020002000200020002000200020002000|
    |UNIT_ID                                                                                          |
    |    ################                                                        

    Hi Siddartha,
    That option is not working.
    Thanks

  • Aggregation issue for report with bw structure

    Hi,
    I am facing aggregation issue while grouping reports in webi.
    We have a BW query with 16 values, which we bring to bw as structure. Out of 16, 8 are percentage values (agg. type should be average).
    If we bring the data at site level, data is comming properly. But if we use same query and try sum/grouping( on region level), then percentage is getting added.
    Since it's a dashboard report with lots of filters, we cannot go for seperate query at each level(site, region, zone).
    How we can resolve this.. please give me suggestion.
    Regards
    Baby

    Hi,
    Since we were using structure, it was not possible to produce the required result in BO.
    We change structure to keyfigures and bring all of them in to BO. All the column formulas are now in BO side.
    Now it is working fine.
    Regards
    Baby
    Edited by: Baby on May 10, 2010 11:39 AM

  • SAP HANA rev 82 update using hdblcmgui or LCM in studio?

    Hi All,
    I am updating sap hana to revision 82 from revisoin 81. SAP has suggested to use hdblcmgui for update and LCM in studio is depricated from SPS8.
    Using hdblcmgui I dont see an option to upgrade.
    SAP displays a note on LCM, suggesting hdblcm, but the update is option is not disabled.
    Can I continue to update using LCM or how to upgrade using hdblcmgui?
    Please suggest
    Regards,
    Raj

    Hi Stanimir,
       Yes the IP associated in AWS console was still the same.Now I've terminated the instance since it was halting our development activity.We are using the trail version of HANA rev 72, at any point of time we can't bring in more than one instance through CAL so we have terminated the corrupted instance and recreated a new instance to proceed further.
    But this is really strange behaviour and curious to know, if some else has faced this problem. Unfortunately i couldn't hold the corrupted instance to debug further.
    Thanks.
    Siva.

  • Aggregation issue on a T5220

    I have a Enterprise T5220 server, running Solaris 10 that I am using as a backup server. On this server, I have a Layer 4, LACP-enabled link aggregation set up using two of the server's Gigabit NICs (e1000g2 and e1000g3) and until recently I was getting up to and sometimes over 1.5 Gb/s as desired. However, something has happened recently to where I can now barely get over 1 Gb/s. As far as I know, no patches were applied to the server and no changes were made to the switch that it's connected to (Nortel Passport 8600 Series) and the total amount of backup data sent to the server has stayed fairly constant. I have tried setting up the aggregation multiple times and in multiple ways to no avail. (LACP enabled/disabled, different policies, etc.) I've also tried using different ports on the server and switch to rule out any faulty port problems. Our networking guys assure me that the aggregation is set up correctly on the switch side but I can get more details if needed.
    In order to attempt to better troubleshoot the problem, I run one of several network speed tools (nttcp, nepim, & iperf) as the "server" on the T5220, and I set up a spare X2100 as a "client". Both the server and client are connected to the same switch. The first set of tests with all three tools yields roughly 600 Mb/s. This seems a bit low to me, I seem to remember getting 700+ Mb/s prior to this "issue". When I run a second set of tests from two separate "client" X2100 servers, coming in on two different Gig ports on the T5220, each port also does ~600 Mb/s. I have also tried using crossover cables and I only get maybe a 50-75 Mb/s increase. After Googling Solaris network optimizations, I found that if I double tcp_max_buf to 2097152, and set tcp_xmit_hiwat & tcp_recv_hiwat to 524288, it bumps up the speed of a single Gig port to ~920 Mb/s. That's more like it!
    Unfortunately however, even with the TCP tweaks enabled, I still only get a little over 1 Gb/s through the two aggregated Gig ports. It seems as though the aggregation is only using one port, though MRTG graphs of the two switch ports do in fact show that they are both being utilized equally, essentially splitting the 1 Gb/s speed between
    the two ports.
    Problem with the server? switch? Aggregation software? All the above? At any rate, I seem to be missing something.. Any help regarding this issue would be greatly appreciated!
    Regards,
    Jim
    Output of several commands on the T5220:
    uname -a:
    SunOS oitbus1 5.10 Generic_137111-07 sun4v sparc SUNW,SPARC-Enterprise-T5220
    ifconfig -a (IP and broadcast hidden for security):
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    aggr1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet x.x.x.x netmask ffffff00 broadcast x.x.x.x
    ether 0:14:4f:ec:bc:1e
    dladm show-dev:
    e1000g0 link: unknown speed: 0 Mbps duplex: half
    e1000g1 link: unknown speed: 0 Mbps duplex: half
    e1000g2 link: up speed: 1000 Mbps duplex: full
    e1000g3 link: up speed: 1000 Mbps duplex: full
    dladm show-link:
    e1000g0 type: non-vlan mtu: 1500 device: e1000g0
    e1000g1 type: non-vlan mtu: 1500 device: e1000g1
    e1000g2 type: non-vlan mtu: 1500 device: e1000g2
    e1000g3 type: non-vlan mtu: 1500 device: e1000g3
    aggr1 type: non-vlan mtu: 1500 aggregation: key 1
    dladm show-aggr:
    key: 1 (0x0001) policy: L4 address: 0:14:4f:ec:bc:1e (auto) device address speed
    duplex link state
    e1000g2 0:14:4f:ec:bc:1e 1000 Mbps full up attached
    e1000g3 <unknown> 1000 Mbps full up attached
    dladm show-aggr -L:
    key: 1 (0x0001) policy: L4 address: 0:14:4f:ec:bc:1e (auto) LACP mode: active LACP timer: short
    device activity timeout aggregatable sync coll dist defaulted expired
    e1000g2 active short yes yes yes yes no no
    e1000g3 active short yes yes yes yes no no
    dladm show-aggr -s:
    key: 1 ipackets rbytes opackets obytes %ipkts %opkts
    Total 464982722061215050501612388529872161440848661
    e1000g2 30677028844072327428231142100939796617960694 66.0 59.5
    e1000g3 15821243372049177622000967520476 64822888149 34.0 40.5
    Edited by: JimBuitt on Sep 26, 2008 12:04 PM

    JimBuitt wrote:
    I have a Enterprise T5220 server, running Solaris 10 that I am using as a backup server. On this server, I have a Layer 4, LACP-enabled link aggregation set up using two of the server's Gigabit NICs (e1000g2 and e1000g3) and until recently I was getting up to and sometimes over 1.5 Gb/s as desired. However, something has happened recently to where I can now barely get over 1 Gb/s.Is this with multiple backup streams or just one?
    I would not expect to get higher throughput with a single stream. Only with the aggregate throughput of multiple streams.
    Darren

  • ESSBASE Aggregation Issue.

    Hi,
    I am facing a serious problem with Essbase. Iam implementing Hyperion Planning 11.1.2.2 for one of our client and first time I am implementing this version.
    The aggregation is not working in my setup. I have written a rule to aggregate the hierarchy. I have tried with AGG, CALC DIM, etc. But still the same issue.
    I have also tried running the Calculate web form rule file, but still aggregation is not happening.
    I have also noticed that in Planning Dimension maintenance, even the level 0 members showing the consolidation operation.
    Any body has clue?
    Please help me as I am unable to proceed further.
    Thanks in Advance.
    Regards,
    Sunil.

    It is probably worth testing your script as a calc script and then run it directly against the essbase database using EAS, then check the data with Smart View, this process should eliminate any issues in planning or calc manager.
    If you are still having problems then post your script and I am sure somebody will give you some further advice.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SNP aggregation issue

    Hi Experts
    Here is a scenario for which i need some help. We have multiple locations and these locations can be supplied by one or more distribution centers. The distribution centers need to be planned in APO, but the plants have to be MRP planned. So the scenrio is demand from multiple plants aggregating to distribution center A and demand from another bunch of plants aggregation to dc B.  Apart from the demand from the plants the DC' also have their own demand .
    I have maintained the hierarchy at material - DC level and I tried to plan the DC's using the SNP aggregate book. But the problem is DC's original demand gets overwritten with the demand from the individual plants. How do i overcome this issue. That is how do i make sure the aggregated demand is the sum of DC's original demand + demand placed by DC's on plants. I want to know if there is any straightforward way of achieving this before modifying the macros to the achieve the same.
    Thanks
    Saradha
    Edited by: Saradha Ramesh on Sep 3, 2010 11:12 PM

    Datta
    Yes the plants do not get planned in APO , only the DC's are APO planned. We run MRP at plant level to create STO's from DC to plants. And we forecast the material in DP (forecast for plants and DC's) and release the forecast to SNP. We transfer the supply / demand (SO's) / stock from R/3 to APO for the material ( plants and DC's transaction data ) . Now we know the net demand value at each plant. We roll up the net demand from the plants to the DC's by using the aggregation / hierarchies.  Till this point everything is fine. But the issue arises when the net demand from the plants overwrites the DC's demand. That is the DC has 10 EA demand from the plants . The DC supplies to customer and the demand placed by customer on DC is say 5 EA. When i aggregate the demand , i should see 10 + 5 = 15 EA , but what i see is 10 EA . This is the issue
    Thanks
    Saradha

  • Exceptional aggregation on Non *** KF - Aggregation issue in the Query

    Hi Gurus,
    Can anyone tell me a solution for the below scenario. I am using BW 3.5 front end.
    I have a non cumulative KF coming from my Stock cube and Pricing KF coming from my
    Pricing Cube.(Both the cubes are in Multiprovider and my Query is on top of it).
    I want to multiply both the KF's to get WSL Value CKF but my query is not at the material level
    it is at the Plant level.
    So it is behaving like this: for Eg: ( Remember my Qty is Non-*** KF)
                   QTY  PRC
    P1  M1      10     50
    P1  M2       0     25
    P1  M3      5      20
    My WSL val should be 600 but it is giving me 15 * 95 which is way too high.
    I have tried out all options of storing the QTY and PRC in two separate CKF and setting the aggregation
    as before aggregation and then multiplying them but it din't work.
    I also tried to use Exceptional Aggregation but we don't have option of  ' TOTAL' as we have in BI 7.0
    front end here.
    So any other ideas guys. Any responses would be appreciated.
    Thanks
    Jay.

    I dont think you are able to solve this issue on the query level
    This type of calculation should be done before agregation and this feature doesnt exist in BI 7.0 any longer. Any kind of exceptional aggregation wont help here
    It should be be done either through virtual KF (see below )  or use stock snapshot approach
    Key figure QTY*PRC should be virtual key figure. In this case U just need to one cbe (stock quantity) and pick up PRC on the query run time
    QTY PRC
    P1 M1 10 50
    P1 M2 0 25
    P1 M3 5 20

  • BW 7.4 SP4 on HANA Rev 63

    Hello Gurus,
    We went live recently from BW 7.3 to 7.4 SP 4. We are facing issues with BWP, as the system freezes without any error, it goes down quiert often leaving no traces. When checked on the db backup it has no entries since last 3months. Do we have an issue here? Do we need to restart the HANA DB after migration? I am not quiet aware of basis activities in detail, my basis team has no clue on this but working hard to fix. Also how to trace the error? Checked slg1 no issues found.
    Appreciate help.
    Maddy

    Hi,
    See also the latest HANA Revisions here - SAP First Guidance - Business Warehouse on SAP HANA Installation
    Please Note that SAP BW 7.40 SP05 and higher require HANA SP08 Revisions.
    Best Regards
    Roland

  • Require Very Urgent Help on Aggregation Issue. Thanks in advance.

    Hi All,
    I am new to essbase.
    I have got an issue with aggregation in Essbase. I load data at zero level and then when I aggregate using CALC DIM i do not get any value.
    The zero level load being:
    Budget,Version,Levmbr(Entity,0),Levmbr(Accounts,0),NoRegion,NoLoc,NoMod,Year,Month.
    When I use default calc or give Calc Dim for the above no aggregation takes place at the parent level.
    Requirement :
    Values at Version,Region,Location,Model,Year,Month.Budget Level.
    Please advice.
    Thanks in advance.
    Bal
    Edited by: user11091956 on Mar 19, 2010 1:07 AM
    Edited by: user11091956 on Mar 19, 2010 1:10 AM

    Hi Bal,
    If you had loaded without an error , and after that your default calc is resulting in not aggregated values. Then I can imagine only one way, it cannot happend is through your outline consolidations.
    Check,if data which is loaded at the members does have IGNORE or ~ as the consolidation
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Inspoke aggregation issue

    I created an infospoke with a BADI.
    Basically I am extracting data from a MP to a flat file and I need the data aggregated. In the BADI I do sum the data.  However, I noticed in the monitor when it runs, the data is written to the file for each data package so even though I sum the data I will still have records with duplicate keys not aggregated.  If the number of records extracted is less than the number set in the data package size then I have no issue.  But I have a lot of data.
    How do I fix this?

    Hi,
           On buddy you need to create an temporary internal table with the same structure as E_T_DATA_OUT.. then transfer the raw data there.. then remove all data from E_T_DATA_OUT then loop on temporary internal table then tranfer the records on E_T_DATA_OUT via COLLECT statement this will aggregated (sum) the figures.
           Assign poinst if it helps...
    Thanks and regards,
    Raymond

  • Aggregation Issue when we use Hierarchy InfoObject in the Bex Query.

    Hi All,
          I have created a bex Query having some Char's and one hierarchy Infoobject in Rowa and RKF's. I haven't used any Exception aggreagation Objects in RKF. but, when I execute a query in the Over all result it's showing the Exceptional aggregation based on the Hierarchy Object.
    Briefly Illustrated my problem here.
    OrgUnitHierarchy     EmpID       RKF
    Root                          1                1
    RootA1                     1                1
    RootA2                     1                1
    Root                          2                1
    RootB1                     2                1
    RootB2                     2                1
    Root                          3                1
    RootC1                     3                1
    RootC2                     3                1
    Over all result                              3
    In the above example the Sum of the RKF is 9. but its showing only 3. When I Connect this with crystal report is the sum of RKF is showing 9. Please help me which is the correct one and why it's not aggregating child nodes?
    Is there any Config needs to be done to aggregate all the nodes of the Hierarchy? Thanks for your support in advance
    Regards,
    Shiva

    Hi,
    is this related to BEx Analyzer or BEx Web Reporting ? if so then I would suggest to post the entry into BEx Suite forum as this forum is for the SAP Integration Kit from BusinessObjects.
    Ingo

  • DATA AGGREGATION ISSUE IN REPORT

    Hi,
    when we were running query by selcting the the version  . the data is aggregation dono where it went rong
    Explanation :
    we  alredy loaded data with version for the year 2010.. we started laoding from April 2010 to March 2011.. as 12 fiscal periods, with 53 versiions.  here version means week(1to53 weeks for year ) but we started laoding from April means 14th week of year 2010. to March 2011. til here no probelm with data every thing is matching in the report/
    now the turn comes for laoding data from  April 2011..Again 14 version came which is alredy in system  for April 2010
    now what is happening ..
    when we laod data for 14 week of 2011 (April). data is Aggregating  or some mixxing up  with data..
    so what we had done is we had added calyear in the filter so that user can see only the data for version with respective year.
    even though data is Aggregation with previous year(2010) for the same version alredy in system ..
    nothing is working outt..
    can u pls sugest us , any probelm in the back end , need to do any changes for modelling ..
    till now what we had done is deleating the data from cube and dso for April2010  for 14 version  and laoding data for April 20110  with version 14 . which is toatlay new version in system.
    So this Keep on continuying every time..when data not matching.
    now for the Month May with version 20 we have to laod  the same probelm should not repeat .
    pls help with your valuable sugestion detailly.
    And this forecast summary report , we have data for next 2 years. planning is doing for every 2 years from currentt date
    Any queries pls let me know
    Edited by: afzal baig on May 11, 2011 4:00 PM

    Hi
    is your data stored in a cube or DSO? If it is DSO - is version and period / calmonth a key field?
    what type of key figure are you using and what is the aggregation rule for this key figure - in the infoobject definition and in the query definition?
    is there anything unusual in the definition of your version characteristic? any compounding?
    Why did you not use 0calweek?
    regards
    Cornelia

Maybe you are looking for

  • Index creation on a field in DSO for performance improvement of a select st

    Hi All, We have one DSO in Production which has around 48 million records. In a transformation of a cube, we have a select statement on the DSO with comparing 5 fields. And 4 of them are data fields in the DSO.before some time we change a structure o

  • Multiple instances of mailboxes

    I have four accounts in Mail.app: three are IMAP, one is POP. The three IMAP accounts each have their own sent, trash, and junk folders. There is also a sent, trash, and junk folder at the top level. Two of my IMAP accounts are duplicated. One copy h

  • Help with a database view/table

    Hi, I have seperate oracle9i database on one machine (UNIX). Myview view has poor performance in dbtest, but it has good performance in dbdev. Both DBs are having relatively similar configuration. When I set the autotrace on I realized the indexes ar

  • Ugh i can really use some help

    First off my ipod wont update at all i have been trying all day and no luck.My ipod video also has some videos on it that did work but the videos are a few seconds off so it looks like the singer isn't singing so what's the deal with that.

  • Sales Order Exit

    I'm working on the following requirement and i am stuck. Basically I have to make modifications to existing code in the Userexit MV45AFZB/USEREXIT_CHECK_VBAP. New change: if user changes the Carrier(CR) partner function at the item level I need to do