Error in CHECK_START_RELEASE_COMPONENTS  Phase

I'm working in upgrading my landscape with EHP4 on a ECC server. I've done this before on other servers but now I'm getting an error on the Java side stating "The retrieval of the source release software components failed. There is no active product on the system. Probably no usage type is activated on the system. JSPM version is 7.01.2.3.2." I don't know what the problem is but I need to have this taken care of right away. I recreated the SPSTAB.XML file and made sure all the components match. If anyone can provide me with a solution on what the issue is or provide me with a password to skip this phase, I would greatly appreciate it!

I am currently running ECC 6.0 SPS9 with SQL Server 2005, Java SPS13. Seems that using note 883948 may fix my issue but I'm getting the an error when running the script. Here is what the UTL.LOG file indicates:
<!LOGHEADER[START]/>
<!HELP[Manual modification of the header may cause parsing problem!]/>
<!LOGGINGVERSION[1.5.3.7185 - 630]/>
<!NAME[utl.log]/>
<!PATTERN[utl.log]/>
<!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %7s: %m)]/>
<!ENCODING[UTF8]/>
<!LOGHEADER[END]/>
Dec 6, 2009 5:50:11 PM   Info   : Successfully parsed!
Dec 6, 2009 5:50:11 PM   Info   : Executing command Activate...
Dec 6, 2009 5:50:11 PM   Info   : Establishing DB connection...
Dec 6, 2009 5:50:11 PM   Path   : Exception : The DataBase is down or the connection parameters are wrong: -sid=ECL -dsn=jdbc/pool/ECL -ssprops=E:\usr\sap\ECL\SYS\global/security/data/SecStore.properties -ssk=E:\usr\sap\ECL\SYS\global/security/data/SecStore.key -keyphrase=null
java.lang.Exception
     at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1141)
     at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:413)
     at com.sap.exception.BaseException.<init>(BaseException.java:302)
     at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:96)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:215)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: com.sap.sql.log.OpenSQLException: Could not load class com.sap.nwmss.jdbc.sqlserver.SQLServerDriver.
     at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:143)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:159)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:213)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.lang.ClassNotFoundException: com.sap.nwmss.jdbc.sqlserver.SQLServerDriver
     at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134)
     ... 16 more
caused by
java.lang.ClassNotFoundException: com.sap.nwmss.jdbc.sqlserver.SQLServerDriver
     at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:159)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:213)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Dec 7, 2009 2:11:50 PM   Info   : Severe (database) error. Return code: 64
Dec 7, 2009 4:51:37 PM   Info   : Successfully parsed!
Dec 7, 2009 4:51:37 PM   Info   : Executing command Activate...
Dec 7, 2009 4:51:37 PM   Info   : Establishing DB connection...
Dec 7, 2009 4:51:37 PM   Path   : Exception : The DataBase is down or the connection parameters are wrong: -sid=ECL -dsn=jdbc/pool/ECL -ssprops=e:\usr\sap\ECL\SYS\global/security/data/SecStore.properties -ssk=e:\usr\sap\ECL\SYS\global/security/data/SecStore.key -keyphrase=null
java.lang.Exception
     at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1141)
     at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:413)
     at com.sap.exception.BaseException.<init>(BaseException.java:302)
     at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:96)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:215)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: com.sap.sql.log.OpenSQLException: Could not load class com.sap.nwmss.jdbc.sqlserver.SQLServerDriver.
     at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:143)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:159)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:213)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.lang.ClassNotFoundException: com.sap.nwmss.jdbc.sqlserver.SQLServerDriver
     at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134)
     ... 16 more
caused by
java.lang.ClassNotFoundException: com.sap.nwmss.jdbc.sqlserver.SQLServerDriver
     at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
     at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
     at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connectViaSecureStore(DBConnection.java:159)
     at com.sap.sl.ut.manager.persistence.db.DBConnection.connect(DBConnection.java:171)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.connect(DataBaseInfoFactory.java:213)
     at com.sap.sl.ut.manager.persistence.db.InfoManager.activateUsageType(InfoManager.java:124)
     at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.activateUsageType(DataBaseInfoFactory.java:1063)
     at com.sap.sl.ut.manager.command.Activate.execute(Activate.java:44)
     at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
     at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:60)
     at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:56)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Dec 7, 2009 4:51:37 PM   Info   : Severe (database) error. Return code: 64

