RFC SDK, connect with japanese username to a unicode SAP system

Hello everybody,
I try to connect with a japanese username to a unicode SAP system. I use VC++ and make the call like this:
     BYTE utf8_byteArray[10] = {0xE3, 0x81, 0x8A, 0xE3, 0x81, 0x99, 0xE3, 0x81, 0x99, 0x00 };
     CString sJapUser(utf8_byteArray);
     sConnectParam.Format( cU("CLIENT=%s USER=%s PASSWD=%s LANG=%s SYSNR=%d ASHOST=%s PCS=2"),
                         "800",
                         sJapUser,
                         "password",
                         "EN",
                         1,
                         "9.22.104.145");
     hRfc = ::RfcOpenEx( (char*)(LPCTSTR)sConnectParam, &error_info);
I tried it with different codepages and PCS settings (1/2) too but i always get the error:
"Name or password is incorrect (repeat logon)"
When I connect to a non unicode japanese system in locale encoding it works.
Another thing i saw is that the utf8 string is truncated after 12 bytes (12 character/bytes is the limit of user name length). When I use a japanese username with 6 japanese symbols (18 bytes in utf8) I see the following in the RFC trace:
rfcOpenHooked
    destination             <unknown>
    mode                    3
    conopt 3 hostname       9.22.104.145
    conopt 3 sysnr          1
    conopt 3 use_l_bal      0
    conopt 3 use_sapgui     0
    client                  800
    user                    おすすめ (here the username misses 2 japanese characters)
    language                E
    trace                   0
L-GetCodePage (DEFAULT-CP) rc = 0: 1100
Here the username is correct:
>>> RfcOpenEx ...
Got following connect_param string:
   CLIENT=800 USER=おすすめダウ PASSWD=******* LANG=EN SYSNR=1 ASHOST=9.22.104.145 CODEPAGE=4110 PCS=2
Send RFCHEADER: 01/LIT/IEEE/SPACE/4110
Send UNICODE-RFCHEADER: cp:4110/ce:IGNORE/et:5/cs:1/rc:0x00000023
In the RFC trace the username is truncated (only 12 bytes(4 characters) instead of 18 bytes (6 characters))
000160 | 44657369 676E0130 0111000C E3818AE3 |Design.0........|
000170 | 8199E381 99E38281 01110117 000C905F |..............._|
000180 | E417BBAC 1DDD543E CE540117 01140003 |......T>.T......|
To connect with japanese usernames using the SAP-GUI works fine but the rfc traces show that the connection is established in another way.
Can anyone help me with this or is it just impossible to use japanese usernames for logon with RFC.
Thank you in advance.

Please note the header of this forum: "This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages). "
I do not think you are using any of the products described above. Please post to the correct forum.
Ludek

