R3trans -d gives return code 12,  ECC 6.0 on DB2

Hi ,
We have a Ides system ( ECC ) installed on DB2 & suse linux OS , I am not able to start the system today . I found that there is connection error b/w DB2 & SAP.  I have not made any  changes recently & am not sure why it is showning error today.
Below is error description from trans.log, please help
SQL30081N A communication error has been detected.
> Communication protocol being used: "TCP/IP". Communication
> API being used: "SOCKETS". Location where the error was
> detected: "10.26.4.41". Communication function detecting th
> error: . Protocol specific error
> code(s): "101", "", "". SQLSTATE=08001
Edited by: sunilkumarvp on Jan 4, 2011 5:56 AM

Hi,
Did you configure a connection timeout or a receive timeout?
This can be done by the following settings in db2cli.ini   ( /usr/sap/SAPSID/SYS/global/db6/db2cli.ini for CLI driver setup ).
ConnectTimeout = #value#
or
ReceiveTimeout = #value#
Also check the DB2 registry for attributes like DB2TCP_CLIENT_RCVTIMEOUT or DB2TCP_CLIENT_CONTIMEOUT .
All those parameters are non standard for an SAP DB2 installation.
Regards
                 Frank

Similar Messages

  • R3trans -x alternatively returns code 0012

    Hello.
    After the upgrade to Oracle 10 (RAC) of a test system, the R/3 Instance starts but several wps die with db connect error ora 01034. Anyway some wps are alive and connected to the database. Running the R3Trans -x we have one run with return code 0000 and the next run with return code 0012, alternatively: even in this case the error is ora-01034.
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'olog' failed: rc = 1034     66916  0.281057
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                             104  0.281161
    4 ETW000  [dblink      ,00627]  ***LOG BY2=>sql error 1034   performing CON          219  0.281380
    I cannot find the reason of this behaviour, which occurs on both the instances of the RAC. Has anybody met this problem and found the reason?
    Thanks a lot, ciao
        Dino

    Hello.
    The SAP Notes are not helpful, already checked. On the other hand the system starts, and only a number of Workprocesses cannot connect to the DB.
    My env is
    TERM=vt100
    HOME=/home/aetadm
    SHELL=/bin/csh
    USER=aetadm
    LOGNAME=aetadm
    PATH=/oracle/SAP/920_64/bin:.:/home/aetadm:/usr/sap/AET/SYS/exe/run:/usr/kerberos/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin
    HOSTTYPE=i386-linux
    VENDOR=intel
    OSTYPE=linux
    MACHTYPE=i386
    SHLVL=1
    PWD=/home/aetadm
    GROUP=sapsys
    HOST=sapaet01
    REMOTEHOST=192.168.0.101
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:.cmd=01;32:.exe=01;32:.com=01;32:.btm=01;32:.bat=01;32:.sh=01;32:.csh=01;32:.tar=01;31:.tgz=01;31:.arj=01;31:.taz=01;31:.lzh=01;31:.zip=01;31:.z=01;31:.Z=01;31:.gz=01;31:.bz2=01;31:.bz=01;31:.tz=01;31:.rpm=01;31:.cpio=01;31:.jpg=01;35:.gif=01;35:.bmp=01;35:.xbm=01;35:.xpm=01;35:.png=01;35:.tif=01;35:
    G_BROKEN_FILENAMES=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    LANG=en_US.UTF-8
    SUPPORTED=en_US.UTF-8:en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LANGVAR=en_US.UTF-8
    HOSTNAME=sapaet01
    SAPSYSTEMNAME=AET
    DIR_LIBRARY=/usr/sap/AET/SYS/exe/run
    LD_LIBRARY_PATH=/usr/sap/AET/SYS/exe/run
    THREAD=1
    dbms_type=ORA
    dbs_ora_tnsname=AET
    dbs_ora_schema=SAPR3
    ORACLE_PSRV=AET
    ORACLE_SID=AET
    ORACLE_HOME=/oracle/SAP/920_64
    ORACLE_BASE=/oracle/SAP
    ORA_NLS33=/oracle/client/10x_32/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.US7ASCII
    SAPDATA_HOME=/datafiles/AET
    LD_ASSUME_KERNEL=2.4.1
    Does anybody see anything wrong or missing?
    the client is 32 bits, the database is 64 bits.
    Thanks a lot
       Dino

  • Sendmail gives Return Code 8 - Can't Get Past It - Ideas?

    I used 'sendmail' function. It worked fine in 3 of my test environments but not a 4th. Environmental engineers have looked at SMTP setup & other configurations & recycled the trouble region to no help. If you have seen before or can suggest help, thanks!
    I get return code 8 from the sendmail, which I find means some kind of 'platform dependent' error. Bear in mind that our test environments are all pretty much identical & this error only occurs in 1 out of 4.
    I note in documentation for 'Pbooks 8.9' the following warning with the 'sendmail' function, which leads me to conclude Oracle recommends NOT to use sendmail:
    "The flags parameter of this function and its return codes are platform dependent: the SMTP mail API ignores any additional flags. For this reason, SendMail should be used only in customizations that run on a known platform, if it is used at all. The preferred, platform-independent method for sending email from PeopleCode is to define an email routing as part of a business event, then trigger the business event using the TriggerBusinessEvent function."
    Here is my sendmail code, embedded to a record SEd event(some parts of code not printed to save space):
    Local SQL &EmailBodySQL;
    Local string &EMMsgText;
    Local number &msg_nbr;
    Local number &email_return;
    Local string &Email_From, &Email_Sep, &Reply_To, &EMSender;
    &EmailBodySQL = GetSQL(SQL.KP_PC_EMAILBODY_SEL);
    If Not &EmailBodySQL.Fetch(&EMMsgText, &msg_nbr) Then
    MessageBox(0, "", 20100, 8, "No Message for Message Set 20100, number : :1", &msg_nbr);
    &email_return = 99;
    Else
    %This.EmSubject = &EMMsgText | &projBU | " " | &projID;
    &Email_From = %EmailAddress;
    &Reply_To = %EmailAddress;
    &EMSender = "";
    &Email_Sep = ";";
    &email_return = SendMail(0, &team_members, "", "", %This.EmSubject, &em_text_body, "", "", &Email_From, &Email_Sep, &Reply_To, &EMSender);
    End-If;
    &EmailBodySQL.Close();
    Return &email_return;
    &email_return = &KP_PC_Email.pcattach_email_send(&team_members, &email_body, &projBU, &projID);
    If &email_return = 0 Then
    MessageBox(0, "", 20100, 12, "Email sent for business unit :1 , project ID :2", &projBU, &projID);
    Else
    MessageBox(0, "", 20100, 11, "Email failed. Return status from sendmail = :1 ", &email_return);
    End-If;
    Edited by: 1001697 on Apr 22, 2013 1:52 PM
    Edited by: 1001697 on Apr 22, 2013 1:53 PM

    Try enabling logging by setting SMTP Trace parameter to 1 to get more info on the cause.
    PeopleBooks > PeopleTools 8.52: System and Server Administration > Setting Application Server Domain Parameters
    SMTPTrace
    Enter 1 to enable the tracing of email details to the log file. Enter 0 to disable SMTP tracing.
    LogFence should be set to 5.
    The system writes the log information to SMTP<DDMM>.log in %PS_SERVDIR%/LOGS, by default, or the custom value set for Log Directory. For example:
    PS_CFG_HOME\APPSERV\domain\LOGS\SMTP6_27.log

  • When trying to run a Visual Studio 2010 program under Task Scheduler, it always gives a return code of 3762507597.

    I am trying to run a Visual Studio 2010 program under Task Scheduler. We were running the program under Scheduled Tasks
    in Windows XP with no problems. When it runs under Task Scheduler it always gives a return code of 3762507597. If I run
    the program out of Task Scheduler it runs fine. Running Task Scheduler as Administrator and running the program with
    Run with highest privileges.. Any help or suggestions would be appreciated....  Thanks

    Hi,
    Could you let us know the exact error message? How did you configure it?
    Please follow this guide to check your settings:
    Use the Task Scheduler to Launch Programs Without UAC Prompts
    http://www.7tutorials.com/use-task-scheduler-launch-programs-without-uac-prompts
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

  • R3trans -d finished with return  code 2

    pasting the execution of r3 trans -d
    D:\usr\sap\IDS\SYS\exe\uc\NTAMD64>r3trans -d
    This is r3trans version 6.14 (release 700 - 23.07.10 - 09:23:00).
    unicode enabled version
    2EETW000 sap_dext called with msgnr "2":
    2EETW000 -
    db call info -
    2EETW000 function:   db_ntab
    2EETW000 fcode:      NT_RDTDESCR
    2EETW000 tabname:    TADIR
    2EETW000 len (char): 5
    2EETW000 key:        TADIR
    2EETW000 retcode:    2
    r3trans finished (0012).
    please let me know is there any problem with this we are suppose to get return code 0

    Hi,
    Return code is not 2 but 12 as you can see at the end.
    The means that there is no connections between your application server and db.
    Your SAP system would not be coming up.
    If you are having a problem, please copy paste the corresponding logs.
    Regards,
    Vishnu

  • R3trans check finished with return code:12

    Hello!
    Can some one help me with the error:
    R3trans check finished with return code:12
    ERROR: Startup of database failed
    /usr/sap/<SID>/SYS/exe/runn/startdb terminating with error 12.
    I can start as ora<sid> the oracle, but have problem to start sap.
    Thank you very much!
    regards
    Thom

    Dear Thom,
    Check ENV variables.Maybe there could be some prob with that .
    Please paste the trans.log output of the R3trans -x.
    That could help us in suggesting some thing .
    Regards
    Bharathwaj V

  • R3trans -x - return code 0012

    Hi All,
    During installation, i got the error as ' ERROR 2009-08-28 09:30:28
    FCO-00011  The step createTablespaces with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraTablespace2|ind|ind|ind|ind|6|0|createTablespaces was executed with status ERROR ."
    when i checked R3trans -x its giveing 2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'MDP'"
    R3trans finished (0012).
    Lsnrctl working fine. what could be the reason,
    Thnx & regards!!

    Hi Mohit,
    Thanks for quick responce.
    am not able to connect database  with sapsr3
    log of trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 15.06.07 - 15:50:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 28.08.2009 - 10:25:05
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri Aug 28 10:25:05 2009                           15794  0.015794
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    16  0.015810
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                           8744  0.024554
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/MDP/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              81  0.024635
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/MDP/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                          110585  0.135220
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/MDP/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              18  0.135238
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/MDP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              78  0.135316
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/MDP/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.107)
    4 ETW000                                                                           40733  0.176049
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/MDP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              26  0.176075
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/MDP/SYS/exe/run/dboraslib.so
    4 ETW000                                                                            1866  0.177941
    4 ETW000  [dev trc     ,00000]  New connection 0 created                            1121  0.179062
    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                                                                             438  0.179500
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         40  0.179540
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.179558
    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                                                                              19  0.179577
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                10447  0.190024
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         14  0.190038
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.WE8DEC        8376  0.198414
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password         8289  0.206703
    4 ETW000  [dev trc     ,00000]  Connecting as /@MDP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              20  0.206723
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              21  0.206744
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1 6000000000a44600 6000000000a4bf30 6000000000a4f8d8
    4 ETW000                                                                              19  0.206763
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0      412  0.207175
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0      412  0.207175
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      14  0.207189
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server MDP (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              45  0.207234
    4 ETW000  [dev trc     ,00000]  Assigning server context 6000000000a51b18 to service context 6000000000a4f808
    4 ETW000                                                                           96779  0.304013
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                       186  0.304199
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18,usrhp=6000000000a4c748)
    4 ETW000                                                                              60  0.304259
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    4 ETW000                                                                           37746  0.342005
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=6000000000a51b18)
    4 ETW000                                                                              24  0.342029
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              18  0.342047
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 6000000000a51b18
    4 ETW000                                                                             684  0.342731
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'
    4 ETW000                                                                             475  0.343206
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1033         12  0.343218
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  15  0.343233
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@MDP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              28  0.343261
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              19  0.343280
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1 6000000000a44600 6000000000a4bf30 6000000000a4f8d8
    4 ETW000                                                                              19  0.343299
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      12  0.343311
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server MDP (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              40  0.343351
    4 ETW000  [dev trc     ,00000]  Fri Aug 28 10:25:06 2009                           92914  0.436265
    4 ETW000  [dev trc     ,00000]  Assigning server context 6000000000a51b18 to service context 6000000000a4f808
    4 ETW000                                                                              41  0.436306
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 6000000000a4c748
    4 ETW000                                                                              25  0.436331
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 6000000000a4c748
    4 ETW000                                                                              74  0.436405
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18,usrhp=6000000000a4c748)
    4 ETW000                                                                              20  0.436425
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    4 ETW000                                                                            6674  0.443099
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=6000000000a51b18)
    4 ETW000                                                                              88  0.443187
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              22  0.44
    4 ETW000                                                                           37746  0.342005
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=6000000000a51b18)
    4 ETW000                                                                              24  0.342029
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              18  0.342047
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 6000000000a51b18
    4 ETW000                                                                             684  0.342731
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'
    4 ETW000                                                                             475  0.343206
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1033         12  0.343218
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  15  0.343233
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@MDP on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              28  0.343261
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              19  0.343280
    4 ETW000  [dev trc     ,00000]    0 WE8DEC                                                    1 6000000000a44600 6000000000a4bf30 6000000000a4f8d8
    4 ETW000                                                                              19  0.343299
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      12  0.343311
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server MDP (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              40  0.343351
    4 ETW000  [dev trc     ,00000]  Fri Aug 28 10:25:06 2009                           92914  0.436265
    4 ETW000  [dev trc     ,00000]  Assigning server context 6000000000a51b18 to service context 6000000000a4f808
    4 ETW000                                                                              41  0.436306
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 6000000000a4c748
    4 ETW000                                                                              25  0.436331
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 6000000000a4c748
    4 ETW000                                                                              74  0.436405
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18,usrhp=6000000000a4c748)
    4 ETW000                                                                              20  0.436425
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1033
    4 ETW000                                                                            6674  0.443099
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=6000000000a51b18)
    4 ETW000                                                                              88  0.443187
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=6000000000a4f808,srvhp=6000000000a51b18)
    4 ETW000                                                                              22  0.443209
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 6000000000a51b18
    4 ETW000                                                                             420  0.443629
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1033'
    4 ETW000                                                                              32  0.443661
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 1033         12  0.443673
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1033   performing CON [dblink#3 @ 431]
    4 ETW000                                                                           11730  0.455403
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01033: ORACLE initialization or shutdown in progress [dblink#3 @ 431]
    4 ETW000                                                                              18  0.455421
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'MDP'"
    Regards!!

  • ECC 6 Upgrade Error : RETURN CODE in RSVBCHCK.DV2

    Dear all,
    We are doing an upgrade from 4.6c to ECC6.0, we have faced the below error (warnings) in the CHECKS.LOG file.
    A2EEMCEX 151 Entries for application "03" still exist in the extraction queue ->
      Long text:
        Cause
          You are not allowed to change the extract structure &V#& for
          application "03". This is because unprocessed entries are still present
          in an extraction queue of application "03" for at least one client.
          If an extraction structure is changed for which there are still open
          entries in an extraction queue, these entries can no longer be read and
          the collective update terminates.
        What to do
          Start the collective update using the "Job-Control" function in the
          <DS:TRAN.LBWE>Logistics Extract Structure Customizing Cockpit</>.
          You can get an overview of logistic extraction queues in the
          <DS:TRAN.LBWQ>Log. Queue Overview</>.
    A2EEMCEX 141 Struct. Appl. "03" cannot changed because restruct. -> Long text" ""MC03BF0SETUP""300"
      Long text:
        Cause
          Changing the extract structure &V#& for application "03" is not
          permitted, because the restructure table &V#& for the extractor still
          contains data in &V#&.
          You cannot change the structure in this status, because when you load
          an InfoPackage from BW, this leads to errors.
        What to do
          <DS:TRAN.LBWG>Delete</> the entries for all restructure tables for
          application "03".
    A2EEMCEX 141 Struct. Appl. "04" cannot changed because restruct. -> Long text" ""MC04P_0ARBSETUP""300"
      Long text: see above
    A2EEMCEX 141 Struct. Appl. "04" cannot changed because restruct. -> Long text" ""MC04P_0COMSETUP""300"
    Re: Upgrade Question: SMQ1 Queues and an Error during JOB_RSVBCHCK2 &
    CHECK OF UPDATE TASK Errors and RETURN CODE in RSVBCHCK.MX1
    Where in we they have advised to delete the structure in LBWG.
    Here we don't have a BW team, but if I delete that will it lose any data? or how do I tackle this problem
    Pl advise
    If I am write this is used by vertex
    Regards
    Senthil

    Those extract structures can be "rebuilt" using the transaction SBIW. They are needed if you initially fill the data into BI/BW or if you must re-load everything. It's safe to delete them.
    Markus

  • -Support package-Test import---Ended with return code:  === 8 ===(Urgent)

    Dear all, using -
    >   SAP ECC 6.0 with IS - AFS 6.0
    Environment  -- Win2k3 with Orc 10.2
    Kernel              700 - 75
    Spam/Saint -     70026
    R3trans -d         <0000>
    STMS is very consistent.
    Met all the pre-requisites when applying Support packs &  going succesfull
    but
    While applying   
    Sapk-60004inafs CRT with sapkh 60009,10,11 in
    Test_import phase it is showing the following error for
    sapkh 60010.
    Test import
    Transport request   : SAPKH60010
    System              : MBD
    tp path             : tp
    Version and release: 370.00.09 700
    R3TRPROGJ_1IRUTZN was repaired in this system
    R3TRPROGJ_1IRUTZN was repaired in this system
    Test import
    End date and time : 20080410100230
    Ended with return code:  ===> 8 <===
    When im runing with 700-75 is it possoble to import latest TP
    <SAR tp_145-20001354.sar TP  145 Info 3317 30.01.2008 >
    in to existing kernel. plaese coment on this as i think it's a TP error.
    please also advice me in different areas.
    Cheers,
    Rahul

    HI thanx a lot ,
    It the same procedure i did & checked your message indicating the same steps .
    Yes ,standard object is repaired in  system & im not aware of that
    & even it is not shown that it is recorded to work bench change request when i started applying the support pack.
    I did the same went to SE03 selected the object .
    Selected lock overview
    Identified the change request & released it.
    I got one more doubt what happens when i set the object to repair flag.
    Cheers ,
    Rahul

  • IMPORT_PROPER return code is 16

    hi gurus, i am installing support pack for ecc 5 and the patch level is sapkb64012 i applyed continues 10,11, 12 and when i am applying 12 it's given dump no users can logon  like syntax error , the tp return code is 16
    this is error information please give me any hints The import was stopped, since an error occurred during the phase
    IMPORT_PROPER, which the Support Package Manager is unable to resolve
    without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Support Package -> Import queue from the initial
    screen of the Support Package Manager.
    The following details help you to analyze the problem:
        -   Error in phase: IMPORT_PROPER
        -   Reason for error: TP_STEP_FAILURE
        -   Return code: 0016
        -   Error message: OCS Package SAPKB64012, tp step "I", return code
            0016
    Notes on phase IMPORT_PROPER
    In this phase repository objects and table entries are imported. This
    phase can terminate due to the following reasons:
    o   TP_INTERFACE_FAILURE: The tp interface could not be called.
    o   TP_FAILURE: The program tp could not be executed. For more
        information on this, see the SLOG or ALOG log file.
    o   TP_STEP_FAILURE: A tp step could not be executed. To find the cause
        of the error, see the appropriate log, such as the import log.
        If the cancelation message contains a tp step 6, N or S, the step in
        question is independent of the transport request. You can find these
        logs under the node Import steps not specific to transport request
        in the log overview.
        Alternatively, you can find these logs in the following files in the
        log directory of your transport directory (usually:
            /usr/sap/trans/log):
          -   tp Step 6: P<YY><MM><DD>.<SID>
          -   tp Step N: N<YY><MM><DD>.<SID>
          -   tp Step S: DS<YY><MM><DD>.<SID>
          You can display these files using the report RSPUTPRT or by calling
          transaction AL11.
      A prerequisite of the Support Package Manager is that the Change and
      Transport System (CTS) is configured correctly. For more detailed
      information, read the online documentation available from Help -> SAP
      Library -> mySAP Technology Components -> SAP Web Application Server ->
    Change and Transport System .
    A list of the most important SAP Notes for Online Correction Support
    (OCS) is available in SAP Note 97620, which is updated regularly
    cheers

    Read what you have posted:
    Alternatively, you can find these logs in the following files in the
    log directory of your transport directory (usually:
    /usr/sap/trans/log):
    - tp Step 6: P<YY><MM><DD>.<SID>
    - tp Step N: N<YY><MM><DD>.<SID>
    - tp Step S: DS<YY><MM><DD>.<SID>
    Sort the files by date and check the latest one.
    Markus

  • Error: insertion of infotype 1000 (return code 2)

    Hi All,
    We are trying to Update the Org Structure in ECC which is typically used for the MM Processes.
    When ever we are trying to update the BP or create a new BP for Few Specific Company Codes we are receiving the below error
    Error: insertion of infotype 1000 (return code 2).
    SImilary we also see this error as well
    Database update not possible, data record    01S 500304541001A0031
    Your inputs are highly valuable.
    Regards,
    Satya

    the problem you mentioned here is not the whole problem in my opinion, so let me take a few assumptions and you tell me if some/all of em are correct or alternately you put in more detail in your query.. ok?
    well here goes:
    1. you mentioned BP which is a business partner object but you did not talk about hcm at all so am assuming sap hr has not been implemented at all in your sap box... right/
    2. then the infotype 100 and insert error is the least of your worries if the above point is correct.
    3. then you also have some nominal positions in your sap box to support your logistics process...
    4. and then I am taking a wild guess here --> you are trying to have a relation between a position and bp objects directly ...
    well I may be totally off the rocker in the above but what you need to tell us  could be :
    1. explain the business process.
    2. then we talk about how you are doing the business process in sap (is hr implemented or not? if yes to what extent etc...) and dont limit this point to logistics,.. cover the whole gamut of how you are doing it in sap today and am sure it spans across hcm and logistics
    3. then, a bit more info on what you were trying to do in a step by step fashion,... and where exactly you are encountering the error,.. --> the reason am asking for this is --> in my expereince I have seen a lot of logistics guys who are gurus intheir areas of expertise but you talk sap hr they are like babies,.. and the vice versa is also true,.. so if you are not able to explain point 2 above in full this point will give the complete technical picture.
    provide the above and loads of folks here will be able to help you out.
    cheers

  • Return code 0128?

    Hi,
    I'm getting return code 128 when implementing a add-on via SAINT version 7.10 ptch 0039
    running  >TP EXPLAINRC 0128  gives 'Unknown return code'
    Anyone know what return code 128 could be?
    Kye

    Hi Kye,
    As per past cases, return code 128 seems more related to the O.S itself.  Make sure you're using using last version available of  TP and R3trans, and if is possible bounce the system since it helped in past cases. Otherwise check the O.S logs (i.e Event Viewer on Windows)
    Hope it helps !
    Br,
    Javier

  • Client Copy with return code error :W

    Hi Gurus,
    When I am copying from Prod. client 500 to Quality Client 400 in (ECC 6), I am getting
    'Program ended with error or warning, return code: W"
    can any body please give soultions for this
    Regards
    Gokul

    Hello Mr.  Bhavik,
    I had check in SCC3 client copy log and all error was got in test run, below gives details of log and examples of some table details log please help me what I can do?
    Target Client     400     
    Source RFC Dest.:     CLNT500TRP
      System Name:     TRP     
      Client in Source System     500     
    Copy Type     Remote copy
    Copy Type     Test Run     
    Profile          SAP_ALL     
    Status          Completed w. Dictionary Errors
    User          BASIS     
    Start on          27.03.2010 / 11:33:21
    Last Entry on     27.03.2010 / 12:20:36
    Statistics for this Run     
    No. of Tables         52598 of     54115
    Deleted Lines     5394087     
    Copied Lines     31175343     
    Warnings and Errors
    Table Name     Component     Package
    A001     SD-MD-CM     DDIC Error        (See SE14)
    A004     SD-MD-CM     DDIC Error        (See SE14)
    A005     SD-MD-CM     DDIC Error        (See SE14)
    A006     SD-MD-CM     DDIC Error        (See SE14)
    A007     SD-MD-CM     DDIC Error        (See SE14)
    A009     SD-MD-CM     DDIC Error        (See SE14)
    A010     SD-MD-CM     DDIC Error        (See SE14)
    A012     SD-MD-CM     DDIC Error        (See SE14)
    A015     SD-MD-CM     DDIC Error        (See SE14)
    A016     SD-MD-CM     DDIC Error        (See SE14)
    A017     SD-MD-CM     DDIC Error        (See SE14)
    A018     SD-MD-CM     DDIC Error        (See SE14)
    A019     SD-MD-CM     DDIC Error        (See SE14)
    A021     SD-MD-CM     DDIC Error        (See SE14)
    Table Information
    Table:                      A001
    - Short Description:        Not Used in Standard
    Package:                    VKON
    - Short Description:        Application development R/3 conditions
    Application Component:      SD-MD-CM
    - Short Description:        Conditions
    Delivery Class:             A
    Table Type:                 Pooled table
    Technical Information:
    Nametab of Table is Correct
    Table Exists in Database:   KAPOL
    Table Information
    Table:                      A028
    - Short Description:        Info Record for Non-Stock Item
    Package:                    VKON
    - Short Description:        Application development R/3 conditions
    Application Component:      SD-MD-CM
    - Short Description:        Conditions
    Delivery Class:             A
    Table Type:                 Pooled table
    Technical Information:
    Nametab of Table is Correct
    Table Exists in Database:   KAPOL
    Regards
    Gokul Borse
    9881843629
    Edited by: Gokul Borse on Mar 28, 2010 7:17 AM

  • [Error during Export] R3load exited with return code 11

    Hi guys,
    While performing and Unicode Migration, during Export Phase, Migration Monitor returned the following error while exporting a package
    ERROR: 2014-06-01 10:57:44 com.sap.inst.migmon.LoadTask run
    Unloading of 'REGUC' export package is interrupted with R3load error.
    Process '/usr/sap/ECP/DVEBMGS00/exe/R3load -e REGUC.cmd -datacodepage 4102 -l REGUC.log -stop_on_error' exited with return code 11.
    For mode details see 'REGUC.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    REGUC.log details:
    (As you see, it does not provide reasons of this error, all messages are informative and alike all other Packages logs)
    /usr/sap/ECP/DVEBMGS00/exe/R3load: START OF LOG: 20140601105052
    /usr/sap/ECP/DVEBMGS00/exe/R3load: sccsid @(#) $Id: //bas/740_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /usr/sap/ECP/DVEBMGS00/exe/R3load: version R7.40/V1.8
    Compiled Jul 23 2013 21:30:53
    /usr/sap/ECP/DVEBMGS00/exe/R3load -e REGUC.cmd -datacodepage 4102 -l REGUC.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): US7ASCII
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, OK.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (RSCP) INFO: UMGSETTINGS nametab creation: ok.
    (RSCP) INFO: Global fallback code page = 1160
    (RSCP) INFO: Common character set is  not  7-bit-ASCII
    (RSCP) INFO: Collision resolution method is 'fine'
    (RSCP) INFO: R3trans code pages = Normal
    (RSCP) INFO: EXPORT TO ... code pages = Normal
    (RSCP) INFO: Check for invalid language keys: activated
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 999999999
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 1000000002
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 10000
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 10003
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 500
    (RSCP) INFO: init SUMG interface (3#$Revision: #1 $); package name: "REGUC".
    (RSCP) INFO: "REGUC001.xml" created.
    (GSI) INFO: dbname   = "ECP20030615080638
    (GSI) INFO: vname    = "ORACLE "
    (GSI) INFO: hostname = "ecp "
    (GSI) INFO: sysname  = "SunOS"
    (GSI) INFO: nodename = "ecp"
    (GSI) INFO: release  = "5.10"
    (GSI) INFO: version  = "Generic_142900-13"
    (GSI) INFO: machine  = "sun4u"
    Tried to find what does R3load Return Code 11 means, but I couldnt find further information on this.
    Any hint of what is causing this error?
    (Please disregard any Filesystem issues since all of them have available space)
    Best!

    After using latest R3load patch, it provides furher information on the log file.
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.070) R3ldctl: fix CDS views creation in upgrade export mode (note 2
    017805)
    DBSL patchinfo (patches.h): (0.022) Smaller corrections in release 7.40 (th, dp, vmc, dpmon)
    (note 1821404)
    --------------------- End of patch information -------------------------
    process id 27326
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): US7ASCII
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, OK.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (RSCP) INFO: UMGSETTINGS nametab creation: ok.
    (RSCP) INFO: Global fallback code page = 1160
    (RSCP) INFO: Common character set is  not  7-bit-ASCII
    (RSCP) INFO: Collision resolution method is 'fine'
    (RSCP) INFO: R3trans code pages = Normal
    (RSCP) INFO: EXPORT TO ... code pages = Normal
    (RSCP) INFO: Check for invalid language keys: activated
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 999999999
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 1000000002
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 10000
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 10003
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 500
    (RSCP) INFO: init SUMG interface (3#$Revision: #1 $); package name: "REGUC".
    (RSCP) INFO: "REGUC003.xml" created.
    (GSI) INFO: dbname   = "ECP20030615080638
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "ecp                                                             "
    (GSI) INFO: sysname  = "SunOS"
    (GSI) INFO: nodename = "ecp"
    (GSI) INFO: release  = "5.10"
    (GSI) INFO: version  = "Generic_142900-13"
    (GSI) INFO: machine  = "sun4u"
    (GSI) INFO: instno   = "6120023288"
    (RTF) ########## WARNING ###########
            Without ORDER BY PRIMARY KEY the exported data may be unusable for some databases
    (RDI) WARNING: /respaldo/ECP_Export/ABAP/DATA/REGUC.STR: cannot find version token "ver:" at line 1
    (RDI) WARNING: /respaldo/ECP_Export/ABAP/DATA/REGUC.STR: unknown file format, assuming version 2
    (EXP) INFO: table REGUC will be exported with sorting (task modifier)
    ------------------ C-STACK ----------------------
    [0] t_splay ( 0x1020df850, 0xb3, 0x4386, 0x100a02078, 0x0, 0x1020df870 ), at 0xffffffff7b9629
    94
    [1] t_delete ( 0x1020df850, 0x4348, 0x1d9870, 0x1000d0408, 0xffffffff7bb3c000, 0x0 ), at 0xff
    ffffff7b9627e4
    [2] realfree ( 0x101ee7590, 0x1f82b1, 0x1d9cd0, 0x1f82b0, 0xffffffff7bb3c000, 0x101ee7590 ),
    at 0xffffffff7b9623b0
    [3] _malloc_unlocked ( 0x7d40, 0x200000, 0x101edf840, 0x0, 0x101ee7580, 0x0 ), at 0xffffffff7
    b961eb4
    [4] malloc ( 0x7d39, 0x2388, 0x1da428, 0x10038fe84, 0xffffffff7bb3c000, 0x2000 ), at 0xffffff
    ff7b961c28
    [5] rstg_get ( 0x2, 0x0, 0x2, 0x7d10, 0x0, 0x10077d8c0 ), at 0x10038ff4c
    [6] c3_uc_new_cache ( 0x100a02078, 0x284db0, 0x284c00, 0x10077d8c0, 0x100a02108, 0xb3 ), at 0
    x1000d1ce8
    [7] c3_uc_seek_cache ( 0xb3, 0xff79, 0xffffffff7ffcae3e, 0x100a02078, 0x10189fa48, 0x10077d8c
    0 ), at 0x1000d188c
    [8] c3_uc_new_tabcache ( 0x0, 0xb3, 0x4386, 0x100a02078, 0xb3, 0x10077d8c0 ), at 0x1000d13fc
    [9] c3_uc_insert_record_in_cache ( 0xffffffff7ffcb04e, 0x10189fa48, 0x100a02078, 0x100a024c8,
    0xb3, 0x1058c8f84 ), at 0x1000d0408
    [10] c3_uc_insert ( 0x0, 0x100a02078, 0x0, 0x0, 0x10077d8c0, 0xffffffff7ffcb04e ), at 0x1000c
    f944
    [11] c3_uc_convert_table_entry ( 0x1015c61f8, 0x0, 0x100a02078, 0x0, 0x10189f408, 0x31a000 ),
    at 0x1000ce314
    [12] c3_uc_convert_logic_table ( 0x1015c61f8, 0x100a02078, 0x0, 0x4a, 0x100638dc0, 0x10077d8c
    0 ), at 0x1000cdb18
    [13] c3_uc_convert_cluster_data ( 0x100a02078, 0xffffffff7ffcbc50, 0x1015c6428, 0x1015c61f8,
    0x10077d8c0, 0x0 ), at 0x1000cd10c
    [14] c3_uc_convert_cluster_item ( 0xffffffff7ffcbc78, 0xffffffff7ffcbc50, 0x100954770, 0x1038
    6f6e0, 0xffffffff7ffcbb8c, 0x100a02812 ), at 0x1000be1d4
    [15] process_task ( 0xffffffff7ffcbc78, 0xffffffff7ffcbc50, 0x100954770, 0x100a02810, 0x10063
    32e0, 0x10077d8c0 ), at 0x1000b2f58
    [16] CnvCluster ( 0x1014642d0, 0x100954670, 0x100aa9610, 0x2849b8, 0x284800, 0x6cb978 ), at 0
    x1000b1f8c
    [17] cnv_clust2 ( 0x100aa9580, 0xffffffff7ffcc258, 0x100954770, 0xfc0, 0x107d00, 0x100954670
    ), at 0x100062714
    [18] cnv_cp ( 0x100aa9580, 0xffffffff7ffcc258, 0x100aa95e0, 0x0, 0x10077d8c0, 0x1d6c00 ), at
    0x100064644
    [19] process_buffer ( 0x100aa9580, 0xffffffff7ffcc258, 0xfff00, 0x100a97bd0, 0x10, 0x100aa95b
    0 ), at 0x10007162c
    [20] execute_table_unload ( 0xffffffff7ffed610, 0xffffffff7ffdc4b0, 0x0, 0x100aa9580, 0xfffff
    fff7ffcc258, 0x10077d8c0 ), at 0x10006c488
    [21] export_table_task ( 0xffffffff7ffed610, 0x0, 0xffffffff7ffdc368, 0xffffffff7ffcc330, 0xf
    fffffff7ffeedb8, 0xffffffff7ffeec60 ), at 0x10006c934
    [22] db_unload ( 0x100a97b0d, 0xffffffff7ffed610, 0x0, 0x10077d8c0, 0xffffffff7ffeec60, 0xfff
    fffff7bb47540 ), at 0x10006d148
    [23] main_r3ldmain ( 0x72ec00, 0xffffffff7ffff448, 0xffffffff7ffff228, 0xffffffff7bb47540, 0x
    1005fc290, 0x0 ), at 0x1000514e0

  • Importing error Ended with return code:  === 8 ===

    Hi Experts,
    I am trying to transporting an infoobject 0EMPLOYEE from Dev to Production.While importing the request I am getting an error like
    Execution of programs after import (XPRA)
    Transport request   : BD1K901543
    System              : BP1
    tp path             : tp
    Version and release: 372.04.36 700
    Execution of programs after import (XPRA)
    End date and time : 20090206164251
    Ended with return code:  ===> 8 <===
    after expanding this error msg i am getting
    Start of the after-import method RS_IOBJ_AFTER_IMPORT for object type(s) IOBJ (Activation Mode)
    Characteristic 0CM_CTAR: Unit 0UNIT_DIM no allowed in compounding
    Characteristic 0CM_SHAR: Unit 0AREA_UNIT no allowed in compounding
    by clicking on the error mag
    Diagnosis;
    If the characteristic is used in an InfoProvider with dimensions (for example, an InfoCube or MultiProvider), the compounded unit is not unique if currency key figures are used at the same time.
    System Response
    This type of modeling is not supported.
    Procedure
    Replace the currency with a different characteristic. If you nevertheless want to use a unit in the compounding, you should use the modeling of a characteristic that semantically represents a unit. To do so, copy the technical properties of the unit of measure or the currency.
    How can I solve this problem?
    Can add any other char to this compounding char is it works?if yes which currency char i need to add here?
    Thanks & Regards,
    Sridhar

    Hi Sridhar,
            I am facing the problem with 0CM_CTAR and 0CM_SHAR. both the characteristics are not allowed compouding ATTRIBUTES.
      0cm_ctar not allowed comp .attr of 0unit_dim
      0cm_shar not allowed comp.attr 0f area_unit.
    for this reason what i need to do. Please give me help on this.
    sridhar could you give me solution what i need to do. i am also implement  same sap note or any other solution you have.
    Please kindly give me reply.
    Thnaks,
    Guna.
    Edited by: gunasekhar raya on Apr 14, 2009 6:16 PM

Maybe you are looking for