Similar Messages

  • Error in preprocessing phase

    Hi All ,
    We are facing error in preprocessing phase of upgrade to EHP 7 ,Let me know if anyone can help us in this critical situation
    System details:Oracle 11gr2,Linux x86-64 ,
    Below is the error :
    During the phase MAIN_SHDIMP/SUBMOD_SHD2_RUN/RFCDEST_CREATE_S2OX in
    Pre-processing of the SUM we are facing below error.
    1 ETQ233 Calling function module "FUNCTION_EXISTS" by RFC
    2 ETQ373 parameter "FUNCNAME" = "RFC_DESTINATION_CREATE"
    1 ETQ234 Call of function module "FUNCTION_EXISTS" by RFC succeeded
    4 ETQ010 Date & Time: 20140912043336
    1 ETQ359 RFC Login to: System="XXX", AsHost="sapXXXpas" Nr="12",
    GwHost="sapa10pas", GwService="sapgwZZ"
    2 ETQ232 RFC Login succeeded
    4 ETQ010 Date & Time: 20140912043336
    1 ETQ233 Calling function module "RFC_DESTINATION_CREATE" by RFC
    2 ETQ373 parameter "DESTINATION_NAME" = "SAP_UPGRADE_ORIG_SYSTEM"
    2 ETQ373 parameter "USER" = "DDIC"
    2 ETQ373 parameter "HOST" = "sapXXXpas"
    2 ETQ373 parameter "SYSTEMNR" = "11"
    2 ETQ373 parameter "CHECK" = "X"
    1EETQ235 Call of function module "RFC_DESTINATION_CREATE" by RFC failed
    (error-status "3")
    2EETQ360 RFC of "RFC_DESTINATION_CREATE" failed:
    2EETQ361 code/exception : 3
    2EETQ362 key : CALL_FUNCTION_NO_DEST
    2EETQ399 RFC destination SAP_UPGRADE_ORIG_SYSTEM does not exist.
    Regards
    Bharat
    Mob No: 91 9008804153

    Hi Reagan ,
    The issue was taken to SAP development security team :::Below is the  weird issue ::
    Firstly ,for the authorizations to work correctly, all authorization tables must be in a consistent state as below :
    ust04, ust10c, ust10s, ust12, usrbf2, usrbf3.
    If we  want to maintain authorizations, also usr04, usr10, usr12 are  required.
    But here , a mismatch of tables usrbf2 and usrbf3  in 2 instances are the reason for the stuck in the upgrade :::
    SQL> select count(*) from sapsr3.USRBF2 where MANDT = '000' and BNAME =
    'DDIC';
    COUNT(*)
    2997
    SQL> select count(*) from sapsr3.USRBF3 where MANDT = '000' and BNAME =
    'DDIC';
    COUNT(*)
    1
    SQL>
    SQL> select count(*) from sapsr3shd.USRBF2 where MANDT = '000' and
    BNAME =
    'DDIC';
    COUNT(*)
    673
    SQL> select count(*) from sapsr3shd.USRBF3 where MANDT = '000' and
    BNAME =
    'DDIC';
    COUNT(*)
    1
    This issue was resolved by SAP and then upgrade went fine ,This is not an issue with password of DDIC !!!!!
    Regards
    Ram

  • Error during upgrade phase JOB_RSUPGCUA_SHD

    Hi Everyone,
    We are in the process of completing a combined ERP 6.0 Upgrade / Unicode Conversion.  Our starting release is ECC 5.0 (ABAP only) and we are running Oracle 10.2.0.2 on AIX 5.3. 
    We are receiving the following error in phase JOB_RSUPGCUA_SHD:
    1 ETQ201XEntering upgrade-phase "JOB_RSUPGCUA_SHD" ("20080812163717")
    2 ETQ366 Connect variables are set for shadow instance access
    4 ETQ399 System-nr = '56', GwService = 'sapgw56'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=1
    4 ETQ260 Starting batchjob "RSUPGCUAGEN111"
    4 ETQ010 Date & Time: 20080812163717
    4 ETQ260 Starting batchjob "RSUPGCUAGEN111"
    4 ETQ230 Starting RFC Login to: System = "ENP", GwHost = "aix12j1", GwService = "sapgw56"
    4 ETQ359 RFC Login to: System="ENP", Nr="56", GwHost="aix12j1", GwService="sapgw56"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC
    2EETQ235 Call of function module "SUBST_START_BATCHJOB" by RFC failed (error-status "10")
    2EETQ261 Start of batchjob "RSUPGCUAGEN111" failed
    1EETQ203 Upgrade phase "JOB_RSUPGCUA_SHD" aborted with errors ("20080812163717")
    We originally had some issues with the shadow system not starting in phase START_SHDI_FIRST.  The source of the problem was the value of paramter ipc/shm_psize_40 in the instance profile of the shadow system.  When we ran "sappfpar check" on the profile, the output indicated that the paramter was too small.  We backed up the profile, increased the parameter to the value "sappfpar check" recommended and then stopped the shadow system via "SAPup stopshd."  We then repeated the phase.  The shadow instance was started successfully and the upgrade proceeded with subsequent phases.
    We encountered the error above several phases later.  The shadow instance is started and I am able to login with user DDIC.  As detailed in the error message above, function module SUBST_START_BATCHJOB is aborting with error code 10.  Based on what I can interpret from source code of the function module, this seems to indicate that there is a problem with the program values.  The SM21 log indicates that "Program name RSUPGCUAGEN111 is invalid." 
    What do we need to do to get past this error?
    Thanks in advance for any assistance,
    Tommye

    for our case it was that the shadow instance was not completely stsarted, some processes were down, cause the ipc pool 40 was too small, i found the error in the killed work processes.
    Probleme resolved as susch. i hope it will help someone.
    Regards

  • Support Pack upgrade error in Import Phase

    Hello,
    Currently I am upgrading SCM system with Support pack level 12 to 20 . When i am applying Basis 12 to 20. I got an error in Import_Proper phase.
    Could you please help me on this? I tried and still searching solution for this..But no luck...
    Os is : AIX and
    Log File:                /usr/sap/trans/log/SAPIB70013.xxx
    Main import
    Transport request   : SAPKB70013
    System              : xxxx
    tp path             : tp
    Version and release: 372.04.71 700
    child process 934006 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_OBJECT_COLLECTION==========CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1212554 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDR_APPLICATION_WINDOW=====CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1171520 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDY_MD_EVENT_SOURCE========CI
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1331412 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    insert / update sequence failed due to an error in DBI.
    maybe there's a concurrent process which inserted this table entry at the same time.
    insert / update sequence failed due to an error in DBI.                       
    maybe there's a concurrent process which inserted this table entry at the same time.
    child process 1310922 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_END
    tabname:    WDY_APP_PROPERTY
    len (char): 64
    key:        DEMO_UIEL_DROPDOWN_BY_IDX     DEMO_VIEW
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    import portion 018446 - 999999 not imported because the child processes died for unknown reason
    child process 1310924 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDY_MD_OUTGOING_EVENT======CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1286192 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    import portion 009158 - 018411 not imported because the child processes died for unknown reason
    import portion 018412 - 018527 not imported because the child processes died for unknown reason
    import portion 018528 - 999999 not imported because the child processes died for unknown reason
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    Main import
    End date and time : 20100909034914
    Ended with return code:  ===> 12 <===
         |   ######################################                     
    Thanks and Regards,
    Sankar
    SAP BASIS Consultant

    Hi,
    Thanks for you reply. I restarted import but no luck still. I activated some object also not working. when i call SPAM it is not going to the SPAM pager. Showing dump...
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          10.09.2010 09:41:37
    Short text
         Function module "POSS_UIREQ_OPT_SUBMIT" not found.
    What happened?
         The function module "POSS_UIREQ_OPT_SUBMIT" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXC" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
          not caught in
         procedure "OPEN_FORM" "(FUNCTION)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         The program "SAPLSTXC" contains the CALL FUNCTION statement.
         The name of the function module to be called is "POSS_UIREQ_OPT_SUBMIT".
         No function module exists with the name "POSS_UIREQ_OPT_SUBMIT".
         All function modules are listed in the Function Library (SE37).
    Possible reasons:
    a) Wrong name specified. Pay particular attenti
        upper/lower case and underscores ("_").
        or
    b) Transport error
    c) In the case of an enqueue/dequeue module,
        the lock object may not have been activated
        (ABAP/4 Dictionary).
    When i tried to check function module it is not there..
    Could you please help on this?
    Regards,
    Sankar Basis Consultant

  • PI 7.1 upgrade error in GETSYNC_PROFILES_CHANGED phase

    Hello
    Currently I am upgrading an XI 7.0 system to PI 7.1. The downtime phases have just started and I've hit an error in the phase 'GETSYNC_PROFILES_CHANGED'; the error is 'Not enough space for string replacement'. Based on the phase name, and the previous phases, it looks as if the error is something to do with the profiles. The relevant upgrade logs have no useful info in them except for the string space message.
    I have done the usual SDN, SAP Marketplace and Google searches but could not find an answer to my problem. I have also opened a high priority call with SAP but they have not come up with an answer yet. Does anybody have any useful advice?
    The system being upgraded is running on Windows 2003 Server R2 64bit, has an Oracle 10.2.0.4 DB, and the source system was XI/PI 7.0 SP15.
    Thanks.

    Hello Rohit
    Freespace is more than sufficient:
    C:\ = 5.2GB (O/S)
    D:\ = 18.9GB (Oracle & SAP)
    E:\ = 8.53GB (Oracle)
    Andrew
    Edited by: Andrew Turvey on May 28, 2009 3:48 PM

  • Error in ABAP_Import Phase

    Dear Guru's,
    We are facing some issue on ABAP Import phase, out of 29 Import Monior jobs 2 jobs gets failed.
    Error in Import_ABAP Phase, 2 jobs failed
    Loading of 'DD03L' import package: ERROR
    Loading of 'SACONT01' import package: ERROR
    could anyone suggest me, what could be done to resolve this issue.
    regards,
    Guna

    Hi,
    Thanks for your information.
    We tried with retry option, still in same position.
    We're doing solution manager 7.0 installation on AIX 5.
    (DB) INFO: SACONT01 deleted/truncated #20100429153529
    (DB6) Using LOAD API for table SACONT01
    (RFF) ERROR: invalid checksum in data file "/hm/cdmedia/solman7.0/51033518_Expor
    t2/EXP3/DATA/SACONT01.001"
                 current table was "SACONT01"
    (DB) INFO: disconnected from DB
    /usr/sap/SM1/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/SM1/SYS/exe/run/R3load: END OF LOG: 20100429153530
    Suggestions appreciated.
    regards,
    Guna

  • Error in ACTIVATE_CURRENT_USAGES phase of portal upgrade (NW04 to NW04s)

    hello gurus,
    i am upgrading Netweaver 04 to netweaver 04s (Enterprise Portal)
    oracle upgrade from 9.2.0.7 to 10.2.0.1 successfully
    but i am getting error in 78 phase out 100 in java upgrade program management
    ACTIVATE_CURRENT_USAGES
    i am unable to track the cause.......
    log file is shown below
    kindly help......
    its urgent
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[D:\usr\sap\jupgrade\log\ACTIVATE_CURRENT_USAGES_ACU_07.LOG]/>
    <!PATTERN[ACTIVATE_CURRENT_USAGES_ACU_07.LOG]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    #1.5#C000AC1908C2000000000029014A8CD1000432D6B5DD7008#1181797662421#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:713)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:713)#Java###Phase has been started.#1#UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000002A014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:714)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:714)#Java###Phase type is .#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask#
    #1.5#C000AC1908C200000000002B014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#Java###  Parameter =#2#inputFile#ExecuteTasks.xml#
    #1.5#C000AC1908C200000000002C014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#Java###  Parameter =#2#taskName#ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000002D014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.checkParameters(PhaseTypeExecuteTask.java:191)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.checkParameters(PhaseTypeExecuteTask.java:191)#Java###Phase parameters have been checked. All required phase parameters have been set.#1#2#
    #1.5#C000AC1908C200000000002E014A8CD1000432D6B5F009C0#1181797663640#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#Java###Configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks.xml#
    #1.5#C000AC1908C200000000002F014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#Java###Configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks_WIN.xml#
    #1.5#C000AC1908C2000000000030014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildGlobalConfiguration(ConfigurationBuilder.java:251)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildGlobalConfiguration(ConfigurationBuilder.java:251)#Java###Global configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks.xml#
    #1.5#C000AC1908C2000000000031014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:41)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:41)#Java###Java process ID , name has been started.#2#2#com.sap.engine.offline.OfflineToolStart#
    #1.5#C000AC1908C2000000000032014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:54)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:54)#Java###Command line: #2#  #C:
    j2sdk1.4.2_09
    jre
    bin
    java.exe -cp d:/usr/sap/W60/SYS/global/sltools/sharedlib/launcher.jar;d:/usr/sap/W60/SYS/global/sltools/sharedlib; com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain d:/usr/sap/W60/SYS/global/sltools/sharedlib;D:/usr/sap/W60/SYS/global/security/lib/tools;D:/usr/sap/w60/jc00/exe/classes12.jar -activated -sid=W60 -dsn=jdbc/pool/W60 -ssprops=D:/usr/sap/W60/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/W60/SYS/global/security/data/SecStore.key -log=D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS.LOG -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -action=true#
    #1.5#C000AC1908C2000000000033014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:55)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:55)#Java###Standard out: #2#  #D:
    usr
    sap
    jupgrade
    log
    ACTIVATE_USAGE_AS_ACU_01.OUT#
    #1.5#C000AC1908C2000000000034014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.launch(OsProcessController.java:120)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.launch(OsProcessController.java:120)#Java###Process ID has been started.#1#2#
    #1.5#C000AC1908C2000000000035014A8CD1000432D6B5F1B770#1181797663750#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:176)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:176)#Java###Waiting for process ID , name to finish.#2#2#java.exe#
    #1.5#C000AC1908C2000000000036014A8CD1000432D6B6B9BE78#1181797676859#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:209)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:209)#Java###Process ID , name has been finished, exit code .#3#2#java.exe#64#
    #1.5#C000AC1908C2000000000037014A8CD1000432D6B6B9BE78#1181797676859#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:735)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:735)#Java###Exception has occurred during the execution of the phase.##
    #1.5#C000AC1908C2000000000038014A8CD1000432D6B6B9FCF8#1181797676875#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.execute.AbstractExtProcessOperation.generateResultProcessingException(AbstractExtProcessOperation.java:579)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.execute.AbstractExtProcessOperation.generateResultProcessingException(AbstractExtProcessOperation.java:579)#Java###Could not activate usage AS. Could not execute 'C:
    j2sdk1.4.2_09
    jre
    bin
    java.exe -cp d:/usr/sap/W60/SYS/global/sltools/sharedlib/launcher.jar;d:/usr/sap/W60/SYS/global/sltools/sharedlib; com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain d:/usr/sap/W60/SYS/global/sltools/sharedlib;D:/usr/sap/W60/SYS/global/security/lib/tools;D:/usr/sap/w60/jc00/exe/classes12.jar -activated -sid=W60 -dsn=jdbc/pool/W60 -ssprops=D:/usr/sap/W60/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/W60/SYS/global/security/data/SecStore.key -log=D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS.LOG -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -action=true', return code '64'. You can check the file(s) 'D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS_ACU.OUT', 'D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS_ACU.ERR' to which the output of the process has been redirected.##
    #1.5#C000AC1908C2000000000039014A8CD1000432D6B6B9FCF8#1181797676875#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.execute.AbstractExtProcessOperation.execute(AbstractExtProcessOperation.java:176)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.execute.AbstractExtProcessOperation.execute(AbstractExtProcessOperation.java:176)#Java###Error while processing the result.##
    #1.5#C000AC1908C200000000003A014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.execute(PhaseTypeExecuteTask.java:173)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.execute(PhaseTypeExecuteTask.java:173)#Java###Error while executing PhaseTypeExecuteTask with input file ExecuteTasks.xml and task ACTIVATE_CURRENT_USAGES.##
    #1.5#C000AC1908C200000000003B014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:779)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:779)#Java###Phase has been completed.#1#UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000003C014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:780)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:780)#Java###Start time: .#1#2007/06/14 10:37:42#
    #1.5#C000AC1908C200000000003D014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:781)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:781)#Java###End time: .#1#2007/06/14 10:37:56#
    #1.5#C000AC1908C200000000003E014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:782)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:782)#Java###Duration: .#1#0:00:14.453#
    #1.5#C000AC1908C200000000003F014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:783)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:783)#Java###Phase status is .#1#error#
    waiting for solution
    thankx in advance....
    shoeb

    Could you please share us the solution?

  • Error in DEPLOY_ONLINE_DEPL phase EHPI 7.01 SPS05 DualStack ABAP+JAVA

    Hello experts,
    I'm getting an error in DEPLOY_ONLINE_DEPL phase (Downtime Roadmap) under J2EE tab in enhancement package installation in our BW System (Netweaver 7.0 SP 17 to NW 7.01 SPS 05 DualStack ABAP+JAVA)
    The system is running on High Availability server.
    Restarting Q2B 00 instance failed.
    Cannot find instance with instance number 0 on host mcho35au in the cluster.
    I'm not sure, but maybe anything is wrong with my profiles...? I don't know....
    All J2EE deployments has been successfully finished (JSPM).
    I have restarted all instances DVEBMGS00 & SCS01 and Shadow Instance DVEBMGS02. SCS01 Instance is up and running as well.
    Then I have stop EHPI Upgrade and start it again.
    DEPLOY_ONLINE_DEPL_DDB_18.LOG:
    ==========================================
    RequestController.java:178)[Thread[main,5,main]]: Deployment of queue sapjup-queue completedwith error Cannot check the state(running/stoped) of the CI.
    Restarting Q2B 00 Instance failed
    Connot find instance with instance number 0 on host mcho35au in the cluster
    ==========================================
    An error has occurred during the execution of the DEPLOY_ONLINE_DEPL phase.
    Error while executing DeploymentManager phase with action deploySlot. Check the log files for the specified action. Could not execute deployment of stack file /usr/sap/trans/EPS/in/SMSDXML_CROSSSYS_20091109075202.238.xml. The deployment of the queue failed. Deployment of queue sapjup-queue completed with error Cannot check the state(running/stoped) of the CI. Restarting Q2B 00 instance failed. Cannot find instance with instance number 0 on host mcho35au in the cluster. JSPM version is 7.01.5.0.20. Current JSPM log directory is /usr/sap/Q2B/DVEBMGS00/j2ee/JSPM/log/log_2009_11_14_18_20_03.
    You can find more information in the log file /usr/sap/swdc/EHPI/java/log/DEPLOY_ONLINE_DEPL_DDB_19.LOG.
    ==========================================
    Any ideas ?
    Please help me in this case.
    I'm wating for any feedbacks.
    Thanks a lot in advance !
    Gerd
    Edited by: Gerd Schuster on Nov 14, 2009 6:23 PM

    Problem:
    The DEPLOY_ONLINE_DEPL phase (Downtime Roadmap) under J2EE tab in enhancement package installation in BW System (Netweaver 7.0 SP 17 to NW 7.01 SPS 05 DualStack ABAP+JAVA, system is running on High Availability server) stopped with error:
    RequestController.java:178)[Threadmain,5,main]: Deployment of queue sapjup-queue
    completedwith error Cannot check the state(running/stoped) of the CI.
    Restarting Q2B 00 Instance failed
    Connot find instance with instance number 0 on host mcho35au in the cluster
    An error has occurred during the execution of the DEPLOY_ONLINE_DEPL phase.
    Error while executing DeploymentManager phase with action deploySlot. Check the log files for
    the specified action. Could not execute deployment of stack
    file /usr/sap/trans/EPS/in/SMSDXML_CROSSSYS_20091109075202.238.xml. The deployment
    of the queue failed. Deployment of queue sapjup-queue completed with error Cannot check the
    state(running/stoped) of the CI. Restarting Q2B 00 instance failed. Cannot find instance with instance
    number 0 on host mcho35au in the cluster. JSPM version is 7.01.5.0.20. Current JSPM log directory
    is /usr/sap/Q2B/DVEBMGS00/j2ee/JSPM/log/log_2009_11_14_18_20_03.
    You can find more information in the log file /usr/sap/swdc/EHPI/java/log/DEPLOY_ONLINE_DEPL_DDB_19.LOG.
    Solution:
    stop all instances (shadow instance, SCSxx)
    In a High Availability server you have to modify few parameters in DEFAULT profile temporarily (replace alias-servername with real hostname):
    DEFAULT.PFL: SAPLOCALHOST = mcho35au
    DEFAULT.PFL: SAPDBHOST = mcho35au
    DEFAULT.PFL: rdisp/mshost = mcho35au
    # DEFAULT.PFL: rdisp/vbname = mcho35au_Q2B_00  (<- maby it'snot relevant)
    # DEFAULT.PFL: rdisp/enqname = mcho35au_Q2B_00  (<- maby it'snot relevant)
    # DEFAULT.PFL: rdisp/btcname = mcho35au_Q2B_00  (<- maby it'snot relevant)
    DEFAULT.PFL: rdisp/sna_gateway = mcho35au
    in instance DVEBMGS00 switch profile icman = 0 to 1 (otherwise J2EE instance will not started)
    startsap DVEBMGS00
    Restart EHPI Upgrade (EHPI keep the old DEFAULT.PFL settings in shared memory!)
    ./EHPI/STARTUP jce_policy_zip=90000125.zip
    Repeat phase DEPLOY_ONLINE_DEPL
    Gerd
    Edited by: Gerd Schuster on Nov 16, 2009 2:59 PM

  • Error in XPRA_EXECUTION phase in instalation BI_CONT 3.53

    Hello,
    After installing SAP Netweaver 04 as ABAP i am Installing Add-on
    BI_CONT Rel.353 : Import of the queue -
    via SAINT Tcode.
    Now it is in error in XPRA_EXECUTION Phase of pkg
    SAPKIBIFQ4 BI_CONT 353: patch 0014.
    Error is in Method Execution step:
    InfoObject 0GRC_CSEOWR, version D being deleted, (basic char. not
    found)
    Start of the after-import method for object type R3TR DTMP ( )
    Errors occurred during post-handling RS_AFTER_IMPORT_D for DUPD L
    RS_AFTER_IMPORT_D belongs to package RS
    The errors affect the following components:
    BW-WHM (Warehouse Management)
    Post-import method RS_AFTER_IMPORT_D completed for DUPD L, date and
    time: 20080103122305
    Pls help me ASAP to resolve this error.
    Regards,
    Ankita

    Hi,
    I solved this problem after implementing
    Note 1083886 - Method IF_FDT_EXPRESSION~IS_GENERATING is not implemented.
    is thsi dosent work try restarting the queue again.
    Kind regards,
    Vamsi

  • Error in TP_ACTION_CP2STRIG phase ERP 6 EHP4

    Hi all,
    I have a error in TP_ACTION_CP2STRIG phase, please check the error..
    SAPEBBQ701.GE3
    3 ETW685Xstart copying of "R3TRTABUKSML" ...
    4 ETW000 Mon Jul 26 09:36:14
    2010 104301412 359.495280
    4 ETW000 OCIStmtExecute() failed with
    -1=OCI_ERROR 26 359.495306
    4 ETW000 SQL error
    942: 17 359.495323
    ***4 ETW000 **LOG BZA=>table KSML~ does not**
    *exist on database *
    4
    ETW000
    69 359.495392
    2EETW000 sap_dext called with msgnr "2":
    2EETW000 -
    db call info -
    2EETW000 function: db_xrtab
    2EETW000 fcode: RT_INSERT
    2EETW000 tabname: KSML~
    2EETW000 len (char): 182
    2EETW000 key: 00099999900000010000
    99999493990000000000100 00000000 000
    2EETW000 retcode: 2
    2EETP200 Export with errors, request will not be imported
    1 ETP150 MAIN EXPORT
    1 ETP110 end date and time : "20100726093614"
    1 ETP111 exit code : "12"
    1 ETP199 ######################################
    4 EPU202XEND OF SECTION BEING ANALYZED
    Thank you
    Rogério

    Hi,
    I used the latest version of R3trans but the problem not solved.
    I used the SAPEHP Inst with the patch 32 but the problem not solved.
    In outhers ERP system with EHP 4 the table KSML~ not exist.
    The OSS with SAP opened.
    Thank you.
    Rogério

  • Error in XPRA_EXECUTION phase while upgrading patch in solman 7.0.

    Hi all,
    I was upgrading solman system( 7.0 ) from patch level 10 to patch level 13 , while upgrading it throwed error in XPRA_EXECUTION phase. Error is in SAPK-40003INCPRXRPM and SAPK-40004INCPRXRPM.
    Error log is as given below :
    Post-import method SWO_OBJTYPE_AFTER_IMPORT started for SOBJ L, date and time: 20090415070141
    Object type 'BUS2178' generated successfully
    Object type 'BUS2177' generated successfully
    Object type 'BUS2176' generated successfully
    Object type 'BUS2175' could not be generated
    The type 'DPR_SCHEDULING' is unknown.
    Object type 'BUS2174' could not be generated
    The type 'DPR_SCHEDULING' is unknown.
    Object type 'BUS2173' could not be generated
    The type 'DPR_SCHEDULING' is unknown.
    Object type 'BUS2172' could not be generated
    Please help me out as i am stuck.

    HI,
    Did u check is there any dependencies of Solman support packages with other support pakckages.
    Object type 'BUS2174' could not be generated it seems there is a issues with dependencies only.
    Please check the stack guide once then u will come to know all the dependencies.
    -Srini

  • Error in IS_INIT phase while applying EHP4

    Hi,
    We are getting following error in IS_INIT phase while applying EHP4.
    SEVERE ERROR: Internal error (no compinfo for PI).
                  (Function: R3upAddonTableInitialize)
    when i click on continue, it's giving foll. error
    Severe error(s) occured in phase PREP_EXTENSION/IS_INIT!
    Last error code set: Component 'PI' not found
    I have checked in SAINT but i m not able to find PI component but still it's looking for PI comp. info while upgrading
    Please guide us.
    Thanks,
    Bhupendra Patel

    Here is the log :
    1 ETQ201 Entering upgrade-phase "IS_INIT" ("20090718111248")
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '00', GwService = 'sapgw00'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPTPP
    4 ETQ399   auth_shadow_upgrade=0
    4 ETQ380 computing toolpath for request "TP_DEFAULT"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_OLD"
    4 ETQ383 translates to path "/usr/sap/TRN/SYS/exe/run"
    4 ETQ383 translates to path "exe"
    4 ETQ399 Set environment for standard connect:
    4 ETQ399 ENV: dbs_ora_schema=SAPTPP
    4 ETQ399 ENV: auth_shadow_upgrade=0
    4 ETQ399 Set RFC variables for standard connect:
    4 ETQ399 System-nr = '00', GwService = 'sapgw00'
    4 ETQ399 Set tool parameters for standard connect:
    4 ETQ399   default TPPARAM: DEFAULT.TPP
    1 ETQ206 Executing pre-phase DB specific actions.
    1 ETQ206 Executing pre-phase OS specific actions.
    1 ETQ200 Executing actual phase 'PREP_EXTENSION/IS_INIT'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'ADDONINIT.DMP'
    4 ETQ230 Starting RFC Login to: System = "TRN", GwHost = "tpltt", GwService = "sapgw00"
    4 ETQ359 RFC Login to: System="TRN", Nr="00", GwHost="tpltt", GwService="sapgw00"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SPDA_GET_UPGRADEABLE_ADDONS" by RFC
    2 ETQ399 Input table IT_ALL_ADDONS:
    3 ETQ399 "DMIS","2006_1_700","","","","","","","","","",""
    3 ETQ399 "EA-APPL","603","","","","","","","","","",""
    3 ETQ399 "EA-DFPS","600","","","","","","","","","",""
    3 ETQ399 "EA-FINSERV","600","","","","","","","","","",""
    3 ETQ399 "EA-GLTRADE","600","","","","","","","","","",""
    3 ETQ399 "EA-HR","600","","","","","","","","","",""
    3 ETQ399 "EA-IPPE","400","","","","","","","","","",""
    3 ETQ399 "EA-PS","600","","","","","","","","","",""
    3 ETQ399 "EA-RETAIL","600","","","","","","","","","",""
    3 ETQ399 "ECC-DIMP","600","","","","","","","","","",""
    3 ETQ399 "ERECRUIT","600","","","","","","","","","",""
    3 ETQ399 "FI-CA","603","","","","","","","","","",""
    3 ETQ399 "FI-CAX","603","","","","","","","","","",""
    3 ETQ399 "FINBASIS","600","","","","","","","","","",""
    3 ETQ399 "INSURANCE","600","","","","","","","","","",""
    3 ETQ399 "IS-CWM","600","","","","","","","","","",""
    3 ETQ399 "IS-H","600","","","","","","","","","",""
    3 ETQ399 "IS-M","600","","","","","","","","","",""
    3 ETQ399 "IS-OIL","600","","","","","","","","","",""
    3 ETQ399 "IS-PS-CA","600","","","","","","","","","",""
    3 ETQ399 "IS-UT","600","","","","","","","","","",""
    3 ETQ399 "LSOFE","600","","","","","","","","","",""
    3 ETQ399 "NMI_CONT","2006_1_700","","","","","","","","","",""
    3 ETQ399 "OBIZ","400_620","","","","","","","","","",""
    3 ETQ399 "PI_BASIS","2005_1_700","","","","","","","","","",""
    3 ETQ399 "SAP_AP","700","","","","","","","","","",""
    3 ETQ399 "SAP_APPL","603","","","","","","","","","",""
    3 ETQ399 "SAP_BW","700","","","","","","","","","",""
    3 ETQ399 "SEM-BW","600","","","","","","","","","",""
    3 ETQ399 "ST-A/PI","01L_ECC600","","","","","","","","","",""
    3 ETQ399 "ST-PI","2008_1_700","","","","","","","","","",""
    3 ETQ399 "PI","2004_1_470","","","","","","","","","",""
    2 ETQ399 Returned table ET_UPG_ADDONS:
    3 ETQ399 "DMIS","2006_1_700","","","","","","","","","",""
    3 ETQ399 "NMI_CONT","2006_1_700","","","","","","","","","",""
    3 ETQ399 "OBIZ","400_620","","","","","","","","","",""
    3 ETQ399 "ST-A/PI","01L_ECC600","","","","","","","","","",""
    3 ETQ399 "PI","2004_1_470","","","","","","","","","",""
    4 ETQ234 Call of function module "SPDA_GET_UPGRADEABLE_ADDONS" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ010 Date & Time: 20090718111248 
    4 ETQ399 Initializing Add-on table entries ...
    4 ETQ399 ... Add-on DMIS       2006_1_700 
    4 ETQ399 ... ... ADDONSTAT   = 'R' (registered)
    4 ETQ399 ... ... ADDONDECTYP = ' ' (delivered, KEEP YOURS)
    4 ETQ399 ... ... ADDONDECOPT = 'A' (else => all)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-APPL    603        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-DFPS    600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-FINSERV 600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-GLTRADE 600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-HR      600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-IPPE    400        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'P' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-PS      600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on EA-RETAIL  600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on ECC-DIMP   600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on ERECRUIT   600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on FI-CA      603        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on FI-CAX     603        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on FINBASIS   600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'N' (taken from NCVERS)
    4 ETQ399 ... Add-on INSURANCE  600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-CWM     600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-H       600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-M       600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-OIL     600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-PS-CA   600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on IS-UT      600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on LSOFE      600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on NMI_CONT   2006_1_700 
    4 ETQ399 ... ... ADDONSTAT   = 'R' (registered)
    4 ETQ399 ... ... ADDONDECTYP = 'N' (delivered, KEEP YOURS)
    4 ETQ399 ... ... ADDONDECOPT = 'K' (KEEP YOURS)
    4 ETQ399 ... ... ADDONTRGRL  = '2006_1_700'
    4 ETQ399 ... ... ADDONCOMP   = 'H' (taken from NCVERS)
    4 ETQ399 ... Add-on OBIZ       400_620    
    4 ETQ399 ... ... ADDONSTAT   = 'R' (registered)
    4 ETQ399 ... ... ADDONDECTYP = 'N' (delivered, KEEP YOURS)
    4 ETQ399 ... ... ADDONDECOPT = 'K' (KEEP YOURS)
    4 ETQ399 ... ... ADDONTRGRL  = '400_620'
    4 ETQ399 ... ... ADDONCOMP   = 'C' (taken from NCVERS)
    4 ETQ399 ... Add-on PI_BASIS   2005_1_700 
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'X' (taken from NCVERS)
    4 ETQ399 ... Add-on SAP_AP     700        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'V' (taken from NCVERS)
    4 ETQ399 ... Add-on SAP_APPL   603        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'R' (taken from NCVERS)
    4 ETQ399 ... Add-on SAP_BW     700        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'W' (taken from NCVERS)
    4 ETQ399 ... Add-on SEM-BW     600        
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'I' (taken from NCVERS)
    4 ETQ399 ... Add-on ST-A/PI    01L_ECC600 
    4 ETQ399 ... ... ADDONSTAT   = 'R' (registered)
    4 ETQ399 ... ... ADDONDECTYP = 'N' (delivered, KEEP YOURS)
    4 ETQ399 ... ... ADDONDECOPT = 'K' (KEEP YOURS)
    4 ETQ399 ... ... ADDONTRGRL  = '01L_ECC600'
    4 ETQ399 ... ... ADDONCOMP   = 'C' (taken from NCVERS)
    4 ETQ399 ... Add-on ST-PI      2008_1_700 
    4 ETQ399 ... ... NODECPOSS   = 'X' (according to (N)AVERS_EXT)
    4 ETQ399 ... ... ADDONTYP    = 'E' (delivered)
    4 ETQ399 ... ... ADDONSTAT   = 'M' (merged)
    4 ETQ399 ... ... ADDONDECTYP = 'E' (use export version)
    4 ETQ399 ... ... ADDONDECOPT = 'E' (use export version)
    4 ETQ399 ... ... ADDONCOMP   = 'X' (taken from NCVERS)
    4 ETQ399 ... Add-on PI         2004_1_470

  • Error on PRCONV phase

    HI guys,
    I am upgrading from 4.7-100 to ECC 6 SR3, It seems client is using fundmangment and I am getting the following error and not sure if I should ignore the error.
    I did ignore the avtivation error on ACT700 PHASE:
    1EEDO519X"Lock object" "EZ_PWR_MANGMNT" could not be activated
    1EEDO519 "Table" "DFKKORDERPOS_S" could not be activated
    1EEDO519 "Table" "ZBWDFKKOP" could not be activated
    1EEDO519 "Table" "ZDFKKCIBW" could not be activated
    1EEDO519 "View" "ISU_E1_FKKOP" could not be activated
    1EEDO519 "View" "ZBW_VWDFKKOP" could not be activated
    1EEDO519 "View" "ZBW_VWDFKKOP_F" could not be activated
    1EEDO519 "View" "ZVW_DFKKOPBW" could not be activated
    1EEDO519 "View" "ZVW_DFKKOPK_FOND" could not be activated
    1EEDO519 "View" "ZVW_DFKKOP_FONDS" could not be activated
    1EEDO519 "Lock object" "EZ_PWR_MANGMNT" could not be activated
    1EEDO519 "Table" "BAPI_TE_DFKKORDERPOS" could not be activated
    1EEDO519 "Table" "DFKKMOP" could not be activated
    1EEDO519 "Table" "DFKKMOPK" could not be activated
    1EEDO519 "Table" "DFKKOP" could not be activated
    1EEDO519 "Table" "DFKKOPK" could not be activated
    1EEDO519 "Table" "DFKKORDERPOS" could not be activated
    1EEDO519 "Table" "DFKKORDERPOS_S" could not be activated
    1EEDO519 "Table" "FKKCIBW_BASIC" could not be activated
    1EEDO519 "Table" "ZBWDFKKOP" could not be activated
    1EEDO519 "Table" "ZDFKKCIBW" could not be activated
    More(43%)
    Now I am getting error on PRCONV phase as follow:
    3 entries from PRCONVERSION found:
    CONV ENTRY TBAG INXDFKKORDERS 2 0CREIE20081015DDIC
    I Found the following note 834815, however section 2 is suggesting to implemnt this at ACT700 phase on shadow instance.
    My question is, I already passed ACT700 phase and I am not sure how to proceed? Can I re-start ACT700 phase without causing any harm? How do I resolve this issue?
    Regards
    kg

    AC,
    I am still getting the same error.
    4 ETQ239 Logging off from SAP system
    4 ETQ311 Batch job "RDDGENBB_7" with job count "11493500" scheduled
    4 ETQ010 Date & Time: 20081016114935
    4 ETQ010 Starting: tp ddlntabs operation
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:49:35: put_execute: (tp) forkpid:19909
    2 ETQ399 started tp ddlntabs: pid 19909
    4 ETQ010 Date & Time: 20081016114937
    4 ETQ010 Starting: tp ddlntabs operation
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:49:37: put_execute: (tp) forkpid:19912
    2 ETQ399 started tp ddlntabs: pid 19912
    4 ETQ010 Date & Time: 20081016114940
    4 ETQ010 Starting: tp ddlntabs operation
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:49:40: put_execute: (tp) forkpid:19915
    2 ETQ399 started tp ddlntabs: pid 19915
    4 ETQ010 Date & Time: 20081016114942
    4 ETQ010 Starting: tp ddlntabs operation
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:49:42: put_execute: (tp) forkpid:19948
    2 ETQ399 started tp ddlntabs: pid 19948
    4 ETQ010 Date & Time: 20081016114944
    4 ETQ010 Starting: tp delntabs operation
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:49:44: put_execute: (tp) forkpid:19951
    2 ETQ399 started tp delntabs: pid 19951
    2 ETQ399 2008/10/16 11:49:46: sleeping 30 seconds
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_0" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_1" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_2" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_3" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_4" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_5" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_6" finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RDDGENBB_7" finished successfully
    4 ETQ399 2008/10/16 11:50:16: entering put_join, max_nr_procs=1
    4 ETQ399 2008/10/16 11:50:16: exiting put_join: rc=0
    2 ETQ399 tp ddlntabs finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ399 2008/10/16 11:50:16: entering put_join, max_nr_procs=1
    4 ETQ399 2008/10/16 11:50:16: exiting put_join: rc=0
    2 ETQ399 tp ddlntabs finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ399 2008/10/16 11:50:16: entering put_join, max_nr_procs=1
    4 ETQ399 2008/10/16 11:50:16: exiting put_join: rc=0
    2 ETQ399 tp ddlntabs finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ399 2008/10/16 11:50:16: entering put_join, max_nr_procs=1
    4 ETQ399 2008/10/16 11:50:16: exiting put_join: rc=0
    2 ETQ399 tp ddlntabs finished successfully
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ399 2008/10/16 11:50:16: entering put_join, max_nr_procs=1
    4 ETQ399 2008/10/16 11:50:16: exiting put_join: rc=0
    2 ETQ399 tp delntabs finished successfully
    4 ETQ010 Date & Time: 20081016115016
    2 ETQ399 running: 0, jobs: 0, tps: 0
    4 ETQ001 START time "2008/10/16 11:50:16"
    4 ETQ010 Date & Time: 20081016115016
    4 ETQ266 Starting report "RSMFCONV" with default parameters in batch
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC
    4 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ311 Batch job "RSMFCONV" with job count "11501600" scheduled
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ010 Date & Time: 20081016115020
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ263 Batchjob "RSMFCONV" finished successfully
    4 ETQ002 END   time "2008/10/16 11:50:21"
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:50:21: put_execute: (tp) forkpid:19963
    2 ETQ399 started tp ddlntabs: rc=0
    4 ETQ010 Date & Time: 20081016115022
    4 ETQ260 Starting batchjob "NTBUF_SYNC"
    4 ETQ230 Starting RFC Login to: System = "PRD", GwHost = "sapsbxug2", GwService
    = "sapgw05"
    4 ETQ359 RFC Login to: System="PRD", Nr="05", GwHost="sapsbxug2", GwService="sap
    gw05"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC
    4 ETQ234 Call of function module "SUBST_START_BATCHJOB" by RFC succeeded
    4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC
    4 ETQ010 Date & Time: 20081016115028
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    3 ETQ399 log analyse: search for '.[W ]' in '^N......\.PRD$'
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:50:28: put_execute: (tp) forkpid:19966
    2EETQ399 Dialogue: ERROR
    2EETQ399 single errors (code <= 8) found in logfile.
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/PRD/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/PRD/SYS/exe/run:/usr/jdk/instances/
    jdk1.5.0/jre/lib/sparc/server:/usr/jdk/instances/jdk1.5.0/jre/lib/sparc:/usr/jdk
    /instances/jdk1.5.0/jre/../lib/sparc:/usr/sap/PRD/SYS/exe/run:/oracle/client/10x
    _64/instantclient:/usr/openwin/lib:/export/postware/adm
    4 ETQ399 2008/10/16 11:50:33: put_execute: (tp) forkpid:19970
    2EETQ399 Dialogue: ERROR
    2EETQ399 3 entries from aborted conversions found.
    2EETQ399 CAUTION: matchcode- and ICN-entries are not relevant!!!
    2EETQ399 The mass converter may be aborted (check with SM37),
    2EETQ399 or some DB requests failed.
    2EETQ399    >>> DON'T DELETE THE ENTRIES IN TBATG !!! <<<
    2EETQ399        (entries are listed on the next page)
    2 ETQ399 Dialogue: INFO
    2 ETQ399           CONV ENTRY TBATG INDXDFKKORDERPOS                  2  0CREIE2
    0081015DDIC
    2 ETQ399           CONV ENTRY TBATG INDXDFKKORDERPOS                  3  0CREIE2
    0081015DDIC
    2 ETQ399           CONV ENTRY TBATG INDXDFKKORDERPOS                  4  0CREIE2
    0081015DDIC
    1EETQ203 Upgrade phase "PARCONV_UPG" aborted with errors ("20081016115133")
    sapsbxug2:prdadm 55%

  • Error in the phase IMPORT_PROPER while applying support packages

    Dear All,
    I am on ECC 6.0(ABAP+JAVA) SR2, SUSE Linux 10 SP1, DB2.
    I have successfully applied the kernel patch and started applying the support packages,  i have successfully completed applying the ABAP, Basis, BW, HR and other related patches, but i am not sure why i am stuck at the import_proper phase when applying the SAP_APPL patches (SAPKH60008 and SAPKH60009 both in the same queue) and my tp log is as follows
    ========================================================================================================
    START imp all              SCD        20081229080538              DDIC         sealcpro 20081229080537
    INFO: event SAP_IMPORT_START triggered successfully
    INFO  TBATG CONVERSION OF  SCD N      not needed                  DDIC         sealcpro 20081229080537
    START tp_getprots          SCD P      20081229080539              DDIC         sealcpro 20081229080537
    2EETP000 sap_dext called with msgnr "1":
    2EETP000      db call info
    2EETP000 function:   db_setget
    2EETP000 fcode:      RT_SETB (65535)
    2EETP000 tabname:    TRBAT
    2EETP000 len (char): 0
    2EETP000 key:
    2EETP000 retcode:    1
    1AETP000 exit in function texitnow
    ERROR: EXIT(16) -> process ID is: 5319
    STOP  imp all              SCD   0016 20081229080602              DDIC         sealcpro 20081229080537
    =========================================================================================================
    And also when i look at the Support package import logs they show that
    TEST IMPORT
    Import ABAP Dictionary Objects and
    ABAP Dictionary Activation phases ended with return code 4
    But i dont think this can give any problem.
    I have tried to import from the phase where it stopped, but all of a sudden i get disconnected from SAP and get an error message saying that NO CONNECTION TO THE DATABASE, then when i check for the processes for dw and db2 there are process already running.
    I had to start SAP and only then i was able to connect to the SERVER again.
    Can you please help me on this..
    For any more information plz let me know
    Thanks and regards
    Hunky

    Dear Balaji,
    Thank you very much for the reply...
    I deleted the import request in the STMS and wi ran the RDDIMPDP and RDDMNTAB reports and restart the SPAM, but this time the SPAM immediately stopped, but i am still connected to the system and the error which i got earlier (database connection error ) is now not occuring.
    But otherwise also i noticed that i get the following ABAP Dump while this error is triggering
    ===================================================================
    DBIF_REPO_INTERNAL_ERROR
    Internal error when accessing program "CX_SY_OPEN_SQL_DB=============CP ".
    An unspecified internal error occurred in the SAP-internal
    database interface.
    For further analysis the SAP system log should be examined
    (transaction SM21).
    Check the entries in the developer trace of the relevant work process
    (transaction ST11).
    Attempted to access component "LOAD" of program
    "CX_SY_OPEN_SQL_DB=============CP ".
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_REPO_INTERNAL_ERROR" " "
    "SAPLSTPA" or " "
    ==========================================================================
    Based on this error i searched few notes and got the below results 309583 and 132383 but these are not for my release.
    So i request you to kindly help me on this as i am running out of time in delivering my server.
    Waiting for all the valuble replies
    Thank you in advance
    Regards
    Hunky

  • XPRAS_UPG error in DOWNTIME phase in EHP4

    Hi,
    I am getting the below error in XPRAS_UPG in DOWNTIME phase of EHP4 installation in ERP 6.0 on HP-UNIX and Oracle.
    XPRA ERRORS and RETURN CODE in SAPRW70104.HD1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1AETR012XProgram terminated (job: "RDDEXECL", no.: "10302400")
      Long text:
        Cause
          Program "&V#&", which was started in the background, was terminated
          abnormally.
        System Response
          The system created a job log for the terminated program.
        What to do
          Proceed as follows:
          Log onto the system in which the program was executed. The system is
          specified at the beginning of the transport log.
          Then call transaction SM37 to display the job log.
          Enter "&V#&" as job name and "DDIC" as user name.
          Restrict the starting date to the starting date specified in the
          transport log.
          For the other selection criteria, select only jobs with the status
          "cancelled". Then press <LS>Execute</>.
          A list of the jobs satisfying the selection criteria is displayed.
          You can display the log by pressing <LS>Job log</>.
          If the list contains several jobs, you can select the job with the ID "
          &V#&" with <LS>Display</> -> <LS>Job details</> or define further
          details for the selection criteria in the initial screen of transaction
          SM37.
          If the ABAP processor reports cancellation, double-clicking on the
          corresponding message in the job log branches to the display of the
          corresponding short dump.
    1AEPU320 See job log"RDDEXECL""10302400""HD1"
    1 ETP111 exit code           : "12"
    >>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<
    XPRAs are application reports that run at the end of an upgrade.
    Most XPRA reports have a report documentation that explains what
    the report does and how errors can be corrected.
    Call transaction se38 in the SAP system, enter the report name,
    select 'Documentation' and click the 'Display' button.
    >>> The problematic XPRAs are mentioned in messages of type PU132 above <<<
    I was successfully able to umlock the system and in SM37 I could see the job log pointing to ST22. In ST22 we have many dumps related to error PXA_NO_FREE_SPACE. I found many notes in marketplace but all are referring the parameter abap/buffersize which needs to increased. I am a bit apprehensive about the fact that since we are in DOWNTIME phase and in the middle of XPRA execution phase should we increase the parameter and restart the system and then continue with the upgrade???
    I have also tried to run the phase many times but the same error persists.
    Please can anyone help me to come out of this problem.....
    Thanks & regards,
    Rozal

    Hello Rozal,
    You are correct XPRAS is a downtime 2 phase, but actually your system is up and running. It was started way back in phase "STARTSAP_NBAS" its just that you cannot use your system productively. XPRAS executes the XPRAS methods in the running system.
    Its absolutely safe, you can change the parameter take a restart and continue further.
    - Niraj

