HANA and Gateway for Retail POS?

Coffee lovers...
I hope you don't mind me bouncing an architecture question off you? I can't find a more suitable forum for this kind of question!
A retail customer is blueprinting for a new POS implementation - they have 1100 stores and will run IS Retail.
Would it make sense to run HANA appliances with Gateway services and find a way to ensure the stores are always online (backup comms etc)?
The ECC developers would focus on exposing relevant IS Retail etc services through Gateway - golden rule to keep business logic inside SAP. I would aim for stateless services too to keep it simple.
The UI team could freely build all manner of in-store solutions on mobile devices, registers, scanners etc. It would be easy to create something like an Apple store experience in the higher value stores (they sell furniture under one brand).
Ideally they would work on a cross-platform development environment so the team could easily select the best hardware for any particular requirements. For example, wxWidgets looks like a way to keep UI development consistent regardless of device.
I would really value your thoughts on this kind of approach.
Thanks
Peter

Okay, but you also said:
Handling stateful calls also puts more business logic into the front end.
If your stateless applications are processing screen-flows and shopping cart type navigation on the frontend until each imaginable LUW is complete, then you might end up with more than the SAPGui installed over there anyway. Actually, you might need the database on the frontend as well for some business processes...
Please accept my apologies. I am a sceptic and specialize in breaking things
Cheers,
Julius

