R3trans

Hi,
I am unable to start SAP. R3Trans -d is giving the message
This is r3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
unicode enabled version
2EETW169 no connect possible: "DBMS = DB6 --- DB2DB DFT = "r3trans finished (0012).
DB2 version is 8.2

Hi ,
The trans.log is as follows
4 ETW000  [dev trc     ,00000]  Supported features:                                   27  0.036385
4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                 16  0.036401
4 ETW000  [dev trc     ,00000]  ..done                                               246  0.036647
4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                            21  0.036668
4 ETW000  [dev trc     ,00000]  DB2 client driver version '08.02.0009'            143755  0.180423
4 ETW000  [dev trc     ,00000]  Connected to DB2 server type 'DB2/NT'                 31  0.180454
4 ETW000  [dev trc     ,00000]  Connected to DB2 version '08.02.0009'                 35  0.180489
4 ETW000  [dev trc     ,00000]  Connect to 'XYZ' as 'SAPXYZ' schema 'SAPXYZ' o.k.; con_hdl=0
4 ETW000                                                                           43338  0.223827
4 ETW000  [dev trc     ,00000]  Database has correct code page and collating sequence.
4 ETW000                                                                            1065  0.224892
4 ETW000  [dev trc     ,00000]  *** ERROR in prepareStatement[dbdb6.c, 12418] CON = 0 (BEGIN)
4 ETW000                                                                           48803  0.273695
4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6( SQLExtendedPrepare ): [IBM][CLI Driver][DB2/NT] SQL0440N  No authorized routine named "REG_LIST_VA
4 ETW000                                                                              43  0.273738
4 ETW000  [dev trc     ,00000]  &+     RIABLES" of type "FUNCTION" having compatible arguments was found.  SQLSTATE=42884                               
4 ETW000                                                                              28  0.273766
4 ETW000  [dev trc     ,00000]  &+                                                                               
4 ETW000                                                                              28  0.273794
4 ETW000  [dev trc     ,00000]  &+     SELECT COUNT(*) FROM TABLE( REG_LIST_VARIABLES() ) AS X  WHERE REG_VAR_NAME = 'DB2_WORKLOAD' AND UPPER( REG_VAR_VA
4 ETW000                                                                              29  0.273823
4 ETW000  [dev trc     ,00000]  &+     LUE ) = 'SAP'                                                                               
4 ETW000                                                                              28  0.273851
4 ETW000  [dev trc     ,00000]  &+       cursor type=NO_HOLD, isolation=UR, cc_release=NO, optlevel=5, degree=1, buffer_lobs=YES, op_type=40, reopt=0   
4 ETW000                                                                              39  0.273890
4 ETW000  [dev trc     ,00000]  &+                                                                               
4 ETW000                                                                              29  0.273919
4 ETW000  [dev trc     ,00000]  &+                                                                               
4 ETW000                                                                              28  0.273947
4 ETW000  [dev trc     ,00000]  *** ERROR in prepareStatement[dbdb6.c, 12418] (END)
4 ETW000                                                                              22  0.273969
4 ETW000  [dev trc     ,00000]  Could not check DB2 registry settings.                18  0.273987
4 ETW000  [dev trc     ,00000]  disconnected from 'XYZ', con_hdl=0                   894  0.274881
2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'XYZ'"

