BW Upgrade PREPARE stopped in JOB_RSUVSAVE Phase

Hi All,
We are trying upgrade from BW 3.1 Content to BI 7.0
Our OS is HP-UX 11.11 and DB - Oracle 10GR2
Now am in PREPARE phase, Its giving error Upgrade phase JOB_RSUVSAVE.
Below is the details of the RSUVSAVE.log file
<b>1 ETQ201XEntering upgrade-phase "JOB_RSUVSAVE" ("20070907173858")
2 ETQ367 Connect variables are set for standard instance access
4 ETQ399 System-nr = '01', GwService = 'sapgw01'
4 ETQ399 Environment variables:
4 ETQ399   dbs_ora_schema=SAPBAQ
4 ETQ399   auth_shadow_upgrade=0
4 ETQ260 Starting batchjob "RSUVSAVE"
4 ETQ010 Date & Time: 20070907173858
4 ETQ260 Starting batchjob "RSUVSAVE"
4 ETQ230 Starting RFC Login to: System = "BAQ", GwHost = "bwapoqas", GwService = "sapgw01"
4 ETQ359 RFC Login to: System="BAQ", Nr="01", GwHost="bwapoqas", GwService="sapgw01"
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: 20070907173904
4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
4 ETQ239 Logging off from SAP system
1EETQ242 Error code "-1" during analysis of logfiles matching "RSUVSAVE\.BAQ"
2EETQ262 Batchjob "RSUVSAVE" aborted
4 ETQ359 RFC Login to: System="BAQ", Nr="01", GwHost="bwapoqas", GwService="sapgw01"
4 ETQ232 RFC Login succeeded
2WETQ360 RFC of "subst_list_sys_logs" failed:
2WETQ361 code/exception  : COULD_NOT_OPEN_FILE
4 ETQ359 RFC Login to: System="BAQ", Nr="01", GwHost="bwapoqas", GwService="sapgw01"
4 ETQ232 RFC Login succeeded
1EETQ204 Upgrade phase "JOB_RSUVSAVE" aborted with severe errors ("20070907173904")
~
~</b>
Pls giv some inputs to proceed
Thanks & Regards
Karthikeyan

Claiming no credit for this one - found elsewhere on SDN - Originally posted by Jason Spessert  
SAPUpgrade  _ PHASE- JOB_RSUVSAVE
For any others who get a similar error...
We had the same symptom, the upgrade from 4.7 to 6.0 was running PREPARE and the background job aborts as shown above saying it cannot write this log to a directory. Looking at the dump (ST22) or double-click in the job log it shows the directory:
Contents of system fields
SY field contents..................... SY field contents.....................
SY-SUBRC 1 SY-INDEX 0
SY-TABIX 1 SY-DBCNT 4
SY-FDPOS 0 SY-LSIND 0
SY-PAGNO 0 SY-LINNO 1
SY-COLNO 1 SY-PFKEY
SY-UCOMM
SY-TITLE Repository Switch: Tool Report for Performing Cleanups
SY-MSGTY A SY-MSGID PU
SY-MSGNO 814
SY-MSGV1 D:usrsapput     mpRSUVSAVE.EQ0
SY-MSGV2 No such file or directory SY-MSGV3
SY-MSGV4
It turned out - we were not running the upgrade from D: we had the put directory in F:. And during PREPARE we, as instructed, inserted the DIR_PUT=F:usrsapput into the default.pfl (instance profile).
The trick was that we needed to re-start the instance. While inserting DIR_PUT into the instance profile gets you past the initial PREPARE check, you need to restart the instance so the change takes effect.
We restarted and then resumed PREPARE and it passes the above error as it now writes to the F: directory.

