Eliminating error during Convert from datetime to varchar

I am using SQL 2008 R2.
I am using this command:
select Convert(varchar(12),Cast(out_date as datetime),101) From MyTable
The output shows several rows of data and then returns an error:
Conversion failed when converting date and/or time from character string.
What is the syntax to eliminate errors from this select command?  Thanks
MisterT99

If it's a datetime, why you're converting it again to datetime?
Why not
select Convert(varchar(12),out_date,101) as NewDate, out_date From MyTable
Should work just fine without extra step.
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articles

Similar Messages

  • Error during disconnect from FTP Server

    Hi Everyone,
    Here's my problem:
    XI has stopped picking the messages from the repository of one of servers.  Though, we have checked the XI system and can find no problems from the infrastructure side.  The adapters also show no errors and the communication channels show no errors.
    We have also checked the log viewer in XI and found the following entry:
    "Error during disconnect from frtp server ABC, ignored: com.sap.xxx.adapter.file.ftp.XXXXXX: 421 Terminating Connection."
    This FTP error relates to what we FTP server says, "421 service not available, remote server has closed connection."
    We looked at the server side, the server is working fine.
    What do you think is the error? And do we resolve this one? I'm really clueless about this..Im thinking of just restarting the J2EE engine...
    Thanks,
    Grace

    Mary,
    This question would be more relevant to the Xi forum... but on googling the error code..
    http://help.globalscape.com/help/support/Error_Codes/FTP_Codes.htm
    Error 421 Service not available, closing control connection.
    Error 421 User limit reached
    Error 421 You are not authorized to make the connection
    Error 421 Max connections reached
    Error 421 Max connections exceeded
    Possible Solutions:
    You may receive a 421 error if the FTP server you are connected to limits the total number of connections available or limits the connections available to one user.  There are three things you can do:
    1. Limit the number of connections to any one FTP site by selecting Tools > Global Options > Connection and set "Per site max connections / transfers" to 1 (By default it will be set to 2).
    2. Remove items from the Transfer Queue.  The Transfer Queue is where you see items ready for transfer, in transit, or just transferred.  Sometimes the Queue Pane can become cluttered with unfinished transfers.  To clear the queue, right-click inside it and choose Remove All.
    Also try using an FTP manager like cuteFTP or something of that sort to see if you can open the connection - it could be related to the FTP settings...
    Arun
    Hope it helps....

  • Failed to execute with the error Overflow converting from...

    I have a query filter for UPC in Webi Report. The report is not working for one UPC (for other UPC's the report is working fine)...it gives error "failed to execute with the error Overflow converting from '6218090010'. (WIS 10901)". The same error is coming when I ran MDX in MDXTEST command in BW. When I take the UPC filter from the query filter the report runs fine and I see this UPC in the report. The data source is Bex and we have recently upgraded to SAP EHP 1 for SAP NetWeaver 7.0.
    Regards
    Sharma

    Hi,
    Under normal circumstances it should be enough to restart the connection service.
    As far as we know there is no formal solution to this problem from SAP yet but restarting the connection service is much less of an interuption compared to restarting the the SIA.
    Re-starting the connection service should resolve this issue. since, Connection service is only related to DeskI and Rich Client re-statrng wonu2019t impact other business objects components including java report panel.
    All the Best,
    Madhu....

  • Ore.connect - ORA-28578: protocol error during callback from an external procedure

    Hi,
    I am having an issue while connecting my ORE client (Rgui) to my oracle instance:
    >library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
        cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Loading required package: OREpredict
    Loading required package: ORExml
    > ore.connect(user="RQUSER", sid="HERA", host="SI-ORACLE-11.polocesena.dir.unibo.it", password="rquser", port=1521, all=TRUE)
    Loading required package: ROracle
    Loading required package: DBI
    Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
      ORA-28578: protocol error during callback from an external procedure
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    However if I check:
    > ore.is.connected()
    [1] TRUE
    But:
    > ore.ls()
    character(0)
    and:
    > ore.push(TABLE1)
    Error in ore.push(TABLE1) :
      error in evaluating the argument 'x' in selecting a method for function 'ore.push': Error: object 'TABLE1' not found
    I did not receive error messages during installation.
    ORE version: 1.3.1
    Rgui version: 2.15.3
    Oracle version: 11.2.0.3.0
    Installation:
    -SERVER
         Installed Open source R
         Installed ORE Server
         Installed ORE Client Supporting Packages
         Created the RQUSER and provided him with the necessary privileges
         Modified the extproc.ora file setting EXTPROC_DLLS=ONLY
    -CLIENT
         Installed Oracle DB Client
         Installed Open source R
         Installed ORE Client
         Installed ORE Client Supporting Packages
    Did not find any other clue in previous discussions, just one was pretty similar but it came to no resolution.
    Thanks,
    Lorenzo

    Hi Sherry,
    tnsnames.ora:
    HERA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 137.204.78.85)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = hera)
    listener.ora:
    # listener.ora Network Configuration File: C:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\Administrator\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = si-oracle-11.polocesena.dir.unibo.it)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = C:\app\Administrator
    extproc.ora:
    SET EXTPROC_DLLS=ONLY
    Thanks,
    Lorenzo

  • How to convert from Datetime to number?

    chg_date_time
    40265.492
    SELECT c.chg_date_time, TO_DATE('01011900','DDMMYYYY')+CHG_DATE_TIME FROM CHNGHIST C
    After execute:
    30/03/2010 11:48:29
    In the above query, we convert number to datetime.
    Now I want to convert from Datetime to number.
    i.e., 30/03/2010 11:48:29 = ? (40265.492)
    Thanks
    Nihar

    Hello,
    This would do it :SQL> select to_date('30/03/2010 11:48:29','dd/mm/yyyy hh24:mi:ss') - TO_DATE('01011900','DDMMYYYY') nmbr from dual;
          NMBR
    40265,492
    1 row selected.

  • EU_IMPORT ERROR: during UPG from 4.7ee TO ECC6.0

    hello masters
                I am getting error while upg from 4.7ee to ecc6.0 on oracle under SapUp ,
    >>EU_IMPORT ERROR:, log file "EX000015.DPR": only 0 times "R3load.exe: job completed" found.
    Analyze the log file EX000015.DPR for error messages or program abort.
    D:\usr\sap\put\exe\R3load.exe: START OF LOG: 20090224011912
    D:\usr\sap\put\exe\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\put\exe\R3load.exe: version R7.00/V1.4
    Compiled Sep  1 2006 00:30:56
    D:\usr\sap\put\exe\R3load.exe -i D:\usr\sap\put\exchange\compack\EX000015.COD -p D:\usr\sap\put\log\EX000015.DPR -s D:\usr\sap\put\log\EX000015.DST -datacodepage 1100 -dbcodepage auto -nametab DDNTT~ DDNTF~ -t 4987
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (SQL) INFO: SSEXC.SQL not found
    (DB) INFO: REPOSRC~ created #20090224011912
    (RFF) ERROR: invalid checksum in data file "E:\UPGRADESOFT\Export2\Export2\UPG12\DBINDEP\EX000015.001"
                 current table was "REPOSRC~"
    (DB) INFO: REPOSRC^0 created #20090224012304
    (DB) INFO: disconnected from DB
    D:\usr\sap\put\exe\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\put\exe\R3load.exe: END OF LOG: 20090224012304

    Hi,
    1. Check whether DB is running or not
    2. R3trans -d (here what is the return code)
    3. post the following logs from the put/log
    EU_IMP1.ELG
    EU_IMP1.LOG
    Phase List for the Upgrade to SAP ERP 2005 700
    PREPARE Modules:
    Parameter input
    Initialization
    Import
    Extension
    Integration
    Installation
    General checks
    Activation checks
    Necessary checks for conversions
    Optional checks for conversions
    Modification support
    Pre-processing
    Upgrade Phase Groups:
    Import and Modification Transfer
    Shadow System Installation
    Shadow System Operations: SPDD and Activation
    Shadow Import
    Downtime phases I: Switch tables and Kernel
    Downtime phases II: Conversion, Main Import, XPRAs
    Post Processing
    Explanations
    u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2013
    PREPARE Modules
    PREPARE Module: Parameter input (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    BEGIN_PRE < 10s Checks upgrade directory
    KEY_CHK < 1% Prompts for keyword from SAP main upgrade note KEYCHK.LOG
    Check for upgrade correction package and enter upgrade keyword
    EXTRACTKRN_PRE < 10s Extracts kernel EXTRKRN.LOG
    none
    INITPUT_PRE dial Initializes R3up
    DB2 UDB for z/OS and OS/390:
    Tests JCL Submission
    Enter parameters
    DB2 UDB for z/OS and OS/390:
    Test JCL Submission
    DBCHK_PRE < 10s Determines database version and SAP release
    CONFCHK_IMP < 10s Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    SOLMAN_CHK < 1% Prompts for keyword from solution manager SOLMANCHK.LOG
    Enter keyword generated by solution manager
    CHKSYSTYPE < 10s Determines if system is SAP or customer CHKSYSTYPE.LOG
    TOOLVERSION_INI < 10s Determines and checks the tool version TOOLVERS.LOG
    Upgrade tools if necessary
    DBCONNCHK_INI < 10s Tests if new tools can connect to the database DBCONNCHK.LOG
    J2EE_CHK < 10s As of start release 620:
    Checks if J2EE is also running J2EECHK.LOG
    info
    REQ_J2EEUPG < 1% CBU: Requests j2ee prepare and upgrade
    SETSYNC_PREP_STARTED dial events for sync with Jump
    REQ_READNOTE < 1% CBU: Requests cbu specific parameters
    INIT_CBU < 1% CBU: Requests cbu specific parameters
    CHECKGROUP_END0 < 1% End of module
    PREPARE Module: Initialization (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    INITCURENV < 10s Initializes internal administration information
    DBCHK_INI < 10s Determines database version and SAP release
    RFCCHK_INI < 10s Tests RFC connection RFCCHK_INI.LOG
    VERSCHK_INI < 10s Checks SAP release Upgrade to a valid source release, if necessary
    VALCHK_INI < 10s Tests target system: Is it a preliminary version? (Cannot upgrade the system) VALCHK.LOG
    UNICODE_CHK_PRE < 10s Checks, if DB is UNICODE UNICPTCP.LOG
    UNICHK.LOG
    SETSYNC_INFO_FINISHED dial events for sync with Jump
    UCMIG_DECISION < 10s For start release 46C to 46D:
    Check for combined Upgrade and Unicode Conversion UCMIGDEC.LOG
    CLNT_CHK_INI < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    PATCH_CHK1 < 1% Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    INTCHK_INI < 10s Checks whether the inactive nametab is empty
    ADJ_CNTRANS 1% ( Resolves inconsistencies in TABART-TABSPACE mapping ADJCNTRANS.LOG
    ADJCNTRANS.ELG
    INIT_CNTRANS < 10s Initializes the container name translator SELTAIA.LOG
    SELDBS.LOG
    INICNT.LOG
    Fix inconsistencies in TABART-TABSPACE mapping, if necessary. Additional informations are given in SAP Note 541542
    CNTRANS_PRE < 10s Makes adjustments to scripts for MCOD systems CNTPRE.LOG
    DMPSPC_INI < 10s Dumps database size DMPSPC_INI.LOG
    CHK_DB6_REG_PRE dial DB2 UDB for UNIX and Windows:
    Checks DB6 registry parameters
    SPACECHK_INI < 10s Checks database free space DBFPREP.LOG
    Extend the database, if necessary
    KRNCHK_DEST < 10s For start release 30D to 31I:
    Checks the SAP kernel version for the destination release KRNCHK.LOG
    Import kernel for the destnation release, if necessary
    DBPREP_CHK < 10s DB2 UDB for z/OS and OS/390:
    Performs DB2/390-specific checks DB2 UDB for z/OS and OS/390:
    Make preparations as described in SAP Note 400565
    EXECCV < 10s As of start release 46C:
    Reads cvers table EXECCV.LOG
    EXECAV < 1% Finds add-ons EXECAV.LOG
    COMPINFO_INI < 10s As of start release 46C:
    Get the component information after the addon selection COMPINFOINI.LOG
    ADDON_CHK dial Checks the current Add-on versions against the ranges in IS_RANGE.LST ADDONCHK.LOG
    ADDON_INFO dial print add-on information ADDONINFO.LOG
    ADDON_SPEC1 dial Requests add-on information ADDONSPEC1.LOG
    ADDON_TREAS dial Special actions for treasury ADDONTREAS.LOG
    ADDON_WFM dial As of start release 620:
    Special actions for wfmretail ADDONWFM.LOG
    ACE_CHK dial For start releases 620:
    Special actions for CRM ACECHK.LOG
    CRM_BILL dial For start release 610 to 620:
    Requests note handling CRMBILL.LOG
    PR_DBPAR dial ORACLE:
    Checks Oracle parameters PRDBPAR.LOG
    CHECKGROUP_END1 < 1% End of module
    PREPARE Module: Import (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    REQIMPORT dial Displays question Confirm execution of Import module
    READDATA 1% Reads data files from the upgrade CDs Mount each requested upgrade CD
    READDATA_EXT < 1% Reads additional data files from the upgrade CDs Mount each requested upgrade CD
    TOOLFIX_CHK < 1% Integrates the Upgrade Correction Package TOOLFIXCHK.LOG
    Unpacks the fix archive again to patch files from READDATA_EXT.
    CPYFIL0_CBU < 1% CBU: Copy files CBUCPY0.LOG
    EXEC_CPYFIL1_CBU < 1% CBU: Copy cbu specific files CBUCPY1.LOG
    FRP_CHK < 1% For start releases 640:
    Unpacks the FRP to the kernel directory FRPCHECK.LOG
    UNICODELIB_CHK1 < 10s Checks for missing UNICODE libs in kernel directory UCLIBCHK.LOG
    CNV_CHK_IMP < 10s Finds outstanding conversions and restart logs of terminated conversions Make conversions (after discussion with SAP consultant), if necessary
    ICNVCHK_IMP < 10s As of start release 40A:
    Checks whether incremental conversion from previous upgrade has finished ICNVEX.LOG
    ICNVLIST.LOG
    ICNVCHK.LOG
    Complete incremental conversion with transaction ICNV, if necessary
    SCRIPT_CHK_TOOL3 < 10s For start releases up to 31I:
    Avoids critical conversions in tool import CNVTST.LOG
    CLCNVTAB.LOG
    SCRIPTCHK.LOG
    SCRIPT_CHK_TOOL4 < 10s As of start release 40A:
    Avoids critical conversions in tool import CNVTST.LOG
    CLCNVTAB.LOG
    SCRIPTCHK.LOG
    SCRIPT2_TST_RESTART < 10s Performs actions for restart handling UPGPARAM.LOG
    REPTST.LOG
    SCRTREST.LOG
    TRBATCHK_IMP < 10s Checks whether table TRBAT is empty Perform any actions specified by R3up
    CLNT_CHK_IMP < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    INTCHK_IMP < 10s Checks whether the inactive nametab is empty
    SPACECHK_IMP < 10s Checks database free space DBFPREP.LOG
    Extend the database, if necessary
    PATCH_CHK2 < 10s Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    NTHISTCRE < 10s For start releases up to 40B:
    Creates tables for nametab administration so that new tools have access NTABHIST.LOG
    ALTER_TO < 1% Deletes tables that describe the delivery ALTER_TO.LOG
    TOOLIMPD1 2% For start release 30D to 31I:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD2 2% For start release 40A to 40B:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD3 2% For start release 45A to 46D:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD4 2% As of start release 610:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    MVNTAB_TOOL < 1% Activates nametabs for upgrade tools MVNTTOOL.ELG
    MVNTTOOL.LOG
    TOOLIMPI 1% Imports tools for the SAP system upgrade TOOLIMPI.ELG
    TOOLIMPM < 1% Imports tools for the SAP system upgrade TOOLIMPM.ELG
    TOOLIMP4_FIX < 1% For start releases up to 46D:
    Imports tools for the SAP system upgrade TOOLFIX.ELG
    TOOLIMP6_FIX < 1% As of start release 610:
    Imports tools for the SAP system upgrade TOOLFIX.ELG
    TOOLIMP4_UCMIG < 1% For start releases up to 46D:
    Imports tools for the combined Upgrade and Unicode Conversion TOOLUCMIG.ELG
    NPREPCRE0 3% Imports tables that describe the delivery from Upgrade CD1 PREPIMP.ELG
    JOB_RSUVSAVE < 1% Saves old entries of table UVERS PSUVSAVE.ELG
    PSUVSAVE.LOG
    UVERS_PREIMP < 10s As of start release 46B:
    Writes entry in table UVERS UVERSINI.LOG
    UVERS_INIT < 10s As of start release 46B:
    Writes entry in table UVERS UVERSINI.LOG
    SQLDB_UVERS_INIT (var For start releases up to 46A:
    Cleans tables for unicode conversion UVERSINS.LOG
    UVERS_CHK_IMP < 10s Checks consistency of table UVERS UVERSCHK_IMP.LOG
    BATCHCHK_IMP < 1% Tests whether the background server can access the upgrade directory BATCHCHK_IMP.LOG
    UCMIG_STATUS_SET0 < 10s Set status for combined Upgrade and Unicode Conversion UCMIGSETSTAT0.LOG
    JOB_RSCVINIT < 1% Initializes table CVERS PSCVINIT.ELG
    PSCVINIT.LOG
    RUN_RSPTBFIL_PREP < 1% Creates PUTTB and PUTTB_SHD tables RSPTBINI.ELG
    RSPTBINI.LOG
    READPUTTB_INI < 10s Reads table PUTTB and places it in the file system RDPUTTB.LOG
    JOB_RDDGENRS < 1% Generates tool reports RDDGENRS.LOG
    RUN_RDDITCUG < 1% For start release 30D to 31I:
    Generates GUIs PDDITCUG.ELG
    PDDITCUG.LOG
    RUN_RSINCGEN_IMP < 1% Adapts ABAP include RSTABINC to the system PSINCGEN.ELG
    PSINCGEN.LOG
    TR_BUF2HEAP_INSTIMP < 10s Moves upgrade requests from the INSTIMP.BUF buffer to the R3up buffer TPSHBUF.LOG
    TRB2H.LOG
    TR_EXT2HEAP < 10s Moves additional upgrade requests to the R3up buffer TREXT2HEAP.LOG
    TR_MODACT_IMP < 1% Calculates the amount of data from the upgrade requests TRMAIMP.LOG
    TRMAIMP.ELG
    SQLSCREXE_UPGPAR < 10s Makes parameter settings for the upgrade procedure PARAMSHD.LOG
    UPGPAR.ELG
    UPGPAR.LOG
    SQLDB_PARAMCOMP < 10s Makes parameter settings for the component upgrade procedure PARAMCOMP.LOG
    JOB_RDDPURI2 < 1% Does various cleanups PDDPURI2.ELG
    PDDPURI2.LOG
    CHECKGROUP_END2 < 1% End of module
    PREPARE Module: Extension (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    RUN_RSTODIRM_CLEAN < 1% Check delivery catalog for inconsistencies RSTODIRM.ELG
    RSTODIRM.LOG
    MULTSPC_UC < 10s Adapts space requirements
    ADDSPAREQ_0 < 10s Prepares space check on the database
    EXECLANG < 1% Determines installed languages EXECLG.LOG
    LANG_CHK < 10s Checks whether the new release supports the installed languages LANGOUT.LOG
    Delay upgrade until next release, if necessary
    LANG_SELECT 1% Copies data for the language import into the upgrade directory LANGSEL.LOG
    LANGSEL.ELG
    RUN_RSUPGSLI < 1% Configures the selective-language-import option RSUPGSLI.ELG
    RSUPGSLI.LOG
    SPAM_CHK_INI < 1% Checks SPAM version SPAMCHK.LOG
    UPLOAD_REQUEST dial Prompts you to retrieve packages UPLOADREQ.LOG
    Retrieve packages that are required, if necessary
    JOB_CBUPIFCHK < 1% CBU: Checks PIF file CBUPIFCHK.ELG
    CBUPIFCHK.LOG
    NCVERS_READ < 10s Determines components contained in the delivery NCVERSOUT.LOG
    COMPINFO_EXP < 10s Get the component information concerning export components COMPINFOEXP.LOG
    IS_MV_CHK1 < 10s Checks version of IS_MOVES.LST file ISMVCHK1.LOG
    NAVERS_READ < 10s Initializes NAVERS from delivered and customer addon components NAVERSOUT.LOG
    IS_INIT < 10s Initialize for IS phases IS_INIT.LOG
    IS_INST_BICONT < 10s For start releases up to 620:
    Fake BI_CONT installation IS_INST_BICONT.LOG
    IS_INST_LIST < 10s Fake addon Installations from list (if needed) IS_INST_LIST.LOG
    IS_MOVEMENT < 10s Determine/decide Add-on movements IS_MOVEMENT.LOG
    COMPINFO_ISMV < 10s Get the component information after the addon movements COMPINFOISMV.LOG
    SFW_MOVEMENT < 10s SFW Addon Movements SFW_MOVEMENT.LOG
    COMPINFO_SFWMV < 10s Get the component information after the sfw movements COMPINFOSFWMV.LOG
    ADDONSPEC_OIL dial For start releases up to 640:
    Special actions for IS_OIL ADDONSPEC_OIL.LOG
    ADDONSPEC_ISPSCA dial For start releases up to 640:
    Special actions for IS_PS-CA ADDONSPEC_ISPSCA.LOG
    RUN_RSUPGSFW < 1% For start releases up to 640:
    SFW only: Determines active BF(S) according to installed Addons RSUPGSFW.ELG
    RSUPGSFW.LOG
    IS_TABDMP < 1% Dump addon tables to file IS_DUMPTABLES1.LOG
    IS_SELECT dial Decide about all Add-ons IS_SELECT.LOG
    Decide what to do with the add-ons during the upgrade
    COMPINFO_ADDON < 10s Get the component information after the addon selection COMPINFOADDON.LOG
    ADDON_QCALC < 1% Calculates queue for selected add-ons ADDONQCALC.LOG
    SPDA_ADDONQCALC.LOG
    IS_MV_CHK2 < 10s Checks version of IS_MOVES.LST file ISMVCHK2.LOG
    TR_EXPPKG2HEAP < 10s Moves export packages to the R3up buffer TREXPPKG2HEAP.LOG
    PATCHK_EQUI < 10s Determines Support Package level for target release that corresponds to the level of the source release PATCHKEQUI.LOG
    PATCH_CHK3 < 1% Find unconfirmed Support Packages and checks whether the source release contains Support Packages that are more recent than the version of the target release PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages
    Call SAP Note 073510 to check whether you can upgrade the system or which Support Packages are equivalent to those in the target release.
    EXEC_CPYFIL3_CBU < 1% CBU: Copys PIF files CBUCPY3.LOG
    BIND_PATCH dial Includes Support Packages for the target release PATCHINT.LOG
    SPDA_PATCHINT.LOG Include Support Packages in the upgrade, if necessary
    COMPINFO_SPP < 10s Get the component information after the support package selection COMPINFOSPP.LOG
    ADDON_LANGINC < 1% Include Add-on language packages ADDONLANGINC.LOG
    SPDA_ADDONLANGINC.LOG
    TR_CMDIMPORT_FDTASKS < 10s Imports command files for full and delta tasks PCMDIMPFD.ELG
    PCMDIMPFD.LOG
    IS_MERGE < 10s Adds Supplement Tasks (without AOS) to the TRStorage IS_MERGE.LOG
    TR_QUEUE2HEAP < 10s Moves the upgrade requests of the queue to the R3up buffer TRQUEUE2HEAP.LOG
    TR_CMDIMPORT_PREPARE < 1% Imports piece lists for included Support Packages PCMDIMP.ELG
    PCMDIMP.LOG
    JOB_RDDIT020 < 1% Merges transports for add-ons in NAVERS PDDIT020.ELG
    PDDIT020.LOG
    IS_SYNC_20 < 1% Synchronizes NAVERS in file system ISSYNC20.LOG
    CONFLICT_CHECK < 1% Checks for conflicts according to transaction SPAM CONFLCHK.LOG
    SPDA_CONFLCHK.LOG
    ADJUSTPRP dial Prepares adjustment calculation: Imports command file flagged in other system, if necessary ADJUSTPRP.ELG
    Select command file, if necessary
    INTEG_PATCH < 1% Selects the Support Package integration file and imports the requests contained in it INTGPTCH.LOG
    UCMIG_REQINC < 10s Ask for customer request for preparation of Unicode Conversion UCMIGREQINC.LOG
    ICNVXRQ < 1% Checks prerequisites for ICNV DDICNV.LOG
    ICNVXRQ.ELG
    ICNVXRQ.LOG
    CHECKGROUP_END3 < 1% End of module
    PREPARE Module: Integration (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    IS_MERGE_I < 10s For start release 30D to 31I:
    Adds Supplement Tasks (without AOS) to the TRStorage IS_MERGE.LOG
    TR_CMDIMPORT_PREPARE_31I < 1% For start release 30D to 31I:
    Imports piece lists for included Support Packages PCMDIMP.ELG
    PCMDIMP.LOG
    RUN_RSTODIRM_BIND < 1% Preparation of the delivery directory RSTODIRM.ELG
    RSTODIRM.LOG
    TR_TODIR_MERGE_PATCH < 1% Merges included Support Packages with the delivery directory
    JOB_RDDIT021 < 1% Merges add-ons in the delivery list PDDIT021.ELG
    PDDIT021.LOG
    UVERS_UP_T < 1% Changes the status in table UVERS
    TR_MODACT_ADD < 1% Calculates the amount of data in add-on and language requests TRADIMP.LOG
    TRADIMP.ELG
    TR_MODACT_DISC < 1% Calculates the amount of data in additional Support Package requests TRDIIMP.LOG
    TRDIIMP.ELG
    TR_COLLTABS_PREP < 1% Totals data TRCOLLTA.LOG
    TRCOLLTA.ELG
    TABSPC_PREP 2-10 Calculates which tables are part of import into old tables TABSPCP.LOG
    TABSPCP.ELG
    ADDSPAREQ_N < 10s Prepares space check on the database
    ADDSPAREQ_S < 10s Prepares space check on the database
    ADDSPAREQ_T < 10s Prepares space check on the database
    CHECKGROUP_END10 < 1% End of module
    PREPARE Module: Installation (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    INITSHD dial Prompts for shadow parameters Enter shadow parameters
    SHDINST_CRE < 10s Creates directory structure for the shadow instance SHDINST_CRE.LOG
    SHDINST_CPY < 10s Copies the profiles SHDINST_CPY.LOG
    SHDINST_ADAPT < 10s Adapts the profiles to the shadow instance SHDINST_ADAPT.LOG
    SHDINST_MOD < 10s Adapts the system settings ALPSHDIN.LOG
    ALPSHDDF.LOG
    SHDINST_REQ < 10s Checks ports for shadow instance SHDINST_REQ.LOG
    Perform actions from CHECKS.LOG, if necessary
    SHDINST_OS < 10s Performs operating system-specific actions SHDINST_OS.LOG
    Perform actions from CHECKS.LOG , if necessary
    SHDINST_SDB_CHK < 10s Checks database-specific settings MaxDB: Adjust the database parameters MAXLOCKS and MAXUSERTASKS, if necessary
    SHDINST_DB_PREP < 1% Checks database-specific settings SHDUSREX.LOG
    SHDUSRCRE.LOG
    SHDDBPRP.LOG
    Perform actions from CHECKS.LOG, if necessary
    SHDINST_SWT_HOST < 10s Adjusts the profile of the shadow instance, if necessary SHDINST_SWT.LOG
    SHDINST_PFPAR < 10s Checks with sappfpar the shadow instance profile SHDINST_PFPAR.LOG
    Perform actions from CHECKS.LOG, if necessary
    RUN_RSUPGRFC < 1% Creates RFC connection SAP_UPGRADE_SHADOW_SYSTEM PSUPGRFC.ELG
    PSUPGRFC.LOG
    CHECKGROUP_END11 < 1% End of module
    PREPARE Module: General checks (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    CONFCHK < 1% Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    DB_ACTION_RUN_PRE < 1% DB2 UDB for UNIX and Windows:
    Remove volatile flags DBACTRUN.LOG
    CHK_DB6_PAR_PRE dial DB2 UDB for UNIX and Windows:
    Checks DB6 parameters
    SPACECHK_GEN < 1% Checks database free space DBFPLUSD.LOG
    Extend the database, if necessary
    TOOLVERSION_EXE < 10s Determines and checks the tool version of the new kernel TOOLVRSEXE.LOG
    Upgrade $(PUTPATH)/exe if necessary
    UNICODELIB_CHK2 < 10s Checks for missing UNICODE libs in kernel directory UCLIBCHK.LOG
    FREECHK < 1% Checks disk space for logs and SAP kernel
    Checks whether the SAP kernel can be overwritten Increase disk space, if necessary
    Check SAP kernel write authorization, if necessary
    LC_CHECK < 1% Checks Livecache LCCHECK.LOG
    Checks Livecache
    PROFSET < 10s For start releases up to 46C:
    Sets DDIC autorizations PROFSET.LOG
    DB_ACTION_PRE < 1% ORACLE:
    Performs database-specific actions SELDBSL.LOG
    ALTDBS.LOG
    DBACTPRE.LOG
    DB_ACTION_EXTMAN < 1% ORACLE:
    Determines extent management on database Oracle EXTMAN.LOG
    DBACTEMA.LOG
    REPACHK < 1% Finds SAP objects locked in repairs or requests REPACHK.LOG
    Release repairs and requests, if necessary
    CNV_CHK_GEN < 1% Finds outstanding conversions and restart logs of terminated conversions Make conversions (after discussion with SAP consultant), if necessary
    TRBATCHK_GEN < 1% Checks whether table TRBAT is empty Perform any actions specified by R3up
    CLNT_CHK_GEN < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    SCRIPT_TST_DDART < 1% Checks entries in table TA and IA CUSTTA.LOG
    SCRPTDDA.LOG
    If errors occur, see SAP Note 500252
    JOB_RSAUCHK_DUP < 1% Checks for double F rules RSAUCHKD.ELG
    RSAUCHKD.LOG
    See SAP Note 431886
    JOB_RSAODSACTIVATE_PRE < 1% Performs TADIR cleaning PSATADIR.ELG
    PSATADIR.LOG
    JOB_RSTLIBG < 1% Checks TADIR objects RSTLIBG.ELG
    RSTLIBG.LOG
    JOB_STRU_TADIR_GEN_1 < 1% Performs TADIR insert PSTRUGEN.ELG
    PSTRUGEN.LOG
    JOB_SDLINIT_TABLES_70 < 1% Performs SDLINIT preparations PSDLINIT.ELG
    PSDLINIT.LOG
    JOB_RSUPGRCHECK_PRE < 1% Checks consistency of generated repository PSUPGCHK.ELG
    PSUPGCHK.LOG
    JOB_RSMD_UPGR_PRE < 1% Performs component-specific checks PSMDCHK.ELG
    PSMDCHK.LOG
    JOB_RSODSO_GUID_CHK < 1% As of start release 610:
    Performs component-specific checks PSODCHK.ELG
    PSODCHK.LOG
    JOB_CRM_UPGRADE50 < 1% For start release 610 to 620:
    Removes duplicate table entries CRM_UPGRADE50.ELG
    CRM_UPGRADE50.LOG
    JOB_SDLINIT_TABLES_PRE < 1% As of start release 620:
    Performs BW specific checks RSSM_SDLINIT.ELG
    RSSM_SDLINIT.LOG
    JOB_CHECK_RSMONICDP_PRE < 1% As of start release 610:
    Performs BW specific checks RSSM_RSMONICDP.ELG
    RSSM_RSMONICDP.LOG
    JOB_DROP_TMPOBJ_PRE < 1% Deletes invalid nametab entries RSDR_NAMT_CL.ELG
    RSDR_NAMT_CL.LOG
    JOB_TS_UPG41 < 1% For start releases up to 620:
    Performs index check TSUPG41.ELG
    TSUPG41.LOG
    NTACT_CHK 2% Checks the consistency of the nametab entries NTCHK.ELG
    NTCHK.LOG
    Perform any actions specified by R3up
    INTCHK_GEN < 1% Checks whether the inactive nametab is empty
    SINXCHK < 1% Checks the consistency of the indexes in the substitution tables SINXCHK.LOG
    Delete indexes, if necessary
    VIEWCHK < 1% Checks for conflicts between customer tables in the SAP name range and delivered views VIEWCHK.LOG
    Delete tables, if necessary
    ENVCHK_PRE < 10s Checks whether profiles of user adm can be modified Assign write authorization to the user profiles, if necessary
    FRONTREQ_PRE < 10s Displays information about the upgrade of the front end software Upgrade the front end software, if necessary
    UVERS_CHK_GEN < 10s Checks consistency of table UVERS UVERSCHK_GEN.LOG
    BATCHCHK_GEN < 1% Tests whether background server can access the upgrade directory BATCHCHK_GEN.LOG
    PROFCHK < 10s Checks whether the profile names specified in phase INITPUT correspond with the names used by the SAP system PROFCHK.LOG
    Correct entries with R3up set stdpar, if necessary
    JOB_RXPRECHK_PRE < 1% For start release 30D to 31I:
    Performs preliminary checks for the XPRA RLXPRA40 PXPRECHK.ELG
    PXPRECHK.LOG
    JOB_RSVBCHCK_PRE < 1% Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    RUN_RSCHECKEXC < 1% For start release 610 to 6ZZ:
    Find tables in exchange table space that are not exchanged ( SAP Note 674070) RSCHECKEXC.ELG
    RSCHECKEXC.LOG
    SCRIPT_TST_TCPDB < 1% Checks code page settings TCPDB.LOG
    SCRTCPDB.LOG
    See SAP Note 015023, if necessary
    SCRIPT_TST_TCPDB_UC < 1% Checks code page settings TCPDB.LOG
    SCRTCPDB.LOG
    See SAP Note 015023, if necessary
    REMEMBER_N410963 < 10s ORACLE, for start releases up to 46D:
    Checks Oracle start release REMN410.LOG
    See SAP Note 410963, if necessary
    JOB_SRM_PRE_CHECKS_1 < 1% SRM specific checks PSRMPRE.ELG
    PSRMPRE.LOG
    JOB_J_3GJUPGCD < 1% As of start release 40B:
    DIMP specific checks PJ_3GJUPGCD.ELG
    PJ_3GJUPGCD.LOG
    CHECKGROUP_END4 < 1% End of module
    PREPARE Module: Activation checks (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    JOB_RADDRCHK < 1% For start releases up to 40B:
    Prepares for renaming of data elements PADDRCHK.ELG
    PADDRCHK.LOG
    Correct naming conflicts as described in SAP Note 096905
    ACTREF_CHK < 1% Checks whether activation errors might occur during the upgrade RSTODIRX.LOG
    RSTODIRX.ELG
    Remove references to SAP data elements and domains
    RUN_RSUPGDEC_PRE < 1% Checks if current structure extensions collide with the DDIC enhancement category of the target release RSUPGDEC.ELG
    RSUPGDEC.LOG
    Adjust include or consider help from SAP SAP Note 493387
    CHECKGROUP_END5 < 1% End of module
    PREPARE Module: Necessary checks for conversions (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    CNV_AVOID < 1% For start release 30C to 31I:
    Finds tables that can be reduced in size before the upgrade to speed up the conversion Reduce the size of the tables as described in SAP Note 076431
    JOB_RSCNVADR < 1% For start releases up to 40B:
    Prepares address data conversion PSCNVADR.ELG
    PSCNVADR.LOG
    Start the report for preparing the address data conversion as described in SAP Note 082167 and SAP Note 097032 as well as adaptions to number ranges as described in SAP Note 319986 and SAP Note 379769
    REQ_APOUPG0 dial Prompts for checks for the LiveCache Save the live cache: follow the instructions given in the manual
    JOB_MC01_CACL_CDP_PRE < 1% For start releases up to 610:
    Performs consistence check CDPCON.ELG
    CDPCON.LOG
    CHECKGROUP_END6 < 1% End of module
    PREPARE Module: Optional checks for conversions (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    CNV_LIST < 1% Finds tables that are converted during the upgrade (if known to SAP) and lists them in a file
    ADDSPAREQ_AD < 10s Summarizes the results of all space checks
    DYNSPCADD < 1% Checks the database space requirements dynamically:
    Space needed temporarily for conversion
    Space for new secondary indexes
    DYNSPC.LOG
    SPACECHK_OPT < 1% Checks database free space DBFPLUSD.LOG
    Extend the database, if necessary
    CHECKGROUP_END7 < 1% End of module
    PREPARE Module: Modification support (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    SETPAR_PDIFFEXP_PRE < 1% Sets parameters for RDDIT006 SQLPDIFP.LOG
    SETPDIFP.LOG
    SETPDIFP.ELG
    RUN_RDDIT006_PRE < 1% Finds conflicts with central SAP Web Application Server objects DIFFCALC.ELG
    DIFFCALC.LOG
    Contact SAP to get modifications to central SAP Web Application Server objects, if necessary
    ADJUSTCHK_PRE < 1% Finds objects to be adjusted - preparation for transactions SPDD and SPAU ADJUSTCP.LOG
    ADJUSTCP.ELG
    Call transaction SPDD or SPAU to display modifications
    CHECKGROUP_END8 < 1% End of module
    PREPARE Module: Pre-processing (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    RUN_RSWBO230_PRE < 1% Deletes SAP requests from previous upgrades PSWBO230.ELG
    PSWBO230.LOG
    SAVE_VAR_CHK dial As of start release 40B:
    Requests SAVE_VAR information SAVEVARCHK.LOG
    Answer SAVE_VAR prompt
    JOB_RASUVAR1 < 1% As of start release 40B:
    save variants, see note 712297 PASUVAR1.ELG
    PASUVAR1.LOG
    CHECKGROUP_END9 < 1% End of module
    u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2013
    Upgrade Phase Groups
    Upgrade Phase Group: Configuration and Initialization
    Phase Duration Upgrade Actions Log Files User Actions
    BEGIN < 10s Checks upgrade directory
    INITPUT dial Initializes R3up
    DB2 UDB for z/OS and OS/390:
    Checks parameters and JCL submission service DB2 UDB for z/OS and OS/390:
    Enter parameters
    DBCHK < 1% Determines database version and SAP release
    SETSYNC_UPGR_STARTED dial events for sync with Jump
    SETSYNC_PREUP_STARTED dial events for sync with Jump
    VERSCHK < 1% Checks SAP release Upgrade to a valid source release first, if necessary
    UVERS_CHK < 1% Checks consistency of table UVERS UVERSCHK.LOG
    BATCHCHK < 1% Tests whether background server can access the upgrade directory BATCHCHK.LOG
    PATCH_CHK < 1% Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    CLNT_CHK < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    INTCHK < 1% Checks whether the inactive nametab is empty
    TOOLVERSION_UPG < 1% Determines all tool version TOOLVERS.LOG
    Upgrade tools if necessary
    ADDON_SPEC2 dial Requests add-on information ADDONSPEC2.LOG
    ADDONKEY_CHK < 1% Prompts for keyword for industry solution, if necessary
    ADDONKEY.LOG
    Enter keyword for industry solution, if necessary
    JDKCHK_UPG < 1% Checks availability of JDK JDKCHK.LOG
    Install JDK, if necessary
    SHDINST_CHK1 < 1% Checks the shadow instance SHDINST_CHK1.LOG
    INITSUBST < 1% Initializes for System Switch Upgrade Enter parameters
    FRONTREQ < 1% Informs users that they must import a new version of the SAP GUI Confirm
    CONFCHK_X < 1% Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    VIEWCHK1 < 1% Finds conflicts between delivered views and customer tables in the SAP name range VIEWCHK1.LOG
    Delete tables, if necessary
    REPACHK1 < 1% Finds SAP objects locked in repairs or requests REPACHK1.LOG
    UCMIG_STATUS_CHK1 < 10s Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT1.LOG
    JOB_RSVBCHCK2 < 1% Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    RUN_RSWBO230 0-2% Deletes SAP requests from previous upgrades PSWBO230.ELG
    PSWBO230.LOG
    JOB_RXPRECHK < 1% For start release 30D to 31I:
    Makes preliminary checks for the XPRA RLXPRA40 PXPRECHK.ELG
    PXPRECHK.LOG
    JOB_RS_OLTPSOURCE < 1% Performs OLTP source cleaning PSOLTPSC.ELG
    PSOLTPSC.LOG
    JOB_RSAODSACTIVATE < 1% Performs TADIR cleaning PSATADIR.ELG
    PSATADIR.LOG
    TABSPC_UPG < 1% Checks database version if it was too low during PREPARE TABSPCU.LOG
    TABSPCU.ELG
    CHK_DB6_REG_UPG dial DB2 UDB for UNIX and Windows:
    Checks DB6 registry parameters
    DB_ACTION_RUNSTATS 1% DB2 UDB for UNIX and Windows:
    Remove volatile flags DBACTRUN.LOG
    CHK_DB6_PAR_UPG dial DB2 UDB for UNIX and Windows:
    Checks DB6 parameters
    SPACECHK_ALL < 1% Checks free space on the database DBFPLUSD.LOG
    Extend the database, if necessary
    FREECHK_X < 1% Checks free space in the file system Confirm
    Enlarge the file system, if necessary
    DMPSPC_X < 1% Provides information on freespace in the database DMPSPC_X.LOG
    JOB_BTCTRNS0 < 1% As of start release 45A, strategy Resource-minimized:
    Deschedules background jobs BTCTRNS1.ELG
    BTCTRNS1.LOG
    UCMIG_STATUS_CHK21 < 10s Strategy Resource-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    SETPAR_PDIFFEXP < 1% Sets parameters for RDDIT006 SQLPDIFU.LOG
    SETPDIFU.LOG
    SETPDIFU.ELG
    RUN_RSPTBFIL_INIT 1% Enters source release information in table PUTTB_SHD RSPTBINI.ELG
    RSPTBINI.LOG
    READPUTTB_UPG < 1% Reads table PUTTB and places it in the file system RDPUTTB.LOG
    SQLDB_SWITCH_DOCU < 1% enabling of shadow import for docu objects PUTTBDOKTL.LOG
    LOCKEU_PRE < 1% Strategy downtime-minimized: Prompts for time from when ABAP Workbench is locked LOCKEUPR.LOG
    Strategy downtime-minimized: Respond to prompt for lock time
    CHECKCDMOUNTS < 1% Checks whether all required CDs for the EU_IMPORT phases are available If a CD is missing, change the mount directories or, if you do not use mount directories, ignore the prompt
    Upgrade Phase Group: Import and Modification Transfer
    Phase Duration Upgrade Actions Log Files User Actions
    DB_ACTION_UPG < 1% Performs database-specific actions SELDBSU.LOG
    ALTDBS.LOG
    DBACTUPG.LOG
    CNTRANS_TPL < 10s MCOD only: Adapts container names in R3load CNTTPL.LOG
    SQLSCREXE_UPGEU1 < 1% Performs actions for restart handling PARAMEU1.LOG
    UPGPAREU.ELG
    UPGPAREU.LOG
    JOB_MC01_CACL_CDP_POST1 < 1% For start releases up to 610, strategy Resource-minimized:
    Performs consistence check CDPCON1.ELG
    CDPCON1.LOG
    REQSTOP_APO1 dial Strategy Resource-minimized:
    Prompts, if system may be stopped Confirm, that the system may be stopped
    LOCKSYS_APO1 < 1% Strategy Resource-minimized:
    Locks SAP system for user access LOCKSYSAPO.LOG
    STOPSAP_LCD1 < 1% Strategy Resource-minimized:
    Stops SAP system Isolate the central instance and stop all application servers
    STARTSAP_LCD1 < 1% Strategy Resource-minimized:
    Starts SAP system
    REQ_APOUPG1 dial Strategy Resource-minimized:
    Prompts to save the live cache Save the live cache: follow the instructions given in the manual
    SETSYNC_PREUP_FINI_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    GETSYNC_PREUP_FINI_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_DOWN_START_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_EULCK_START_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    JOB_GN_BEF_UPG_CRM40_1 < 1% Strategy Resource-minimized, as of start release 610:
    Performs consistence check MWCRM1.ELG
    MWCRM1.LOG
    EU_IMPORT1 1-2% Copies substitution set from Upgrade CD to the shadow tables EU_IMP1.ELG
    EU_IMP1.LOG
    Mount requested Upgrade CD, if necessary
    NTACT_NODBPOS < 1% Cleans up nametab NTSHDNDB.ELG
    NTSHDNDB.LOG
    NTACT_CONV_UC < 1% Generates nametabs of shadow tables in shadow nametab conv_uc NTSHDCUC.ELG
    NTSHDCUC.LOG
    SHADOW_NTACT_CP < 1% Generates nametabs of shadow tables in the shadow nametab NTSHDCP.ELG
    NTSHDCP.LOG
    SQLDB_SHDI_DOC31I_ON1 < 1% For start releases up to 31I:
    enabling of shadow import for docu objects, special handling startrelease 3.1I SHDI_DOC31I.LOG
    EU_IMPORT2 5-8% Copies substitution set from Upgrade CD to the shadow tables EU_IMP2.ELG
    EU_IMP2.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT3 2-5% Copies substitution set from Upgrade CD to the shadow tables EU_IMP3.ELG
    EU_IMP3.LOG
    Mount requested Upgrade CD, if necessary
    READDATA_EU4 < 1% Copies substitution set from Upgrade CD to the shadow tables, if necessary Mount requested upgrade CD, if necessary
    EU_IMPORT4 6-10 Copies substitution set from Upgrade CD to the shadow tables EU_IMP4.ELG
    EU_IMP4.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT5 15-2 Copies substitution set from Upgrade CD to the shadow tables EU_IMP5.ELG
    EU_IMP5.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT6 < 10s Copies substitution set from Upgrade CD to the shadow tables EU_IMP6.ELG
    EU_IMP6.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT7 < 10s Copies substitution set from Upgrade CD to the shadow tables EU_IMP7.ELG
    EU_IMP7.LOG
    Mount requested Upgrade CD, if necessary
    EUVIEWIMP < 1% Imports views for shadow tables ALTER34V.LOG
    INDQUE_CHK < 1% SAP DB:
    Checks for indexes INDQUECHK.LOG
    TR_APPENDBUF_UPG1 < 10s Moves upgrade requests from the R3up buffer to the hyperbuffer TRAPPB.LOG
    SHADOW_IMPORT_UPG1 1-6% Imports upgrade and language data into the shadow tables (no new tables) SHDUPGIMP1.ELG
    STARTSAP_IMP < 1% Starts SAP system if it was stopped during phase EU_IMPORT1
    REPACHK2 < 1% Finds SAP objects locked in repairs or requests REPACHK2.LOG
    Confirm locks for ABAP Workbench if not yet done in phase LOCKEU_PRE
    SETSYNC_EULCK_START_D1 dial Strategy Downtime-minimized:
    events for sync with Jump
    SETSYNC_EULCK_START_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    UVERS_UP_U < 1% Changes the status in table UVERS
    CNV_CHK_XT < 1% Finds outstanding conversions and restart logs for conversions that have not been completed Make conversions (after discussion with SAP consultant), if necessary
    TRBATCHK_XT < 1% Checks whether table TRBAT is empty Perform any actions specified by R3up, if necessary
    LIST_LOAD < 1% Generates list of programs that need to be generated LISTLOAD.LOG
    JOB_RDDTAXIT < 1% Selects generated objects SYSPREP.ELG
    SYSPREP.LOG
    JOB_STRU_TADIR_GEN_2 < 1% Performs TADIR insert PSTRUGEN.ELG
    PSTRUGEN.LOG
    JOB_RSGENYTT < 1% Copies nametabs to table DDYTT/F PSGENYTT.ELG
    PSGENYTT.LOG
    SUBSTNT_INS < 1% Creates nametab entries for the new substitution tables STBNTINS.LOG
    RUN_RSINCGEN < 1% Generates include program for accessing substitution tables PSINCGEN.ELG
    PSINCGEN.LOG
    JOB_SRM_PRE_CHECKS_2 < 1% SRM specific checks PSRMPRE.ELG
    PSRMPRE.LOG
    RUN_RDDIT006 1-3% Determines deviations of the current system from the future standard SAP system (objects and modifications that need to be copied) DIFFCALC.ELG
    DIFFCALC.LOG
    ADJUSTCHK < 1% Determines ABAP Dictionary objects that need to be adjusted ADJUSTCK.LOG
    ADJUSTCK.ELG
    Confirm R3up message, if necessary
    JOB_RSPUSCAD < 1% Exports documentation created or modified by customer PSPUSCA4.ELG
    PSPUSCA4.LOG
    DB_ACTION_LOWQ1 < 1% Performs switch for DIFFEXP phases LOWERQ.LOG
    DBACTLQ1.LOG
    DIFFEXPADDE (var Exports content of add-on objects not stored in shadow tables DIFFEXPA.ELG
    DIFFEXPA.LOG
    SQLDB_LOCKFLAG_CCI (var Perform database correction after export LOCKFLAGRESET_CCI.LOG
    DIFFEXPADD (var Copies Dictionary part for add-on objects to the shadow tables DIFFEXPA.ELG
    DIFFEXPA.LOG
    DIFFEXPPKGE (var Exports content of support package ects not stored in shadow tables DIFFEXPP.ELG
    DIFFEXPP.LOG
    SQLDB_LOCKFLAG_CCP (var Perform database correction after export LOCKFLAGRESET_CCP.LOG
    DIFFEXPPKG (var Copies Dictionary part for support package objects to the shadow tables DIFFEXPP.ELG
    DIFFEXPP.LOG
    DIFFEXPLAN (var Exports language content of support packages not stored in shadow tables DIFFEXPL.ELG
    DIFFEXPL.LOG
    SQLDB_LOCKFLAG_CCL (var Perform database correction after export LOCKFLAGRESET_CCL.LOG
    DIFFEXPGEN 2% Copies Dictionary part of generated objects to the shadow tables DIFFEXPG.ELG
    DIFFEXPG.LOG
    DIFFEXPMOD < 1% Copies unsent modified objects to the shadow tables DIFFEXPR.ELG
    DIFFEXPR.LOG
    DIFFEXPCUSTE (var Export content of customer developments not stored in shadow tables DIFFEXPC.ELG
    DIFFEXPC.LOG
    SQLDB_LOCKFLAG_CCC (var Perform database correction after export LOCKFLAGRESET_CCC.LOG
    DIFFEXPCUST (var Copies Dictionary part of customer developments to the shadow tables DIFFEXPC.ELG
    DIFFEXPC.LOG
    DIFFEXPDDIV < 1% Exports inactive ABAP Dictionary versions DIFFEXPD.ELG
    DIFFEXPD.LOG
    DIFFEXPDOCU < 1% Exports customer extensions to SAP object documentation DIFFEXPO.ELG
    DIFFEXPO.LOG
    DIFFEXPCDOC < 1% Exports documentation for customer objects DIFFEXCO.ELG
    DIFFEXCO.LOG
    DIFFEXPTSAP < 1% Exports local private objects and test objects in the SAP name range DIFFEXPT.ELG
    DIFFEXPT.LOG
    DB_ACTION_UPQ1 < 1% Performs switch for DIFFEXP phases UPPERQ.LOG
    DBACTUQ1.LOG
    JOB_RDDSAVTE < 1% Copies technical settings in the ABAP Dictionary PDDSAVTE.ELG
    PDDSAVTE.LOG
    RUN_RDDCP4TB < 1% Copies non-delivered TADIR entries to the shadow tables PDDCP4TB.ELG
    PDDCP4TB.LOG
    RUN_RDDDL4TB < 1% Deletes entries for deleted objects from the shadow table TADIR PDDDL4TB.ELG
    PDDDL4TB.LOG
    RUN_RSTRESNC < 1% Copies namespace reservations to the shadow tables PSTRESNC.ELG
    PSTRESNC.LOG
    JOB_RDDINDPR < 1% Finds all secondary indexes INXPREP.ELG
    INXPREP.LOG
    Upgrade Phase Group: Shadow System Installation
    Phase Duration Upgrade Actions Log Files User Actions
    ALTEXT_MAXALL < 1% ORACLE:
    Sets tablespace extents as unlimited SELALTAB.LOG
    DBACTGRA.LOG
    DBACTGRA.ELG
    SQLSCREXE_MLI4 < 10s For start releases up to 46D:
    Creates the license for the shadow instance CPMLICHK.LOG
    SQLEXEML.ELG
    SQLEXEML.LOG
    SQLSCREXE_MLI6 < 10s As of start release 610:
    Creates the license for the shadow instance CPMLICHK.LOG
    SQLEXEML.ELG
    SQLEXEML.LOG
    SQLDB_CPUSR < 10s Initializes authorizations SQLEXUS.LOG
    PSCRGEN_ALIAS < 10s Generates scripts for aliases/views/synonyms SQLGENAL.ELG
    SQLGENAL.LOG
    SCRGEN_ALI_ORG < 10s Generates scripts for shadow instance SGALORG.ELG
    SGALORG.LOG
    DB_ACTION_GRANT < 1% SAP DB:
    Generates grant scripts SELTAB.LOG
    DBACTGRA.LOG
    SQLSCREXE_GRANT < 1% SAP DB:
    Grants privileges PTBALIGR.LOG
    SQLEXEGR.ELG
    SQLEXEGR.LOG
    SCEXEC_GRANT 1% Except SAP DB:
    Grants privileges SQLEXEGR.LOG
    SCEXEC_ALIAS 1% Creates aliases/views/synonyms SQLEXEAL.LOG
    SQLSCREXE_GRA_ORG < 1% Executes scripts for shadow instance ALORGR.LOG
    SEGRORG.ELG
    SEGRORG.LOG
    SQLSCREXE_ALI_ORG < 1% Executes scripts for shadow instance ALORDC.LOG
    SEDCORG.ELG
    SEDCORG.LOG
    SQLSCREXE_SEQ < 10s Creates sequence SEQUE.LOG
    SQLEXESE.ELG
    SQLEXESE.LOG
    VIEWIMP_BAS < 1% Creates views for the SAP Web Application Server VIEWIMP.ELG
    VIEWIMP.LOG
    TR_TRK2HEAP_INIT < 10s Copies requests to the R3up buffer TRSHDIN.LOG
    TP_ACTION_CP2SINI < 1% Copies a small number of control entries to shadow tables CP2SHDI.ELG
    CP2SHDI.LOG
    SHADOW_NTACT_DEL < 1% Deletes nametabs of shadow tables in the shadow nametab NTSHDDEL.ELG
    NTSHDDEL.LOG
    SQLDB_SHDI_DOC31I_OFF1 < 1% For start releases up to 31I:
    enabling of shadow import for docu objects, special handling startrelease 3.1I SHDI_DOC31I.LOG
    EXEC_SMOFF_SHD < 10s Switches off the Session Manager for the upgrade EXECSMF.LOG
    JOB_GN_BEF_UPG_CRM40_2 < 1% Strategy Resource-minimized, as of start release 610:
    Performs consistence check MWCRM2.ELG
    MWCRM2.LOG
    JOB_MC01_CACL_CDP_POST2 < 1% For start releases up to 610, strategy Resource-minimized:
    Performs consistence check CDPCON2.ELG
    CDPCON2.LOG
    REQSTOPPROD < 1% Strategy Resource-minimized:
    Stops production operation Confirm R3up prompt
    JOB_BTCTRNS2 < 1% As of start release 45A, strategy Resource-minimized:
    Deschedules background jobs BTCTRNS1.ELG
    BTCTRNS1.LOG
    UCMIG_STATUS_CHK22 < 10s Strategy Resource-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    UCMIG_STATUS_CHK23 < 10s Strategy Downtime-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    REQSTOP_APO2 dial Strategy Resource-minimized:
    Prompts, if system may be stopped Confirm, that the system may be stopped
    LOCKSYS_APO2 < 1% Strategy Resource-minimized:
    Locks SAP system for user access LOCKSYSAPO.LOG
    STOPSAP_LCD2 < 1% Strategy Resource-minimized:
    Stops SAP system Isolate the central instance and stop all application servers
    STARTSAP_LCD2 < 1% Strategy Resource-minimized:
    Starts SAP system
    REQ_APOUPG2 dial Strategy Resource-minimized:
    Prompts to save the live cache Save the live cache: follow the instructions given in the manual
    JOB_DROP_TMPOBJ_UPG1 < 1% Strategy Resource-minimized:
    Deletes temporary BW objects RSDR_NAMT_CL.ELG
    RSDR_NAMT_CL.LOG
    JOB_SDLINIT_TABLES_UPG1 < 1% Strategy Resource-minimized, as of start release 620:
    Deletes invalid nametab entries RSSM_SDLINIT.ELG
    RSSM_SDLINIT.LOG
    JOB_RDDPURIF_R < 1% Strategy Resource-minimized:
    Deletes inconsistent values from tables PDDPURIF.ELG
    PDDPURIF.LOG
    JOB_KEYIDX1_R < 1% Strategy Resource-minimized, MSSQL, for start releases up to 45B:
    Component-specific actions RKEYIDX1.ELG
    RKEYIDX1.LOG
    JOB_RSVBCHCK_R < 1% Strategy Resource-minimized:
    Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    INTCHK_SW < 1% Checks whether the inactive nametab is empty
    SETSYNC_PREUP_FINI_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    GETSYNC_PREUP_FINI_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_DOWN_START_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    STOPSAP_PROD < 1% Strategy Resource-minimized:
    Stops the production system
    Upgrade Phase Group: Shadow System Operations: SPDD and Activation
    Phase Duration Upgrade Actions Log Files User Actions
    CONFCHK_BAS < 1% Tests operating system and database version
    SHD_FIX_IMP < 1% Imports repair requests for shadow system SHD_FIX.ELG
    PORT_IMP_SHD < 1% Transports add-on-specific imports into the shadow system PORT_SHD.ELG
    SHDINST_CHK2 < 1% Checks the shadow instance SHDINST_CHK2.LOG
    START_SHDI_FIRST < 1% Starts the shadow system DEVTRACE.LOG
    STARTSFI.LOG
    STOP_SHDI_SW1 < 1% Stops shadow instance STOPSHDI.LOG
    SETSYNC_PREUP_FINI_SW dial events for sync with Jump
    GETSYNC_PREUP_FINI_SW dial events for sync with Jump

  • DTP Request Error: "Overflow converting from ''" (Executing rule)

    Hi,
    I have an error for every dataset in my dtp:
    Anyone an idea?
    Error Ercords Display says:
    Runtime error while executing rule
    Longtext:
    Diagnosis
         An error occurred while executing a transformati
         The exact error message is:
         Overflow converting from ''
         The error was triggered at the following point i
         GPD5DB2R35UPL1XXBS1ICKUVG8O 2313
    System Response
         Processing the data record has been terminated.
    Procedure
         The following additional information is included in the hig
         node of the monitor:
         o   Transformation ID
         o   Data record number of the source record
         o   Number and name of the rule which produced the error

    Hi,
    It seems that there is a error in transformation routine. Are you filling any internal table  or converting any data type in the routine. Go to ST22 it will show you dump and give you line at which error is coming OR if you click on the message in DTP monitor it will divert you to the errorneous line.
    Regards,
    Viren

  • Error during Upgrade from 4.6c to ECC 6.0

    Hi All,
      We are facing an error when upgrading from 4.6c to ECC 6.0. We are facing this error on the table COEP - runtime object inconsistancy. What we found is there is ERP upgrade has created new extra fields in the table. In log file the error is specified as : Duplicate Field name, But we not able to find the duplicate field name in the table.  Please kindly help as early as possible. The upgrade process is stuck.
    Regards
    Anil Kumar K

    Hi Anil,
    Is this issue fixed? Can i know how you fixed it?
    replied to your message Re: How to adopt the index changes during upgrade.
    Thanks,
    Somar

  • LONGPOST.LOG Errors during Upgrade from 4.6C to ECC 6.0

    Dear all,
    We have received the below errors during our upgrade from 4.6C to ECC 6.0.
    Basically we have received three types of errors:
    1.
    4PETG065 RSUPGDEC: Table/structure "BAPE_VBAK" (component "SD-SLS" ) enhanced illegally: Error "2"
    2.
    A2PESEEF_BADI 103 BAdI implementation "/IRM/BADI_SDDOCFLOW" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZZ_MG_MASS_NEWSEG" must still be migrated A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    A2PESEEF_BADI 103 BAdI implementation "ZOTC218E_1" must still be migrated
    3.
    3PETG447 Table and runtime object "/SSF/DHEAD" exist without DDIC reference ("Transp. table")
    3PETG447 Table and runtime object "/SSF/DTAB" exist without DDIC reference ("Transp. table")
    3PETG447 Table and runtime object "/SSF/PTAB" exist without DDIC reference ("Transp. table")
    Can anyone help us how to solve this issues.
    Thanks & Regards
    Senthil

    Hi,
    Senthil following are ans to ur questions
    1. After the SPAU remediation is completed, should I manually release the transport or should I start the upgrade and the upgrade will release that transport?
    Ans : Once your SPAU remediation is completed you should release the requests and then start the upgrade of the DEV system.
    2. How do we import this SPDD & SPAU transport in the QA and PRD, I mean at what stage of the upgrade we need to specify/ include this transport?
    Ans : Now when you start the QA or PRD upgrade at that time you come across a phase during PREPARE called ADJUSTPRP.
    Refer following note for further information --
    SAPNote 124522 - Importing a modification adjustment in 2nd upgrade
    3. Suppose the QA & PRD has more objects to adjust than our Dev box, and this transport will not take care of the delta objects, so in that case how should we remediate, we need to create an other transport request in QA and then it will become two transports?
    Ans : First of all this should not be the scenario where you have more modified objects than that in DEV. As all the modfications should take place in DEV first and then should be transported to QA and then PRD. But in such case what you can do is complete the upgrade of QA system and then you are still having 14 days to complete the SPAU objects. So you can make another request which can be transported as a post upgrade activity once the upgrade is completed in production. For SPDD you will have to take care of the SPDD objects if there are different than those in DEV during the ACT_700 phase only or else you might risk data.
    This is the reason why SAP always asks you to follow a proper transport path.
    4. If our dev box has more objects for remediation than our QA & PRD, then will these objects be also imported into the QA & PRD box?
    Ans : Yes, thats why you should be very sure about the SPAU objects that you have found in DEV. You need to compare the objects with QA and PRD and then only make the modifications.
    I hope i have answered all your queries.
    Regards,
    Suhas

  • Error during upgrade from sap R3 4.7 ext 110 to ERP6 EHP4

    Dear all
    we doing an upgrade in test server to ERP6 with EHP4,source release is sap Entreprise 4.7 110.We have copied all the required DVDs to the server .During the configuration phase while giving the EHP package we got the error.
    EHP_INCLUSION.log details
    4 ETQ233 Calling function module "SPDA_PREPARE_PATCH" by RFC
    4 ETQ234 Call of function module "SPDA_PREPARE_PATCH" by RFC succeeded
    4 ETQ239 Logging off from SAP system
    4 ETQ010 Date & Time: 20100915210509
    2 ETQ732 Package descriptions uploaded successfully
    4 ETQ399 Looking for SAINT package for 'SAP_APPL' ...
    4 ETQ399 R3upReadNewPackages:
    4 ETQ399   patchType='U', langVect='DE'
    4 ETQ359 RFC Login to: System="MBD", Nr="00", GwHost="saptest", GwService="sapgw00"
    4 ETQ232 RFC Login succeeded
    4 ETQ233 Calling function module "spda_read_new_packages" by RFC
    4 ETQ399   ismovesVersion='0'
    4 ETQ399 R3upReadNewPackages: exit: rc=0
    4 ETQ399      Found: name = 'SAP_BS_FND', release = '701', package = 'SAPK-701GGINSAPBSFND', type = 'AOX'
    4 ETQ399             (not usable, different component
    4 ETQ399 ... No matching package found.
    Is this related to the current SAP_APPL support pack version ?.currently we have
    SAPKH47031 SP 31 for SAP_APPL 4.70
    Regards
    Shahnas.S

    > i have few questions regarding above
    (Almost) all of your questions are answered in the note:
    > 2.Do wee need to apply the above note for non-unicode upgrade
    <...>
    Even on non-Unicode system you should replace all matchcodes that are still required by search helps.
    <...>
    > 3.Note 1330256  recomends to apply support pack or to apply the Note 1330256  ,but we can do it only at upgraded version.
    Yes - it avoids dumping with the dump mentioned in the note
    > 4.How to identify the matchcodes 
    <...>
    You can use the program TWTOOL01 to determine the existence of matchcodes.
    <...>
    > 5.How to delete them
    <...>
    You can then use the function module DD_MCOB_DEL to delete matchcode objects, and the function module DD_OBJ_DEL to delete matchcode IDs.
    <...>
    > 6.Impact of deleteing matchcodes
    None since they were replaces by search helps.
    Markus

  • Hi, I have adobe acrobat pro 9 (yes older version) with error to convert from word

    on win7 64bit. but when I try to convert a word file to pdf. I get error PDF MAKER. When I print a test page from word to pdf printer it does correct. Word is 2007
    When I go to my acrobat. And I press combine from word I get the error.
    When I combine from other pdf it all works.
    So it is the conversion from word to acrobat creating the error.
    The exact error messag I get is next:

    I don't believe that Acrobat 9 is compatible with the 64bit version of Windows 7, which might cause integration errors, like the one you're describing.
    The solution is to upgrade to the latest version.

  • Adobe Flash Player error during update from 10.0.45 to 10.1

    I am getting this error message during the upgrade from 10.0 to 10.1 and it errors with the following error:
    Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or Package vendor. Action NewCustomAction1, location: ...\installAX.exe, com...
    since this has happened, it has already removed the previous version of flash and will not allow me to reinstall the new or old version so now I have no version of flash.
    Has anyone else seen this?  I have only 1 solutionn right now which is to reimage the PC.

    Uninstall your current FP first; use the uninstaller from http://kb2.adobe.com/cps/141/tn_14157.html, then download the installer(s)
    for Internet Explorer http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
    for all other browsers http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
    Download all the above executables to disk, then close all browser windows and run the downloaded uninstaller, followed by the installer(s).

  • RH11 gives a duplicate file error message converting from RH9

    My project has an empty file which cannot be deleted but was ignored by RH9.  In converting to RH11 I get the following message: "Error - node */Views/<folder name>/<folder name>/SBLCRVAL.htm already exists."  However, there is no other file by that name in the project.  There is a similar one which I renamed and everything works fine in RH9, but I cannot convert to RH11.

    Hi there
    I think I'd save a copy of the offending file in a safe place, then delete it from the project. After the upgrade completes, then import it back into the project.
    Cheers... Rick

  • Error during copying from contract to std sales - Message no. V2 005

    Dear Experts,
          My client requirement is, "Qty Contract" needs to be created in the name of one Sold To Party (e.g. XYZ). After that, in the regular sales order screen after entering another Sold To Party code (e.g. ABC) the previously created "Qty Contract" needs to be referred.
                    When we tried to create the regular sales order for another Sold To Party (e.g. ABC) by referring the "Qty contract" created we are getting the error message that "The sold-to parties are different. 19991 and/or 99992 (reference)"  Message no. V2005
    Can any experts help us to resolve this issue.
    Thanks in advance
    Warm Regards,
    VEL

    Dear Experts,
             Thanks for your valuable feedback.
    But due to my client business requirement, we are looking for the solution as we told in our initial question. But we got the  confident by seeing the "Message" we received during our process from SAP system. In that message its mentioned that, If Business wants the "Error" message can be modify as "Warning". So we are looking for the solution where to modify this error message in to Warning message.
    Please find below the system message we received during our testing
    The sold-to parties are different. T-L63C01 and/or T-S62A01 (reference)                                                                               
    Message no. V2005
                                                                                    Diagnosis                                                                               
    The sold-to party in the reference document is not the same as the      
        sold-to party in the target document.                                                                               
    System response                                                                               
    Depending on the copying requirements for the various sales documents   
        which are defined in Customizing, this message appears either as an     
        error message which requires a correction or a warning which can be     
        skipped over.                                                                               
    Procedure                                                                               
    Procedure for                                                                               
    -   Error message                                                    
          Select a suitable reference document which has the same sold-to  
          party as the target document.                                                                               
    -   Warning                                                          
          Proceed as described for the error message or skip over the      
          warning with ENTER.                                              
          If you skip over the warning, only the item data from the        
          reference document is copied into the target document.                                                                               
    Warm Regards,
    VEL

  • Error during upgrade from OBIEE 10G to 11G

    Hello All
    I ran into this issue while trying to upgrade my 10g RPD and catalog to 11.1.1.7
    After installing 11G, I launched the upgrade utility from Oracle_Common/bin/ua in linux.
    I am getting the below error:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Based on the Oracle Doc. it has the following desc:
    UPGAST-00797: Oracle Fusion Middleware Upgrade Assistant cannot be run from an Application Developer Oracle home.
    Cause: The user has chosen to perform a upgrade from an Oracle home that does not allow an upgrade.
    Action: None.
    Level: 1
    Type: ERROR
    Impact: Upgrade
    So what should I do to resolve this issue?
    Thanks in advance

    Hi,
    First of all i am not familiar on linux box.
    I tried in windows environment the rpd is deployed with out any errors.
    But i ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while i am running in oracle_common\bin\ua.bat is not responding in my local system.
    Please Mark if it helpful.
    Thanks

Maybe you are looking for

  • Boot Camp - Reinstall of OSX Assistance Required

    Greetings all, I have had problems with partitioning my harddrive with Boot Camp - errors reading "Unable to partition disk due to unmovable files, backup your disk and reformat as..." or something along those lines. I bought iDefrag, cleared out my

  • Payment term wrong in PO

    We have not included a payment term in the Vendor master.  When the PO was entered, a payment term was entered in the Header field.  However, when we took the print out of the PO, in the header the payment term ented in the PO header is printed.  But

  • My lock button stopped working

    You can't press it down. It won't lock. When you try to push it won't go down.

  • Concatenation in PNPCE

    hi,    Can any one help me out in concatenating name fields into a string in PNPCE.      Generally ,this way we do in PNP for character field    data:begin of it_output occurs 0,             name(35) type c,         end of it_output.     move-corresp

  • OPM과 OM ISSUE 해결을 위해 LOG FILE을 생성 및 검색하는 방법

    제품 : MFG_OM 작성날짜 : 2005-11-09 OPM과 OM ISSUE 해결을 위해 LOG FILE을 생성 및 검색하는 방법 =========================================================== PURPOSE Customer에게 Oralce Processing Manufacturing(OPM)/Order Management(OM) issue 해결을 위해 Log file을 생성하고 검색하는 방법을 알고