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

Similar Messages

  • 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

  • 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

  • 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.

  • 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.

  • HANA Studio connection with HANA server in HANA One (Rev 56 and up)

    Dear HANA One Customers,
    You must be aware of our latest HANA One release with HANA SP6 (blog: The specified item was not found. Once you launch a new instance using HANA One Rev 52.1, you can upgrade your instance to HANA Rev 56 or HANA Rev 62. You can do it in steps (Rev 52 -> Rev 56 -> Rev 62) or do directly (Rev 52 -> Rev 62). By the way, Rev 62 is the first HANA 1.0 SP6 release in HANA One. As we recommended, if you upgrade HANA Version to 56 or 62, please upgrade your HANA Studio and HANA Client to the corresponding version.
    If you upgrade to either Rev 56 or Rev 62, you don't need to add any entry to C:\Windows\System32\drivers\etc\hosts to connect HANA Studio to use all the functionality of HANA Studio with HANA in cloud. While HANA One's add-on manager, upgrades. it makes a change in one configuration file (global.ini) for public_hostname_resolution.
    However, if you change IP of your HANA One instance, you need to update this parameter which is described in the Quick Start Guide. The steps are summarized as:
    In the Administration editor of HANA Studio,
    Choose the Configuration tab. A list of all configuration files appears.
    Expand the global.ini configuration file
    Select the section public_hostname_resolution
    Choose Next and enter the values map_hanaserver in the Key field and your IP or public DNS in the Value field.
    For example, set the values as Key: map_hanaserver, Value: xx.xx.xx.xx if you use an IP address including an Elastic IP. If you use DNS as the value it could be ec2-xx-xx-xx-xx.compute-1.amazonaws.com
    With this new feature, the same HANA Studio can connect to many HANA One instances at the same time which was not possible earlier prior to Rev 56.
    Thanks,
    Swapan

    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

  • SAP HANA Input parameters in SAP BO Analysis

    Hi, dear experts.
    Please help me with one problem in SAP BO Analysis. Problem is: in sap hana studio i made calculation view that has some input parameters (Param. type - Direct, Sematic Type - Date, Data type - Date). Then i made filter with this parameters in one of projection of my calculation view. When i push data preview in Hana Studio all input parameters are ready to input and they also have "Value help dialog". All is great! SAP HANA Studio version is 1.0.7000 (Build id: 386119). HANA DB version is 1.00.70.00.386119.
    On workstation i installed SAP BO Analysis edition for Microsoft Office 32-bit and driver for SAP HANA 70 Client Win32, made ODBC connection to HANA server. From SAP BO Analysis I found my view and started it. I see my input parameters, and see "value help dialog", but i can't choose value: it's not available for input. Here is the problem: what i have to do to enter the parameters?
    I also try to use variable but value help dialog is empty. Please help me with this issue.
    Message was edited by: Tom Flanagan

    Hello Andrei,
    Tested on:
    HANA Rev 70
    Have tested for variables and the value help is coming.
    Regards,
    Krishna Tangudu

  • Problem displaying HANA description fields in Explorer

    We have created a number of attribute views and a analytic view based on ECC tables.  The underlying attribute views reference text tables, for example TSPA and TSPAT.
    A data preview of the Analytic view in HANA Studio shows all the text fields correctly.
    But when we display the analytic view in Explorer, certain text (description) fields fail to display, instead defaulting to the code.
    When we reactivate the analytic view, we notice some of the originally-working text fields display correctly but others are now not working properly.  Each time we reactivate the view we get different results.
    Mutliple information spaces built on the same Analytic model all behave the same way.
    We are using HANA rev 25.
    Can anyone offer some advice of help on this issue?!

    Hi Joe,
    I am not sure about the same but many times this will happen when the attribute (in your case description) is the private attribute. So, you can check if the attribute is not a private attribute then how the report look like.
    Regards,
    Neha Singla

  • Error installing rev 74.3

    Hello We are trying to install  hana rev 74.3 and we are getting the next error
    Installation failed
    error installing
    Cannot create instance
    Import of delivery units failed
    Cannot import delivery unit /hana/shared/NDB/global/hdb/auto_content/ZHANA_ADMIN.tgz
    we will be using it for installing SAP Business One 9.0 pl14
    Thanks
    Jacobo
    Message was edited by: Tom Flanagan

    Hi Jacobo,
    Currently what is your source HANA version? You may need to check your delivery unit archive format, which should not be of a higher format version than you used for your HANA installation.
    You may refer the note: 1984354 - Import of a Delivery Unit fails due to incompatible archive format version
    Also you can have a look on the note : 1830600 - Import of delivery units failed / Cannot resume broken upgrade when doing the followup upgrade
    Best regards,
    SUJIT

  • Can't filter by VIEW_TYPE = 'CALC' from SYS.VIEWS in rev. 23

    Hi all!
    Trying to select:
      select * from views where view_type='CALC'
    Getting the following error:
    Could not execute 'select * from views where view_type='CALC''
    SAP DBTech JDBC: [2]: general error:  case(Boolean, BigInt, Boolean, NLocator)
      Candidates:
         Alphanum case(Boolean(&)([]), Alphanum(&)([]))
         Double case(Boolean(&)([]), Double(&)([]))
         Real case(Boolean(&)([]), Real(&)([]))
         Decimal case(Boolean(&)([]), Decimal(&)([]))
         SmallDecimal case(Boolean(&)([]), SmallDecimal(&)([]))
         BigInt case(Boolean(&)([]), BigInt(&)([]))
         Integer case(Boolean(&)([]), Integer(&)([]))
         SmallInt case(Boolean(&)([]), SmallInt(&)([]))
         TinyInt case(Boolean(&)([]), TinyInt(&)([]))
         String case(Boolean(&)([]), String(&)([]))
         NString case(Boolean(&)([]), NString(&)([]))
         BinaryString case(Boolean(&)([]), BinaryString(&)([]))
         Binary case(Boolean(&)([]), Binary(&)([]))
         Locator& case(Boolean(&)([]), Locator(&)([]))
         NLocator& case(Boolean(&)([]), NLocator(&)([]))
         Longdate case(Boolean(&)([]), Longdate(&)([]))
         Seconddate case(Boolean(&)([]), Seconddate(&)([]))
         Daydate case(Boolean(&)([]), Daydate(&)([]))
         Secondtime case(Boolean(&)([]), Secondtime(&)([]))
         Timestamp case(Boolean(&)([]), Timestamp(&)([]))
         Date case(Boolean(&)([]), Date(&)([]))
         Time case(Boolean(&)([]), Time(&)([]))
    The same is with select * from views where view_type like '%CALC%'
    But the statement: select * from views where view_type='ROW' works, which is strange.
    It happens on Hana rev.23.  Can You please check, is this bug still remains in further revisions?
    BR, Dmitry

    Hi,
    The following works fine with Revision 25
    SELECT TOP 1000 * FROM "SYS"."VIEWS" where VIEW_TYPE='CALC'
    SELECT TOP 1000 * FROM "SYS"."VIEWS" where VIEW_TYPE='JOIN'
    SELECT TOP 1000 * FROM "SYS"."VIEWS" where VIEW_TYPE='OLAP'
    SELECT TOP 1000 * FROM "SYS"."VIEWS" where VIEW_TYPE='ROW'
    Rgds,
    Murali

  • Is it possible to export schema from one HANA server to other

    Hi,
    Is it possible to export schema from one HANA DB server and import it on another HANA Server?
    Thanks & Regards,
    Kumar

    Hi Gaurav,
    Yes you can Export Schema and Import Eported Schema in New Schema if you have HANA Rev 69.
    Please check below links.
    Backup particular database on B1H HANA
    SAP HANA restore and backup single schema
    SAP Business One 9.0, version for SAP HANA PL04 available
    SAP Business One 9.0, version for SAP HANA PL03 available now
    Hope this helps
    Regards::::
    Atul Chakraborty

  • HANA Index Server Not Starting

       Hi,
    We are using SAP HANA Rev 48 on AWS. HANA Server got crashes and Index server is not starting.  Looking at Crash Logs (Attached), seems HANA Memory Usage is close to Allocated Memory.
    How can we resolve this. We may be fine to unload tables or delete some of the data to make the system up and running but unable to perform actions as for these DB need to start once.
    Any suggestions.
    Thanks,
    S

    Hi Shobhit,
    If I follow your original message correctly, you are using HANA One Rev 48. Then, if you follow https://scn.sap.com/docs/DOC-59814, you will see HANA One Rev 48 was released on Feb-7-2013 which came with 1 year license. So, your HANA license key delivered via HANA One Rev 48 must have expired now.
    There were multiple messages, blogs posted requesting existing HANA One customers to migrate to HANA One Rev 52.1. Here is one such blog:http://www.saphana.com/community/blogs/blog/2013/09/26/sap-hana-one-migration-via-data-backup-and-recovery. The blog says -
    "SAP released HANA One Rev 38, HANA One Rev 48 and HANA Rev 52 prior to the releasing HANA One Rev 52.1. HANA One Rev 52.1 has self-service upgrade capability via Addon Manager [blog]. Customers using HANA One Rev 52.1 can continuously upgrade to the latest HANA version as a self-service option and can also extend 1 year license key at its expiry or install a valid license key, if needed. However, customers using HANA One prior to HANA One Re 52.1, cannot upgrade HANA nor can extend license key. This blog provides a step by step procedure to migrate older releases of HANA One to the latest HANA One to take advantage of new Addon feature in HANA One Rev 52.1."
    It appears you haven't upgraded your HANA version from Rev 48. I believe HANA One Rev 52.1 supports HANA Rev 72 as I write now.
    As a good practice for any database, you should take periodic backup to meet your business requirements. I see you don't have backup.
    If this is extremely urgent to recover your system, you may contact HANA One team at [email protected] with valid business justification why you may need a temporary license to recover your system and then you can migrate to the latest HANA version delivered via HANA One.
    Thanks,
    Swapan Saha
    P.S. I have new responsibility at SAP and hence not following HANA One messages regularly. Just responding here due to the uniqueness of the issue. However, community members and my HANA One colleagues are regularly following up here. So, once you resolve HANA License key issue, you can resolve related issues with community support here. Please keep using HANA One and sharing your knowledge wih fellow community members.

  • Analysis for OLAP - HANA - Performance Issue

    Hi Experts,
    i have a performance issue using Analysis OLAP on HANA view: when i drag a dimension in the background section, is necessary to wait a lot of time and usually BI goes in error with timeout message.  
    The BI release is 4.1 SP4 and HANA is in SP7.
    Thanks.
    Andrea

    Hi Andrea,
    That's a bit odd. How big is that dimension? As you know, when you add a dimension to the background it automatically opens the member selector allowing you to pick the appropriate members.
    The member selector can be tuned by changing the properties of the MDAS service. If you look at section 7.7.1 in the Admin guide entitled "Maximum number of members returned when filtering", you'll see how to reduce the number of members returned. This may help with your issue.
    http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp1_aa_admin_en.pdf
    Best regards,
    Philip

  • Connecting to HANA through Studio

    Hi Experts:
    I shall apologize for this stupid question in advance.
    So, we have recently acquired a HANA box (this had HANA rev.23) already installed and set up in it).  Now,  I have installed the Studio on my laptop, and am trying to connect to HANA.
    It gives me two options:
    Authentication by Operating System User
    Authentication by Database User
    Which method should I choose and why?  I should point out that I don't have a Database User at this point (is there an administrator user with default password here) .  I also don't have a lot of details on what was done previously in this HANA box. 
    Any help to get me started would be appreciated.  Is there a super user that I can use to establish the initial connection?
    Imran

    Hello Imran!
    Seriously, you need to talk to your hardware vendor who installed the HANA instance for you.
    Your corp. paid a lot of money for this and your partner doesn't provide you with the logon data?
    Hard to believe, to be honest.
    Make sure  to get in touch with your partner - you will need him later on anyhow. For OS patches, for scale out installations, for all HW/OS level activities including backup/recovery.
    No way to avoid this.
    regards,
    Lars

  • HANA Replication Error -

    Hello Expert ,
    After enabling replication - we found that after 2% replication is stuck and indexserver shows following errors :
    TrexNet          EndPoint.cpp(00260) : ERROR: failed to open channel <2ndry_HostIP>:33102! reason: (connection refused)
    rexNet          EndPoint.cpp(00260) : details:
    TNS              TNSClient.cpp(00671) : sendRequest dr_secondaryactivestatus to <2ndry_Hostname>:33102 failed with NetException. data=(S)host=<2ndry_Hostname>|service=statisticsserver|(I)drsender=1|port=33005|
    TNS              TNSClient.cpp(00671) : sendRequest dr_secondaryactivestatus to <2ndry_Hostname>:33001 failed with NetException. data=(S)host=<2ndry_Hostname>|service=statisticsserver|(I)drsender=1|port=33005|
    sr_nameserver    TNSClient.cpp(06915) : error when sending request 'dr_secondaryactivestatus' to <2ndry_Hostname>:33102: connection refused,location=<2ndry_Hostname>:33001
    Same text appears for nameserver , indexserver etc...
    End of trace shows the below text :
    Stream NetworkChannelCompletion.cpp(00524) : NetworkChannelCompletionThread #0 NetworkChannel FD 173 [0x00007ff18449e158]  {refCnt=6, idx=0} 172.28.90.185/33103_tcp-><2ndry_HostIP>/56197_tcp Connected,[-w--]
    : Error in asynchronous stream event: exception  1: no.2110001  (Basis/IO/Stream/impl/NetworkChannelCompletion.cpp:450)
        Generic stream error: getsockopt, Event=EPOLLERR - , rc=110: Connection timed out
    $NetworkChannelBase$=
    NetworkChannel FD 173 [0x00007ff18449e158]  {refCnt=6, idx=0} <1ry_HostIP>/33103_tcp-><2ndry_HostIP>/56197_tcp Connected,[-w--]
    exception throw location:
    1: 0x00007ff6fed5d6ca in Stream::NetworkChannelCompletionThread::run(void*&)+0x686 at NetworkChannelCompletion.cpp:450 (libhdbbasis.so)
    To me it looks like some network issue but i am not able to reach and conclusion , HANA rev used is Rev91.
    Thanks
    Dev

    Hello Dev,
    I will just assume that you have religiously followed the System Replication Setup guides and have also respected the network requirements for replication.
    Please check your secondary.
    As <sidadm> on secondary.
    1. HDB status ( you should see running HDB processes)
    2. hdbnsutil -sr_state (this will show you your replication setup and state)
    3. Check on your secondary that port 33102 is being listened on. I believe it's the hdbpreprocessor that listens on this port.
    netstat -an | grep 33102 | grep LISTEN
    lsof -i :33102 | grep LISTEN
    Kind Regards,
    Amerjit