Similar Messages

  • R3trans not exporting all tables

    Hi
    I am creating a control file to export SXNODES table
    export
    file = '/tmp/SXNODES_dmp'
    delete * from 'SXNODES'
    select * from 'SXNODES'
    When I export, using R3trans, I get 0 entries exported. I used to be able to export this table until we upgraded to ENHP4
    3 ETW678Xstart export of "R3TRCNTDSXNODES" ...
    4 ETW000   0 entries from TADIR exported (R3TRCNTDSXNODES                                 ).
    4 ETW679 end export of "R3TRCNTDSXNODES".
    3 ETW678Xstart export of "R3TRCNTDSXNODES" ...
    4 ETW000   0 entries from SXNODES exported (000*).
    4 ETW000 The corresponding TADIR entry was already selected before (R3TRCNTDSXNODES).
    4 ETW679 end export of "R3TRCNTDSXNODES".
    Any idea?

    Hi Prashant,
    The error clearly says 'FAGLFLEXA-MANDT - is not a key field'
    RCLNT is the key field for client for FAGLFLEXA table.
    Also, as you already mentioned client=200 in the control file, there's no need to give a where clause for client.
    select * from FALGLFLEXA will do.
    Regards,
    Sajith

  • Exporting and importing table using R3trans program between 2 clients

    Hi,
    How to export and import a table between to clients in a same system using R3trans program?
    I need to copy a table from Client 020 in a system to client 040 of the same system using R3 trans. I need to know the procedure.
    Can any one advice
    Regards,
    Suresh

    This is how you do a export and import of table entries.
    Export:
    Open Notepad and type the following,
    export
    client = 020
    file = 'clone.export.<sid>.<client no>.data'
    select * from <client_dependent_tablename1>
    select * from <client_dependent_tablename2>
    select * from <client_dependent_tablenamen>
    Save the file as export.ctl
    Run R3trans export.ctl
    and the data of these files will be stored in a file called clone.export.<sid>.data in the directory from which you have called R3trans
    Import:
    Open Notepad,
    import
    client = 040
    file = clone.export.<sid>.<client no>.data
    buffersync = yes                                               
    Save the file as import.ctl
    Run R3trans import.ctl
    Cheers!
    Bidwan
    Message was edited by:
            Bidwan Baruah

  • At DI R3trans fails with this error code ORA-12545, but CI runs

    Hello Gurus,
    We have our BW System on two instances with a separated oracle database server.
    Last week the system was unreachable and we must restarted it hard.
    After that, the Listener could  started and runs. The DB could started, mounted and opened successfully.
    Now we have a special problem.
    The central instance can connect at startup to the database. But the dialog instance not.
    The DI get the following error:
    |> R3trans -x
    This is R3trans version 6.14 (release 701 - 12.06.09 - 15:20:00).
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BW2'"
    R3trans finished (0012).
    The trans.log entry are:
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12541'                        17  0.187511
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 12541                                    13  0.187524
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=12541)                                   14  0.187538
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 12541                                   14  0.187552
    4 ETW000  [dev trc     ,00000]     ORA-12541: TNS:no listener                                      
    4 ETW000                                                                                22  0.187574
    4 ETW000  [dblink      ,00433]  ***LOG BY2=>sql error 12541  performing CON [dblink#4 @ 433]           14396  0.201970
    4 ETW000  [dblink      ,00433]  ***LOG BY0=>ORA-12541: TNS:no listener [dblink#4 @ 433]                   39  0.202009
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BW2'"
    A telnet connection test to port 1527 are also unsuccessful.
    But sporadicly the telnet or R3trans connection are successful, but the second check are unsuccessful.
    We have checked the telnet connection to another oracle database server (ERP) at port 1527 and it works.
    The CI have some entry's in ST22 with DBIF_RSQL_SQL_ERROR --> ORA-03114: not connected to ORACLE.
    Are someone known something about this issue?
    regards
    Chris

    @ Sunny Pahuja:
    We checked sapmnt.
    Sapmnt is common on CI and DI. It was never mounted on DB. But DB runs perfectly until this issue.
    @ Ankit Gupta
    We checked the configuration of listener.
    It is the same like the listener configuration of our ERP system with CI, DI and DB on separate Servers, too.
    @  Rajesh Narkhede
    From DB Server
    |> tnsping BW2
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production on 06-MAY-2010 07:40:56
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/BW2/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP)
    (HOST = bw2dba) (PORT = 1527))) (CONNECT_DATA = (SID = BW2) (GLOBAL_NAME = BW2.WORLD)))
    OK (100 msec)
    On CI and DI we don't have tnsping.
    Just copy it don't work.
    |> tnsping BW2
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production on 06-MAY-2010 08:39:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Message 3511 not found; No message file for product=network, facility=TNS
    Message 3512 not found; No message file for product=network, facility=TNS
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP)
    (HOST = bw2dba) (PORT = 1527))) (CONNECT_DATA = (SID = BW2) (GLOBAL_NAME = BW2.WORLD)))
    Message 3509 not found; No message file for product=network, facility=TNS
    How to get it on the CI and DI. In the SAR files at SAP it is not included. I can't found something in the Web.

  • Error while upgrading Patch SAPKB70014- Error R3trans received signal 11

    Dear All
    while updating my basis patch level to sapkb70014 I m facing the error at DDIC import phase related to R3trans recived signal 11.My tp version is accurate as required . Kernel versin is 238 Can you guys help me to solve the same
    Regards
    Shilpa

    Hi
    Please continue to run the SPAM again. Also check the Note 822379. If the problem didnt solve yet, post complete log.
    Regards,
    Rajan

  • How can I increase the number of R3trans in the SHADOW_IMPORT_INC ?

    Hello ,
    we have a problem with ehp installation .  The Prepare Phase for EHP4  have we start on monday . But we have closed development on Thursday and now the SHADOW_IMPORT_INC is to slow.
    How can I increase the number of R3trans in SHADOW_IMPORT__INC Phase ? We have opened a servicecall with prio high but sap does not answer.
    Regards

    Hi Daniel,
    What database are you working on ?? Make sure stats are updated. This phase has lot to do on the DB part. So analyse more from DB perspective.
    Most important thing is check if you are using parallel import property of R3trans as per SAPnote # 1127194.
    Best Regards
    Niraj
    Edited by: Niraj Kumar Soni on May 1, 2010 12:50 AM

  • URGENT :ABAP Database is not available via R3trans

    Checking ADA db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:47:14 13.03.2008 LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - v2.00, Intel x86 with Linux, 2007/02/16
    Usage: saposcol -l: Start OS Collector
    saposcol -k: Stop OS Collector
    saposcol -d: OS Collector Dialog Mode
    saposcol -s: OS Collector Status
    The OS Collector (PID 17267) is already running .....
    saposcol already running
    Running /usr/sap/DEV/SYS/exe/run/startdb
    Trying to start database ...
    Log file: /home/devadm/startdb.log
    Database already running
    /usr/sap/DEV/SYS/exe/run/startdb completed successfully
    Starting SAP Instance SCS00
    Startup-Log is written to /home/devadm/startsap_SCS00.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/devadm/startsap_DVEBMGS01.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started.
    checked with command r3trans -d-v.
    the following error is displayed.
    This is R3trans version 6.14 (release 700 - 10.09.07 - 09:57:00).
    unicode enabled version
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/DEV/SYS/exe/run') or dbms_type ('ADA')"
    R3trans finished (0012).
    any suggestions
    thnx and regards

    Hi,
    can you please show us the content of the R3trans logfile, created by the R3trans -x command?
    Please note that if you're an official SAP customer you should open a OSS message for your issue, if not already done so. Please read [this thread|MaxDB/liveCache Forum: target audience and relevant support;.
    Additionally, please refrain from using things like 'URGENT'. More on this can be read [here|Welcome and Rules of Engagement;.
    Thanks & regards,
    Roland

  • How to view the progress of an Clientimport via R3TRANS

    Hi together,
    how can I view the progress of an Import of an Clienttransport.
    I have done an Client Export via SCC8. This transaction had created about 40 files with 2GB size. Now I am Importing this files with STMS. This transport requests are now importing for many hours. The Import status is "Import running". Now I want to check the progress of this import, but I have no idea, how to do this?
    Is it possible?
    WRKACTJOB
    Current                                          
    Opt  Subsystem/Job  User        Type  CPU %  Function        Status  
           R3TRANS      EQ5OFR      BCI    16,6  PGM-R3TRANS      RUN
    best regrads,
    Carsten Schulz

    Hi Volker,
    thanks for this answer. Very good.
    The following Displays are in the log:
    Display Open Files                                                                               
    Job . . :   R3TRANS        User . . :   EQ508          Number . . . :   808653
    Number of open data paths . . . . . . . . . . :      2                                                                               
    Member/                                                 
    File       Library    Device      Scope       Activation Group                
    QPRINT     QGPL       *SPOOL      *ACTGRPDFN  17         0000000000000011     
    ZSYN_AB    R3EQ5DATA  ZSYN_AB     *ACTGRPDFN  *DFTACTGRP 0000000000000002
    Display All Messages                                                                               
    System:   DEEBMHVA
    Job . . :   R3TRANS       User . . :   EQ508         Number . . . :   808653                                                                               
    Ownership of object ZSD_ZKMN_T in R3EQ5X0000 type *SQLPKG changed.
    So I think, every time, when he changed the ownership, the R3trans begins a new table.
    best regards,
    Carsten Schulz

  • R3trans doesn't connect to database

    Hello everybody,
    we have installed IDES 4.7 x 200  ( Windows 2003 Server and oracle 9.2.0.4). Dispatcher and messager server are working. It is possible to work on SAP System. But if I try to execute r3trans -d, then I become the following error:
    <i>This is r3trans version 6.09 (release 640 - 28.04.04 - 16:14:00).
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    r3trans finished (0012).</i>
    the trans.log file looks like this:
    <i>4 ETW000  [dbcon.c     ,00000]  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    4 ETW000                                                                            2286  0.045094
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."</i>
    I thought that I have to set <i>dbms/type = ora</i> in profile. I did it, but it didn't help. I set also dbms_type = ora in environment variables, but it also didn't help.
    Any ideas?
    Thanks
    regards from cologne.
    Kutbettin Baran
    Message was edited by: Kutbettin Baran

    Hello Ananda,
    I added the parameter dbms/type = ora only to the instance profile. I retried, but it is like before. dbms_type = ora is already available in registry files.
    Here is the trans.log file.
    4<i> ETW000 r3trans version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 04.07.2005 - 16:17:50
    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]  Mon Jul 04 16:17:50 2005                           38345  0.038345
    4 ETW000  [dev trc     ,00000]  db_con_init called                                  1894  0.040239
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                           1145  0.041384
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    4 ETW000                                                                            1351  0.042735
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."</i>
    when I insert the entries dbms/type = ora in the instance profile and dbms_type = ora in environment variables (dbms_type = ora is available in registry, l didn't delete it from registry), then i have this trans.log file
    <i>4 ETW000 r3trans version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 04.07.2005 - 16:37:43
    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]  Mon Jul 04 16:37:44 2005                           16874  0.016874
    4 ETW000  [dev trc     ,00000]  db_con_init called                                  1869  0.018743
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                            928  0.019671
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...               940  0.020611
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         17203  0.037814
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\C12\SYS\exe\run\dboraslib.dll"
    4 ETW000                                                                            1943  0.039757
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                       946  0.040703
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                            1873  0.042576
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "640.00", patchlevel (0.19)
    4 ETW000                                                                            8482  0.051058
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                            2432  0.053490
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                            2258  0.055748
    4 ETW000  [dev trc     ,00000]  New connection 0 created                             781  0.056529
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                            2041  0.058570
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                      10771  0.069341
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                            1849  0.071190
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                            2808  0.073998
    4 ETW000  [dev trc     ,00000]  Found ORACLE_HOME=D:\oracle\C12\920 in Registry     6212  0.080210
    4 ETW000  [dev trc     ,00000]  -->oci_initialize                                   1174  0.081384
    4 ETW000  [dev trc     ,00000]  Client NLS settings: GERMAN_GERMANY.WE8MSWIN1252
    4 ETW000                                                                 <b>          73773  0.155157
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => Cannot connect: TNS-name missing        713  0.155870
    2EETW169 no connect possible: "DBMS = ORACLE                           --- TWO_TASK = ''"</i></b>
    I think, the parameter TWO_TASK should be set in UNIX, not in WINDOWS, shouldn't it?
    Thanks.
    best regards
    Kutbettin Baran
    Message was edited by: Kutbettin Baran
    Message was edited by: Kutbettin Baran
    Message was edited by: Kutbettin Baran

  • Lock language in the tp/R3trans

    Hello,
    I'm installing the french in my system. During the transport I got a
    problem with a filesystem. It became 100 % used so one of the transport
    failed.
    I have extend the tablespaces and now we have free space, but:
    When I try to "Restart" I get the following error message: Language
    locked, you cannot perform this action.
    The SAP recommends the following procedure: "In rare cases (for
    example, if the system or a program crashes), a lock may remain, even
    though no action is active.
    If this is the case, you must remove the lock manually. To do this, use
    Transaction SM12 and search for locks on the table T002C. Make sure
    that no action is active before you remove the lock. To view the
    language transport actions, go to the Transaction SM37 and search for
    jobs that start with the prefix SAP-LANGUAGE"
    I checked the job is not active under SM37. However I cannot find the
    lock for table T002C under SM12.
    Moreover there is any job running. And in the log I have :
    Control passed to tp/R3trans (see long text)
    I have executed this transport manually an it finished ok, but the rest
    doesn't go on,
    Do you know a way to unlock the language in order to restart
    the import process or to go on with the installation?
    I hope you can help us as soon as possible. It's quite urgent. We need
    to have French installed as soon as possible.
    Thank you very much in advance and kind regards,
    José

    Hello Andreu,
    I had the same situation when I was installing Traditional Chinese Language.
    Exit / Logout from all sessions of the particular user.
    Delete all lock entires for that user (if any)
    Re-login and restart your activity
    It worked for me. Hope, the it works with you too.
    Regards,
    Ammey Kesarkar

  • R3trans error with code 0012 and its Solution

    After system refresh i got following error from Quality system while running R3trans -d
    This is R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE
    --- dbs_ora_tnsname = 'QUA'"
    R3trans finished (0012).

    Trans Logs are,
    4 ETW000  [developertra,00000]  Got ORACLE_SID=QUA from environment                49921  55.681220
    4 ETW000  [developertra,00000]  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    4 ETW000                                                                           10732  55.691952
    4 ETW000  [developertra,00000]  Logon as OPS$-user to get SAPR3's password          6065  55.698017
    4 ETW000  [developertra,00000]  Connecting as /@QUAon connection 0 ...             5661  55.703678
    4 ETW000  [developertra,00000]  -->oci_logon(con_hdl=0, user='', dbname='QUA')      5874  55.709552
    4 ETW000  [developertra,00000]  Now I'm connected to ORACLE                      11073827  66.783379
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => ORA-1403 when accessing table SAPUSER
    4 ETW000                                                                          523513  67.306892
    4 ETW000  [developertra,00000]  Disconnecting from connection 0 ...                 5926  67.312818
    4 ETW000  [developertra,00000]  -->oci_logoff(con_hdl=0)                            5316  67.318134
    4 ETW000  [developertra,00000]  Now I'm disconnected from ORACLE                  426449  67.744583
    4 ETW000  [developertra,00000]  Try to connect with default password                7185  67.751768
    4 ETW000  [developertra,00000]  Connecting as SAPR3/<pwd>@QUA on connection 0 ...
    4 ETW000                                                                            8873  67.760641
    4 ETW000  [developertra,00000]  -->oci_logon(con_hdl=0, user='SAPR3', dbname='QUA')
    4 ETW000                                                                            8634  67.769275
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => OCI-call 'olog' failed: rc = 28000  10999248  78.768523
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '28000'
    4 ETW000                                                                           12028  78.780551
    4 ETW000  [dblink      ,00627]  ***LOG BY2=>sql error 28000  performing CON        12525  78.793076
    4 ETW000  [dblink      ,00627]  ***LOG BY0=>                                        5373  78.798449
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'QUA'"

  • System not starting after Unicode conversion:R3trans fails

    Hello
    We are performing a Unicode upgrade on an ECC 5.0 system. The ECC 5.0
    is a MDMP System. After completing Unicode preparatory activities, we
    have started to perform a system export using SAPINST. Export completed
    successful.
    We started with the system import using SAPINST.
    The database load phase completed. Update statistics phase is in
    progress on SAPinst.
    In the meanwhile we did a check of R3Trans check we observe:
    R3Trans u2013x is successful.
    But, R3Trans u2013d fails with the error below.
    u201CThis is R3trans version 6.13 (release 640 - 17.02.10 - 13:07:00).
    unicode enabled version
    2EETW000 I have some problems during TADIR access.
    R3trans finished (0008).u201D
    Thanks

    Workprocess Log
    ======================
    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server i3lbwvbw1_BI7_00 on host i3lbwvbw1 (wp 1)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Wed Mar 16 13:17:05 2011
    M  *  RELEASE     701
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10916
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  262]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  dbtbxbuf: Buffer TBX_SINGLE not available
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 3900) [dpnttool.c   334]
    ============================

  • WP die but R3trans is ok

    My sap system is 46D-ext running on Win2003/ora10.2
    oracle start with no error, but SAP don't.
    I get message "db connect failed" and all the wp die.
    R3trans -d is ok :
    C:\Documents and Settings\bcpadm>R3trans -d
    This is R3trans version 6.05 (release 46D - 30.09.03 - 16:30:42).
    R3trans finished (0000).
    here is a trace file of wp, they all look like the same.
    Please, help.
    Thank you.
    trc file: "dev_w78", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Fri Apr 18 09:01:24 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2311)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2356
    M  intno      0
    M  pid        7104

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc78 7104) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 78 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T78
    M  calling db_connect ...
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...

    C Fri Apr 18 09:01:25 2008
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...

    C Fri Apr 18 09:01:26 2008
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    B  ***LOG BY2=> sql error 12537  performing CON [dbsh    0707 ]
    B  ***LOG BY0=>  [dbsh    0707 ]
    B  ***LOG BY2=> sql error 12537  performing CON [dblink  0627 ]
    B  ***LOG BY0=>  [dblink  0627 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1187]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3) [thxxhead.c   8517]

    M  Info for wp 78

    M    stat = 4
    M    reqtype = 6
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    rq_info = 0
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource = 0
    M    ext_checked_resource = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server S64LMWBIBV6_BCP_00 on host S64LMWBIBV6 (wp 78)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Fri Apr 18 09:01:26 2008
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8628
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering ThSetStatError
    M  call ThrShutDown (1) ...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc78 7104) [dpnttool.c   310]

    I have 32 WP on the central instance.
    I have set quesize parameter to 60.
    Then i have set SQLNET.INBOUND_CONNECT_TIMEOUT to 120 in listner.ora and sqlnet.ora
    Sap still start with half of processes running. (better than before)
    when a died process is restarted individually, it runs ok.
    I post dev_disp and dev_w0 (this one started ok)  as requested.
    I also post the dev_w11 that failed in error but started ok when restarted in sm51
    trc file: "dev_disp", trc level: 1, release: "46D"
    Tue Apr 22 09:22:40 2008
    relno      4640
    patchlevel 0
    patchno    2356
    intno      0
    pid        5756
    ***LOG Q00=> DpSapEnvInit, DPStart (00 5756) [dpxxdisp.c   921]
    Tue Apr 22 09:22:45 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust your DNS settings [dpxxtool2.c  3171]
    MtxInit: -2 0 0
    DpIPCInit: start server >S64LMWBIBV6_BCP_00  <
    MBUF state OFF
    MBUF opmode USE
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <ES> Memory Reset enabled as NT default
    <EsNT> EsIUnamFileMapInit: Initialize the memory 5600 MB
    <ES> 5599 blocks reserved for free list.
    ES initialized.
    Tue Apr 22 09:22:48 2008
    ***LOG Q0K=> DpMsAttach, mscon ( S64LMWBIBV6) [dpxxdisp.c   8384]
    MBUF set hwid_state to HWID_PENDING
    DpStartStopMsg: send start message (myname is >S64LMWBIBV6_BCP_00  <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 10000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 4640, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    MBUF set hwid_state to SAP_O_K (V1509971809                             )
    DpMsgAdmin: Set patchno for this platform to 2356
    Release check o.K.
    Tue Apr 22 09:22:51 2008
    MBUF state ACTIVE
    Tue Apr 22 09:23:28 2008
    ERROR => W7 (pid 6540) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x3f --> 0x3b
    ERROR => W8 (pid 8136) died [dpxxdisp.c   10701]
    ERROR => W10 (pid 6500) died [dpxxdisp.c   10701]
    ERROR => W11 (pid 7556) died [dpxxdisp.c   10701]
    ERROR => W12 (pid 7880) died [dpxxdisp.c   10701]
    ERROR => W13 (pid 6084) died [dpxxdisp.c   10701]
    ERROR => W16 (pid 6444) died [dpxxdisp.c   10701]
    ERROR => W19 (pid 324) died [dpxxdisp.c   10701]
    ERROR => W21 (pid 5952) died [dpxxdisp.c   10701]
    ERROR => W25 (pid 6888) died [dpxxdisp.c   10701]
    ERROR => W26 (pid 6948) died [dpxxdisp.c   10701]
    ERROR => W27 (pid 6608) died [dpxxdisp.c   10701]
    ERROR => W28 (pid 2084) died [dpxxdisp.c   10701]
    ERROR => W30 (pid 800) died [dpxxdisp.c   10701]
    ERROR => W31 (pid 5664) died [dpxxdisp.c   10701]
    ERROR => W32 (pid 584) died [dpxxdisp.c   10701]
    my types changed after wp death/restart 0x3b --> 0x1b
    trc file: "dev_w0", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Apr 22 09:22:48 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2311)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2356
    M  intno      0
    M  pid        6188

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 6188) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T0
    M  calling db_connect ...
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Got SAPR3's password from table SAPUSER
    C  Disconnecting from connection 0 ...
    C  Now I'm disconnected from ORACLE
    C  Try to connect with the password I got from OPS$-user
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...

    C Tue Apr 22 09:22:49 2008
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Database instance bcp is running on S64LMWBIBV6 with ORACLE version 10.2.0.2.0 since 20080422
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20080422 092248
    M  db_connect o.k.
    I  MtxInit: 0 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 33
    B  dbtbxbuf: Buffer TABL  (addr: 2B4700C8, size: 60000256, end: 2EDA88C8)
    B  dbtbxbuf: Profile: max_objects = 10000, displace = 1, reorg = 1
    B  dbtbxbuf: request_unit = 2000, sync_reload = 0, inval_reload = 5
    B  dbtbxbuf: protect_shm = 0
    B  ***LOG BB0=> buffer TABL       started with length  60000256  bytes [dbtbxbuf1695 7]
    B  ***LOG BB0=> buffer TABLP      started with length 030720000  bytes [dbbfe   0973 ]
    B  Layout of EIBUF buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 268 = 268
    B  2: 33 * 20 = 660
    B  3: 40009 * 40 = 1600360
    B  4: 20000 * 128 = 2560000
    B  5: 40009 * 4 = 160036
    B  6: 1 * 100 = 100
    B  7: 65 * 4 = 260
    B  8: 222236 * 128 = 28446208
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer EIBUF (addr: 30B000D0, size: 32768000, end: 32A400D0)
    B  ***LOG BB0=> buffer EIBUF      started with length 32000k     bytes [dbexpbuf2050 ]
    B  Layout of CUA   buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 268 = 268
    B  2: 33 * 20 = 660
    B  3: 6521 * 40 = 260840
    B  4: 3250 * 128 = 416000
    B  5: 6521 * 4 = 26084
    B  6: 1 * 100 = 100
    B  7: 193 * 4 = 772
    B  8: 23247 * 256 = 5951232
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer CUA   (addr: 0F6200D0, size: 6656000, end: 0FC790D0)
    B  ***LOG BB0=> buffer CUA        started with length 6500k      bytes [dbexpbuf2050 ]
    B  ***LOG BB0=> buffer CALE       started with length 500000     bytes [dbcalbuf2166 ]
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:46D.00]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =1000,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   0,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            = 0x3,
    B   use_hints           = abap->1, dbif->1, upto->4294967295, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0

    M Tue Apr 22 09:22:50 2008
    M  PfReadDBVersion: use compatibility mode for stat-files
    M  PfInitShm: use compatibility mode for stat-files
    M  SecAudit(rsaucscsa_create): SCSA memory usage: SecAudit = 48, total = 1320
    M  *** ERROR => SecAudit(rsaucscsa_create): parameter too small rsau/max_diskspace/local; replaced [rsauwr1.c    506]
    M  SecAudit(init_sel_info): SCSA memory usage: SecAudit = 200, total = 1520
    M  SecAudit(rsaucscsa_create): addr of RSAUSHM........ = 036A0538
    M  SecAudit(rsaucscsa_create): addr of RSAUSLOTINFO... = 036A0568
    M  SecAudit(rsaucscsa_create): addr of RSAUSLOTS...... = 036A0574
    M  SecAudit(rsaucscsa_create): SHM version............ = 4
    M  SecAudit(rsaucscsa_create): max size of one file... = 0 KB
    M  SecAudit(rsaucscsa_create): max size of all files.. = 1024 KB
    M  SecAudit(rsaucscsa_create): number of slots........ = 2
    M  SecAudit(rsaucscsa_create): user selection......... = 0
    M  SecAudit(RsauGetCurrentProfile): active audit profile PROFIL01
    M  SecAudit(check_daily_file): audit file opened C:\usr\sap\BCP\DVEBMGS00\log\20080422.AUD
    M  SsfSapSecin: automatic application server initialization for SAPSECULIB
    M  SsfSapSecin: Looking for PSE in database
    M  SsfPseLoad: started...(path=C:\usr\sap\BCP\DVEBMGS00\sec, AS=S64LMWBIBV6, instanceid=00)
    M  SsfPseLoad: Downloading file C:\usr\sap\BCP\DVEBMGS00\sec\SAPSYS.pse (client:    , key: SYSPSE, len: 1579)
    M  SsfPseLoad: ended (1 of 1 sucessfully loaded, 1 checked...
    M  rdisp/reinitialize_code_page -> 0
    M  rdisp/hold_keeps_time_slice -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  CCMS: AlMsUpload called by wp 0.
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    M  CCMS: AlMsUpload successful for C:\usr\sap\BCP\DVEBMGS00\log\ALMTTREE.DAT.
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]

    I Tue Apr 22 09:22:51 2008
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]
    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 06E163C0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  3 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 33810098
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 33810808
    S    using messages for server info
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  Attached to PXA (address 33930040, size 411788K)
    A  abap/pxa = shared
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  RFC Destination> destination S64LMWBIBV6_BCP_00 host S64LMWBIBV6 system BCP systnr 0 (S64LMWBIBV6_BCP_00)
    A  RFC Options> H=S64LMWBIBV6,S=00
    A  RFC rfc/dump_client_info not set, use default -1
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC rfc/bc_no_gui_cp_refresh not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  SsfSapSecin: putenv(SECUDIR=C:\usr\sap\BCP\DVEBMGS00\sec): ok
    M  SsfSapSecin: PSE C:\usr\sap\BCP\DVEBMGS00\sec\SAPSYS.pse found!

    M  =================================================
    M  === SSF INITIALIZATION:
    M  ===...SSF Security Toolkit name SAPSECULIB .
    M  ===...SSF trace level is 0 .
    M  ===...SSF library is C:\usr\sap\BCP\SYS\exe\run\sapsecu.dll .
    M  ===...SSF hash algorithm is SHA1 .
    M  ===...SSF symmetric encryption algorithm is DES-CBC .
    M  ===...sucessfully completed.
    M  =================================================
    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 profile
    M  ThISetEnqname: enq name = >S64LMWBIBV6_BCP_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    = 22.04.2008 09:22:50  1208848970 / 4060
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 22.04.2008 09:22:51  1208848971 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 22.04.2008 09:22:51  1208848971 / 1
    E  Status:         STATUS_OK
    E  -
    L  Begin of BtcSysStartRaise
    L  Raise event SAP_SYSTEM_START with parameter <S64LMWBIBV6_BCP_00  >
    L  End of BtcSysStartRaise

    I Tue Apr 22 09:22:52 2008
    I  *** ERROR => New Process with the same PID
                   [semnt.c      1513]

    S Tue Apr 22 09:25:08 2008
    S  found spool memory service RSPO-ACTIONS at 33814A50
    trc file: "dev_w11", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Apr 22 09:22:48 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2311)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2356
    M  intno      0
    M  pid        7556

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc11 7556) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 11 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T11
    M  calling db_connect ...
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...

    C Tue Apr 22 09:22:49 2008
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12537
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dboci.c      7034]
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Got SAPR3's password from table SAPUSER
    C  Disconnecting from connection 0 ...
    C  Now I'm disconnected from ORACLE
    C  Try to connect with the password I got from OPS$-user
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Database instance bcp is running on S64LMWBIBV6 with ORACLE version 10.2.0.2.0 since 20080422
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20080422 092249
    B  ***LOG BY2=> sql error 0      performing CON [dbsh    0707 ]
    B  ***LOG BY0=> ORA-00000: normal, successful completion
    [dbsh    0707 ]
    B  ***LOG BY2=> sql error 0      performing CON [dblink  0627 ]
    B  ***LOG BY0=> ORA-00000: normal, successful completion
    [dblink  0627 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1187]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3) [thxxhead.c   8517]

    M  Info for wp 11

    M    stat = 4
    M    reqtype = 4
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    rq_info = 0
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource = 0
    M    ext_checked_resource = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server S64LMWBIBV6_BCP_00 on host S64LMWBIBV6 (wp 11)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Tue Apr 22 09:22:49 2008
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8628
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering ThSetStatError
    M  call ThrShutDown (1) ...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc11 7556) [dpnttool.c   310]
    trc file: "dev_w11", trc level: 1, release: "46D"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Apr 22 09:25:48 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' ...
    B  Library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'C:\usr\sap\BCP\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2311)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2356
    M  intno      0
    M  pid        6224

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc11 6224) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 11 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  calling db_connect ...
    C  Got NLS_LANG=AMERICAN_AMERICA.WE8DEC from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@BCP on connection 0 ...
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Got SAPR3's password from table SAPUSER
    C  Disconnecting from connection 0 ...
    C  Now I'm disconnected from ORACLE
    C  Try to connect with the password I got from OPS$-user
    C  Connecting as SAPR3/<pwd>@BCP on connection 0 ...
    C  Now I'm connected to ORACLE using OCI_7 API
    C  Database instance bcp is running on S64LMWBIBV6 with ORACLE version 10.2.0.2.0 since 20080422
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20080422 092548
    M  db_connect o.k.
    I  MtxInit: 11 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 11 initializing ....
    X  Using implementation std
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 11, WP_CNT = 33
    B  dbtbxbuf: Buffer TABL  (addr: 2B4700C8, size: 60000256, end: 2EDA88C8)
    B  dbexpbuf: Buffer EIBUF (addr: 30B000D0, size: 32768000, end: 32A400D0)
    B  dbexpbuf: Buffer CUA   (addr: 0F6200D0, size: 6656000, end: 0FC790D0)
    M  rdisp/reinitialize_code_page -> 0
    M  rdisp/hold_keeps_time_slice -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  PfReadDBVersion: use compatibility mode for stat-files
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    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 06DF51D0
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  3 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 0FE30098
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 0FE30808
    S    using messages for server info
    S  immediate print option for implicitely closed spool requests is disabled

    A  -PXA--
    A  PXA INITIALIZATION
    A  Attached to PXA (address 336E0040, size 411788K)
    A  abap/pxa = shared
    A  PXA INITIALIZATION FINISHED
    A  -PXA--

    A  RFC rfc/dump_client_info not set, use default -1
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC rfc/bc_no_gui_cp_refresh not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  SsfSapSecin: putenv(SECUDIR=C:\usr\sap\BCP\DVEBMGS00\sec): ok

    M  =================================================
    M  === SSF INITIALIZATION:
    M  ===...SSF Security Toolkit name SAPSECULIB .
    M  ===...SSF trace level is 0 .
    M  ===...SSF library is C:\usr\sap\BCP\SYS\exe\run\sapsecu.dll .
    M  ===...SSF hash algorithm is SHA1 .
    M  ===...SSF symmetric encryption algorithm is DES-CBC .
    M  ===...sucessfully completed.
    M  =================================================
    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.

    B Tue Apr 22 09:28:08 2008
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:46D.00]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =1000,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B   prefer_union_all    =   0,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            = 0x3,
    B   use_hints           = abap->1, dbif->1, upto->4294967295, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    M  SecAudit(check_daily_file): audit file opened C:\usr\sap\BCP\DVEBMGS00\log\20080422.AUD

  • Use of r3trans -d command in UNIX related to Database...?

    Hi gurus,
                   What is the use of r3trans -d command in UNIX related to ORACLE Database...?
    thanks in advance.
    Regards,
    BBR.

    Hi ,
    R3trans-d is used to check the whether DB is active or not .Along with R3trans-d to check db active or not , I give you some more command to check.
    Following methods used to check whether DB is active or not :
    1. ps -ef |grep ora
    2. ps -ef |grep ora_
    3. ps -ef |grep pmon
    4. R3trans -d ; give RC - 0000 means active other than 0000
    is error
    5. in Brtools 1.Instance Management, 6 - Show instance
    status, 3-Database instance, give the instance name i mean
    Database Name and press continue....give the status
    6. we can also check for SQL
    SQL> select status from v$instance;
    STATUS
    OPEN
    Hope this will help u out.
    Thanks and Regards,
    Arun Rathour

  • R3trans and sqlplus/@SID hang when the AS is started

    Hi all,
    I have migrated one platform on Windows 2003 with SAP 4.6C Oracle 10.2.2 and client 920
    Everything is working fine with the DBCI + the first AS
    SAP + DB + DB COnnect ...
    I can perform an R3tans with return code 000 from the DBCI , the first AS and the 2nd AS as well
    But When I start the 2nd Application Server ; the R3trans hangs, and I can't connect to the Database (sqlplus /@SDI hangs)  through the 2nd AS, the first and the DBCI neighter.
    If someone has encountered this issue, thanks for your help
    Cheers
    Yacine

    Hi Eric,
    Many thanks for your answer and sorry for the delay of my anser.
    Indeed we have adjusted these parameters and deceased the WP for both AS.
    Currently it's a closing period for us so the 2 AS si stopped for security, but for the next month we will start it whith these changes.
    Thanks to all for your help
    Yacine

  • R3trans import

    Does a R3trans import of a table perform and append or an insert?
    While I was performing a R3trans import of a table, my database ran out of space and the process stopped. I need to restart the process, but I do not want duplicate records in the table. If R3trans uses insert I won't have duplicate records

    Hello Bondy,
    R3trans Export and Import of tables:-
    During Export of tables,R3trans will call the control file which is mentioned in the command line
    "R3trans -w log file export control file"
    Delete statements mentioned in export control file are not sql statements. Its only active while doing import.
    •    While exporting these delete statements get added in the created dump file
    •    While importing it will delete the contents of respective tables and then import
    For more details - export control file of R3trans SAPnote 130906 - How can versions be transported?
    For more details on R3trans export and Import  Sap Note:1942
    So in your case,check whether you have used delete statements in your export control file.
    If delete statements are present in export control file,while importing it will first delete the current entries of table and then import.
    If delete statements are not present, the entries will get appended.
    Hope you got some information
    Thanks,
    Needu