Maybe you are looking for

  • What to do if row chaining is found?

    Hello Alls, If i found rows chaining in my table then what i have to do? also in my database there is one table which contain the 2,00,00,000 of records so it is advisable to make partition of this table for faster searching? and how to check perform

  • Horrible colors in CS3..Photoshop now unusable :-/

    Approx. a month or so ago colors started seriously screwing up in CS3. Here are some images of the problem: A screencapture of a .jpg opened in CS3: http://img22.imageshack.us/img22/6083/cs3screencapture.jpg The same image viewed in Win XP default Wi

  • Part of touchscreen not active

    All of the sudden, a portion of the touchscreen does not react. It is a band spanning horizontally and located in a terrible place: where the newest visual voicemail is displayed, the address bar above the google search within safari, where you turn

  • CMS shut down

    Hello, Has anyone seen this problem in XI3.1 We are currently running XI3.1 FP 1.2 on Windows Everytime we go a see the users list on the CMC, the CMS shut downs, we have that problem in our production clustered environment this is the error message

  • Looking for Best MPEG2 Export

    So I just created a DVD in FCP HD and DVD SP. The animated menu was created using FCP and Photoshop. I exported the Animated Menu as an MPEG2 in FCP using Compressor. My boss, who has the worst case OCD and and even worst of ADHD, says the quality is