Maybe you are looking for

  • How do I output digital/analogue signals based on a text file

    I have a CSV file with three fields in each record; time, rpm, and a voltage. A sample file is attached. The rpm numbers are generated using 8 counts/revolution. I want to replicate this file somehow. At a trade show this past weekend I was told Labv

  • OBIEE group and filter in analysis

    Hi all, As an example, I have an analysis with the following table and values on it: Code Description 1 Description 2 Date Description 3 Description 4 Description n 1 abc1 a 01/01/2001 random value random value random value 1 abc1 a 01/01/2003 random

  • In search of XDK for Oracle 8i.

    In some Application (what I am devbeloping) I need to fetch data from Oracle 8i and embed it into an XML for further processing. I read that XSQL Server pages is capable to generate XML with data embedded in it. For this operation XDK is Required. I

  • How do I prevent a 2nd website from nuking a 1st site?

    I hope you can help me since I have not succeeded in my attempts so far. On one macbook I have a fully developed iweb website that I want to keep. When I attempted to design a 2nd site, with a new name, using iweb in my macbook pro, it simply replace

  • Absolute coordinates of Component inside a Grid Parent

    I have a TextInput component inside a Grid component and it inside another component... How can i know the TextInput absolute x,y coordinates? <mx:TabNavigator ......> <mx:Canvas ...> <mx:Grid ...> <mx:GridRow> <mx:GridItem> <mx:TextInput id="AAA" />