Similar Messages

  • Urgently Upgrade Stop In XPRAS_UPG Phase

    Hi all,
    This is our infrastructure:
    Windows 2000
    Oracle 9.2.0.7
    SAP 4.6B
    Kernel Release 46D
    We are upgrading our DEV System to R/3 Enterprise 4.7 Ext. 2 Sr1
    <b>Our Upgrade Process Stop in the XPRAS_UPG Phase. Basically it gives this error:</b>
    WARNING: tp terminated with status 12
    R3up> ERROR: tp terminated with error status -1
    R3up> ERROR: 2 errors detected during XPRAS_UPG
    R3up> ERROR: 1 activities have been aborted in XPRAS_UPG
    R3up> ERROR: Operation(s) not completely processed.
              Remaining change request found in buffer TVD.
              Ignoring aborted import steps will cause severe inconsistencies
    Logs that we reviewed:
    <b>XPRASUPG.ECO and R3up.ECO</b>
    the problem is with the <b>RDDEXECL</b> JOB.  Which is in the status <b>CANCELED</b>
    When we Check the JOB LOG it gives  this:
                                                                                    22.10.2007 10:59:35 Job started                                                                     
    22.10.2007 10:59:35 Step 001 started (program RDDEXECL, variant , user ID DDIC)       
    22.10.2007 10:59:35 All DB buffers of application server vensapd were synchronized      PU              
    22.10.2007 11:01:17 ABAP/4 processor: CONVT_CODEPAGE_INIT       
    22.10.2007 11:01:17 Job cancelled                                                       00
    When you click on ABAP/4 processor: CONVT_CODEPAGE_INIT you get this:
    <b>Runtime errors         CONVT_CODEPAGE_INIT                                  
    Exception              CX_SY_CODEPAGE_CONVERTER_INIT                        
    Occurred on            22.10.2007 at   11:01:17                                                                               
    </b>                                                                               
    The conversion of some code pages is not supported.                                                                               
    <b>What happened? </b>                                                                               
    The conversion of texts in code page '1800' to code page '1100' is not      
    supported here.                                                                               
    The running ABAP program 'SAPLSTXD' had to be terminated, since conversion  
    could cause incorrect data to be generated.        
    Error analysis
                                                                                    An exception occurred. This exception is dealt with in more detail below              
    . The exception, which is assigned to the class                                       
    <b> 'CX_SY_CODEPAGE_CONVERTER_INIT'</b>, was neither                                         
    caught nor passed along using a RAISING clause, in the procedure  <b>"READ_TEXTLINES" "(FORM)"</b>.                                                                               
    Since the caller of the procedure could not have expected this exception              
    to occur, the running program was terminated.                                        
    The reason for the exception is:      
    One of the two code pages, '1800' or '1100' may be unknown to the system.             
    It may be that a Unicode code page was specified for a file in the                    
    LEGACY MODE. This is not permitted.                                                                               
    It is possible that additional parameters for the code page conversion                
    (for example, the replacement character) have invalid values. Further                 
    information can be found under "Internal Notes".                                                                               
    If the conversion error occurred while the system was opening, reading,               
    or writing a file, the name of this file is 'no file'.                                
    (For more information on this file: " X u00F0####u00CCu00FF#,").
    Please Some help!
    <b>We saw this note:</b>
    <b>122597</b> Ignoring errors in the phase XPRAS
    So we try with the option "u00CFgnore" + "Repair Severe Errors" but nothing happens, in remains in the same place, Start the Phase a again and Stop at the same point.
    <b>676135</b> Short Dump when you import Support Packages
    This notes explain this:  (Page 3 Paragraph 3)
    If you are still upgrading, import the transport order into the system using 'R3trans -i <data file name>'. Enter the correct path to the data file (possibly DIR_PUT).
    But we are scared about to STOP the upgrade here (Like 'cancel' option instead of continue and after restart the upgrade) does somebody apply this note?
    <b>This are the logs:</b>
    <b>XPRASUPG.ECO</b>
      LIST OF ERRORS AND RETURN CODES  *******
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    XPRA ERRORS and RETURN CODE in SAPR620ZF1.TVD
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1AETR012XProgram terminated (job: "RDDEXECL", no.: "10593502")
      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""10593502""TVD"
    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 <<<
    <b>R3up.ECO:</b>
    stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 12
    WARNS: Highest tp internal warning was: 0118
    tp finished with return code: 12
    meaning:
      A tool used by tp aborted
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    Process with ID 15160 terminated with status 12
    Deleting file D:\usr\sap\put\log\XPRASUPG.ELG
    Moving file D:\usr\sap\put\log\PROT.TMP to D:\usr\sap\put\log\SAPR620ZF1.TVD
    Moving file D:\usr\sap\put\log\XPRASUPG.ELG to D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\tmp\MSGIN.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LOG
    Deleting file D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\log\TP.ECO
    Deleting file D:\usr\sap\put\bin\TRLIST.DMP
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Copying file D:\usr\sap\put\bin\XPRASUPG.TPP to D:\usr\sap\put\bin\AKKU.TMP
    Copying file D:\usr\sap\put\buffer\TVD to D:\usr\sap\put\buffer\AFTXPRAS.BUF
    Phase XPRAS_UPG:
    Deleting file D:\usr\sap\put\log\CONNECT.LOG
    R3up> Starting subprocess tp.exe with id 4196 at 20071022101802
    EXECUTING D:\usr\sap\TVD\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\XPRASUPG.TPP put TVD
    Environment: dbs_ora_schema=SAPR3
    Environment: dbs_ora_tnsname=TVD
    Environment: NLS_LANG=AMERICAN_AMERICA.WE8DEC
    Environment: ORACLE_HOME=D:\oracle\TVD\920
    Environment: ORACLE_SID=TVD
    This is D:\usr\sap\TVD\SYS\exe\run\tp.exe version 340.16.37 (release 640)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    Looking for effective putsteps ... ... ready (looking for putsteps)
    STARTSAP continues...
    D:\usr\sap\TVD\SYS\exe\run\sapevt.exe=>sapparam(1c): No Profile used.
    D:\usr\sap\TVD\SYS\exe\run\sapevt.exe=>sapparam(1c): No Profile used.
    stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 12
    WARNS: Highest tp internal warning was: 0118
    tp finished with return code: 12
    meaning:
      A tool used by tp aborted
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    Process with ID 16400 terminated with status 12
    Deleting file D:\usr\sap\put\log\XPRASUPG.ELG
    Moving file D:\usr\sap\put\log\PROT.TMP to D:\usr\sap\put\log\SAPR620ZF1.TVD
    Moving file D:\usr\sap\put\log\XPRASUPG.ELG to D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\tmp\MSGIN.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LOG
    Deleting file D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\log\TP.ECO
    Deleting file D:\usr\sap\put\bin\TRLIST.DMP
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Deleting file D:\usr\sap\put\tmp\upalert.log
    Copying file D:\usr\sap\put\bin\XPRASUPG.TPP to D:\usr\sap\put\bin\AKKU.TMP
    Copying file D:\usr\sap\put\buffer\TVD to D:\usr\sap\put\buffer\AFTXPRAS.BUF
    Phase XPRAS_UPG:
    Deleting file D:\usr\sap\put\log\CONNECT.LOG
    R3up> Starting subprocess tp.exe with id 4196 at 20071022105721
    EXECUTING D:\usr\sap\TVD\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\XPRASUPG.TPP put TVD
    Environment: dbs_ora_schema=SAPR3
    Environment: dbs_ora_tnsname=TVD
    Environment: NLS_LANG=AMERICAN_AMERICA.WE8DEC
    Environment: ORACLE_HOME=D:\oracle\TVD\920
    Environment: ORACLE_SID=TVD
    This is D:\usr\sap\TVD\SYS\exe\run\tp.exe version 340.16.37 (release 640)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    Looking for effective putsteps ... ... ready (looking for putsteps)
    STARTSAP continues...
    D:\usr\sap\TVD\SYS\exe\run\sapevt.exe=>sapparam(1c): No Profile used.
    D:\usr\sap\TVD\SYS\exe\run\sapevt.exe=>sapparam(1c): No Profile used.
    stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 12
    WARNS: Highest tp internal warning was: 0118
    tp finished with return code: 12
    meaning:
      A tool used by tp aborted
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: stopping on error 12 during EXECUTION OF REPORTS AFTER PUT
    Process with ID 15096 terminated with status 12
    Deleting file D:\usr\sap\put\log\XPRASUPG.ELG
    Moving file D:\usr\sap\put\log\PROT.TMP to D:\usr\sap\put\log\SAPR620ZF1.TVD
    Moving file D:\usr\sap\put\log\XPRASUPG.ELG to D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\tmp\MSGIN.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LST
    Deleting file D:\usr\sap\put\tmp\MSGOUT.LOG
    Deleting file D:\usr\sap\put\tmp\XPRASUPG.ELG
    Deleting file D:\usr\sap\put\log\TP.ECO
    Deleting file D:\usr\sap\put\bin\TRLIST.DMP
    Best Regards,
    Desiree Cardenas

    Hi Eric,
    In fact in the previous post you can see:
    the problem is with the
    RDDEXECL JOB. Which is in the status CANCELED
    When we Check the JOB LOG it gives this:
    22.10.2007 10:59:35 Job started
    22.10.2007 10:59:35 Step 001 started (program RDDEXECL, variant , user ID DDIC)
    22.10.2007 10:59:35 All DB buffers of application server vensapd were synchronized PU
    22.10.2007 11:01:17 ABAP/4 processor: CONVT_CODEPAGE_INIT
    22.10.2007 11:01:17 Job cancelled 00
    When you click on ABAP/4 processor: CONVT_CODEPAGE_INIT you get this:
    Runtime errors CONVT_CODEPAGE_INIT
    Exception CX_SY_CODEPAGE_CONVERTER_INIT
    Occurred on 22.10.2007 at 11:01:17
    The conversion of some code pages is not supported.
    What happened?
    The conversion of texts in code page '1800' to code page '1100' is not
    supported here.
    The running ABAP program 'SAPLSTXD' had to be terminated, since conversion
    could cause incorrect data to be generated.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class
    'CX_SY_CODEPAGE_CONVERTER_INIT', was neither
    caught nor passed along using a RAISING clause, in the procedure "READ_TEXTLINES" "(FORM)".
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    One of the two code pages, '1800' or '1100' may be unknown to the system.
    It may be that a Unicode code page was specified for a file in the
    LEGACY MODE. This is not permitted.
    It is possible that additional parameters for the code page conversion
    (for example, the replacement character) have invalid values. Further
    information can be found under "Internal Notes".
    If the conversion error occurred while the system was opening, reading,
    or writing a file, the name of this file is 'no file'.
    (For more information on this file: " X ð####Ìÿ#,").
    Sorry for the big amount of information. I will put the complete JOB LOG.
    LOG:
    Runtime errors CONVT_CODEPAGE_INIT
    Exception CX_SY_CODEPAGE_CONVERTER_INIT
    Occurred on 22.10.2007 at 11:01:17
    The conversion of some code pages is not supported.
    What happened?
    The conversion of texts in code page '1800' to code page '1100' is not
    supported here.
    The running ABAP program 'SAPLSTXD' had to be terminated, since conversion
    could cause incorrect data to be generated.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    If the application required you to enter a code page, you may be able to
    avoid the error by restarting the application and entering a different
    code page.
    You can display the available codepages using the transaction SCP. For
    more utilities for codepages, use the transaction SNLS.
    Error analysis                                                                                An exception occurred. This exception is dealt with in more detail below                                                          
    . The exception, which is assigned to the class                                                                               
    'CX_SY_CODEPAGE_CONVERTER_INIT', was neither                                                                               
    caught nor passed along using a RAISING clause, in the procedure                                                                  
    "READ_TEXTLINES" "(FORM)"                                                                               
    Since the caller of the procedure could not have expected this exception                                                          
    to occur, the running program was terminated.                                                                               
    The reason for the exception is:                                                                               
    One of the two code pages, '1800' or '1100' may be unknown to the system.                                                         
    It may be that a Unicode code page was specified for a file in the LEGACY MODE. This is not permitted.                                                                               
    It is possible that additional parameters for the code page conversion                             
    (for example, the replacement character) have invalid values. Further                              
    information can be found under "Internal Notes".                                                                               
    If the conversion error occurred while the system was opening, reading,                            
    or writing a file, the name of this file is 'no file'.                                             
    (For more information on this file: " X ð####Ìÿ#,").                                                                               
    How to correct the error                                                                               
    The exception must either be prevented, caught within the procedure                                
    "READ_TEXTLINES"                                                                               
    "(FORM)", or declared in the procedure's RAISING clause.                                           
    To prevent the exception, note the following:                                                                               
    You may able to find an interim solution to the problem                                            
    in the SAP note system. If you have access to the note system yourself,                            
    use the following search criteria:                                                                               
    "CONVT_CODEPAGE_INIT" CX_SY_CODEPAGE_CONVERTER_INITC                                               
    "SAPLSTXD" or "LSTXDFDB"                                                                           
    "READ_TEXTLINES"                                                                               
    If you cannot solve the problem yourself, please send the                                          
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                                       
       To obtain this, select the "Print" function on the current screen.                              
    2. A suitable hardcopy prinout of the system log.                                                  
       To obtain this, call the system log with Transaction SM21                                       
       and select the "Print" function to print out the relevant                                       
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,                                 
       supply the source code.                                                                         
       To do this, you can either use the "PRINT" command in the editor or                             
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred                                                                               
    File attributes no file                                                                               
    System environment                                                                               
    SAP Release.............. "620"                                                                               
    Application server....... "vensapd"                                                                               
    Network address.......... "10.55.46.71"                                                                               
    Operating system......... "Windows NT"                                                                               
    Release.................. "5.0"                                                                               
    Hardware type............ "4x Intel 801586"                                                                               
    Character length......... 8 Bits                                                                               
    Pointer length........... 32 Bits                                                                               
    Work process number...... 11                                                                               
    Short dump setting....... "full"                                                                               
    Database server.......... "VENSAPD"                                                                               
    Database type............ "ORACLE"                                                                               
    Database name............ "TVD"                                                                               
    Database owner........... "SAPR3"                                                                               
    Character set............ "English_United State"                                                                               
    SAP kernel............... "640"                                                                               
    Created on............... "Jun 25 2004 20:55:59"                                                                               
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                                                                    
    Database version......... "OCI_920_SHARE "                                                                               
    Patch level.............. "21"                                                                               
    Patch text............... " "                                                                               
    Supported environment....                                                                               
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."                                                                               
    SAP database version..... "640"                                                                               
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"                                                                               
    User, transaction...                                                                               
    Client.............. 000               
    User................ "DDIC"            
    Language key........ "E"               
    Transaction......... " "               
    Program............. "SAPLSTXD"        
    Screen.............. "SAPMSSY0 1000"   
    Screen line......... 6                                                                               
    Information on where terminated                                                                               
    The termination occurred in the ABAP program "SAPLSTXD" in "READ_TEXTLINES".      
    The main program was "RDDEXECU ".                                                                               
    The termination occurred in line 82 of the source code of the (Include)           
    program "LSTXDFDB"                                                               
    of the source code of program "LSTXDFDB" (when calling the editor 820).           
    The program "SAPLSTXD" was started as a background job.                           
    Processing was terminated because the exception "CX_SY_CODEPAGE_CONVERTER_INIT"   
    occurred in the                                                                  
    procedure "READ_TEXTLINES" "(FORM)" but was not handled locally, not declared     
    in the                                                                           
    RAISING clause of the procedure.                                                  
    The procedure is in the program "SAPLSTXD ". Its source code starts in line 75    
    of the (Include) program "LSTXDFDB ".                                                                               
    Best Regards,
    Desiree Cardenas

  • In ADDin JAVA upgrade , SAPJup is getting stopped after CHANGE_UME phase

    Hi ,
    We are upgrading our ECC 5.0 (ABAP + JAVA) to ERP2005 EHP4 SP level 5.
    In the Downtime phase of the upgrade, SAP Jup is automatically getting stopped after CHANGE_UME phase. I am not able to find out the error. Why it is getting stopped even i started it many times, it goes to the CHANGE_UME phase then automatically stopped.
    There is no error in CHANGE_UME_***_09.LOG file.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[J:\DV2ERPUpgrade\jupgrade\log\CHANGE_UME_***_01.LOG]/>
    <!PATTERN[CHANGE_UME_***_01.LOG]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    #1.5 #C000AC101E650000000003F25B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:758)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:758)#Java###Phase has been started.#1#UPGRADE/UPGRADE/CHANGE_UME#
    #1.5 #C000AC101E650000000003F35B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:759)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:759)#Java###Phase type is .#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling#
    #1.5 #C000AC101E650000000003F45B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#connect#standard#
    #1.5 #C000AC101E650000000003F55B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#inputFile#UMEHandling.xml#
    #1.5 #C000AC101E650000000003F65B6DF84B00048B183E648670#1278836149094#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:412)#Java###  Parameter =#2#action#change#
    #1.5 #C000AC101E650000000003F75B6DF84B00048B183E64FF88#1278836149125#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:233)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:233)#Java###Checking phase parameters .#1#action, connect, inputFile#
    #1.5 #C000AC101E650000000003F85B6DF84B00048B183E64FF88#1278836149125#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:249)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.checkParameters(PhaseTypeUMEHandling.java:249)#Java###Phase parameters have been checked. All required phase parameters have been set.#1#3#
    #1.5 #C000AC101E650000000003F95B6DF84B00048B183E6578A0#1278836149156#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.execute(PhaseTypeUMEHandling.java:169)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j2ee.phases.PhaseTypeUMEHandling.execute(PhaseTypeUMEHandling.java:169)#Java###Backing up UME settings from configuration manager.##
    #1.5 #C000AC101E650000000003FA5B6DF84B00048B183E6578A0#1278836149156#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Reading properties of service on node .#2#com.sap.security.core.ume.service#server#
    #1.5 #C000AC101E650000000003FB5B6DF84B00048B183E66E7D0#1278836149250#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Batch config tool has been initialized.##
    #1.5 #C000AC101E650000000004025B6DF84B00048B183EA4A868#1278836153297#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Reading properties of service on node .#2#com.sap.security.core.ume.service#ID8895050#
    #1.5 #C000AC101E650000000004035B6DF84B00048B183EA4A868#1278836153297#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/CHANGE_UME##com.sap.sdt.j630.configutils.ConfigUtils630#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j630.configutils.ConfigUtils630#Java###Batch config tool has been initialized.##
    My ABAP upgrade is ruuning fine in the downtime phase.
    Please suggest me ASAP.
    Thanks,
    Chetan

    Hello - we are facing the exact same problem while uprading a dual stack system.  How did you fix the problem?  We also opened up a ticket to SAP and we are waiting to hear back from them.  Any information you can share will be greatly appreciated.  
    Thank you.
    Nameeta

  • HT202159 Mountain Lion upgrade download stopped, now it states in purchased apps that 'an error has occured' and resume button is blank & will not work

    Mountain Lion upgrade download stopped, now it states in purchased apps that 'an error has occured' and resume button is blank & will not work. Tried to re download, but it states code has already been used

    Danielle...
    From the App Store menu bar top of your screen click Store > Check for Unfinished Downloads
    If that doesn't help, disable anti virus software and turn off the Firewall in System Preferences > Security & Privacy.
    Keep in mind, for downloading Mountain Lion from the App Store, a high speed (broadband) internet connection is strongly recommended by Apple as noted here > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    If you need to reinstall OS X or repair the the startup disk using Mountain Lion Recovery, that requires broadband (high speed internet) access to the internet via Wi-Fi or an Ethernet connection. OS X is downloaded over the internet form Apple when OS X Recovery is used for reinstallation.

  • Creative suite master collection cs6 needs an upgrade to stop all error reports

    I have been advised by Apple and the people who supplied my laptop that my creative suite master collection cs6 needs an upgrade to stop all my error reports and to get the programs to run smoothly.
    I have been told theat Adobe can supply me with one?

    In general CS6 should run fine under Mavericks. If you have a particular application you use a lot, like Premiere Pro, ask in that forum.

  • PREPARE Stuck in IMPORT Phase

    We are Upgrading SRM Development Server . ( Oracle 10G on HPUX)
    My PREPARE Phase is Running IMPORT Module  NPREPCRE0 Subphase .
    This Phase is running from more than 24 hr .
    As per document ( Upgrade Guide  I cannot Stop PREPARE in these phase .)
      Please Find the SAPupCheck Logs
    ********START******************
    ************************* SAPup started in PREPARE mode *************************
    This is SAPup version 7.00/2 patch level 24.067.
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           =
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          =
    LOCAL SLOG (OLD)    =
    CENTRAL SLOG        =
    CENTRAL SLOG (OLD)  =
    EPS INBOX           =
    EPS ROOT            =
    DBASID              =
    DBAHOST             =
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = ""
    STARTPARAMS R3      = ""
    STOPR3              = ""
    STOPPARAMS  R3      = ""
    STARTDB             = ""
    STARTPARAMS DB      = ""
    STOPDB              = ""
    STOPPARAMS  DB      = ""
    UPGRADE USER        =
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG
    ALOGNAME            = ALOG
    SYSNUM              =
    PROFNAME            =
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        =
    GATEWAY SERVICE     =
    MS SERVICE          = 0
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          =
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   =
    DEFPROFNAME         =
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                =
    dba shd schema            =
    connect env string        =
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    PREPARE STARTED AT 20080107072449 ***
    ...begin dialogue at 20080107072450
    ...end dialogue at 20080107072516
    ...begin dialogue at 20080107072519
    ...end dialogue at 20080107072529
    ...begin dialogue at 20080107072529
    ...end dialogue at 20080107072535
    ...begin dialogue at 20080107072538
    ...end dialogue at 20080107072559
    ...begin dialogue at 20080107072603
    ...end dialogue at 20080107072649
    ...begin dialogue at 20080107072652
    ************************* SAPup started in PREPARE mode *************************
    This is SAPup version 7.00/2 patch level 24.067.
    Condition level 1, total => TRUE '#if ( "ORA" == "ORA" )' => TRUE
    ...begin dialogue at 20080107074628
    ...end dialogue at 20080107075039
    ...STARTED at 20080107075039.
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           =
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          =
    LOCAL SLOG (OLD)    =
    CENTRAL SLOG        =
    CENTRAL SLOG (OLD)  =
    EPS INBOX           = /in
    EPS ROOT            =
    DBASID              =
    DBAHOST             =
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = ""
    STARTPARAMS R3      = ""
    STOPR3              = ""
    STOPPARAMS  R3      = ""
    STARTDB             = ""
    STARTPARAMS DB      = ""
    STOPDB              = ""
    STOPPARAMS  DB      = ""
    UPGRADE USER        =
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG
    ALOGNAME            = ALOG
    SYSNUM              =
    PROFNAME            =
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        =
    GATEWAY SERVICE     =
    MS SERVICE          = 0
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          =
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   =
    DEFPROFNAME         =
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                =
    dba shd schema            =
    connect env string        =
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    ...begin dialogue at 20080107075039
    ...end dialogue at 20080107075333
    ...begin dialogue at 20080107075333
    ...end dialogue at 20080107075440
    ...begin dialogue at 20080107075440
    ...end dialogue at 20080107075815
    ...begin dialogue at 20080107075815
    ...end dialogue at 20080107075932
    Execution of PREPARE module Parameter input begins at 20080107075932
    UPGRADEPHASE
    UPGRADEPHASE BEGIN_PRE
    ...started at 20080107075932
    Condition level 1, total => FALSE '#if "ORACLE" == "SAPDB"' => FALSE
    Condition level 1, total => FALSE '#elseif "ORACLE" == "DB2-z/OS"' => FALSE
    Condition level 1, total => FALSE '#elseif "ORACLE" == "DB2/400"' => FALSE
    Condition level 1, total => FALSE '#elseif "ORACLE" == "DB6"' => FALSE
    Condition level 1, total => FALSE '#elseif "ORACLE" == "INFORMIX"' => FALSE
    Condition level 1, total => FALSE '#elseif "ORACLE" == "MSSQL"' => FALSE
    Condition level 1, total => TRUE '#elseif "ORACLE" == "ORACLE"' => TRUE
    Condition level 1, total => FALSE '#if "HP-UX IA64" ~= "Linux"' => FALSE
    Condition level 1, total => FALSE '#elseif "HP-UX IA64" ~= "Windows NT INTEL"' => FALSE
    Condition level 1, total => FALSE '#elseif "HP-UX IA64" ~= "Windows NT IA64"' => FALSE
    Condition level 1, total => FALSE '#elseif "HP-UX IA64" ~= "Windows NT X86_64"' => FALSE
    Condition level 1, total => FALSE '#elseif "HP-UX IA64" ~= "AIX"' => FALSE
    Condition level 1, total => TRUE '#elseif "HP-UX IA64" ~= "HP-UX"' => TRUE
    ..finished at 20080107075932 with status SUCCEEDED.
    UPGRADEPHASE KEY_CHK
    ...started at 20080107075932
    Phase log file: 'KEYCHK.LOG'
    Correction package not found
    ...begin dialogue at 20080107075932
    ...end dialogue at 20080107080308
    Correction package not found
    ...begin dialogue at 20080107080308
    ...end dialogue at 20080107080410
    Correction package not found
    ...begin dialogue at 20080107080410
    ...end dialogue at 20080107081501
    Correction package found
    Correction package extracted
    TOOLFIX VERSION: 24
    TOOLFIX NAME: FIX_SRM50SR2
    TOOLFIX DATE: 2007-11-27
    ...begin dialogue at 20080107081501
    ...end dialogue at 20080107081723
    ..finished at 20080107081723 with status SUCCEEDED.
    UPGRADEPHASE EXTRACTKRN_PRE
    ...started at 20080107081723
    Phase log file: 'EXTRKRN.LOG'
    Condition level 1, total => FALSE '#if ( "0" == "1" )' => FALSE
    Condition level 1, total => FALSE '#if ( "0" == "1" )' => FALSE
    ...begin dialogue at 20080107081723
    ...end dialogue at 20080107082152
    Condition level 1, total => TRUE '#if "ORACLE" == "ORACLE" ' => TRUE
    Condition level 1, total => TRUE '#if "ORACLE" == "ORACLE" ' => TRUE
    ..finished at 20080107082301 with status SUCCEEDED.
    UPGRADEPHASE INITPUT_PRE
    ...started at 20080107082301
    ...begin dialogue at 20080107082302
    ...end dialogue at 20080107082615
    ...begin dialogue at 20080107082615
    ...end dialogue at 20080107082632
    ...begin dialogue at 20080107082632
    ...end dialogue at 20080107082657
    ...begin dialogue at 20080107082657
    ...end dialogue at 20080107082750
    ...begin dialogue at 20080107082750
    ...end dialogue at 20080107083036
    ...begin dialogue at 20080107083036
    ...end dialogue at 20080107083209
    ...begin dialogue at 20080107083209
    ...end dialogue at 20080107083235
    ...begin dialogue at 20080107083235
    ...end dialogue at 20080107083300
    ...begin dialogue at 20080107083300
    ...end dialogue at 20080107083322
    Condition level 1, total => FALSE '#if -52 >= 0' => FALSE
    Condition level 1, total => FALSE '#if -52 >= 0' => FALSE
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           = /home/srdadm
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          = /usr/sap/SRD/DVEBMGS40/log/SLOG40
    LOCAL SLOG (OLD)    = /usr/sap/SRD/DVEBMGS40/log/SLOGO40
    CENTRAL SLOG        = /usr/sap/SRD/SYS/global/SLOGJ
    CENTRAL SLOG (OLD)  = /usr/sap/SRD/SYS/global/SLOGJO
    EPS INBOX           = /usr/sap/SRDtrans/EPS/in
    EPS ROOT            = /usr/sap/SRDtrans/EPS
    DBASID              = SRD
    DBAHOST             = eux353
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = "startsap_eux353_40"
    STARTPARAMS R3      = "R3"
    STOPR3              = "stopsap_eux353_40"
    STOPPARAMS  R3      = "R3"
    STARTDB             = "startsap_eux353_40"
    STARTPARAMS DB      = "DB"
    STOPDB              = "stopsap_eux353_40"
    STOPPARAMS  DB      = "DB"
    UPGRADE USER        = srdadm
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG700
    ALOGNAME            = ALOG700
    SYSNUM              = 40
    PROFNAME            = /usr/sap/SRD/SYS/profile/SRD_DVEBMGS40_eux353
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        = eux353
    GATEWAY SERVICE     = sapgw40
    MS SERVICE          = 3640
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          = eux353
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   = START_DVEBMGS40_eux353
    DEFPROFNAME         = /usr/sap/SRD/SYS/profile/DEFAULT.PFL
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                = SAPR3
    dba shd schema            = SAPR3SHD
    connect env string        = dbs_ora_schema
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    ..finished at 20080107083322 with status SUCCEEDED.
    UPGRADEPHASE DBCHK_PRE
    ...started at 20080107083322
    Condition level 1, total => FALSE '#if -52 >= 0' => FALSE
    Condition level 1, total => FALSE '#if -52 >= 0' => FALSE
    DB Environment for SAPup:
    DBATYPE    ORACLE
    DBAHOME    /oracle/SRD/102_64
    DBAEXE     /oracle/SRD/102_64/bin
    DBACONN    "SRD"
    DBAVERS    10.2.0.2.0
    KERNVERS   620
    SAPVERS    620
    DOKVERS    620
    DBASUBTYPE STANDARD
    DBAOPSYS   SAME_SYS
    DBA2CONN   ""
    COMPRELS   ""BBPCRM=400,PI_BASIS=2005_1_620,SAP_ABA=620,SAP_BASIS=620,ST-A/PI=01E_CRM400,ST-PI=2005_1_620""
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    DB Environment for SAPup:
    DBATYPE    ORACLE
    DBAHOME    /oracle/SRD/102_64
    DBAEXE     /oracle/SRD/102_64/bin
    DBACONN    "SRD"
    DBAVERS    10.2.0.2.0
    KERNVERS   620
    SAPVERS    620
    DOKVERS    620
    DBASUBTYPE STANDARD
    DBAOPSYS   SAME_SYS
    DBA2CONN   ""
    COMPRELS   ""BBPCRM=400,PI_BASIS=2005_1_620,SAP_ABA=620,SAP_BASIS=620,ST-A/PI=01E_CRM400,ST-PI=2005_1_620""
    ...begin dialogue at 20080107083324
    ...end dialogue at 20080107083419
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           = /usr/sap/SRD/SYS/exe/run
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          = /usr/sap/SRD/DVEBMGS40/log/SLOG40
    LOCAL SLOG (OLD)    = /usr/sap/SRD/DVEBMGS40/log/SLOGO40
    CENTRAL SLOG        = /usr/sap/SRD/SYS/global/SLOGJ
    CENTRAL SLOG (OLD)  = /usr/sap/SRD/SYS/global/SLOGJO
    EPS INBOX           = /usr/sap/SRDtrans/EPS/in
    EPS ROOT            = /usr/sap/SRDtrans/EPS
    DBASID              = SRD
    DBAHOST             = eux353
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = "startsap"
    STARTPARAMS R3      = "R3"
    STOPR3              = "stopsap"
    STOPPARAMS  R3      = "R3"
    STARTDB             = "startsap"
    STARTPARAMS DB      = "DB"
    STOPDB              = "stopsap"
    STOPPARAMS  DB      = "DB"
    UPGRADE USER        = srdadm
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG700
    ALOGNAME            = ALOG700
    SYSNUM              = 40
    PROFNAME            = /usr/sap/SRD/SYS/profile/SRD_DVEBMGS40_eux353
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        = eux353
    GATEWAY SERVICE     = sapgw40
    MS SERVICE          = 3640
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          = eux353
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   = START_DVEBMGS40_eux353
    DEFPROFNAME         = /usr/sap/SRD/SYS/profile/DEFAULT.PFL
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                = SAPR3
    dba shd schema            = SAPR3SHD
    connect env string        = dbs_ora_schema
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    NO UNICODE. DB factor is: 1
    Phase log file: 'MCODCHK.LOG'
    ...begin dialogue at 20080107083419
    ...end dialogue at 20080107083430
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    ..finished at 20080107083430 with status SUCCEEDED.
    UPGRADEPHASE CONFCHK_IMP
    ...started at 20080107083430
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    DB Environment for SAPup:
    DBATYPE    ORACLE
    DBAHOME    /oracle/SRD/102_64
    DBAEXE     /oracle/SRD/102_64/bin
    DBACONN    "SRD"
    DBAVERS    10.2.0.2.0
    KERNVERS   620
    SAPVERS    620
    DOKVERS    620
    DBASUBTYPE STANDARD
    DBAOPSYS   SAME_SYS
    DBA2CONN   ""
    COMPRELS   ""BBPCRM=400,PI_BASIS=2005_1_620,SAP_ABA=620,SAP_BASIS=620,ST-A/PI=01E_CRM400,ST-PI=2005_1_620""
    System configuration:
    Operating system = HP-UX IA64
    Version          = 11.23
    Database type    = ORACLE
    Version          = 10.2.0.2.0
    ..finished at 20080107083430 with status SUCCEEDED.
    UPGRADEPHASE SOLMAN_CHK
    ...started at 20080107083430
    ...begin dialogue at 20080107083430
    ...end dialogue at 20080107083448
    ...begin dialogue at 20080107083448
    ...end dialogue at 20080107083641
    ..finished at 20080107083641 with status SUCCEEDED.
    UPGRADEPHASE CHKSYSTYPE
    ...started at 20080107083641
    Phase log file: 'CHKSYSTYPE.LOG'
    System recognized: is not a final assembly system
    ..finished at 20080107083641 with status SUCCEEDED.
    UPGRADEPHASE HIAV_CHK
    ...started at 20080107083641
    Phase log file: 'HIAVCHK.LOG'
    ..finished at 20080107083641 with status SUCCEEDED.
    UPGRADEPHASE J2EE_CHK1
    ...started at 20080107083641
    Phase log file: 'J2EECHK.LOG'
    ...begin dialogue at 20080107083641
    ...end dialogue at 20080107083808
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE REQ_J2EEUPG
    ...started at 20080107083808
    Phase skipped due to condition 'J2EE_ONLY'
    Skipping over to next phase, nothing to do for this system.
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE SETSYNC_PREP_STARTED
    ...started at 20080107083808
    Phase skipped due to condition 'J2EE_ONLY'
    Skipping over to next phase, nothing to do for this system.
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE REQ_READNOTE
    ...started at 20080107083808
    Phase skipped due to condition 'CBU_only'
    Skipping over to next phase, nothing to do for this system.
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE INIT_CBU
    ...started at 20080107083808
    Phase skipped due to condition 'CBU_only'
    Skipping over to next phase, nothing to do for this system.
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE CHECKGROUP_END0
    ...started at 20080107083808
    Execution of PREPARE module Parameter input ends at 20080107083808
    Execution of PREPARE module Initialization begins at 20080107083808
    UPGRADEPHASE
    UPGRADEPHASE INITCURENV
    ...started at 20080107083808
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           = /usr/sap/SRD/SYS/exe/run
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          = /usr/sap/SRD/DVEBMGS40/log/SLOG40
    LOCAL SLOG (OLD)    = /usr/sap/SRD/DVEBMGS40/log/SLOGO40
    CENTRAL SLOG        = /usr/sap/SRD/SYS/global/SLOGJ
    CENTRAL SLOG (OLD)  = /usr/sap/SRD/SYS/global/SLOGJO
    EPS INBOX           = /usr/sap/SRDtrans/EPS/in
    EPS ROOT            = /usr/sap/SRDtrans/EPS
    DBASID              = SRD
    DBAHOST             = eux353
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = "startsap"
    STARTPARAMS R3      = "R3"
    STOPR3              = "stopsap"
    STOPPARAMS  R3      = "R3"
    STARTDB             = "startsap"
    STARTPARAMS DB      = "DB"
    STOPDB              = "stopsap"
    STOPPARAMS  DB      = "DB"
    UPGRADE USER        = srdadm
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG700
    ALOGNAME            = ALOG700
    SYSNUM              = 40
    PROFNAME            = /usr/sap/SRD/SYS/profile/SRD_DVEBMGS40_eux353
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        = eux353
    GATEWAY SERVICE     = sapgw40
    MS SERVICE          = 3640
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          = eux353
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   = START_DVEBMGS40_eux353
    DEFPROFNAME         = /usr/sap/SRD/SYS/profile/DEFAULT.PFL
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                = SAPR3
    dba shd schema            = SAPR3SHD
    connect env string        = dbs_ora_schema
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE DBCHK_INI
    ...started at 20080107083808
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    DB Environment for SAPup:
    DBATYPE    ORACLE
    DBAHOME    /oracle/SRD/102_64
    DBAEXE     /oracle/SRD/102_64/bin
    DBACONN    "SRD"
    DBAVERS    10.2.0.2.0
    KERNVERS   620
    SAPVERS    620
    DOKVERS    620
    DBASUBTYPE STANDARD
    DBAOPSYS   SAME_SYS
    DBA2CONN   ""
    COMPRELS   ""BBPCRM=400,PI_BASIS=2005_1_620,SAP_ABA=620,SAP_BASIS=620,ST-A/PI=01E_CRM400,ST-PI=2005_1_620""
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    DB Environment for SAPup:
    DBATYPE    ORACLE
    DBAHOME    /oracle/SRD/102_64
    DBAEXE     /oracle/SRD/102_64/bin
    DBACONN    "SRD"
    DBAVERS    10.2.0.2.0
    KERNVERS   620
    SAPVERS    620
    DOKVERS    620
    DBASUBTYPE STANDARD
    DBAOPSYS   SAME_SYS
    DBA2CONN   ""
    COMPRELS   ""BBPCRM=400,PI_BASIS=2005_1_620,SAP_ABA=620,SAP_BASIS=620,ST-A/PI=01E_CRM400,ST-PI=2005_1_620""
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           = /usr/sap/SRD/SYS/exe/run
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          = /usr/sap/SRD/DVEBMGS40/log/SLOG40
    LOCAL SLOG (OLD)    = /usr/sap/SRD/DVEBMGS40/log/SLOGO40
    CENTRAL SLOG        = /usr/sap/SRD/SYS/global/SLOGJ
    CENTRAL SLOG (OLD)  = /usr/sap/SRD/SYS/global/SLOGJO
    EPS INBOX           = /usr/sap/SRDtrans/EPS/in
    EPS ROOT            = /usr/sap/SRDtrans/EPS
    DBASID              = SRD
    DBAHOST             = eux353
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = "startsap"
    STARTPARAMS R3      = "R3"
    STOPR3              = "stopsap"
    STOPPARAMS  R3      = "R3"
    STARTDB             = "startsap"
    STARTPARAMS DB      = "DB"
    STOPDB              = "stopsap"
    STOPPARAMS  DB      = "DB"
    UPGRADE USER        = srdadm
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG700
    ALOGNAME            = ALOG700
    SYSNUM              = 40
    PROFNAME            = /usr/sap/SRD/SYS/profile/SRD_DVEBMGS40_eux353
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        = eux353
    GATEWAY SERVICE     = sapgw40
    MS SERVICE          = 3640
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          = eux353
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   = START_DVEBMGS40_eux353
    DEFPROFNAME         = /usr/sap/SRD/SYS/profile/DEFAULT.PFL
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                = SAPR3
    dba shd schema            = SAPR3SHD
    connect env string        = dbs_ora_schema
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    NO UNICODE. DB factor is: 1
    Condition level 1, total => TRUE '#if 2 >= 0' => TRUE
    ..finished at 20080107083808 with status SUCCEEDED.
    UPGRADEPHASE RFCCHK_INI
    ...started at 20080107083808
    Phase log file: 'RFCCHK_INI.LOG'
    ..finished at 20080107083810 with status SUCCEEDED.
    UPGRADEPHASE VERSCHK_INI
    ...started at 20080107083810
    Phase list derived in VERSCHK:
    INITCURENV
    DBCHK_INI
    RFCCHK_INI
    VERSCHK_INI
    VALCHK_INI
    TOOLVERSION_INI
    UNICODE_CHK_PRE
    TOOLVERSION_UPG1
    DBCONNCHK_INI
    SETSYNC_INFO_FINISHED
    UCMIG_DECISION
    CLNT_CHK_INI
    PATCH_CHK1
    INTCHK_INI
    ADJ_CNTRANS
    INIT_CNTRANS
    CNTRANS_PRE
    DMPSPC_INI
    JOB_RSDB4090
    CHK_DB6_REG_PRE
    CHK_DB6_PAR_INI
    SPACECHK_INI
    KRNCHK_DEST
    DBPREP_CHK
    EXECCV
    EXECAV
    COMPINFO_INI
    ADDON_CHK
    ADDON_INFO
    ADDON_SPEC1
    ADDON_TREAS
    ADDON_WFM
    ADDON_DMC
    ACE_CHK
    CRM_BILL
    PR_DBPAR
    CHECKGROUP_END1
    ..finished at 20080107083810 with status SUCCEEDED.
    UPGRADEPHASE VALCHK_INI
    ...started at 20080107083810
    Phase log file: 'VALCHK.LOG'
    ..finished at 20080107083810 with status SUCCEEDED.
    UPGRADEPHASE TOOLVERSION_INI
    ...started at 20080107083810
    Phase log file: 'TOOLVERS.LOG'
    TOOL-VERSION 'disp+work': SYS_DISPWORK_REL = '640'
    TOOL-VERSION 'disp+work': SYS_DISPWORK_VARIANT = '640_REL'
    TOOL-VERSION 'disp+work': SYS_DISPWORK_64BIT = 'ON'
    TOOL-VERSION 'disp+work': SYS_DISPWORK_DATE = 'Dec  3 2007 20:15:49'
    TOOL-VERSION 'disp+work': SYS_DISPWORK_PATCHNUM = '211'
    TOOL-VERSION 'tp': SYS_TP_VERSION = '340.16.38'
    TOOL-VERSION 'tp': SYS_TP_REL = '640'
    TOOL-VERSION 'tp': SYS_TP_PATCHNUM = '209'
    TOOL-VERSION 'R3trans': SYS_R3TRANS_VERSION = '6.13'
    TOOL-VERSION 'R3trans': SYS_R3TRANS_REL = '640'
    TOOL-VERSION 'R3trans': SYS_R3TRANS_DATE = '10.07.07'
    TOOL-VERSION 'R3trans': SYS_R3TRANS_PATCHNUM = '192'
    TOOL-VERSION 'R3load': SYS_R3LOAD_REL = '6.40'
    TOOL-VERSION 'R3load': SYS_R3LOAD_VERSION = '1.4'
    Environment for SAPup:
    SAPSID              = SRD
    SAPHOST             = eux353
    STARTPATH           = /usr/sap/SRD/SYS/exe/run
    KERNPATH            = /usr/sap/SRD/SYS/exe/run
    PROFPATH            = /usr/sap/SRD/SYS/profile
    LOCAL SLOG          = /usr/sap/SRD/DVEBMGS40/log/SLOG40
    LOCAL SLOG (OLD)    = /usr/sap/SRD/DVEBMGS40/log/SLOGO40
    CENTRAL SLOG        = /usr/sap/SRD/SYS/global/SLOGJ
    CENTRAL SLOG (OLD)  = /usr/sap/SRD/SYS/global/SLOGJO
    EPS INBOX           = /usr/sap/SRDtrans/EPS/in
    EPS ROOT            = /usr/sap/SRDtrans/EPS
    DBASID              = SRD
    DBAHOST             = eux353
    DBAPWD              = <NOT REPORTED>
    NR R3TRANS          = 3
    NR R3LOAD           = 1
    IMPORT DESTTIME     = 86400
    STARTR3             = "startsap"
    STARTPARAMS R3      = "R3"
    STOPR3              = "stopsap"
    STOPPARAMS  R3      = "R3"
    STARTDB             = "startsap"
    STARTPARAMS DB      = "DB"
    STOPDB              = "stopsap"
    STOPPARAMS  DB      = "DB"
    UPGRADE USER        = srdadm
    UPGRADE LANGUAGE    = E
    SLOGNAME            = SLOG700
    ALOGNAME            = ALOG700
    SYSNUM              = 40
    PROFNAME            = /usr/sap/SRD/SYS/profile/SRD_DVEBMGS40_eux353
    DDIC PWD            = <NOT REPORTED>
    GATEWAY HOST        = eux353
    GATEWAY SERVICE     = sapgw40
    MS SERVICE          = 3640
    SLOW SHADOW IMPORT  = Y
    MAX BUFREFTIME      = 120
    BATCH HOST          = eux353
    NR BTC-PROCS INTERN = 3
    CUSTOMER GENERATION = 0
    SAP START PROFILE   = START_DVEBMGS40_eux353
    DEFPROFNAME         = /usr/sap/SRD/SYS/profile/DEFAULT.PFL
    OSTYPE              = HP-UX IA64
    OSVERS              = 11.23
    DESTVERS            = 700
    COMPDESTVERS        = PI_BASIS=2005_1_700,SAP_ABA=700,SAP_AP=700,SAP_BASIS=700,SAP_BW=700,SRM_PLUS=550,SRM_SERVER=550,ST-PI=2005_1_700
    SUBSTSTVERS         = 700
    COMPSUBSTSTVERS     = SAP_BASIS=700,SAP_ABA=700,SAP_BW=700,SRM_SERVER=550
    DESTPRODSHORTID     = R/3
    DESTPRODSHORTREL    = 700
    IMPORT LANGUAGES    =
    DB REPSWITCH PAR    = NOT_SPECIFIED
    PARALLEL DDLNTABS   = 0
    TABLSIZE            = 0
    KERNEL BIT SELECTION = 64 bit, no choice
    SHD INSTANCE NUMBER  =
    SHD send d talk port      = -1
    SHD send d listen port    = -1
    SHD collect d listen port = -1
    SHD collect d talk port   = -1
    SHD GW SERVICE            =
    SHD MS SERVICE            =
    SHD HOST                  =
    SHD GW HOST               =
    SHD STARTPATH             = /usr/sap/put/SRD/homeshd/SRD
    SHD R3 START PROFILE      =
    SHD PROFILE PATH          = /usr/sap/put/SRD/SYS/profile
    SHD PROFILE NAME          =
    SHD startsap              =
    SHD stopsap               =
    SHD workpath              =
    SHD kernpath              = /usr/sap/put/exe
    dba schema                = SAPR3
    dba shd schema            = SAPR3SHD
    connect env string        = dbs_ora_schema
    REMOTE UPGRADE DIRECTORY  =
    SAP SERVICE ACCOUNT          =
    SAP SERVICE ACCOUNT PWD= <NOT REPORTED>
    Original shadow profile     =
    Condition level 1, total => FALSE '#if 2 < 0' => FALSE
    Condition level 1, total => FALSE '#elseif 2 < 0' => FALSE
    Condition level 2, total => FALSE '#if "ORACLE" == "SAPDB"' => FALSE
    Condition level 1, total => FALSE '

    Is the system still doing something? Check with "top" on operating system level (maybe archiver stuck?)
    Also step to
    /usr/sap/put/log
    /usr/sap/put/tmp
    and issue an "ls -lt | more" to check the latest logfiles.
    Markus

  • Upgrade in hangs in XPRAS_UPG phase

    We are experimenting an hang situation during the upgrade from 46C sandbox system to ECC6 Sr3, latest patches.
    The upgrade is in phase XPRAS_UPG, and in Sap we see the job RDDEXECL running from very long time (more than 1 days); in SM50 we see the several programmes (SAPLSTXG and others) working with sequential read, update or delete actions on the table STXL.
    But neither the job log is updated or the logs into the put directory on the filesystem.
    Before the upgrade we applied the note 558197 (that one for the script dba_ind_column,....), and we enlarged the shared_pool_size and shared_pool_reserved_size as described into the upgrade guide.
    We run also the del_priv_ind script as suggested by Prepare.
    We try also to stop and restart the upgrade, but nothing change; it continue to stay in hangs on the STXL table in phase XPRAS_UPG.
    The latest row of the SAPR700ZG1.SID is :
    "Post-import method 'AFTER_IMP_FORM' started for FORM 'L'  ....."
    Is the first time we see this situation during an upgrade.
    Any suggestion ?

    Hi,
    Is this your first test upgrade in the Landscape? How many records the table has?
    Is not uncommon that XPRAS_UPG takes a long time, in one system I won´t forget the downtime took 72 hours running ! and most of this time was during XPRAS_UPG so if this is taking so long and it is working it will be better to let it finish and analize the upgrade report. Normaly when some processes are running the log files are not updated because they don´t trace all work done by the processes. Have you analize if Hard disks are working more than normal during this phase? if so then let if finish and you will be able to see why it took so long.
    Good luck

  • ERP6 upgrade, PREPARE error

    Hello!
    Have anyone seen this PREPARE error message before?
    During phase RUN_RSPTBFIL_PREP,  error message "2EETG011 Kein Upgrade aktiv".
    I can't find any SAP note about this specific problem. The source system is 4.6B, the target will be a non-unicode ERP6 SR3, the os/db is AIX53/ora102.
    //Fredrik
    root@serverX:/usr/sap/put/log:more RSPTBINI.LOG
    1 ETQ201XEntering upgrade-phase "RUN_RSPTBFIL_PREP" ("20080923124421")
    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=SAPR3
    4 ETQ399   auth_shadow_upgrade=0
    4 ETQ010 Date & Time: 20080923124422
    4 ETQ265 Starting report "RSPTBFIL" with variant "SAP_PRP_PUTTB" in batch
    4 ETQ359 RFC Login to: System="SNB", Nr="00", GwHost="serverX", GwService="sapgw00"
    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 "RSPTBFIL" with job count "12442401" scheduled
    4 ETQ359 RFC Login to: System="SNB", Nr="00", GwHost="serverX", GwService="sapgw00"
    4 ETQ232 RFC Login succeeded
    4 ETQ010 Date & Time: 20080923124428
    4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ399 ext. env.: DIR_LIBRARY=/sapmnt/SNB/exe
    4 ETQ399 ext. env.: LIBPATH=/sapmnt/SNB/exe:/usr/lib:/lib:/usr/sap/SNB/SYS/exe/run:/oracle/SNB/102_64/lib64
    4 ETQ399 2008/09/23 12:44:29: put_execute: (tp) forkpid:2142240
    2EETQ241 Errors found in logfiles - accumulated in file "RSPTBINI.ELG"
    1EETQ203 Upgrade phase "RUN_RSPTBFIL_PREP" aborted with errors ("20080923124430")
    root@serverX:/usr/sap/put/log:more RSPTBINI.ELG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PUTTB initial filling ERRORS and RETURN CODE in RSPTBPTB.SNB
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2EETG011 "Kein Upgrade aktiv"
    2EETG011 "Kein Upgrade aktiv"
    root@serverX:/usr/sap/put/log:

    Hello Andreas, old friend from e-motion technology!
    I did open a OSS-case some days ago, and we rerun the phase successfully.
    I'm now waiting to hear from SAP-support, what they did, with their magic sticks, to fix this issue.
    //Fredrik

  • Stop error in phase START_SHDI_FIRST

    hi,
    we are upgrading from 4.6c to ecc6.in the phase START_SHDI_FIRST shadow instance is not starting.
    below is the dev_trc
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      04
    sid        DEV
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    117
    intno      20050900
    make:      single threaded, ASCII, 64 bit, optimized
    pid        2001
    Thu Feb 14 23:13:50 2008
    kernel runs with dp version 232(ext=109) (@(#) DPLIB-INT-VERSION-232)
    length of sys_adm_ext is 364 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (04 2001) [dpxxdisp.c   1239]
         shared lib "dw_xml.so" version 117 successfully loaded
         shared lib "dw_xtc.so" version 117 successfully loaded
         shared lib "dw_stl.so" version 117 successfully loaded
         shared lib "dw_gui.so" version 117 successfully loaded
         shared lib "dw_mdm.so" version 117 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >devqas_DEV_04                           <
    DpShMCreate: sizeof(wp_adm)          20592     (936)
    DpShMCreate: sizeof(tm_adm)          4986408     (24808)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548040/548048
    DpShMCreate: sizeof(comm_adm)          548048     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1616)
    DpShMCreate: sizeof(wall_adm)          (22440/36712/56/104)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 700000080000000, size: 5645608)
    DpShMCreate: allocated sys_adm at 700000080000000
    DpShMCreate: allocated wp_adm at 700000080001ba0
    DpShMCreate: allocated tm_adm_list at 700000080006c10
    DpShMCreate: allocated tm_adm at 700000080006c70
    DpShMCreate: allocated wp_ca_adm at 7000000804c8298
    DpShMCreate: allocated appc_ca_adm at 7000000804cc8e8
    DpShMCreate: allocated comm_adm at 7000000804ce058
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 700000080553d28
    DpShMCreate: allocated gw_adm at 700000080553da8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 700000080553dd8
    DpShMCreate: allocated wall_adm at 700000080553de0
    Thu Feb 14 23:13:51 2008
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)EsStdUnamFileMapInit: ES base = 0x7000000d0000000
    EsStdInit: Extended Memory 8192 MB allocated
    <ES> 2047 blocks reserved for free list.
    ES initialized.
    Thu Feb 14 23:13:56 2008
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   12480]
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:57 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:57 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:58 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:58 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:58 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:59 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:13:59 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:00 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:00 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:01 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:12 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:14 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:15 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:18 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:23 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:31 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:14:37 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:15:02 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:15:08 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:15:15 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:15:21 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    Thu Feb 14 23:15:22 2008
    DpSetProcessPriority: Run priority for work process startup adjusted to 20
    Thu Feb 14 23:15:22 2008
    ***LOG Q0I=> NiIWrite: writev (32: Broken pipe) [nixxi.cpp 3803]
    ERROR => NiIWrite: SiSendV failed for hdl 2 / sock 9
        (SI_ECONN_BROKEN/32; UD; ST; 157.116.126.249:3604) [nixxi.cpp    3803]
    ERROR => MsINiWrite: NiBufSend (rc=NIECONN_BROKEN) [msxxi.c      2480]
    ERROR => MsIDetach: MsINiWrite (rc=NIECONN_BROKEN) [msxxi.c      1146]
    LOCATION    SAP-Dispatcher devqas_DEV_04 on host devqas.krc
    ERROR       mserrno received (MSEACCESSDENIED)
    TIME        Thu Feb 14 23:15:22 2008
    RELEASE     700
    COMPONENT   MS (message handling interface)
    VERSION     4
    RC          -24
    MODULE      msxxi.c
    LINE        810
    COUNTER     7
    ERROR => not allowed to connect to message server via port sapmsSHDDEV [dpxxdisp.c   11757]
    ERROR => Please check your configuration (profile parameter rdisp/msserv_internal) [dpxxdisp.c   11758]
    DpHalt: shutdown server >devqas_DEV_04                           < (normal)
    Stop work processes
    Thu Feb 14 23:16:03 2008
    SoftCancel request for T0 U1 M0 received from DISPATCHER
    SoftCancel request for T1 U2 M0 received from DISPATCHER
    SoftCancel request for T2 U3 M0 received from DISPATCHER
    SoftCancel request for T3 U4 M0 received from DISPATCHER
    SoftCancel request for T4 U5 M0 received from DISPATCHER
    SoftCancel request for T5 U6 M0 received from DISPATCHER
    SoftCancel request for T6 U7 M0 received from DISPATCHER
    SoftCancel request for T7 U8 M0 received from DISPATCHER
    SoftCancel request for T8 U9 M0 received from DISPATCHER
    SoftCancel request for T9 U10 M0 received from DISPATCHER
    SoftCancel request for T14 U15 M0 received from DISPATCHER
    SoftCancel request for T17 U18 M0 received from DISPATCHER
    SoftCancel request for T19 U20 M0 received from DISPATCHER
    DpHdlSoftCancel: wp 19 inside critical section, do not interrupt now
    Thu Feb 14 23:17:11 2008
    Stop gateway
    Terminate gui connections
    wait for end of work processes
    waiting for termination of work processes ...
    Thu Feb 14 23:17:15 2008
    wait for end of gateway
    not attached to the message server
    cleanup EM
    cleanup event management
    cleanup shared memory/semaphores
    Thu Feb 14 23:17:17 2008
    ERROR => e=2 semctl(50,0,IPC_RMID,..) (2: No such file or directory) [semux.c      2098]
    removing request queue
    ***LOG Q05=> DpHalt, DPStop ( 2001) [dpxxdisp.c   10674]
    shutdown completed - server stopped ***
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 01] Thu Feb 14 23:13:43 2008
    [Thr 01] MsSOsPrivInit: Run priority adjusted to 12
    [Thr 01] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    116
    intno      20050900
    make:      multithreaded, ASCII, 64 bit, optimized
    pid        2000
    [Thr 01] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2000) [msxxserv_mt. 1824]
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] load acl file = /usr/sap/put/DEV/SYS/global/ms_acl_info
    [Thr 01] MsGetOwnIpAddr: my host addresses are :
    [Thr 01]   1 : [157.116.126.249] devqas (HOSTNAME)
    [Thr 01]   2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    [Thr 01]   3 : [10.10.10.3] ETHVRTDEV (NILIST)
    [Thr 01]   4 : [192.168.100.249] 192.168.100.249 (NILIST)
    [Thr 01] MsHttpInit: full qualified hostname = devqas.krc
    [Thr 01] HTTP logging is switch off
    [Thr 01] MsHttpOwnDomain: own domain[1] = krc
    [Thr 01] ms/icf_info_server : deleted
    [Thr 01] *** I listen to port sapmsSHDDEV (3604) ***
    [Thr 01] CUSTOMER KEY: >Y0512714837<
    [Thr 01] Thu Feb 14 23:15:22 2008
    [Thr 01] *** ERROR => MsSLoginClient: client devqas_DEV_04 (127.0.0.1) is not in acl list, access denied [msxxserv_mt. 3794]
    trc file: "dev_rd", trc level: 1, release: "700"
    Thu Feb 14 23:14:00 2008
    ***LOG S00=> GwInitReader, gateway started ( 2007) [gwxxrd.c     1691]
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    116
    intno      20050900
    make:      single threaded, ASCII, 64 bit, optimized
    pid        2007
    gateway runs with dp version 232(ext=109) (@(#) DPLIB-INT-VERSION-232)
    gateway (version=700.2007.06.01)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Thu Feb 14 23:14:01 2008
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    Thu Feb 14 23:14:03 2008
    Bind service sapgw04 (socket) to port 3304
    GwPrintMyHostAddr: my host addresses are :
      1 : [157.116.126.249] devqas (HOSTNAME)
      2 : [127.0.0.1] LOOPBACK (LOCALHOST)
      3 : [10.10.10.3] ETHVRTDEV (NILIST)
      4 : [192.168.100.249] 192.168.100.249 (NILIST)
    Thu Feb 14 23:14:04 2008
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    Thu Feb 14 23:14:11 2008
    DpShMCreate: sizeof(wp_adm)          20592     (936)
    DpShMCreate: sizeof(tm_adm)          4986408     (24808)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548040/548048
    DpShMCreate: sizeof(comm_adm)          548048     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1616)
    DpShMCreate: sizeof(wall_adm)          (22440/36712/56/104)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 700000090000000, size: 5645608)
    DpShMCreate: allocated sys_adm at 700000090000000
    DpShMCreate: allocated wp_adm at 700000090001ba0
    DpShMCreate: allocated tm_adm_list at 700000090006c10
    DpShMCreate: allocated tm_adm at 700000090006c70
    DpShMCreate: allocated appc_ca_adm at 7000000904cc8e8
    DpShMCreate: allocated comm_adm at 7000000904ce058
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 700000090553d28
    DpShMCreate: allocated gw_adm at 700000090553da8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 700000090553dd8
    MtxInit: -2 0 0
    Thu Feb 14 23:17:11 2008
    caught SIGINT (2)
    Thu Feb 14 23:17:14 2008
    ***LOG S30=> GwStopGateway, gateway stopped () [gwxxrd.c     14549]
    thanks
    ajai kumar

    hi thomas
    below is the dev_ms log
    trc file: "dev_ms", trc level: 1, release: "700"
    Thu Feb 14 23:13:43 2008
    MsSOsPrivInit: Run priority adjusted to 12
    MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   324 (IBM iSeries with OS400)
    relno      7000
    patchlevel 0
    patchno    116
    intno      20050900
    make:      multithreaded, ASCII, 64 bit, optimized
    pid        2000
    ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2000)
    SigISetDefaultAction : default handling for signal 20
    load acl file = /usr/sap/put/DEV/SYS/global/ms_acl_info
    MsGetOwnIpAddr: my host addresses are :
       1 : 157.116.126.249 devqas (HOSTNAME)
       2 : 127.0.0.1 LOOPBACK (LOCALHOST)
       3 : 10.10.10.3 ETHVRTDEV (NILIST)
       4 : 192.168.100.249 192.168.100.249 (NILIST)
    MsHttpInit: full qualified hostname = devqas.krc
    HTTP logging is switch off
    MsHttpOwnDomain: own domain[1] = krc
    ms/icf_info_server : deleted
    *** I listen to port sapmsSHDDEV (3604) ***
    CUSTOMER KEY: >Y0512714837<
    Thu Feb 14 23:15:22 2008
    *** ERROR => MsSLoginClient: client devqas_DEV_04 (127.0.0.1) is not in acl list, access denied
    Thu Feb 14 23:27:37 2008
    *** ERROR => MsSCheckConnections: no response from client C0 (127.0.0.1) after 300 secs received
    *** ERROR => MsSCheckConnections: disconnect now 127.0.0.1
    Signal 15 encountered.
    => 64 bit R/3 Kernel
    => 64 bit OS400 Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = unlimited
    => File size limit = unlimited
    => Heap address  = 0x4000000000000000998D6A87C06A4460
    => Stack address = 0xfffffffffffebe0
    => Stack low     =  0xfffffffffffcf20
    => Stack high    =  0xffffffffffff5c0
    => Stack Trace:
         Unknown at 0x90000000005f004
         ÿÿN€ at 0x36d0
    !!! Invalid stack address encountered: 0x0
    !!! Stack corrupted.
    => CPU Registers:
         msr = 0x800000004000f032     iar = 0x090000000005f004
         ctr = 0x0000000000003610      lr = 0x090000000004e748
         xer = 0x0000000004000000      cr = 0x000000002240484b
         r00 = 0x0000000000000000     r01 = 0x0fffffffffffebe0
         r02 = 0x09001000a005a170     r03 = 0x0fffffffffffed00
         r04 = 0x0fffffffffffffe0     r05 = 0x0000000000004e20
         r06 = 0x0000000000000001     r07 = 0x0fffffffffffeeb0
         r08 = 0x0000000010048031     r09 = 0x0000000010048031
         r10 = 0xb00050000df14000     r11 = 0x0000000000000000
         r12 = 0x0900000000001ec0     r13 = 0x0000000180204c90
         r14 = 0xffffffffc86c1370     r15 = 0x0000000000000000
         r16 = 0xb00050000df14e80     r17 = 0xb00050000df14d00
         r18 = 0xfeac0fee99000100     r19 = 0xb00050000df14000
         r20 = 0xb00050000df14bc0     r21 = 0xfffffffffffffbff
         r22 = 0x0000000000000002     r23 = 0x0000000000000000
         r24 = 0x8000000000000000     r25 = 0x0000000000008c24
         r26 = 0xd38d51aea6004380     r27 = 0xfe8d8496e50015c0
         r28 = 0xfe8d8496e5001520     r29 = 0x0000000000000000
         r30 = 0xd38d51aea60044a0     r31 = 0x0000000000000000
    Fri Feb 15 12:06:56 2008
    Library   |(SRV)PGM  |Module    |Function/Statement No.
    |----
    |----
    |----
    QSYS      |QP2USER2  |QP2API    |__Qp2Fork  8
    QSYS      |QP2USER2  |QP2API    |runpase_main__FPi  6
    QSYS      |QP2USER2  |QP2API    |runpase_common__FiPvT2  2
    QSYS      |QP2FORK   |QP2FORK   |signalPaseImmediate__Fi  2
    QSYS      |QP2USER2  |QP2DL     |__Qp2errnop  24
    QSYS      |QP2USER2  |QP2API    |__Qp2CallPase2  9
    QSYS      |QP2USER2  |QP2API    |runpase_common__FiPvT2  2
    R3DEV700  |O4PRTLIB  |AS4STACK  |As4Stack_From_PASE  4
    R3DEV700  |O4PRTLIB  |AS4STACK  |As4StackOut  14
    R3DEV700  |O4PRTLIB  |AS4STACK  |_MATINVS2__8O4_StackFv  12
    Fri Feb 15 12:06:56 2008
    ***LOG Q0E=> SigIGenAction, signal ( 15)
    ***LOG Q02=> MsSHalt, MSStop (Msg Server 2000)
    Signal 6 encountered.
    => 64 bit R/3 Kernel
    => 64 bit OS400 Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = unlimited
    => File size limit = unlimited
    => Heap address  = 0x4000000000000000998D6A87C06A4460
    => Stack address = 0xfffffffffffebe0
    => Stack low     =  0xfffffffffffcf20
    => Stack high    =  0xffffffffffff5c0
    => Stack Trace:
         Unknown at 0x90000000005f004
         ÿÿN€ at 0x36d0
    !!! Invalid stack address encountered: 0x0
    !!! Stack corrupted.
    => CPU Registers:
         msr = 0xa00000000000c032     iar = 0x090000000005f004
         ctr = 0x0000000000003610      lr = 0x090000000004e748
         xer = 0x0000000004000000      cr = 0x000000002240484b
         r00 = 0x0000000000000000     r01 = 0x0fffffffffffebe0
         r02 = 0x09001000a005a170     r03 = 0x0fffffffffffed00
         r04 = 0x0fffffffffffffe0     r05 = 0x0000000000004e20
         r06 = 0x0000000000000001     r07 = 0x0fffffffffffeeb0
         r08 = 0x0000000010048031     r09 = 0x0000000010048031
         r10 = 0xb00050000df14000     r11 = 0x0000000000000000
         r12 = 0x0900000000001ec0     r13 = 0x0000000180204c90
         r14 = 0xffffffffc86c1370     r15 = 0x0000000000000000
         r16 = 0xb00050000df14e80     r17 = 0xb00050000df14d00
         r18 = 0xfeac0fee99000100     r19 = 0xb00050000df14000
         r20 = 0xb00050000df14bc0     r21 = 0xfffffffffffffbff
         r22 = 0x0000000000000002     r23 = 0x0000000000000000
         r24 = 0x8000000000000000     r25 = 0x0000000000008c24
         r26 = 0xd38d51aea6004380     r27 = 0xfe8d8496e50015c0
         r28 = 0xfe8d8496e5001520     r29 = 0x0000000000000000
         r30 = 0xd38d51aea60044a0     r31 = 0x0000000000000000
    Library   |(SRV)PGM  |Module    |Function/Statement No.
    |----
    |----
    |----
    QSYS      |QP2USER2  |QP2API    |__Qp2Fork  8
    QSYS      |QP2USER2  |QP2API    |runpase_main__FPi  6
    QSYS      |QP2USER2  |QP2API    |runpase_common__FiPvT2  2
    QSYS      |QP2FORK   |QP2FORK   |signalPaseImmediate__Fi  2
    QSYS      |QP2USER2  |QP2DL     |__Qp2errnop  24
    QSYS      |QP2USER2  |QP2API    |__Qp2CallPase2  9
    QSYS      |QP2USER2  |QP2API    |runpase_common__FiPvT2  2
    R3DEV700  |O4PRTLIB  |AS4STACK  |As4Stack_From_PASE  4
    R3DEV700  |O4PRTLIB  |AS4STACK  |As4StackOut  14
    R3DEV700  |O4PRTLIB  |AS4STACK  |_MATINVS2__8O4_StackFv  12
    ***LOG Q0E=> SigIGenAction, signal ( 6)
    ***LOG Q02=> MsSHalt, MSStop (Msg Server 2000)
    thanks
    ajai

  • Upgrade to ECC 6.04 PHASE: MAIN_SHDIMP/SHADOW_IMPORT_INC were negative

    Hello!
    We are busy upgrading from ERP 2004 to ECC 604 SR1.
    Error:
    Checks after phase MAIN_SHDIMP/SHADOW_IMPORT_INC were negative!
    Last error code set: Unresolved requests in buffer TST Check logfiles
    'SHDALLIMP.ELG' and '/binaries/sap/TST/upg/abap/log/SAPup.ECO'
    tp and r3trance updated to new versions.
    Error in file SHDALLIMP.ELG
    SHADOW IMPORT ERRORS and RETURN CODE in SAPK-60403INCCEE.TST
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    1 ETP111 exit code           : "8"
    Error in file SAPK-60403INCCEE.TST
    3 ETW674Xstart import of "R3TRTABU/ATL/AT086" ...
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    4 ETW000   0 entries from /ATL/AT086 (%) deleted.
    2EETW000 key field /ATL/AT086-MANDT contained the value '205': key field /ATL/AT086-MANDT missing, key is truncated.
    4 ETW000   0 entries from /ATL/AT086 (%) deleted.
    4 ETW000 "E071~"-LOCKFLAGs 000002 - 000136 updated ('3', 135 entries).
    4 ETW000 date&time: 16.05.2011 - 17:08:33
    3 ETW676 end import of "R3TRTABU/ATL/AT086" (warnings).
    4 ETW000 "E071~"-LOCKFLAGs 002009 - 002009 updated ('1', 1 entries).
    4 ETW690 COMMIT "17460" "35048"
    Error in file  SAPup.ECO
    Phase SHADOW_IMPORT_INC:
    BLOCKED SIGNALS: ''
    SAPup> Starting subprocess 13063 at 20110516170633
    ENV: DIR_LIBRARY=/binaries/sap/TST/upg/abap/exenew
    ENV: JAVA_HOME=/usr/j2se
    ENV: LD_LIBRARY_PATH=/binaries/sap/TST/upg/abap/exenew:/binaries/sap/TST/upg/jvm/jre/lib/sparcv9/server:/binaries/sap/TST/upg/jvm/jre/lib/sparcv9:/binaries/sap/TST/upg/jvm/jre/../lib/sparcv9:/etc/emc/rsa/cst/lib:/usr/sap/TST/SYS/exe/run
    ENV: NLS_LANG=AMERICAN_AMERICA.UTF8
    ENV: ORACLE_BASE=/oracle
    ENV: ORACLE_HOME=/oracle/TST/102_64
    ENV: ORACLE_PSRV=TST
    ENV: ORACLE_SID=TST
    ENV: ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    ENV: PATH=/binaries/sap/TST/upg/abap/exenew:/oracle/TST/102_64/bin:.:/home/tstadm:/usr/sap/TST/SYS/exe/run:/usr/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/ccs/bin:/usr/ucb
    ENV: SAPSYSTEMNAME=TST
    ENV: auth_shadow_upgrade=0
    ENV: dbms_type=ORA
    ENV: dbs_ora_schema=SAPR3Q
    ENV: dbs_ora_tnsname=TST
    EXECUTING /binaries/sap/TST/upg/abap/exenew/tp (/binaries/sap/TST/upg/abap/exenew/tp) pf=/binaries/sap/TST/upg/abap/bin/SHDALLIMP.TPP put TST
    This is /binaries/sap/TST/upg/abap/exenew/tp version 376.01.25 (release 701, unicode enabled)
    ERROR: stopping on error 8 during SHADOW IMPORT
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter DBCONFPATH is no longer used.
    stopping on error 8 during SHADOW IMPORT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 8
    SWARNS: Highest tp internal severe warning was: 0151
    tp finished with return code: 151
    meaning:
      Some warning regarding buffer entries
    Process with ID 13063 terminated with status 151
    Any idea for helpme,
    thanks in advise.
    Roman.

    Hi,
    Check SAP Note 1293059 - C-CEE 110_604: Add-On Support Packages. Your problem is documented in this note.
    Thanks
    Sunny

  • Dispatcher stopped during JSPM phase 'check queue' sp10

    We're having an issue around JSPM phase 'check queue' during NW04s SR2 -> SP10 apply.
    The queue is detected properly but I'm having the error NOT DEPLOYED on each component to be upgraded.
    I'm going from SP9 to SP10
    Anyone has encountered the same problem?
    Thanks
    MR

    Hello Raveen and Rajat.
    Luckly we could start  the deployment but found another error around ADSSAP. deployment.
    Found note 795991 and currently is running.
    Regards.
    MR
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[E:\usr\sap\DP5\JC01\SDM\program\log\sdmcl20061221195847.log]/>
    <!PATTERN[sdmcl20061221195847.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Dec 21, 2006 2:59:12 PM  Info: -
    Starting validation -
    Dec 21, 2006 2:59:12 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorSkipDepending
    Dec 21, 2006 2:59:12 PM  Info: Update strategy: UpdateLowerVersions
    Dec 21, 2006 2:59:12 PM  Info: Starting deployment prerequisites:
    Dec 21, 2006 2:59:16 PM  Info: Loading selected archives...
    Dec 21, 2006 2:59:16 PM  Info: Loading archive 'E:\usr\sap\DP5\JC01\SDM\program\temp\ADSSAP10_0-10003001.SCA'
    Dec 21, 2006 2:59:35 PM  Info: Selected archives successfully loaded.
    Dec 21, 2006 2:59:35 PM  Info: Actions per selected component:
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.10.0.20061022041500''/'2' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060306103500''/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesLicenseService'/'com.adobe'/'Adobe Systems'/'705.20060308080804.280589'/'2' will not update currently deployed development component 'DocumentServicesLicenseService'/'com.adobe'/'Adobe Systems'/'705.20060308080804.280589'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesDestProtoService'/'com.adobe'/'Adobe Systems'/'705.20060330122004.286626'/'2' will not update currently deployed development component 'DocumentServicesDestProtoService'/'com.adobe'/'Adobe Systems'/'705.20060330122004.286626'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesBinaries2'/'com.adobe'/'Adobe Systems'/'705.20060302093946.104935'/'2' will not update currently deployed development component 'DocumentServicesBinaries2'/'com.adobe'/'Adobe Systems'/'705.20060302093946.104935'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'XMLFormService'/'com.adobe'/'Adobe Systems'/'705.20060606203802.298321'/'2' updates currently deployed development component 'XMLFormService'/'com.adobe'/'Adobe Systems'/'705.20051005090948.242049'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesLibrary'/'com.adobe'/'Adobe Systems'/'705.20050912112444.95149'/'2' will not update currently deployed development component 'DocumentServicesLibrary'/'com.adobe'/'Adobe Systems'/'705.20050912112444.95149'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'FontManagerService'/'com.adobe'/'Adobe Systems'/'705.20060314105908.106587'/'2' will not update currently deployed development component 'FontManagerService'/'com.adobe'/'Adobe Systems'/'705.20060314105908.106587'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesLicenseDatabase'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'2' will not update currently deployed development component 'DocumentServicesLicenseDatabase'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'TrustManagerService'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'2' will not update currently deployed development component 'TrustManagerService'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesLicenseSupportService'/'com.adobe'/'Adobe Systems'/'705.20060216081756.275058'/'2' will not update currently deployed development component 'DocumentServicesLicenseSupportService'/'com.adobe'/'Adobe Systems'/'705.20060216081756.275058'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'AdobeDocumentServicesEjbClientLibrary'/'com.adobe'/'Adobe Systems'/'705.20060407121920.289077'/'2' will not update currently deployed development component 'AdobeDocumentServicesEjbClientLibrary'/'com.adobe'/'Adobe Systems'/'705.20060407121920.289077'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20060314112518.106587'/'2' updates currently deployed development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20050921234339.95622'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'tc/ads/lib'/'sap.com'/'SAP AG'/'7.0010.20061002104728.0000'/'2' updates currently deployed development component 'tc/ads/lib'/'sap.com'/'SAP AG'/'7.0006.20060127095603.0000'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DocumentServicesConfiguration'/'com.adobe'/'Adobe Systems'/'705.20060427080722.294903'/'2' will not update currently deployed development component 'DocumentServicesConfiguration'/'com.adobe'/'Adobe Systems'/'705.20060427080722.294903'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'AdobeDocumentServices'/'com.adobe'/'Adobe Systems'/'705.20060620101936.310918'/'2' updates currently deployed development component 'AdobeDocumentServices'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'tc/ads/grmg'/'sap.com'/'SAP AG'/'7.0010.20061002104728.0000'/'2' updates currently deployed development component 'tc/ads/grmg'/'sap.com'/'SAP AG'/'7.0006.20060127095603.0000'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: No action: Selected development component 'DataManagerService'/'com.adobe'/'Adobe Systems'/'705.20060302094814.104935'/'2' will not update currently deployed development component 'DataManagerService'/'com.adobe'/'Adobe Systems'/'705.20060302094814.104935'/'1'.
    Dec 21, 2006 2:59:35 PM  Info: Update: Selected development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20060313114655.281906'/'2' updates currently deployed development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 2:59:35 PM  Info: Ending deployment prerequisites. All items are correct.
    Dec 21, 2006 2:59:36 PM  Info: -
    Ending validation -
    Dec 21, 2006 2:59:37 PM  Info: -
    Starting deployment -
    Dec 21, 2006 2:59:37 PM  Info: Error handling strategy: OnErrorStop
    Dec 21, 2006 2:59:37 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorSkipDepending
    Dec 21, 2006 2:59:37 PM  Info: Update strategy: UpdateLowerVersions
    Dec 21, 2006 2:59:37 PM  Info: Starting deployment prerequisites:
    Dec 21, 2006 2:59:38 PM  Info: Loading selected archives...
    Dec 21, 2006 2:59:38 PM  Info: Loading archive 'E:\usr\sap\DP5\JC01\SDM\program\temp\ADSSAP10_0-10003001.SCA'
    Dec 21, 2006 3:00:04 PM  Info: Selected archives successfully loaded.
    Dec 21, 2006 3:00:04 PM  Info: Actions per selected component:
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.10.0.20061022041500''/'2' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060306103500''/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesLicenseService'/'com.adobe'/'Adobe Systems'/'705.20060308080804.280589'/'2' will not update currently deployed development component 'DocumentServicesLicenseService'/'com.adobe'/'Adobe Systems'/'705.20060308080804.280589'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesDestProtoService'/'com.adobe'/'Adobe Systems'/'705.20060330122004.286626'/'2' will not update currently deployed development component 'DocumentServicesDestProtoService'/'com.adobe'/'Adobe Systems'/'705.20060330122004.286626'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'XMLFormService'/'com.adobe'/'Adobe Systems'/'705.20060606203802.298321'/'2' updates currently deployed development component 'XMLFormService'/'com.adobe'/'Adobe Systems'/'705.20051005090948.242049'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesBinaries2'/'com.adobe'/'Adobe Systems'/'705.20060302093946.104935'/'2' will not update currently deployed development component 'DocumentServicesBinaries2'/'com.adobe'/'Adobe Systems'/'705.20060302093946.104935'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesLibrary'/'com.adobe'/'Adobe Systems'/'705.20050912112444.95149'/'2' will not update currently deployed development component 'DocumentServicesLibrary'/'com.adobe'/'Adobe Systems'/'705.20050912112444.95149'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesLicenseDatabase'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'2' will not update currently deployed development component 'DocumentServicesLicenseDatabase'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'FontManagerService'/'com.adobe'/'Adobe Systems'/'705.20060314105908.106587'/'2' will not update currently deployed development component 'FontManagerService'/'com.adobe'/'Adobe Systems'/'705.20060314105908.106587'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'TrustManagerService'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'2' will not update currently deployed development component 'TrustManagerService'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesLicenseSupportService'/'com.adobe'/'Adobe Systems'/'705.20060216081756.275058'/'2' will not update currently deployed development component 'DocumentServicesLicenseSupportService'/'com.adobe'/'Adobe Systems'/'705.20060216081756.275058'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'AdobeDocumentServicesEjbClientLibrary'/'com.adobe'/'Adobe Systems'/'705.20060407121920.289077'/'2' will not update currently deployed development component 'AdobeDocumentServicesEjbClientLibrary'/'com.adobe'/'Adobe Systems'/'705.20060407121920.289077'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20060314112518.106587'/'2' updates currently deployed development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20050921234339.95622'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'tc/ads/lib'/'sap.com'/'SAP AG'/'7.0010.20061002104728.0000'/'2' updates currently deployed development component 'tc/ads/lib'/'sap.com'/'SAP AG'/'7.0006.20060127095603.0000'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DocumentServicesConfiguration'/'com.adobe'/'Adobe Systems'/'705.20060427080722.294903'/'2' will not update currently deployed development component 'DocumentServicesConfiguration'/'com.adobe'/'Adobe Systems'/'705.20060427080722.294903'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'AdobeDocumentServices'/'com.adobe'/'Adobe Systems'/'705.20060620101936.310918'/'2' updates currently deployed development component 'AdobeDocumentServices'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'tc/ads/grmg'/'sap.com'/'SAP AG'/'7.0010.20061002104728.0000'/'2' updates currently deployed development component 'tc/ads/grmg'/'sap.com'/'SAP AG'/'7.0006.20060127095603.0000'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: Update: Selected development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20060313114655.281906'/'2' updates currently deployed development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'705.20051005114147.242570'/'0'.
    Dec 21, 2006 3:00:04 PM  Info: No action: Selected development component 'DataManagerService'/'com.adobe'/'Adobe Systems'/'705.20060302094814.104935'/'2' will not update currently deployed development component 'DataManagerService'/'com.adobe'/'Adobe Systems'/'705.20060302094814.104935'/'1'.
    Dec 21, 2006 3:00:04 PM  Info: Ending deployment prerequisites. All items are correct.
    Dec 21, 2006 3:00:05 PM  Info: Saved current Engine state.
    Dec 21, 2006 3:00:05 PM  Info: Starting: Update: Selected development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20060314112518.106587'/'2' updates currently deployed development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20050921234339.95622'/'0'.
    Dec 21, 2006 3:00:05 PM  Info: SDA to be deployed: E:\usr\sap\DP5\JC01\SDM\root\origin\com.adobe\PDFManipulation\Adobe Systems\2\705.20060314112518.106587\adobe-PDFManipulation.sda
    Dec 21, 2006 3:00:05 PM  Info: Software type of SDA: primary-service
    Dec 21, 2006 3:00:05 PM  Info: ***** Begin of SAP J2EE Engine Offline Deployment (Service component of SAP J2EE Engine) *****
    Dec 21, 2006 3:00:05 PM  Info: Shutting down all the cluster processes except SDM.
    Dec 21, 2006 3:00:05 PM  Info: Shutting down the instance JC_WSADD01D_DP5_01 running on host WSADD01D processes ...
    Dec 21, 2006 3:00:05 PM  Info: Stopping the instance JC_WSADD01D_DP5_01 processes. The instance is running on host WSADD01D                       
    Dec 21, 2006 3:00:05 PM  Info: Stopping the process dispatcher
    Dec 21, 2006 3:00:05 PM  Info: Stopping the process server0
    Dec 21, 2006 3:00:17 PM  Info: Cluster processes have been successfully shut down.
    Dec 21, 2006 3:00:31 PM  Info: ***** End of SAP J2EE Engine Offline Deployment (Service component of SAP J2EE Engine) *****
    Dec 21, 2006 3:00:31 PM  Error: Aborted: development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20060314112518.106587'/'2', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.10.0.20061022041500''/'2':
    Caught exception during deployment from SAP J2EE Engine's offline deploy API:
    com.sap.engine.tools.offlinedeploy.rdb.ODeploymentException: ERROR: Can't deploy component with sda E:\usr\sap\DP5\JC01\SDM\root\origin\com.adobe\PDFManipulation\Adobe Systems\2\705.20060314112518.106587\adobe-PDFManipulation.sda
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: ,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.UpdateProcessor.flush(UpdateProcessor.java:342)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.commitConfigurationHandler(ConfigurationCache.java:1184)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.commit(ConfigurationHandlerImpl.java:914)
         at com.sap.engine.tools.offlinedeploy.rdb.OfflineComponentDeployImpl.deployComponent0(OfflineComponentDeployImpl.java:410)
         at com.sap.engine.tools.offlinedeploy.rdb.OfflineComponentDeployImpl.deployComponent(OfflineComponentDeployImpl.java:266)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOfflineDeployerImpl.performDeployment(EngineOfflineDeployerImpl.java:209)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         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.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.nwmss.jdbc.base.BaseBatchUpdateException: [SAP_NWmss][SQLServer JDBC Driver]Communication error: The stream provided does not contain the number of bytes specified. For batches, please ensure that streams are reset before subsequent addBatch calls. This is a non-recoverable error and the connection has been terminated.
         at com.sap.nwmss.jdbc.base.BasePreparedStatement.executeBatch(Unknown Source)
         at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeBatch(BasicPreparedStatement.java:263)
         at com.sap.sql.jdbc.mss.MssInetPreparedStatement.executeBatch(MssInetPreparedStatement.java:188)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1129)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1091)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.execUpdateFileBatch(DBAccessDefault.java:1223)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.UpdateProcessor.flush(UpdateProcessor.java:322)
         ... 32 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineOfflineDeployerImpl.performAction(DeploymentActionTypes).ODEXC)
    Dec 21, 2006 3:00:31 PM  Info: Starting to save the repository
    Dec 21, 2006 3:00:33 PM  Info: Finished saving the repository
    Dec 21, 2006 3:00:33 PM  Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.10.0.20061022041500''/'2' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.6.0.20060306103500''/'0'.
    Dec 21, 2006 3:00:33 PM  Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.10.0.20061022041500''/'2':
    Failed deployment of SDAs:
    development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'705.20060314112518.106587'/'2' : aborted
    Please, look at error logs above for more information!
    Dec 21, 2006 3:00:33 PM  Info: Starting to save the repository
    Dec 21, 2006 3:00:34 PM  Info: Finished saving the repository
    Dec 21, 2006 3:00:34 PM  Info: Restoring the state of the instance (JC_WSADD01D_DP5_01) process dispatcher from Stopped to Running
    Dec 21, 2006 3:00:34 PM  Info: Restoring the state of the instance (JC_WSADD01D_DP5_01) process server0 from Stopped to Running
    Dec 21, 2006 3:01:53 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Dec 21, 2006 3:01:53 PM  Error: -
    At least one of the Deployments failed -

  • EhP4 SP5 upgrade stuck at PREP_INSTALL/SHDINST_CRE Phase

    Hello Everyone,
    I'm trying to upgrade EhP3 box to EhP4 SP5 and currently stuck at following phase:
    Severe error(s) occured in phase PREP_INSTALL/SHDINST_CRE
    Last error code set: Removing directory 'G:\EHPI\abap\TMP' failed: The process cannot access the file because it is being used by another process.
    SAPehpi broke during phase SHDINST_CRE in module PREP_INSTALL / Installation
    I've failed to delete this TMP folder manually, says its been used by another person or program. If I stop ehpi tool i'm able to delete it but after i re-run the Installation Phase using ehpi tool,  it again gives me the same error as above.
    Please suggest.
    Thanks
    Vamsi Atluri
    Edited by: Atluri Vamsi on May 5, 2010 4:16 PM
    Edited by: Atluri Vamsi on May 5, 2010 4:23 PM

    file permissions
    Try to check folder permissions , try to give permissions directly for user (if permission exist try to delete and give from new) I'm see some illogical behavior on windows servers.
    Regards.

  • EHP4 Upgrade: PREPARE/INIT/PREPARE_JSPM_QUEUE ended in error.

    Hi Experts,
    We are upgrading our ECC system from 700 to 701 release using SAPehpi. Our current phase is in Step 3: Configuration. we encountered our error in phase PREPARE_JSPM_QUEUE. Here is the trouble ticket log:
    Trouble Ticket Report
    Installation of enhancement package 1 for SAP NetWeaver 7.0
    SID................: xxx
    Hostname...........: xxxxxxxx
    Install directory..: c:/usr/sap/xxx
    Upgrade directory..: F:\usr\sap\EHPI\java
    Database...........: Oracle
    Operating System...: NT
    JDK version........: 1.6.0_21 SAP AG
    SAPJup version.....: 3.5.43
    Source release.....: 700
    Target release.....: 700
    Start release SP...: $(/J2EE/StandardSystem/SPLevel)
    Target release SP..: $(/J2EE/ShadowSystem/SPLevel)
    Current usages.....:
    ABAP stack present.: true
    The execution of PREPARE/INIT/PREPARE_JSPM_QUEUE ended in error.
    The validation of the deploy queue was not successful.
    Validation of queue sapjup-queue completed with error
    JSPM version is 7.01.4.2.3. Current JSPM log directory is C:\usr\sap\EC2\DVEBMGS00\j2ee\JSPM\log\log_2011_09_15_10_56_57.
    sap.com/SAP-XIAFC: Deployment of archive D:\Download_Directory\EC2_swcomp\SAPXIAFC03_12-20002809.SCA has been rejected because it depends on missing components.
    Unresolved dependencies found for the following SDA:
    1.: development component 'com.sap.aii.af.ms.svc'/'sap.com'/'SAP AG'/'7.0103.20101203031109.0000'/'0'
    dependency:
           name:     'com.sap.aii.af.ra.ms.sonic.client'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Unresolved dependencies found for the following SDA:
    2.: development component 'com.sap.aii.adapter.marketplace.svc'/'sap.com'/'SAP AG'/'7.0103.20101203031109.0000'/'0'
    dependency:
           name:     'com.sap.aii.af.ra.ms.sonic.client'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Unresolved dependencies found for the following SDA:
    4.: development component 'com.sap.aii.adapter.jms.svc'/'sap.com'/'SAP AG'/'7.0103.20101203031109.0000'/'0'
    dependency:
           name:     'com.sap.aii.af.jmsproviderlib'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Error during validation. See C:/usr/sap/EC2/DVEBMGS00/SDM/program/log/sdmcl20110915025916.log for details.
    sap.com/SAP_XIAF: Deployment of archive D:\Download_Directory\EC2_swcomp\SAPXIAF03_4-20002807.SCA has been rejected because it depends on missing components.
    Unresolved dependencies found for the following SDA:
    3.: development component 'com.sap.aii.af.mod_trans.app'/'sap.com'/'SAP AG'/'7.0103.20081111115200.0000'/'0'
    dependency:
           name:     'com.sap.aii.af.jmsproviderlib'
         vendor:     'sap.com'
    There is no component either in SDM repository or in Deployment batch that resolves the dependency.
    Error during validation. See C:/usr/sap/EC2/DVEBMGS00/SDM/program/log/sdmcl20110915025916.log for details.
    <html>The following <b><a href="http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=DISPL_TXT&_NNUM=1399846">SAP Note 1399846</a></b>  may contain solution for the problem.
    More information can be found in the log file F:\usr\sap\EHPI\java\log\PREPARE_JSPM_QUEUE_CSZ_10.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.j2ee.phases.PhaseTypePrepareJSPMQueue
    com.sap.sdt.sapjup.tools.sapjupjspm.JSPMRapiException
    The validation of the deploy queue was not successful.
    PREPARE_JSPM_QUEUE
    INIT
    NetWeaver Enhancement Package Installation
    SAPJup
    Java Enhancement Package Installation
    Please help where i can find the dependency of component SAPXIAFC03_12-20002809.SCA.
    Thank you,
    Tony

    Hi Nicholas,
    Is your system ECC (dual stack) or NW?
    yes our ECC system is Dual stack
    SAPXIAFC is for PI adapter framework core, is this component deployed in your system? Please check at the system info - all component in http://ip:5<sysno>00
    no, i wasnt able to find SAPXIAFC in our http://xx.xxx.xxx.xx:50000/monitoring/ComponentInfo
    How do you download the SPs? do you generate the xml via mopz? and is your system enrty in SMSY correctly set?
    I downloaded the SPs via MOPZ, yes we generated the xml via mopz and transfered it to download directory of ehpi. yes our system entry in SMSY are all correct.
    Do we need to repeat the whole EHPI process? and download another XML file? how can i eliminate the unnecessary components in assigning the technical usages in MOPZ? do you have any steps on how to get the exact components which corresponds to specific technical usages? so that i can match perfectly what are installed in my current ecc system (vs) the components that mopz should be downloading?
    Thank you.
    Best Regards,
    Tony

  • HT202358 iPhoto Library Upgrader will stops in the middle of operation and will not finish. Now what?

    I downloaded iPhoto Library upgrader, installed and attempted to use it. It stops in the middle of operation and will not finish. Now I cannot open my iPhoto Library! I'm freaking out a little. When I try to open iPhoto, it tells me I need to "prepare it" with the upgrader program. When I select iPhoto Library as the Library I want to upgrade, it tells me I don't need to upgrade it and should be able to open it with iPhoto. Ugh. Help??

    If your photos have any value to you you should have an ongoing backup program - TimeMachine is a good first choice
    For this purpose simply duplicating the iphoto library is adequate since you are not trying to protect against human or hardware failures - just against a rare rebuild issue
    LN

  • Upgrade to ECC 6.04 PHASE: MAIN_NEWBAS/PARCONV_UPG ERROR

    Hi
    get error in Upgrade to ECC 6.04 in downtime phase - MAIN_NEWBAS/PARCONV_UPG.
    The screen says:
    Checks after phase MAIN_NEWBAS/PARCONV_UPG were negative!
    Last error code set: Conversion entries have been found in, see phase log for more detaile
    In the SAPup.log says that:
    CURRENTPHASE MAIN_NEWBAS/PARCONV_UPG
    ...started at 20110324123904
    Using phase log file 'PARCONV.LOG'.
    ..finished at 20110324124157 with status ERROR CHECKING MODEFLAGS.
    Error message set: 'Conversion entries have been found in, see phase log for more detaile'
    ...begin dialogue at 20110324124157
    And in the PARACONV.ELG file says:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PARALLEL ALTER TABLES MODEFLAG RESET: RSMFCONV and RETURN CODE in RSMFCONV.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PARALLEL ALTER TABLES MODEFLAG RESET: RSMFCONV and RETURN CODE in RSMFCONV.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    MVNTABS ERRORS: ddlntabs and RETURN CODE in PD990324.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 ETP111 exit code           : "0"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONVERSION ERRORS and RETURN CODE in NCONV00.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONVERSION ERRORS and RETURN CODE in NCONV01.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONVERSION ERRORS and RETURN CODE in NCONV02.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONVERSION ERRORS and RETURN CODE in NCONV03.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    MVNTABS ERRORS: delntabs and RETURN CODE in PL000324.DEV
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 ETP111 exit code           : "0"
    I look this log files ( RSMFCONV.DEV RSMFCONV.DEV PD990324.DEV NCONV00.DEV NCONV01.DEV NCONV02.DEV NCONV03.DEV PL000324.DEV ) but all of this, is exit code '0'
    I don't know where is the error.
    Any idea for helpme,
    thanks in advise.
    Sergio.
    Edited by: Sergio Mazzeo on Mar 24, 2011 1:24 PM
    The last lines of the  PARACONV.LOG says that:
    4 ETQ260 Starting batchjob "NTBUF_SYNC"
    4 ETQ230 Starting RFC Login to: System = "DEV", GwHost = "LKMDEV", GwService = "sapgw00"
    4 ETQ359 RFC Login to: System="DEV", Nr="00", GwHost="LKMDEV", GwService="sapgw00"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC
    4 ETQ233 Calling function module "subst_start_batchjob" by RFC
    4 ETQ399 JOBNAME='NTBUF_SYNC', REPNAME='RSNTSYNC', VARNAME='', BATCHHOST='LKMDEV', IV_SCHEDEVER=' '
    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: 20110324124156 
    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 '.[WT ]' in '^N......\.DEV$'
    1 ETQ399 Conversion entries found:
    2 ETQ399 CONV ENTRY TBATG TABL/SCMB/TREEVIEW2                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLCMS_RE_OBJ_SPC                   0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLCNVCDMC_PROJHIER                 0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOB_COND_DIFF                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_AMT                   0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_BDT                   0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_DATE                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_DIFF                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_FMOD                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_LIST_COND                  0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLFICOT_DATEPOS                    0CNVIE20110322DDIC
    2 ETQ399 CONV ENTRY TBATG TABLGMBDGTLSTNUMBER                  0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLGMGRSPONSOREDOBJ                 0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLHRWEB_RULE_GROUP                 0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLT5RSOP_SCHEME                    0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_PRD_FSTAT                   0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_PRD_PRD_SET                 0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_RE_EX_BPRL                  0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_RE_EX_TYP                   0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCWB_CATT_HEADER                 0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTCWB_ITEM_POOL                   0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLTJBR_US_ACCT_T                   0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLVALT_SP_VAL_SEC                  0CNVIE20110323DDIC
    2 ETQ399 CONV ENTRY TBATG TABLVDDD_HEADER_COL                  0CNVIE20110323DDIC
    4 ETQ001 START time "No modeflag to check for"
    1 ETQ206 Executing pre-phase DB specific actions.4 ETQ010 Date & Time: 20110324124157

    The last lines of the  file PARACONV.LOG says that:
    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 '^.[^WT ]' in '^N.......DEV$'
    1 ETQ399 Conversion entries found:
    2 ETQ399 CONV ENTRY TBATG TABL/SCMB/TREEVIEW2                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLCMS_RE_OBJ_SPC                   0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLCNVCDMC_PROJHIER                 0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOB_COND_DIFF                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_AMT                   0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_BDT                   0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_DATE                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_DIFF                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_COND_FMOD                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOC_LIST_COND                  0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLFICOT_DATEPOS                    0CNVIE20110322DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLGMBDGTLSTNUMBER                  0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLGMGRSPONSOREDOBJ                 0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLHRWEB_RULE_GROUP                 0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLT5RSOP_SCHEME                    0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_PRD_FSTAT                   0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_PRD_PRD_SET                 0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_RE_EX_BPRL                  0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCMS_RE_EX_TYP                   0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCWB_CATT_HEADER                 0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTCWB_ITEM_POOL                   0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLTJBR_US_ACCT_T                   0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLVALT_SP_VAL_SEC                  0CNVIE20110323DDIC       
    2 ETQ399 CONV ENTRY TBATG TABLVDDD_HEADER_COL                  0CNVIE20110323DDIC       
    4 ETQ001 START time "No modeflag to check for"
    1 ETQ206 Executing pre-phase DB specific actions.
    4 ETQ010 Date & Time: 20110324124157
    Can any helpme to this error. I don´t know what and where is the error. Not found this item in SAP Notes.
    Thansk a lot.
    Sergio.

Maybe you are looking for

  • Publishing a new calendar in iCal

    No I'm not in the wrong forum My aim is to do that using AS. I have read through the iCal dictionnary, but haven't found an entry that seems to do the trick, but then I might have missed it, since the GUI menu names and dictionnary entries have surpr

  • Forms in debug mode

    Hi, I am able to run my forms in run mode. But, when I try to run my application in debug mode, facing problems. FRM-92101 error is thrown. Java console shows, Loading http://157.227.14.178:8889/forms90/java/f90all_jinit.jar from JAR cache proxyHost=

  • Toplink 9.0.3 can't use HSQL 1.7.1

    in situation like using Mapping Workbench, after connected, when doing "update/import table...", always hang. Anyone can help? or tell me how to re-build toplink.jar with hsql 1.7.1 jar?

  • Importing from Nikon D5000 causes crash

    Every time I try to use the 'Import' feature on LR5 (and LR4 when I had it), I get to the import screen, can see my D5000 highlighted on the left under 'devices', but LR crashes every single time. I have to use Windows to drag files across into a fol

  • Launching different programs from a central one

    Is it possible to get to one a separate from the one that you are working with? If it is, how do you do it?