Maybe you are looking for

  • Link error, gcc-4.2 failed with exit code 1

    Hi~everyone! I now have a question  that when I want to put my program into iphone(not simulator) to debug, then comes the problem with the debug message below:  Ld build/Debug-iphoneos/TouchCells.app/TouchCells normal armv6 cd "/Users/TouchCells 2"

  • Setting Up Photo Gallery in Bridge

    I have about 30 pictures that i would like to set up in Bridge cs5 like: - selected 30 pics in a folder - tried html gallery template - current issue = I selected 30 pics but gallery only shows 20 - missing 10 Q: how do I fix this?

  • Purchase Order Coding

    Hi All,              iam developing a webservice using DI-server in my asp.net application to access my sap company DB.now i have to create a purchase order...can anybody give me some web service coding about how to create a purchase order.....(like

  • Pre order iPad 3 but no confirmation mail

    Hi, I've pre-ordered the Ipad (3rd generation) on 8th march, but I've never received a confirmation mail and I have logged in as a guest and not with my apple ID, so I don't know my order numer to look it up. Can someone please help me? Thank you.

  • Help did 9.1 update and now cant find where my screen  savers

    hi i just updated my system to 9.1 and now i cant find the screen savers there is no screen saver control panel .looked every where i u can help me i would be indebted to u i am a newbie been using windows for ten year im in lov e with this mac !!!!!