Similar Messages

  • Problem with Send and Receive Emal In SAP System

    Hi gurus!
    I have a following quote:
    Dear !
    I have a problem with send and receive email in SAP system following :
    I want to test send and receive email in local network at my company. I
    had two server
    Server 1 : I setup Exchange Mail Server 2007 with domain controller is
    fes.com
    Server 2 : I setup SAP ERP ECC 6.0
    On Server 1 : I created 2 account ( u1Afes.com and u2Afes.com ) and then I tested send and receive email between u1 and u2 in local network through Microsoft Outlook 2007 -> OK
    and then
    On Server 2: I had configured send and receive email on SAP system
    through tcode SBWP, SCOT and SOST as Note 455140 - "Configuration of
    e-mail, fax, paging or SMS using SMTP"
    for example :
    I logged in SAP system with user Basis01 (with email u1Afes.com ) -> then,using tcode SBWP -> new message -> send to u2Afes.com with Internet Mail type and then status message with green light -> sending ok
    and then I have used Microsoft Outlook 2007, I logged with account u2 ->check email -> Ok. I saw message which send from u1
    Finally, My problem is how can receive mail in SAP system without using Microsoft Outlook
    For example:
    Login system SAP with Basis01 account (with  u1Afes.com ) -> tcode SBWP ->New Message -> send to u2Afes.com
    and then
    Login system SAP with Basis02 account (with u2Afes.com ) -> tcode ??? ->
    To receive email from Basis01 (with u1Afes.com )
    Please help me now
    Thanks
    I replace "@" with "A" because of banning email of this forum.
    This quote is about sending email in local network. And we can't receive any email from the outside email address. Addition if I wanna send email to internal email in Internet (we've just tried with email address in local network) What should I config in SAP and Exchange ?
    By the way, Is SAP Server IP added to Relay Agent for sending or receiving mail ?
    Regards
    An NLP
    Edited by: An NLP on Apr 6, 2010 7:03 PM

    Hi,
    This problem is a classic problem of mail routing via Exchange. Exchange like most mail servers use the domain part of the email address as a means to route mails. So I will make an assumption that your main company mail addrss is "User @ fes.com".
    So when you send a mail to the "User @ fes.com mail" address the mail is delivered to your Outlook mail address as this is the default route for company.
    (Q) So how do you get your Exchange server to relay the mail into the sending SAP system?
    (A) The easiest way would be to setup and unique mail domain for your SAP system. I always recommend "user @ client.sid.company.com" which in your case would be "u1 @ 100.PRD.fes.com". You can then instruct Exchange to send any emails addressed to 100.PRD.fes.com domain to your SAP system. Also using this format of address you can configure multiple mail connections into multiple SAP systems.
    (A) Another answer would be to enter the "Full" email address (LOcal and Domain part of address) into the routing rule for Exchange e.g. "U1 @ fes.com" so that all emails addressed to this user will be delivered into SAP. However this method requires a lot of Admin as you will have to update Exchange with ALL email address that need to receive emails. Also if your corporate mail address is "U1 @ fes.com" then all mails will be forwarded to SAP.
    I would definitely NOT recommend this method but the decision is up to you.
    P.S. The IP address of the SAP system is entered into the mail header of the email. This is standard practice in SMTP relay. You can suppress this header in Exchange
    Hope this helps
    Michael

  • RFC SDK connect call fails for NW2004s SPS13 if password in lowercase

    Hi all,
    I am running a sample rfc program on solaris m/c.
    SAP server details
    2004s SPS13
    I am using a communication user to connect to server using RFC SDK.
    If i connect to the server with password in smaller case it gives aerror message
    "Name or password is incorrect"
    But if i give the password in capital case,it works fine.
    BAsically i have to create a user with acapital password to work fine on SPS13
    ON SPS12 it worked fine for lower case password.
    Best Regards
    Manoj

    Please note the header of this forum: "This forum is dedicated to all other development-related questions which are not directly addressed by other forums. This includes Business Objects SDKs, products, or technologies which do not fall under BusinessObjects Enterprise, BusinessObjects Edge, Crystal Reports Server, or Crystal Reports (for example Desktop Intelligence SDK, Universe Designer SDK, Portal Integration Kits, Java User Function Libraries, and other third party technologies or development languages). "
    I do not think you are using any of the products described above. Please post to the correct forum.
    Ludek

  • No connect to database possible while logging in sap system

    hi to all experts ,
    all the work process are wait state but with one work process i have error 1 and when im trying to logon to sap im getting this message no connect to database possible session terminated
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        EC6
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    75
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        3664
    Thu Jul 10 00:06:23 2008
    kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    length of sys_adm_ext is 572 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3664) [dpxxdisp.c   1237]
         shared lib "dw_xml.dll" version 75 successfully loaded
         shared lib "dw_xtc.dll" version 75 successfully loaded
         shared lib "dw_stl.dll" version 75 successfully loaded
         shared lib "dw_gui.dll" version 75 successfully loaded
         shared lib "dw_mdm.dll" version 75 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Thu Jul 10 00:06:28 2008
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >gcecc6_EC6_00                           <
    DpShMCreate: sizeof(wp_adm)          18304     (1408)
    DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1440)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05FF0040, size: 4653368)
    DpShMCreate: allocated sys_adm at 05FF0040
    DpShMCreate: allocated wp_adm at 05FF1E40
    DpShMCreate: allocated tm_adm_list at 05FF65C0
    DpShMCreate: allocated tm_adm at 05FF65F0
    DpShMCreate: allocated wp_ca_adm at 063C5890
    DpShMCreate: allocated appc_ca_adm at 063CB650
    DpShMCreate: allocated comm_adm at 063CD590
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0644E450
    DpShMCreate: allocated gw_adm at 0644E490
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0644E4C0
    DpShMCreate: allocated wall_adm at 0644E4C8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Thu Jul 10 00:06:29 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1712
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2122
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]
    ***LOG Q0K=> DpMsAttach, mscon ( gcecc6) [dpxxdisp.c   11586]
    DpStartStopMsg: send start message (myname is >gcecc6_EC6_00                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 75
    Release check o.K.
    Thu Jul 10 00:06:30 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:06:43 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1524
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2124) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1712)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:07:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 5372
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2191
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:07:12 2008
    MBUF state ACTIVE
    Thu Jul 10 00:07:15 2008
    DpModState: change server state from STARTING to ACTIVE
    Thu Jul 10 00:08:09 2008
    *** ERROR => W8 (pid 2248) died [dpxxdisp.c   14241]
    Thu Jul 10 00:08:35 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1484
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2192) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5372)
    *** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:08:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1960
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2252
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:09:44 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1572
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2255) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1960)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:09:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4832
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2302
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:09:55 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1472
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2303) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4832)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2124
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2381
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:14 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1468
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2382) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2124)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:29 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4180
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2414
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:34 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1464
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2415) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4180)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 6436
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2439
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Thu Jul 10 00:10:50 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:54 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1460
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2445) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=6436)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7244
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2491
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:14 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1456
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2492) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7244)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:29 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7560
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2512
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:34 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1452
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2513) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7560)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7932
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2539
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Thu Jul 10 00:11:50 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:54 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1456
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2545) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7932)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:12:09 2008
    DpEnvCheckJ2ee: switch off j2ee start flag
    DEV_W0
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Jul 10 00:06:30 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' ...
    B  Library 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' is "700.08", patchlevel (0.73)
    B  New connection 0 created
    M sysno      00
    M sid        EC6
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    75
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        1416
    M
    M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1416) [dpxxdisp.c   1299]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18304     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1440)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05FF0040, size: 4653368)
    M  DpShMCreate: allocated sys_adm at 05FF0040
    M  DpShMCreate: allocated wp_adm at 05FF1E40
    M  DpShMCreate: allocated tm_adm_list at 05FF65C0
    M  DpShMCreate: allocated tm_adm at 05FF65F0
    M  DpShMCreate: allocated wp_ca_adm at 063C5890
    M  DpShMCreate: allocated appc_ca_adm at 063CB650
    M  DpShMCreate: allocated comm_adm at 063CD590
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 0644E450
    M  DpShMCreate: allocated gw_adm at 0644E490
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 0644E4C0
    M  DpShMCreate: allocated wall_adm at 0644E4C8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host gcecc6

    M Thu Jul 10 00:06:34 2008
    M  calling db_connect ...
    C  Prepending C:\usr\sap\EC6\DVEBMGS00\exe to Path.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:06:48 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=05CAECF8)
    C  Now '/@EC6' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=05C8C6D8,usrhp=05CAECF8)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=05CAECF8)
    C  Now 'SAPSR3/<pwd>@EC6' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance EC6 is running on GCECC6 with ORACLE version 10.2.0.2.0 since 20080710
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080710 000634 GCECC6         
    M  db_connect o.k.
    M  ICT: exclude compression: *.zip,*.cs,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.js,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif

    I Thu Jul 10 00:07:08 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0AA30040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AE70040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CDC0040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CE60040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0CEF0040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 06660040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 12B700C8, size: 30000000, end: 1480C448)
    B  dbtbxbuf: Buffer TABLP (addr: 148100C8, size: 10240000, end: 151D40C8)

    B Thu Jul 10 00:07:09 2008
    B  dbexpbuf: Buffer EIBUF (addr: 151E00D0, size: 4194304, end: 155E00D0)
    B  dbexpbuf: Buffer ESM   (addr: 155F00D0, size: 4194304, end: 159F00D0)
    B  dbexpbuf: Buffer CUA   (addr: 15A000D0, size: 3072000, end: 15CEE0D0)
    B  dbexpbuf: Buffer OTR   (addr: 15CF00D0, size: 4194304, end: 160F00D0)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Thu Jul 10 00:07:10 2008
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1B3D3950
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1F6300A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1F630430
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2132 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  ---PXA-------------------------------------------
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 5132kb, dir_size: 5076kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  ---PXA-------------------------------------------


    A Thu Jul 10 00:07:11 2008
    A  ABAP ShmAdm attached (addr=57A1C000 leng=20955136 end=58E18000)
    A  >> Shm MMADM area (addr=57E91E58 leng=126176 end=57EB0B38)
    A  >> Shm MMDAT area (addr=57EB1000 leng=16150528 end=58E18000)
    A  RFC Destination> destination gcecc6_EC6_00 host gcecc6 system EC6 systnr 0 (gcecc6_EC6_00)
    A  RFC Options> H=gcecc6,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 13730 bytes at 06680040
    M  ThVBStartUp: restart pending update requests
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B   prefer_union_all    =   0,  prefer_join                 =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          = STD / <none>:-,
    B   use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    M  ThVBAutoStart: update-auto-delete
    N  SsfSapSecin: putenv(SECUDIR=C:\usr\sap\EC6\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is C:\usr\sap\EC6\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.75.20050900]
    W    ITS Plugin: Int.version, [32]
    W    ITS Plugin: Feature set: [10]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume gcecc6_EC6_00

    E Thu Jul 10 00:07:12 2008
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >gcecc6_EC6_00                           <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  ---SHMEM--------------------------------------------------------------------------------
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 10.07.2008 00:07:11  1215628631 / 2560
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 10.07.2008 00:07:12  1215628632 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 10.07.2008 00:07:12  1215628632 / 1
    E  Status:         STATUS_OK
    E  ----------------------------------------------------------------------------------------

    M Thu Jul 10 00:07:15 2008
    M  ThActivateServer: state = STARTING
    L  BtcSysStartRaise: Begin
    L  Raise event SAP_SYSTEM_START with parameter <gcecc6_EC6_00       >
    L  BtcSysStartRaise: End

    M Thu Jul 10 00:07:32 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05FC0040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05FC07A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05FC07E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05FC07EC

    C Thu Jul 10 00:08:19 2008
    C  *** ERROR => ORA-3113 occurred when executing SQL statement (parse error offset=0)
    [dbsloci.c    12548]
    C  sc_p=05BDE198,no=48,idc_p=00000000,con=0,act=1,slen=97,smax=256,#vars=0,stmt=1FA374E8,table=V$LOG                        
    C  SELECT SUBSTR ( TO_CHAR ( SEQUENCE#-1, '0999999999' ), 4, 8 ) FROM V$LOG WHERE STATUS = 'CURRENT';
    C  sc_p=05BDE198,no=48,idc_p=00000000,con=0,act=1,slen=97,smax=256,#vars=0,stmt=1FA374E8,table=V$LOG                        
    C  prep=0,lit=0,nsql=1,lobret=0,#exec=1,dbcnt=0,upsh_p=00000000,ocistmth_p=1FA30364
    C  IN : cols=0,rmax=0,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rsize=0,vmax=0,bound=0,iobuf_p=00000000,vda_p=00000000
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  OUT: cols=1,rmax=3611,xcnt=3611,rpc=0,rowi=0,rtot=0,upto=-1,rsize=16,vmax=32,bound=1,iobuf_p=1B38F7E8,vda_p=1FA37758
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  SELECT SUBSTR ( TO_CHAR ( SEQUENCE#-1, '0999999999' ), 4, 8 ) FROM V$LOG WHERE STATUS = 'CURRENT';
    B  ***LOG BY2=> sql error 3113       performing FET        [dbds#1 @ 592] [dbds    0592 ]
    B  ***LOG BY0=> ORA-03113: end-of-file on communication channel [dbds#1 @ 592] [dbds    0592 ]
    C  *** ERROR => ORA-3114 occurred when executing SQL statement (parse error offset=0)
    [dbsloci.c    12548]
    C  sc_p=05BDD3AC,no=15,idc_p=05BEDB84,con=0,act=1,slen=184,smax=256,#vars=3,stmt=1B5332C8,table=REPOLOAD                     
    C  SELECT "UNAM" , "UDAT" , "UTIME" , "L_DATALG" , "Q_DATALG" , "SDAT" , "STIME" , "MINOR_VERS" , "MAJO\
    C  R_VERS" FROM "REPOLOAD" WHERE "PROGNAME" = :A0 AND "R3STATE" = :A1 AND "MACH" = :A2 ;
    C  sc_p=05BDD3AC,no=15,idc_p=05BEDB84,con=0,act=1,slen=184,smax=256,#vars=3,stmt=1B5332C8,table=REPOLOAD                     
    C  prep=0,lit=0,nsql=0,lobret=0,#exec=23,dbcnt=0,upsh_p=00000000,ocistmth_p=1B525E94
    C  IN : cols=3,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rsize=86,vmax=32,bound=1,iobuf_p=05A2E748,vda_p=1B5345E8
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  OUT: cols=9,rmax=1,xcnt=1,rpc=1,rowi=0,rtot=1,upto=-1,rsize=96,vmax=32,bound=1,iobuf_p=1B38F7E8,vda_p=1B534A58
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  SELECT "UNAM" , "UDAT" , "UTIME" , "L_DATALG" , "Q_DATALG" , "SDAT" , "STIME" , "MINOR_VERS" , "MAJO\
    C  R_VERS" FROM "REPOLOAD" WHERE "PROGNAME" = :A0 AND "R3STATE" = :A1 AND "MACH" = :A2 ;
    B  ***LOG BYM=> severe DB error 3114      ; work process in reconnect status [dbsh#2 @ 1123] [dbsh    1123 ]
    B  ***LOG BY4=> sql error 3114   performing SEL on table REPOLOAD   [dbrepo#4 @ 2656] [dbrepo  2656 ]
    B  ***LOG BY0=> ORA-03114: not connected to ORACLE [dbrepo#4 @ 2656] [dbrepo  2656 ]
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   13155]
    C  *** ERROR => OCI-call 'OCITransRollback' failed: rc = 3114
    [dboci.c      3003]
    B  ***LOG BYM=> severe DB error 3114      ; work process in reconnect status [dbsh#2 @ 1123] [dbsh    1123 ]
    B  Reconnect state is entered by connection:
    B  0: name = R/3, con_id = 000000000 state = ACTIVE      , perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  hdl_error_on_commit_rollback: DB-ROLLBACK detected RECONNECT state
    M  ThShortCommit: db unusable
    B  RECONNECT: rsdb/reco_trials: 3
    B  RECONNECT: rsdb/reco_sleep_time: 5
    B  RECONNECT: rsdb/reco_sync_all_server: OFF
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = INACTIVE    , perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=05C8C6D8,usrhp=05CAECF8)
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  Now I'm disconnected from ORACLE
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:09:42 2008
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12518
    [dboci.c      4172]
    C  *** ERROR => CONNECT failed with sql error '12518'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:47 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:52 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** WARNING => PfStatWrite: missing STAT_END for opcode STAT_REPLOAD [pfxxstat.c   4103]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:09:53 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:58 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:03 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:08 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:13 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:10:14 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]

    B Thu Jul 10 00:10:29 2008
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:10:30 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:35 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:40 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)

    C Thu Jul 10 00:10:41 2008
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:46 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:51 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]

    B Thu Jul 10 00:11:29 2008
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:11:30 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1

    4 ETW000 r3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 10.07.2008 - 01:06:33
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Jul 10 01:06:36 2008                            7795  0.007795
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    23  0.007818
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             33  0.007851
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                28  0.007879
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         26757  0.034636
    4 ETW000  [dev trc     ,00000]      using "C:\usr\sap\EC6\SYS\exe\uc\NTI386\dboraslib.dll"
    4 ETW000                                                                              32  0.034668
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        12  0.034680
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              19  0.034699
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.73)
    4 ETW000                                                                           17051  0.051750
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              22  0.051772
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              25  0.051797
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              21  0.051818
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              28  0.051846
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         18  0.051864
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.051882
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              24  0.051906
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                            1887  0.053793
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                39929  0.093722
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         29  0.093751
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          2402  0.096153
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           30  0.096183
    4 ETW000  [dev trc     ,00000]  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              25  0.096208
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                             575  0.096783
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0243DD48   0244327C   02442B04
    4 ETW000                                                                             116  0.096899
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0     9004  0.105903
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      18  0.105921
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server EC6 (con_hdl=0,svchp=02442A50,svrhp=024542C4)
    4 ETW000                                                                              45  0.105966
    4 ETW000  [dev trc     ,00000]  Thu Jul 10 01:07:47 2008                         71710744  71.816710
    4 ETW000  [dev trc     ,00000]  Assigning server context 024542C4 to service context 02442A50
    4 ETW000                                                                              48  71.816758
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        53  71.816811
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=02442A50,srvhp=024542C4,usrhp=0248F930)
    4 ETW000                                                                              55  71.816866
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                           38748  71.855614
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=024542C4)       15  71.855629
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=02442A50,srvhp=024542C4)
    4 ETW000                                                                              22  71.855651
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 024542C4          941  71.856592
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              56  71.856648
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                 119  71.856767
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              21  71.856788
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              23  71.856811
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0243DD48   0244327C   02442B04
    4 ETW000                                                                              24  71.856835
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      12  71.856847
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server EC6 (con_hdl=0,svchp=02442A50,svrhp=024542C4)
    4 ETW000                                                                              36  71.856883
    4 ETW000  [dev trc     ,00000]  Thu Jul 10 01:07:48 2008                           11514  71.868397
    4 ETW000  [dev trc     ,00000]  Assigning server context 024542C4 to service context 02442A50
    4 ETW000                                                                              31  71.868428
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0248F930           17  71.868445
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0248F930           23  71.868468
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=02442A50,srvhp=024542C4,usrhp=0248F930)
    4 ETW000                                                                              22  71.868490
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                           30319  71.898809
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=024542C4)       15  71.898824
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=02442A50,srvhp=024542C4)
    4 ETW000                                                                              31  71.898855
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 024542C4          927  71.899782
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              41  71.899823
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1034   performing CON [dblink#3 @ 431]
    4 ETW000                                                                            7115  71.906938
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01034: ORACLE not available           20  71.906958
    4 ETW000                        ORA-27101: shared memory realm does not exist [dblink#3 @ 431]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'EC6'"
    Edited by: moazam hai on Jul 9, 2008 9:40 PM

  • Connecting an existing VC model to another SAP system

    Hello,
    Can anyone tell me how to connect an existing Visual composer model which resides on the VC Development system to different SAP System?
    Now the VC development system is connected to the DEV erp system (rfc, bapi etc.) and I wish to connect the same model to a different system (let's say QAS) for testing purposes.
    How can it be done without changing the VC model?
    Best Regards,
    Alla Shlafir

    Hi Alla,
    You should create a new destination (or system if it's a BI data service) that points to the other backend system. Once you see it in VC, you can use VC's alias manager dialog that lets you replace all of the data services' systems to another. You open this dialog by going to Tools-->Manage Services in VC.
    Regards,
    Netanel

  • Connecting  external device (scanner & fax ) to my SAP system

    HI ,
    My external device system is not connecting with my sap system .... pls suggest what configuration is required.
    1. I have installed scanner software on my computer.....
    2. the scanner is transfering the scanned image to my system
    3. But it could not communicate with sap r/3.
    I need to scan my invoice online and attach to sales order. Your quick response is much appreciated
    thanks
    Divya

    Hi Divya,
    based on your description I think that maybe the forum Process Integration (PI) & SOA Middleware would be a better place for discussing this kind of requirement.
    Best regards,
    Christoph

  • Why will my Classic 20GB Ipod no longer connect with my mac 10.6 ? Why will it only connect with the dock attached to my stereo system?

    w

    FYI, I've reposted this question in the iTunes forum. I thought that was a more appropriate thread. If you do have some insight, please post it to
    http://discussions.apple.com/thread.jspa?threadID=470231&tstart=0
    Thanks
    imac G5   Mac OS X (10.4.6)  

  • Installation of RFC SDK

    Hello,
             As part of the effort to install BO integration for SAP, i have come across installation of RFC SDK as a prerequisite. I have downloaded the RFC SDK from the market palce (7.00 unicode for Windows 64 bit). But i have been reading up on the internet that RFC SDK can be installed as an add on component while installing SAP GUI.  I tried doing this using both, SAP GUI 7.10 (compilation 2) and SAP GUI 7.20 but can't find this component for selection. Am i missing something?
    On the other hand, i have the SAR file downloaded. I have already installed SAP GUI on the Business objects server. Do i install the RFC SDK on the Buisness Objects host (server)? I have unpacked the RFC SDK SAR file but am not sure, which directory / subdirectory to put it under.
    How do i go about this?
    Regards,
    Prashant
    Edited by: Prashant Pasala on Jul 5, 2011 5:30 PM

    Hello Ingo,
                      For Windows Installation, the document only mentions on page 43 that the RFC SDK needs to be downloaded and installed but nothing else. i have put the file librfc32.dll in the system32 folder as directed. I have put the Java connector files in their respective directories tough.
    i have used Java connector 2.1.10 64 bit X86  on a windows server 2008 (AMD Opetron). The directory for BO is Programfiles X86.
    I went ahead and installed BO integration kit (without RFC SDK files though). The installation went well. But after that when i start infoview, and click on Document list it comes up with the error
    The requested resource (/PartnerPlatformService/actionAuthFilter.do) is not available
    In CMC i can now see SAP in the Authentication tab but when i try to open it i get the same error as above. I have read on an SAP note that for this error re deploying the WAR files on Tomcat works. Is that right?
    Thinking again, can i still place the RFC SDK files in the proper directories now? but i still have no clue where to put them (directories).  Am i missing something from the document?
    Regards,
    Prashant

  • Sharing an internet connection with Airport express and Time Capsule

    Hi, I have been happily using a cable modem and a Time Capsule for my internet connection and wireless network. We recently added solar panels to our roof and the system needs to be connected to the internet so it can be monitored remotely. Calling Comcast is an exercise in frustration, and the solar people don't seem to know exactly how to do it, so I'm trying this.
    We bought an Airport Express, thinking if it is connected with an ethernet cable to the solar system, it could somehow share the internet connection with the Time Capsule, or they could talk to each other. When I plug in the Airport Express, the only set-up option seems to be to set up a new network, which I don't think I want to do. Can anyone tell me how to set this up? Thank you!

    Hi, Under Water.
    You should configure the Express to "Join a wireless network" or to "Extend a wireless network". (Either one will work.)
    Connect your computer to your Express via Ethernet and open AirPort Utility. Press "Manual Setup" and authenticate if necessary.
    Go to the "Base Station" tab. Give the Express a name and password.
    Go to the "Wireless" tab. Set the Wireless mode to "Join a wireless network" or "Extend a wireless network." Enter the name of the wireless network created by your Time Capsule (or select it from the list). Check the box that says "Allow Ethernet clients" (if you're joining) or "Allow Wireless Clients" (if you're extending).
    Provide the appropriate security mode and password for the Time Capsule's network.
    Press "Update" and allow your Express to restart.
    Then you can plug the solar system into the Express's Ethernet port.

  • Connect with sapgui via VPN

    Our Production system is turning on a windows 2003 server cluster.
    Now I have a problem to connect to it via Checkpoint VPN secureclient. The strange thing is that the connection to our other systems DEV and QAS are working fine.
    Does somebody knows how to resolve this problem. Can it be the MScluster?

    Hi Jimmy,
    The service file Gregor and I where referring to is the service file on your local workstation (PC), not the service file on the servers of your MS-Cluster.
    But however a service file does exist on the MS-cluster servers too and they have to be equal on both servers and contain also the entries I was referring to.
    Seen technical a MS-Cluster (with 2 machines) have at last 7 IP addresses.
    One IP for every physical machine, one for every network-card installed in the machines, and one for the cluster itself. But the important is that you on top of this have one IP for the logical name of the DB-server, and one for the logical name the SAP-system.
    To balance load on the machines you properly let the database run on one machine and the SAP system on the other machine. The meaning of the MS-Cluster however is that it, seen from the outside, is not important on witch physical machine the SAP system or DB is running, because they are addressed by the logical name or IP of the SAP system (or DB) and then the Cluster itself handles the rest.
    The point is that you from the outside never will address a physical name or IP of the cluster. You will always address the logical name or IP of the SAP system.
    That’s the name or IP you connect to from your SAP-GUI. And it is this name or IP that has to be open in the firewall, and at my best opinion you should be able to "ping" this name or IP through your VPN connection and of course the ports the SAP-system is using have to be opened as well.
    Hope you can solve your problem
    Regards,
    Rolf
    PS.: Maybe you can find some other helpful information in this forum discussing the "SAP GUI sapdp00 error" ( SAP GUI 'sapdp00' error )

  • JCo RFC from a UTF-8 System to an MDMP SAP System

    We have a non-SAP-based application which is using the JCo to connect to and interact with an SAP system. Today the non-SAP system is using the "Latin-1" and "Shift-JIS" code pages and the SAP system is also using the corresponding SAP code pages/languages in an MDMP mode. The non-SAP system is proposing to move its application, content, etc to a "Unicode" system based on UTF-8. I suspect SAP won't like that code page difference across the JCo. The non-SAP app is calling RFC-enable function modules, of course. Is there something that can be done to ensure the text is properly transmitted, captured, and stored in SAP?

    Mick,
    You have to ensure the function modules is in SAP if RFC enabled before you can calling it from outside SAP system. There are 2 types of connectors that you can use to achieve connection from non-SAP system.
    DotNet Connection and Java Connection where the later is still supported by SAP on ongoing basis. You may refer here for the guide.
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm
    Cheers,
    Andrew

  • Backup message error -SAP system is running or SAP user is connected to dat

    Hello ..
    when the backup started i got this message error ..before starting the backup, the shell shutdown the sap system but below message was showed
    BR0262I Enter database user name[/password]:
    BR0055I Start of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0484I BRBACKUP log file: /oracle/AAA/sapbackup/bedvugxg.aff
    BR0477I Oracle pfile /oracle/AAA/102_64/dbs/initAAA.ora created from spfile /oracle/AAA/102_64/dbs/spfileAAA.ora
    BR0068E SAP system is running or SAP user is connected to database AAA - database cannot be shut down
    BR1025I Please shut down SAP system first or use the 'offline_force' option
    BR0056I End of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0280I BRBACKUP time stamp: 2010-08-08 05.31.49
    BR0054I BRBACKUP terminated with errors
    [Major] From:  "OMNISAP" Time: 08/08/10 05:31:49
    BRBACKUP /usr/sap/AAA/SYS/exe/run/brbackup -t offline -d util_file -c -m all -u hpbkup/******* returned 3
    i am new on this, what should i review into the db?
    Regards and thanks in advance
    Dma.

    Hello Daniela,
    you try to perform an offline backup (which is a very uncommon way nowadays) and your SAP system is not down.
    This is also described in the official documentation:
    http://help.sap.com/saphelp_sm32/helpdata/en/0d/d309664a0c11d182b80000e829fbfe/content.htm
    offline: Database backup in offline mode, in other words, the database is shut down during backup. When you select this parameter, BRBACKUP checks that no SAP system users are connected to the database. If an SAP System is active, the database is not shut down and BRBACKUP terminates the process with an error message (message number BR0068E).
    Regards
    Stefan

  • Trouble in a SAP system with load balancing

    Hello masters:
    I had a trouble with workitems that came from a SAP system with load balancing. They doesn't receive the workitem ID in the UWL.
    I created another system in the portal as a "dedicated application server", and made the necessary configuration in order to replace the first one, and then my workitems worked fine.
    However, I would like to know what appened with the first system created as "system with load balancing". Why this system didn´t pass the workitem ID to the application (web dynpro abap) that execute the workitems?
    Thank you.

    I hope there was some missing configuration in the first case which was not replicating the workitem from SAP Inbox to UWL.
    Thanks
    Arghadip

  • NW RFC SDK: Non-SAP to ABAP with username (trust relationship)

    Hello,
    I have a quite challenging non-SAP-to-ABAP RFC scenario with a trust relationship.
    Hereu2019s the scenario:
    An Oracle database server acts as an RFC client and calls RFC function modules in an ABAP server. (I assume the Oracle programmers are going to use NW RFC SDK 7.1 or JCo 3.0 on the Oracle server and call that from their PL/SQL based database application.)
    The challenge is that I donu2019t want to use a single u201Ctechnical useru201D on the ABAP side because that would mean that all the users on the Oracle side would be mapped to one single ABAP user. Also, I donu2019t want to have to store individual ABAP passwords on the Oracle side.
    Instead, I want the ABAP server to trust the RFC client the same way it might
    a) trust a NetWeaver AS Java server after installing the Java serveru2019s certificate in transaction STRUSTSSO2 or
    b) the way it might trust another ABAP server after configuring a trust relationship (transaction SMT1?)
    The ABAP server should accept incoming RFC connections from the Oracle RFC client with just the user name and no password given and run the resulting processes in the ABAP system under the user id given in the RFC call.
    I imagine the ideal solution somehow along the following lines (simplified scenario for a PC-based prototype):
    - I download run a program that creates a certificate file (public key?) which I import into the ABAP system.
    - The same program creates a matching file (private key?) for the RFC client.
    - For reasons of simplicity, let us imagine the RFC client as a stand-alone Java SE application running on a PC.
    - The Java SE application uses the JCo library to connect to the ABAP system.
    - When opening the connection, it passes a username, but no password. Instead, it passes a Base64-encoded string that was generated by our key/certificate generator program.
    - On the ABAP side, the function modules are run under the username used by the Java SE application when establishing the RFC connection.
    Is that possible at all? How would you solve this?
    Thank you very much in advance and best regards,
    Thorsten

    Hello,
    Thanks a lot for your extremely high-quality replies. Iu2019ve been trying to work with them.
    Frankly, just when (after Gregoru2019s and Timu2019s posts) I was hoping that working my way deeply enough into SNC, I would be able to solve my problem, Wolfgang comes along and tells me what Iu2019m aiming at wonu2019t work. Now Iu2019m confused.
    The way I understand Wolfgang, the special trust an AS ABAP can put into another AS ABAP or an AS Java (u201Cremote RFC client, give me one certificate and I will accept every username if they come from youu201D) can not be put into a custom-made remote server software (such as the Oracle server application) acting as the RFC client, because when acting as RFC clients, the remote AS Java or AS ABAP use proprietary elements of the RFC protocol which are not available to me when I program my RFC client in the Oracle application.
    @Wolfgang, is that correct?
    Solution 1: Individual X.509 Certificates
    Instead, I can establish X.509-based trust relationships at the level of individual usernames: create a certificate for each Oracle user, import them into the AS ABAP, map them to an ABAP user, and store the certificate on the Oracle side (Iu2019m still note sure about the different certificates and keys used publicly and privately here).
    Solution 2: AS ABAP as User Management Engine for the Oracle Application
    I can also see an alternative that would spare me the trouble of generating, importing, mapping and storing the certificates: delegate the user management to the AS ABAP and delete the (custom-built) logon and password-checking mechanism in the PL/SQL application:
    Users are created centrally in CUA and distributed along with their passwords into (among others) the AS ABAP.
    When a user logs on to the PL/SQL application, the username and password are sent for validation to an ABAP BAPI.
    If authentication is successful, the AS ABAP returns a SAPLogon ticket which can be stored in the session context of the PL/SQL application and used in subsequent RFC calls. The password (a hash?) would only be transferred once during logon.
    What do you think? Would both solutions work or am I still getting something wrong? Can you see a better alternative that would reduce
    for solution 1 the administrative overhead for synchronization
    for solution 2 the run-time dependency Oracle-ABAP and the change impact on the Oracle applicationu2019s user management concept?
    Thanks a lot,
    Thorsten

  • Install RFC SDK on RedHat to Monitoring with Nagios.

    Hello Everyone,
    i'm trying to install the RFC SDK to connect this via Nagios with the Checch_sap.pl . this check needs to use sapinfo.
    Where i can find the RFC SDK with sapinfo?
    thank you very much in advance!

    Hello Everyone,
    i'm trying to install the RFC SDK to connect this via Nagios with the Checch_sap.pl . this check needs to use sapinfo.
    Where i can find the RFC SDK with sapinfo?
    thank you very much in advance!

Maybe you are looking for

  • Creation of Trusted RFC fails

    Hello I am trying to connect my ERP and BW systems to Solution Manager but I can't make Trusted RFC connections. When I checked SM59 on three systems I see `You are not authorized to logon to the target system (error code 1) I did successfully instal

  • FBZP Check

    Hi SAP Experts, I way to compile all vendor payments on one check when doing a check run? Currently, a different check prints depending on the due date of an invoice, so it could be that there are multiple checks printed for the same vendor. For 3 in

  • Select when to use a limited subscription

    Hello, I've got a limited subscription valid to call to both landline and mobile phones. Since the subscription is limited and it's more expensive to call mobile phones, I don't want to use it when calling landline phones, but just pay those calls wi

  • OIM 11GR2 - mechanism for restoring default adf user forms - create user

    Hi All Our developers has pubkished multiple OIM sandbox and create user form is broken : the user creation form does not appear - only a html <div> tag . The developer reverted the form using the em/console - then he ran the catalog sync job but all

  • Is CanoScan 8400F scanner compatible with Mac OS 10.9.2 (Mavericks)?

    Is CanoScan 8400F scanner compatible with Mac OS 10.9.2 (Mavericks)?