Similar Messages

  • Can we have oracle database and gateway for SLQServer on same machine

    Can we install oracle database and Gateway for sQLServer on same machine>?
    If yes, How does the listener files in gateway home (EG: C:\product\11.2.0\NETWORK\ADMIN) and oracle home (EG: C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN) look like?
    Where will we give dg4msql details in tnsnames and listner files?

    Here is the output of starting both the listeners. This is output when i appended listener1 settings in Oracle_home listener.ora file.
    C:\Users\Administrator>lsnrctl start listener
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2012 04:46
    :15
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Avvio di tnslsnr: attendere...
    TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Il file dei parametri di sistema Þ C:\app\Administrator\product\11.2.0\dbhome_1\
    network\admin\listener.ora
    Messaggi di log registrati in C:\app\Administrator\diag\tnslsnr\WIN-77CAQGHJSA2\
    listener\alert\log.xml
    Ascolto su: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521
    STATO del LISTENER
    Alias listener
    Versione TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Data di inizio 03-DIC-2012 04:46:20
    Tempo di attivitÓ 0 giorni 0 ore 0 min. 5 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    File di parametri listenerC:\app\Administrator\product\11.2.0\dbhome_1\network\a
    dmin\listener.ora
    File di log listener C:\app\Administrator\diag\tnslsnr\WIN-77CAQGHJSA2\list
    ener\alert\log.xml
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
    Summary table dei servizi...
    Il servizio "test" ha 1 istanze.
    L'istanza "test", stato UNKNOWN, ha 1 handler per questo servizio...
    Il comando Þ stato eseguito
    C:\Users\Administrator>lsnrctl start listener1
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2012 04:46
    :23
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Avvio di tnslsnr: attendere...
    TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Il file dei parametri di sistema Þ C:\app\Administrator\product\11.2.0\dbhome_1\
    network\admin\listener.ora
    Messaggi di log registrati in D:\product\11.2.0\tg_2\diag\tnslsnr\WIN-77CAQGHJSA
    2\listener1\alert\log.xml
    Ascolto su: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522
    STATO del LISTENER
    Alias listener1
    Versione TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Data di inizio 03-DIC-2012 04:46:29
    Tempo di attivitÓ 0 giorni 0 ore 0 min. 5 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    File di parametri listenerC:\app\Administrator\product\11.2.0\dbhome_1\network\a
    dmin\listener.ora
    File di log listener D:\product\11.2.0\tg_2\diag\tnslsnr\WIN-77CAQGHJSA2\li
    stener1\alert\log.xml
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)))
    Summary table dei servizi...
    Il servizio "dg4msql" ha 1 istanze.
    L'istanza "dg4msql", stato UNKNOWN, ha 1 handler per questo servizio...
    Il comando Þ stato eseguito
    C:\Users\Administrator>sqlplus /nolog
    SQL*Plus: Release 11.2.0.2.0 Production on Lun Dic 3 04:46:34 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> conn system/Manager1@star
    Connesso.
    SQL> create public database link test2 connect to "sa" identified by "pwd"
    using 'dg4msql';
    Creato database link.
    SQL> select count(*) from prefer@test2;
    select count(*) from prefer@test2
    ERRORE alla riga 1:
    ORA-28545: errore diagnosticato da Net8 durante la connessione a un agente
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: precedente 2 lines da TEST2
    Output of tnsping from oracle_home
    C:\Users\Administrator>tnsping dg4msql
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2
    012 05:01:28
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    File di parametri utilizzati:
    C:\app\Administrator\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    ╚ stato utilizzato l'adattatore TNSNAMES per risolvere l'alias
    Tentativo di contattare (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522)) (CONNECT_DATA = (SERVICE_NAME = dg4msql)) (HS=OK))
    OK (0 msec)
    tnsnames.ora file at D:\product\11.2.0\tg_2\NETWORK\ADMIN
    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    (CONNECT_DATA = (SERVICE_NAME = dg4msql))
    (HS=OK)
    C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN
    LISTENER_test=
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    (CONNECT_DATA = (SERVICE_NAME = dg4msql))
    (HS=OK)
    test=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = test)
    )

  • Compatible services and gateways for Telstra Air

    Is my CG3100d-2 paus modem compatible with Telstra Air? (It is not specifically mentioned on the web site)Thanks,Jarvo1

    https://www.telstra.com.au/broadband/telstra-air/how-to-join
    Click on Compatible gateways
    It it not shown or listed which means you'd need to pay for an upgraded modem to take part in Telstra Air.

  • Difference between BW on HANA, Native HANA and HANA Enterprise..?

    Hi Experts,
    I am learning SAP HANA modeling.
    I am not able understand why there are three terminologies i.e., BW on HANA, NAtive HANA and HANA enterprise..
    Could you please tell me the "Difference between BW on HANA, Native HANA and HANA Enterprise..?"""
    I searched in sdn but not getting required info.
    Please share the links if you have.
    Thanks
    Asha

    Asha,
    BW is a SAP Business Application, which can run on many traditional relational databases and on the SAP HANA database, BW on HANA is the BW application running on the HANA database, for details please see http://scn.sap.com/community/bw-hana/faq
    Native HANA means in general that the code has been developed on HANA and specifically for HANA. For example BW has coding which can run on all databases which are certified for BW, and new code developed specifically for HANA = HANA native.  Or another example, HANA studio is a native HANA application.
    HANA enterprise is a license version of HANA. You can buy runtime licenses to run BW on HANA for example, and you can buy the enterprise license, which is a very comprehensive license to use many HANA capabilities. Please see your SAP account executive or SAP partner for details.
    thank you
    erich

  • Difference between Oracle ORDM Product and Retail POS Suite

    Can someone please tell me if the Oracle ORDM Product and the Retail POS Suite by Oracle is the same or different.
    Regards,
    Akshatha

    Thanks for the reply.
    So, ORDM is a datawarehouse model which could be used for the analytics purpose like generating reports on the organisation's performance, having key performance indicators to measure up the metrics.
    And, Oracle Retail PoS Suite is a Point of Sale Application which can be used to carry out the activities related to point of sale.
    Please let me know if my understanding is appropriate.
    Thanks in Advance for the help.
    Regards,
    Akshatha

  • Oracle optimizer and heterogeneous services (Transparent Gateway for ODBC)

    Hi everyone!
    We have the following configuration:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production.
    Oracle Database Gateway for ODBC 11.2.0.2.0 on the same machine as Oracle DB.
    Non-Oracle DB installed on a different hardware accessed through Oracle Gateway for ODBC via dblink.
    Now, we have to query the remote non-Oracle system and retrieve some data. For the sake of brevity let's suppose we have the following table in our non-Oracle DB:
    create table test (
         ip_address varchar(15),
         start_time datetime,
         end_time datetime
    And we run the following SQL query against the remote table on our Oracle DB:
    SELECT start_time,end_time,ip_address
    FROM remote_table@db_link
    WHERE
    end_time >= to_date('2011-10-11 00:00:00','rrrr-mm-dd hh24:mi:ss')
    OR (
    end_time IS NULL AND start_time >= to_date('2011-10-11 00:00:00','rrrr-mm-dd hh24:mi:ss')
    AND start_time <= to_date('2011-10-12 00:00:00','rrrr-mm-dd hh24:mi:ss')
    AND ip_address = '127.0.0.1';
    But, having query monitoring on the remote DB enabled, we see that the actual query on the remote site looks like this:
    SELECT "START_TIME","END_TIME","IP_ADDRESS"
    FROM "REMOTE_TABLE"
    WHERE "IP_ADDRESS"='127.0.0.1' AND "START_TIME"<=?
    All references to END_TIME column are gone from WHERE clause for whatever reason.
    However, Oracle execution plan shows us the following:
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Inst |IN-OUT|
    | 0 | SELECT STATEMENT | | 1 | 27 | 200 (0)| 00:00:03 | | |
    |* 1 | FILTER | | 1 | 27 | 200 (0)| 00:00:03 | | |
    | 2 | REMOTE | REMOTE_TABLE | | | | | DB_LINK | R->S |
    Predicate Information (identified by operation id):
    1 - filter("END_TIME">=TO_DATE('2011-10-11 00:00:00','rrrr-mm-dd hh24:mi:ss') OR
    "END_TIME" IS NULL AND "START_TIME">=TO_DATE('2011-10-11 00:00:00','rrrr-mm-dd hh24:mi:ss'))
    Remote SQL Information (identified by operation id):
    2 - SELECT "END_TIME","IP_ADDRESS","START_TIME" FROM "REMOTE_TABLE" WHERE
    "IP_ADDRESS"='127.0.0.1' AND "START_TIME"<=:1 (accessing 'DB_LINK' )
    This actually means that Oracle CBO decided that it will apply filter on END_TIME column after having retrieved the data from the remote site. We don't want this behaviour but have no idea how to affect execution plan in this case.
    So, the question is: How can we force Oracle CBO to not change the initial query and pass it to the remote site "as is"? Is there any way we can achieve this goal?
    Edited by: user12024904 on 28-Oct-2011 04:05

    Hi,
    Our Oracle DB and Gateway are running on the following system:
    HP-UX B.11.31 U ia64
    The following SQL code is executed in SQLPlus:
    SELECT start_time,end_time,ip_address
    FROM ip_acc_complete@gr_link
    WHERE
    END_TIME >= to_date('2010-10-21 00:00:00','rrrr-mm-dd hh24:mi:ss')
    OR (
    END_TIME is null AND START_TIME >= to_date('2010-10-21 00:00:00','rrrr-mm-dd hh24:mi:ss')
    AND START_TIME <= to_date('2010-10-22 00:00:00','rrrr-mm-dd hh24:mi:ss')
    AND IP_ADDRESS = '127.0.0.1';
    Gateway debug trace shows the following:
    Oracle Corporation --- TUESDAY NOV 01 2011 14:59:15.254
    Heterogeneous Agent Release
    11.2.0.2.0
    Oracle Corporation --- TUESDAY NOV 01 2011 14:59:15.254
    Version 11.2.0.2.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/local/greenwich64/lib/libodbc.so.1"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using query as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    SQL text from hgopars, id=1, len=117 ...
    00: 53454C45 43542022 454E445F 54494D45 [SELECT "END_TIME]
    10: 222C2249 505F4144 44524553 53222C22 [","IP_ADDRESS","]
    20: 53544152 545F5449 4D452220 46524F4D [START_TIME" FROM]
    30: 20224950 5F414343 5F434F4D 504C4554 [ "IP_ACC_COMPLET]
    40: 45222057 48455245 20224950 5F414444 [E" WHERE "IP_ADD]
    50: 52455353 223D2731 32372E30 2E302E31 [RESS"='127.0.0.1]
    60: 2720414E 44202253 54415254 5F54494D [' AND "START_TIM]
    70: 45223C3D 3F [E"<=?]
    Deferred open until first fetch.
    Performing delayed open.
    The non-Oracle DB is CopperEye Retrieval Server with its own custom ODBC driver.
    CopperEye query log shows that the following query is received from Oracle Gateway:
    01/11/2011 14:26:31 - NEW QUERY :
    SELECT "END_TIME","IP_ADDRESS","START_TIME" FROM "IP_ACC_COMPLETE" WHERE "IP_ADDRESS"='127.0.0.1' AND "START_TIME"<=?
    which complies with the information in Oracle Gateway trace file.
    So, it seems that it's Oracle DB decision to split the original WHERE clause into two parts, delegate one part to the remote site, retrieve the data and then apply the remaining filter locally.

  • Deployed BP for retail store and inventory management

    Hi,
    I have installed BP for retail which gives me the pages of store and inventory management but the iViews are not opening even after assignig the roles to the users. I have created the system alias SAP_ECC_RETAIL but still no luck.
    Please help.
    Thanks.

    Hi,
    Please check the following:
    1. Ensure the BP for Common Parts is installed on the portal. This package is a prerequisite for the retail BP that u mentioned.
    2. Make sure the system object that u created for the backend have passed the connection tests.
    3. If this does not solve the issue, please check out the defaultTrace and application.log files under the following directory:
    /usr/sap/SID/JC<NN>/j2ee/cluster/server0/log
    Check the latest files here and post the error mssgs from there to this forum.
    Regards,
    Shitij

  • Single ERS Invoice for multiple POs with different GS and same IP

    Dear All,
    I have a Requirement as per the below scenario:
    We need to have single invoice created using ERS (MRRL) functionality in the below scenario:
    Two POs created with different Partner function GS (goods supplier) and same IP (Invoice party partner function).
    Ex:
    GS IP PO GR ERS
    vendor1 10001 4500001 500001 Yes ( GR-IV-Yes, GR done- Yes, same payment terms - 001)
    vendor2 10001 4500002 500002 Yes ( GR-IV-Yes, GR done- Yes, same payment terms - 001)
    When I run ERS for last 1 week (GR) and select the option (Doc selection – per IP or other criteria like GRs posted in last one week) , system should create 1 invoice document. Standard SAP posts 2 documents for each GS.
    I have tried using 2 user exits for MRRL, but none of them work for this functionality.
    Thanks,

    Hi,
    Go for  MIRO without MRRL.
    Instead ERS, you can post single  Invoice(MIRO) for multiple POs  for one vendor.
    OR
    Check with Technical consultant and go for development to have single ERS output for multiple ERS invoice documents for single vendor.
    Regards,
    Biju K

  • Gateway for informix: Unsupported Informix Server and other errors

    I set up the Database Gateway for Informix on WinXP 32 to connect from an Oracel 10gR2 Database to an Informix Database (Infomix Online Dynamic Server V7.31UP1).
    The basic connection seems to work (giving a wrong password in the database link results in an appropriate error message), but the test-statement "select * from DUAL@DLTEST" (and any other select) results in the following error message:
    >>>>>>>>>>>>>>>>>
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Oracle][ODBC Informix Wire Protocol driver]Unsupported Informix Server
    version.[Oracle][ODBC Informix Wire Protocol driver]Invalid attribute in
    connection string: ArraySize.[Oracle][ODBC Informix Wire Protocol
    driver]Invalid attribute in connection string: TruncateOversizedColumnValues.
    ORA-02063: preceding 2 lines from DLTEST
    <<<<<<<<<<<<<<<<<
    Setting HS_FDS_TRACE_LEVEL=DEBUG gives the following trace-output in <oracle_home>\dg4ifmx\trace\dg4ifmx_agt_2716.trc:
    >>>>>>>>>>>>>>>>>>>
    Oracle Corporation --- MONTAG JUN 09 2008 13:59:13.671
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONTAG JUN 09 2008 13:59:13.671
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    HOSGIP returned value of "straf" for HS_FDS_RECOVERY_ACCOUNT
    HOSGIP returned a value for HS_FDS_RECOVERY_PWD
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL16UTF16"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "FALSE"
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dg4ifmx"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for INFORMIX
    Facility:hsa
    Class:IFMX, ClassVsn:11.1.0.6.0_0006, Instance:dg4ifmx
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=2000
    HOCXU_DB_CSET=46
    HOCXU_SEM_VER=100000
    Entered hgolofn at 2008/06/09-13:59:14
    RC=-1 from HOSGIP for "PATH"
    PATH from environment is "D:\oracle_11g\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Programme\jdk1.4\bin;d:\programme\GTK\2.0\bin;"D:\Programme\Hummingbird\Connectivity\7.00\Accessories\";d:\Tools\GTK_2.0\bin;d:\tools\IsoBuster"
    Exiting hgolofn, rc=0 at 2008/06/09-13:59:14
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    Exiting hgoinit, rc=0 at 2008/06/09-13:59:14
    Entered hgolgon at 2008/06/09-13:59:14
    reco:0, name:straf, tflag:0
    Entered hgosuec at 2008/06/09-13:59:14
    uencoding=UTF16
    Entered shgosuec at 2008/06/09-13:59:14
    Exiting shgosuec, rc=0 at 2008/06/09-13:59:14
    shgosuec() returned rc=0
    Exiting hgosuec, rc=0 at 2008/06/09-13:59:14
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "straf"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using straf as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2008/06/09-13:59:15
    HS_FDS_CONNECT_INFO = "sijus10000:22231/si10000onl/kwadbstr"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2008/06/09-13:59:15
    dsn:sijus10000:22231/si10000onl/kwadbstr, name:straf
    optn:
    Entered shgogohn at 2008/06/09-13:59:15
    ohn is 'OraGtw11g'
    Exiting shgogohn, rc=0 at 2008/06/09-13:59:15
    Entered hgocont_OracleCsidToIANA at 2008/06/09-13:59:15
    Returning 2252
    Exiting hgocont_OracleCsidToIANA at 2008/06/09-13:59:15
    ##>Connect Parameters (len=299)<##
    ## DRIVER=Oracle 11g dg4ifmx-OraGtw11g;
    ## HostName=sijus10000;
    ## PortNumber=22231;
    ## ServerName=si10000onl;
    ## Database=kwadbstr;
    #! UID=straf;
    #! PWD=*
    ## ApplicationUsingThreads=1;
    ## CancelDetectInterval=0;
    ## TrimBlankFromIndexName=1;
    ## IANAAppCodePage=2252;
    ## ArraySize=100;
    ## UseDelimitedIdentifier=1;
    ## TruncateOversizedColumnValues=0;
    Exiting hgogenconstr, rc=0 at 2008/06/09-13:59:15
    Entered hgopoer at 2008/06/09-13:59:15
    hgopoer, line 159: got native error 0 and sqlstate HY000; message follows...
    [Oracle][ODBC Informix Wire Protocol driver]Unsupported Informix Server version.[Oracle][ODBC Informix Wire Protocol driver]Invalid attribute in connection string: ArraySize.[Oracle][ODBC Informix Wire Protocol driver]Invalid attribute in connection string: TruncateOversizedColumnValues.
    Exiting hgopoer, rc=0 at 2008/06/09-13:59:15
    hgocont, line 1890: calling SqlDriverConnect got sqlstate HY000
    Exiting hgocont, rc=28500 at 2008/06/09-13:59:15 with error ptr FILE:hgocont.c LINE:1910 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/06/09-13:59:15 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/06/09-13:59:15
    Exiting hgoexit, rc=0 at 2008/06/09-13:59:15
    <<<<<<<<<<<<<<<<<<<<<<<<
    What's going wrong ?
    Regards Klaus

    Hello,
    I downloaded the gateway package of Oracle version 11.1.0.6.0, and installed Informix gateway driver. I made the necessary settings, and i have exactly the same problem, as described above.
    I receive error message "OracleODBC Informix Wire Protocol driverUnsupported Informix Server version.OracleODBC Informix Wire Protocol driverInvalid attribute in connection string: ArraySize.OracleODBC Informix Wire Protocol driverInvalid attribute in connection string: TruncateOversizedColumnValues." when trying to set up a connection from Oracle to Informix 7.3. I read here, that there is a patch of Informix gateway: fix 6799360, which is unfortunately not available for for download for Windows XP. I cannot search MetaLink for this problem, because I just would like to test this Oracle feature, I did not buy Oracle license.
    Does anybody know about this patch? Can anybody help how could I make working this Informix gateway?
    Thanks for help, Gyula

  • SharePoint 2013 and SAP connectivity / SAP Gateway for Microsoft and Duet Enterprise 2.0

    Hello,
    we are investigating the connection possibilities of SharePoint 2013 with SAP.
    The basic scenario in our cases involves the transfer of documents and/or metadata from SharePoint to SAP possibly through a Workflow in SharePoint.
    From my research the most promising official (no 3d-party) interfaces that can be used are the Duet Enterprise 2.0 and the SAP Gateway for Microsoft.
    From my understanding both interfaces allow only the consumption of Data from SAP to SharePoint and not vice versa. Moreover the interoperability of documents seems not be supported. Are CRUD operations from a SharePoint native lists to SAP supported?
    Can someone please clarify this topics?
    I have found lots of documentation concerning the interfaces but not a clear answer to this questions.
    Many thanks in advance!
    Ioannis

    Hi Ioannis,
    It seems that there is no built in method to get data from SharePoint list in SAP.
    As a workaround, we can export SharePoint list to excel and then use that spread sheet as a source data in SAP.
    http://scn.sap.com/thread/3467263
    http://scn.sap.com/thread/3472110
    As this issue is regarding to SAP, I recommend you to ask the question in the SAP:
    http://scn.sap.com/welcome.
    More experts will assist you, then you will get more information relation to SAP.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Good add-ons for retail, point of sale, wholesale and distrbution industry

    Hi,
    Which are the good add-ons available in India for retail, point of sale billing, wholesale and distribution industry?
    Typical requirements are:
    1. Point of sale billing
    2. Barcoding - if same item is scanned twice, the qty of the item should increase, rather than creating a new item row.
    3. Combo Offers - Buy 1 Get 1 Free, etc.
    4. Repacking of items - buy in bulk and sell in loose
    5. Support for multiple MRP for same item, example an item with old MRP is in stock, and the same item with new MRP is also in stock
    6. Loyalty Point, Membership schemes
    7. Multiple Payment Modes in same Invoice: Coupons, Card, Cash, etc.
    The add-on should work on B1 Starter Pack licenses.
    The customer operates small sized departmental stores from 3 locations, with 1 or 2 billing counters in each location, and has limited budget due to which we are suggesting B1 starter pack to him.
    Thanks.

    Hi,
    Please refer license guide for starter package: (page 10)
    http://www.rels.co.il/wp-content/uploads/2013/07/B1_90_LicenseGuide.pdf
    Also check limitation of starter package:
    SAP Business One Starter Package - SAP Business One Central
    Thanks & Regards,
    Nagarajan

  • HANA One on AWS default username and password for hdbsql having issues

    Hello, I am going through the SAP HANA Academy online for the HANA Recommends project, and just getting my HANA instance setup and running through AWS.
    In this video: http://youtu.be/P0U-XSnSd1Y
    There is a point where the author is showing how to change the password for hdbsql. In order to do this, I need to log into hdbsql first using the default password, and then change it. Unfortunately, I keep getting an error saying that the username or password is incorrect (*10: invalid username or password: SQLSTATE: 28000).
    Here are the commands I'm entering into PUTTY:
    hdbsql => \c -i 00 -n localhost:30015 -u SYSTEM -p manager
    Is the default password different?

    Hi Ahmed,
    I got the same problem.
    To solve it, you can change the password in SAP HANA One Management Console.
    Open your browser and put in the public DNS of your HANA box.
    Enter your AWS Access Key Id and Secret Access Key
    You should have the options to change the password.
    For more information, go to
    Configuring SAP HANA One | SAP HANA

  • Mix of SAP Gateway and non SAP Gateway for Integration with SAP

    Hello,
    I am looking for a document on where SAP NW Gateway fits in as part of an integration overall strategy.  So, for example, my understanding it is primarily for Mobile app integration.  I hear some customers talking about using Gateway for what we normally think of as EAI core integration.   So, it does not seem right to me in many typical SAP integration requirements would be handled via Gateway.  Other traditional SAP integrations via PI or another ESB leveraging enterprise services, SAP API like BAPIs and IDOCS would be more appropriate in many non-mobile type situations.
    Does anyone have general guidance on the above integration advice, thx

    A good discussion..If I can add few things
    1) PI REST Adapter is planned, should be available sometime in near future..
    I do not think every integration scenario should be handled in Gateway (rather oData style) just because it can or it might work thinking. Doing it odata style means you need to re-write all functionalities as Web Based Services (eSOA anyone??)
    2) Gateway (oData Services) - should be used in User to System scenario ( mobile, browser light weight type) , where you would want to transfer minimal data to the user and back
    3) PI - System to System as you mentioned. e.g. Master Data/Customer Synchronization between ecc & crm etc. Doing them in oData style seems like overkill to me when you can use the IDOCs/ALEs and you do not need the data to be transferred over HTTP.
    Both Gateway and PI are targeted for different scenarios and have their own place, and as such the right product should be evaluated carefully for each scenario.
    Just my two cents.
    Sandip

  • Gateway hostname and gateway service name for XI

    Hi,
    Where can i find the Gateway hostname and gateway service name for XI Integration server. I need this info to input for creating RFC for SAPSLDAPI.
    Thanks in advance. Sri

    Sri,
    You can find this info from t-code SMGW
    Choose menu Goto->Parameters->Display and search for entries
    gateway hostname and gateway service (usually sapgw00)
    Reward if helpfull
    Vijay Kothapalli

  • Multi-step replenishment and ECC 5 for Retail

    I have a few questions regarding this topic as we are trying to get a handle on this functionality. So, if any of these questions is applicable to you I would appreciate an answer:
    1. Are any of you out there running the Mult-step Replenishment functionality SPECIFICALLY ON ECC 5.0?
    1.a) as a follow on to this question, are you running the Retail Industry solution?
    2. For those of you running this on ECC 6, did you first implement this on ECC 5 (or older)?
    2.a) as a follow on to this question, did you experience problems or require changes to your solution when you upgraded to ECC 6?
    And for the consultants out there:
    3. Do you or do you know of someone who has direct experience with implementing this functionality on ECC 5 for Retail?
    Thanks,
    Don

    Hi n Thnks,
    But also i wanted to know how exactly IS-Retail will help us in comparision to ECC 5.0.
    I mean i want to know what excatly will be the added adv. of it over ECC.
    (bcoz browsing through sites / forums is not giving me much of a info.)
    ALso if i change my existing ECC system to Retail what will be the implications on the current envioroment.
    Can i get a Link / PPT/ article relating to this.
    Thnks & Rgds

Maybe you are looking for

  • XML Publisher

    Hi all, I want certain clarifications n XML Publisher reporting tool 1.I have attached a java code to call the report and have hard coded the location of rtf file and the datatemplate. But we dont want to hardcode the location.What are the possible w

  • Windows 8 Pro to 8.1 Upgrade on Late 2012 iMac

    Hey all, Just wanted to report some good news to those of you watching and waiting.  I have a late 2012 27 inch iMac with a 3TB Fusion drive running Windows 8 Pro via bootcamp.  Given the saga earlier this year of a) waiting for BootCamp support on 3

  • URGENT -------- PLEASE HELP GURU's

    hi all could any one tell me what is wrong in this code because when i do it does not go the next string displayed on the screen it goes to the first string only. PLEASE HELP while (st.hasMoreTokens())           String accession = st.nextToken();    

  • Inserting into views

    Hi everybody. I have a question regarding inserting data through views. One can insert and delete rows through a view only if the view definition doesn't have the following:1. Distint clause 2. Group By clause 3. Start With clause 4. Connect By claus

  • Apps won't download from App Catalog

    Posted in the wrong area. Moved to webOS Software. I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution"