Quantcast
Channel: SCN : Discussion List - SAP Enhancement Packages
Viewing all 389 articles
Browse latest View live

Severe error(s) occured in phase MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE! ORA-01400 cannot insert NULL into SWBRULECOM

$
0
0

Hi,

 

I've got the above error message during the MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE step of my ERP 6 Ehp5 to Ehp6 upgrade using the SUM tool.

 

The error is :-

 

ERROR:
Detected the following errors due to error summary in /usr/sap/Q3K/DVEBMGS00/P6/abap/log/DBCLONE.ELG:

 

8 ETGCLN START CLONING TABLES

3 ETGCLN Reading /usr/sap/Q3K/DVEBMGS00/P6/abap/mem/TAIATRANS.DAT

3 ETGCLN START SWBRULECOM -> SWBRULECOM~

3 ETGCLN Primary key strategy for current table is 0

3 ETGCLN  DROP TABLE "SWBRULECOM~"

3 ETGCLN  CREATE TABLE "SWBRULECOM~" ("CLIENT" VARCHAR2 (000003) DEFAULT '000' NOT NULL, "WORKFLOWID" VARCHAR2 (000010) DEFAULT ' ' NOT NULL, "VERSION" VARCHAR2 (000004) DEFAULT ' ' NOT NULL, "CATID" VARCHAR2 (000002) DEFAULT ' ' NOT NULL, "OBJTYPE" VARCHAR2 (000032) DEFAULT ' ' NOT NULL, "EVENT" VARCHAR2 (000032) DEFAULT ' ' NOT NULL, "PARSE_TYP" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "LINE_ID" VARCHAR2 (000003) DEFAULT '000' NOT NULL, "LINE_TYP" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "LEFTEXPR" VARCHAR2 (000255) DEFAULT ' ' NOT NULL, "LEFTEXPTY" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "RIGHTEXPR" VARCHAR2 (000255) DEFAULT ' ' NOT NULL, "RIGHTEXPTY" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "COMPOP" VARCHAR2 (000002) DEFAULT ' ' NOT NULL, "LOGOP" VARCHAR2 (000003) DEFAULT ' ' NOT NULL, "NOTFLAG" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "IS_CONTEXT" VARCHAR2 (000001) DEFAULT ' ' NOT NULL, "IDENTIFIER" VARCHAR2 (000032) DEFAULT ' ' NOT NULL, "DEFAULTCUR" VARCHAR2 (000005) DEFAULT ' ' NOT NULL) PCTFREE 10 PCTUSED 00 INITRANS 001 TABLESPACE PSAPSR3 NOCOMPRESS STORAGE (INITIAL 0000000064 K NEXT 0000000160 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS 001 FREELIST GROUPS 01)

3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND TABNAME = 'SWBRULECOM~' AND INDEXNAME = ' '

3 ETGCLN  CREATE UNIQUE INDEX "SWBRULECOM^0" ON "SWBRULECOM~" ("CLIENT", "WORKFLOWID", "VERSION", "CATID", "OBJTYPE", "EVENT", "PARSE_TYP", "LINE_ID") PCTFREE 10 INITRANS 002 TABLESPACE PSAPSR3 NOCOMPRESS STORAGE (INITIAL 0000000064 K NEXT 0000000080 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS 001)

3 ETGCLN  DELETE FROM DDSTORAGE WHERE DBSYSABBR = 'ORA' AND TABNAME = 'SWBRULECOM~' AND INDEXNAME = '0'

3 ETGCLN SWBRULECOM : only client 000 will be copied

3 ETGCLN insert /*+ APPEND */ into "SWBRULECOM~" (  "CLIENT", "WORKFLOWID", "VERSION", "OBJTYPE", "EVENT", "PARSE_TYP", "LINE_ID", "LINE_TYP", "LEFTEXPR", "LEFTEXPTY", "RIGHTEXPR", "RIGHTEXPTY", "COMPOP", "LOGOP", "NOTFLAG", "IS_CONTEXT", "IDENTIFIER", "DEFAULTCUR", "CATID" ) select  "CLIENT", "WORKFLOWID", "VERSION", "OBJTYPE", "EVENT", "PARSE_TYP", "LINE_ID", "LINE_TYP", "LEFTEXPR", "LEFTEXPTY", "RIGHTEXPR", "RIGHTEXPTY", "COMPOP", "LOGOP", "NOTFLAG", "IS_CONTEXT", "IDENTIFIER", "DEFAULTCUR", "CATID" from "SWBRULECOM" WHERE "CLIENT"='000'

1EETGCLN ORA-01400: cannot insert NULL into ("SAPSR3"."SWBRULECOM~"."CATID")

1EETGCLN SWBRULECOM

1EETGCLN

9 ETGCLN CLONING TABLES FAILED

3 ETGCLN ************(094525)************

 

Looking at the table in the Oracle DB there are only 6 entries in the table and the CATID field is empty in all 6 records :-

 

SQL> select count(*) from sapsr3.swbrulecom;

 

  COUNT(*)

----------

         6

 

SQL> describe sapsr3.swbrulecom;

Name                                      Null?    Type

----------------------------------------- -------- ----------------------------

CLIENT                                    NOT NULL VARCHAR2(3)

WORKFLOWID                                NOT NULL VARCHAR2(10)

VERSION                                   NOT NULL VARCHAR2(4)

OBJTYPE                                   NOT NULL VARCHAR2(32)

EVENT                                     NOT NULL VARCHAR2(32)

PARSE_TYP                                 NOT NULL VARCHAR2(1)

LINE_ID                                   NOT NULL VARCHAR2(3)

LINE_TYP                                  NOT NULL VARCHAR2(1)

LEFTEXPR                                  NOT NULL VARCHAR2(255)

LEFTEXPTY                                 NOT NULL VARCHAR2(1)

RIGHTEXPR                                 NOT NULL VARCHAR2(255)

RIGHTEXPTY                                NOT NULL VARCHAR2(1)

COMPOP                                    NOT NULL VARCHAR2(2)

LOGOP                                     NOT NULL VARCHAR2(3)

NOTFLAG                                   NOT NULL VARCHAR2(1)

IS_CONTEXT                                NOT NULL VARCHAR2(1)

IDENTIFIER                                NOT NULL VARCHAR2(32)

DEFAULTCUR                                NOT NULL VARCHAR2(5)

CATID                                     NOT NULL VARCHAR2(2)

 

SQL> select client,catid from sapsr3.swbrulecom;

 

CLI CA

--- --

000

000

000

000

000

500

 

6 rows selected.

 

SQL>

 

The ora-01400 error is related to the NULL insert breaking the "NOT NULL" rules of the table definition in the shadow table.

 

I can't see any similar hits in SDN, Notes and even google search doesn't throw much up.

 

Does anyone have any ideas on the solution to enable me to continue with the Ehp6 upgrade process ?

 

Regards,

 

Brian.


can not pass with phrase MAIN_SHDRUN/DDIC_UPG

$
0
0

Dear Experts

Database : Oracle 11.2.0.2.0

ERP 6.0 EHP4 Ready

Installer EHP Level 74

 

In processing upgrade to EHP4

am facing a problem with step MAIN_SHDRUN/DDIC_UPG in phrase Preprocessing 

System throws a errors:

*****************************************************************************

Checks after phrase MAIN_SHDRUN/DDIC_UPG were negative !

Choose action :

1. Repeat Pharse

2. Initialize Phrase

3. Exit Program

*****************************************************************************

I chose option Repeat Phrase for this step  many times but warning still display. I do not find any logs about this

and then, i chose option Initialize Phrase and i have a reports 

*****************************************************************************

a patch job RDDIMPDP must be running  in your SAP system  with events

trigger enables. If this  is not case,  -> log into  shadow instance and  start

report  RDDNEWPP as user DDIC in client 000

Choose action :

1. Scheduled

2.Exit

*****************************************************************************

i chose Schedule options and and finally, can not continue 

 

Please help me to resolve

Thanks and best regards

SUM does not start

$
0
0

Hi all,

 

I am doing a ERP upgrade, but the SUM doesn't start.

 

The OS is Linux and database is Oracle.

 

I got the following error (see attachments):  Unable to launch the application.

 

The SUM starting with the commando ./Startup, don't gives any errors.

 

Somebody how to start the SUM?

 

 

Thanks in advance,

CF

HRPAD00INFTY - Non Filter Badi

$
0
0

Hi,

    There is no filter in 'HRPAD00INFTY'. How do you filter information in such scenarios??

MAIN_SHDRUN/SUBMOD_FDC_RUN2/RUN_FDCT_TRANSFER

$
0
0

Hi Experts,

 

We are upgrading the BW system form Netweaver 7.3 to Netweaver7.3 EHP1.

For that we are using the SUM v9 lmt_05 , with the option nZDM (near Zero Downtime Mantainance)

 

We are facing the issue in the pre processing phase:
MAIN_SHDRUN/SUBMOD_FDC_RUN2/RUN_FDCT_TRANSFER 


SUMerror.png


Bellow are the logs:


FDC.ELG


 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

FDCT scenario transfer ERRORS and RETURN CODE in FDCTTRANSFER.DLW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ESCRR_FDC 051 Control Report started with action "FDCT-TRANSFER" at "19:32:23"

A4 ESCRR 065 Transition "TRANSFER" for scenario "FDCT" has been started

A4 ESCRR 084 Only "2" tasks determined. Reducing number of parallel jobs from "6" to "2"

A4 ESCRR 077 Processing "2" tasks in "2" parallel processes

A4 ESCRR 056 Transition &2"FDCT" failed for scenario &1"TRANSFER"

A2EESCRR 055 Parallel operation "CL_FDCT_OP_TRANSFER" failed for scenario "FDCT" (at least group "1" )

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

FDCT scenario transfer ERRORS and RETURN CODE in FDCTTRANSFER_TRANSFER_2.DLW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ESCRR 003 "CLUDE <= 'CL_RSD_MULTIPROV_CHECK========CM00D' ) )" "."

A4 ESCRR 002 "----- ABAP SQL STOP ------"

A4 ESCRR_FDCT_INF 017 Move-Corresponding from source table to target table

A4 ESCRR_FDCT_INF 016 ABAP SQL: "insert" "/1CRR/TG00002144" "client specified from table <lt_target>." " "

A4 ESCRR 005 "The database returned a value containing an error"" "" "" "

A2EESCRR_FDCT_INF 001 SQL error running SQL statement. Error code is "DBIF_RSQL_SQL_ERROR".

A2EESCRR_FDC 039 Error while copying table "/1CRR/A000002144" segment &3"2" to table &2"/1CRR/TG00002144"

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

FDCT scenario transfer ERRORS and RETURN CODE in FDCTTRANSFER_TRANSFER_1.DLW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ESCRR 003 "CURR' AND INCLUDE <= 'GPDNY3UFMBJEWAK91F5KSY0C9Y5" "' ) )."

A4 ESCRR 002 "----- ABAP SQL STOP ------"

A4 ESCRR_FDCT_INF 017 Move-Corresponding from source table to target table

A4 ESCRR_FDCT_INF 016 ABAP SQL: "insert" "/1CRR/TG00002144" "client specified from table <lt_target>." " "

A4 ESCRR 005 "The database returned a value containing an error"" "" "" "

A2EESCRR_FDCT_INF 001 SQL error running SQL statement. Error code is "DBIF_RSQL_SQL_ERROR".

A2EESCRR_FDC 039 Error while copying table "/1CRR/A000002144" segment &3"1" to table &2"/1CRR/TG00002144"

 

 

FDC.LOG

 

TQ201 Entering upgrade-phase "MAIN_SHDRUN/SUBMOD_FDC_RUN2/RUN_FDCT_TRANSFER" ("20140218193221")

4 ETQ399 Set database connect to shadow.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'D:\usr\sap\DLW\SYS\global'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_INSTANCE' as 'D:\usr\sap\DLW\DVEBMGS00'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS01_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'H:\SUM\abap\DLW\SYS\global'.

4 ETQ399 Set environment for shadow connect:

4 ETQ399 Set RFC variables for shadow connect:

4 ETQ399 System-nr = '01', GwService = 'sapgw01' Client = '000'

4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"

4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"

4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"

4 ETQ399 Requirement for tp maps to 'exe'

4 ETQ383 translates to path "H:\SUM\abap\exe"

4 ETQ399 Set tool parameters for shadow connect:

4 ETQ399  default TPPARAM: SHADOW.TPP

2 ETQ366 Connect variables are set for shadow instance access

4 ETQ399 System-nr = '01', GwService = 'sapgw01' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399  dbs_db2_schema=SAPR3

4 ETQ399  auth_shadow_upgrade=<null>

1 ETQ206 Executing pre-phase DB specific actions.

1 ETQ200 Executing actual phase 'MAIN_SHDRUN/SUBMOD_FDC_RUN2/RUN_FDCT_TRANSFER'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'RSUPG_FDC_CRR'

2 ETQ399 Arg[1] = 'SAP_FDCT_TRANSFER'

2 ETQ399 Arg[2] = 'NO-IGNORE'

2 ETQ399 Arg[3] = 'FDCTTRANSFER\.$(SAPSID)'

2 ETQ399 Arg[4] = '30'

2 ETQ399 Arg[5] = 'FDCT scenario transfer'

1 ETQ399 Using error summary log 'FDC.ELG'.

1 ETQ399 Expanded phase arguments:

2 ETQ399 Arg[3] = 'FDCTTRANSFER\.DLW'

4 ETQ265 Starting report "RSUPG_FDC_CRR" with variant "SAP_FDCT_TRANSFER" in batch

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="01", GwHost="UST2A041", GwService="sapgw01"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20140218193222

1 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC

2 ETQ373 parameter "IV_ABORT_ON_ERROR" = ""

2 ETQ373 parameter "IV_AUTHCKNAM" = "DDIC"

2 ETQ373 parameter "IV_BATCHHOST" = "UST2A041"

2 ETQ373 parameter "IV_JOBNAME" = "RSUPG_FDC_CRR"

2 ETQ373 parameter "IV_REPNAME" = "RSUPG_FDC_CRR"

2 ETQ373 parameter "IV_SCHEDEVER" = "X"

2 ETQ373 parameter "IV_VARIANTTEXT" = "FDCT scenario transfer"

2 ETQ373 parameter "IV_VARNAME" = "SAP_FDCT_TRANSFER"

2 ETQ373 parameter "IV_LANGUAGE" = "E"

2 ETQ399 Table TT_REPORTPARAM (#2):

3 ETQ399 "ACTION","P","","","FDCT-TRANSFER",""

3 ETQ399 "LOGFILE","P","","","FDCTTRANSFER.DLW",""

2 ETQ373 parameter "IV_BATCHINSTANCE" = ""

1 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded

4 ETQ010 Date & Time: 20140218193223

2 ETQ373 parameter "EV_JOBCOUNT" = "19322300"

2 ETQ374 parameter "EV_STARTRC" = "0"

2 ETQ374 parameter "EV_VARIWRC" = "0"

4 ETQ311 Batch job "RSUPG_FDC_CRR" with job count "19322300" scheduled

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSUPG_FDC_CRR' JOBCOUNT='19322300' returns 'R'.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="01", GwHost="UST2A041", GwService="sapgw01"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20140218195805

1 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC

2 ETQ373 parameter "JOBNAME" = "RSUPG_FDC_CRR"

2 ETQ373 parameter "JOBCOUNT" = "19322300"

2 ETQ373 parameter "IV_VERIFY" = " "

1 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

4 ETQ010 Date & Time: 20140218195805

2 ETQ373 parameter "JOBSTATUS" = "F"

2 ETQ374 parameter "RC_CHECK" = "0"

2 ETQ373 parameter "JOBENDDATE" = "20140218"

2 ETQ373 parameter "JOBENDTIME" = "195735"

4 ETQ263 Batchjob "RSUPG_FDC_CRR" finished successfully

4 ETQ399 html file conversion from 'H:\SUM\abap\log\FDC.ELG' to 'FDC.html' succeeded.

4 ETQ399 Starting dialog 'LogScanSummary' at 20140218195805.

4 ETQ399 Dialog finished at 20140218195805.

2EETQ241 Errors found in logfiles - accumulated in file "FDC.ELG"

4 ETQ010 Date & Time: 20140218195805

1EETQ399 Last error code set is: Single errors (code <= 8) found in logfile 'FDC.ELG'

1EETQ203 Upgrade phase "RUN_FDCT_TRANSFER" aborted with errors ("20140218195805")

 

Attached is the .sar log.

 

Any clues of that error?

 

Thanks

Nicolas

Severe error(s) occured in phase PREP_INPUT/KX_CPYORG!

$
0
0

We are installing the EHP4 on a ERP 6.0 EHP4 ready ABAP system. ( MSCS

Installation)

 

We are using SAP EHP INSTALLER 7.00 .( latest version)

However , while in extraction phase we are getting following

error "evere error(s) occured in phase PREP_INPUT/KX_CPYORG!

Last error code set: Failed to copy 1 files, check 'KX_CPYORG.LOG' for

details"

 

We have checked that user SIDADM user has full rights over the

directory "
SAPGCP\sapmnt\GCP\SYS\exe\uc\NTAMD64"

Please advice where to look for errors and how to resolve them. Just an information i DID NOT stopped any services on both of nodes , as its an MSCS installation and i am running ehpi tool at server on which CI was installed and running the tool from CI /usr/sap/sid/ehpi directory.

 

There is no error in KX_CPYORG.log file .

2 ETQ399 Reading list file '
SAPGCP\sapmnt\GCP\SYS\exe\uc\NTAMD64\dbatoolsora.lst'

3 ETQ399 Copying file 'dbatoolsora.lst'.

3 ETQ399 Copying file 'dbatoolsora.mf'.

3 ETQ399 Copying file 'brarchive.exe'.

3 ETQ399 Copying file 'brbackup.exe'.

3 ETQ399 Copying file 'brconnect.exe'.

3 ETQ399 Copying file 'brrecover.exe'.

3 ETQ399 Copying file 'brrestore.exe'.

3 ETQ399 Copying file 'brspace.exe'.

3 ETQ399 Copying file 'brtools.exe'.

3 ETQ399 Copying file 'libsbt.dll'.

3 ETQ399 Copying file 'initSID.sap'.

3 ETQ399 Copying file 'sapconn_role.sql'.

3 ETQ399 Copying file 'sapdba_role.sql'.

3 ETQ399 Copying file 'ntenv2reg.exe'.

3 ETQ399 Copying file 'ARCHIVE_OFF.BAT'.

3 ETQ399 Copying file 'ARCHIVE_ON.BAT'.

3 ETQ399 Copying file 'ARCHIVE_TST.BAT'.

3 ETQ399 Copying file 'strdbs.cmd'.

3 ETQ399 Copying file 'CPIO.EXE'.

3 ETQ399 Copying file 'DD.EXE'.

3 ETQ399 Copying file 'MT.EXE'.

3 ETQ399 Copying file 'MKSZIP.EXE'.

3 ETQ399 Copying file 'UNCOMPRESS.EXE'.

1 ETQ399 Copied 915 files.

1EETQ399 Failed to copy 1 files.

 

 

Please advice

Regards

 

Edited by: Tech GCCIA on Oct 14, 2010 1:52 PM

Error in MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE

$
0
0


Hi Experts,

I stopped at this step MAIN_SHDCRE/SUBMOD_SHDDBCLONE/DBCLONE when doing SPS upgrade by using SUM.

My system is ERP EHP7 (HANA).

The error log as below.

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

CLONING ERRORS and RETURN CODE in DBCLONE01.ECH

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

3 ETGCLN START SCPRSVALS -> SCPRSVALS~ 20140221061255

3 ETGCLN Primary key strategy for current table is 0

3 ETGCLN DROP TABLE "SCPRSVALS~"

3 ETGCLN CREATE COLUMN TABLE "SCPRSVALS~" ("ID" NVARCHAR (000032) DEFAULT '' NOT NULL, "VERSION" NVARCHAR (000001) DEFAULT '' NOT NULL, "TABLENAME" NVARCHAR (000030) DEFAULT '' NOT NULL, "RECNUMBER" NVARCHAR (000010) DEFAULT '' NOT NULL, "FIELDNAME" NVARCHAR (000030) DEFAULT '' NOT NULL, "FLAG" NVARCHAR (000003) DEFAULT '' NOT NULL, "VALUE" NVARCHAR (000255) DEFAULT '' NOT NULL , PRIMARY KEY ("ID", "VERSION", "TABLENAME", "RECNUMBER", "FIELDNAME") ) UNLOAD PRIORITY 5 WITH PARAMETERS( 'EXTKEY_VID_COMPRESSED'= 'OFF' )

3 ETGCLN insert into "SCPRSVALS~" (  "ID", "VERSION", "TABLENAME", "RECNUMBER", "FIELDNAME", "FLAG", "VALUE" ) select  "ID", "VERSION", "TABLENAME", "RECNUMBER", "FIELDNAME", "FLAG", "VALUE" from "SCPRSVALS"

1EETGCLN column store error: [2999] commitOptimizeAttributes() failed with rc=2999, general error (no further information available);object=SAPECH:SCPRSVALS~$delta_1$en

1EETGCLN SCPRSVALS

1EETGCLN Error copying table data

 

 

I have repeated the steps for few times. Also, upgrade the kernel to 741. But, still having the same error.

Please advise if you have any idea.

 

Thank you.

 

Best Regards,

Por.

Upgrade Error: sapcpe exited with 4

$
0
0

Hello,

 

we run currently an upgrade von SAP-Netweaver PI 7.1 SPS 6 to SAP Netweaver PI 7.1 EHP SPS 8.

At the beginning of downtime phase in step MAIN_SWITCH/SUBMOD_INSTNR_CHG/MOD_INSTNR_PRE we get the following error:

 

Severe error(s) occured in phase MAIN_SWITCH/SUBMOD_INSTNR_CHG/MOD_INSTNR_PRE!

Last error code set: Process /usr/sap/<SID>/SYS/exe/uc/sun_64/sapcpe exited with 4, see '/usr/sap/<SID>/SUM/abap/log/SAPCPE.OUT' for details

 

Next the SAPCPE.OUT

 

SAPup> Starting subprocess with PID 135 at 20111013160214        ENV: DIR_LIBRARY=/usr/sap/<SID>/SYS/exe/uc/sun_64        ENV: JAVA_HOME=/usr/java        ENV: LD_LIBRARY_PATH=/usr/sap/<SID>/SYS/exe/uc/sun_64:/usr/sap/<SID>/SUM/jvm/jre/lib/sparcv9/server:/usr/sap/<SID>/SUM/jvm/jre/lib/sparcv9:/usr/sap/<SID>/SUM/jvm/jre/../lib/sparcv9:/oracle/client/10x_64/instantclient        ENV: NLS_LANG=AMERICAN_AMERICA.UTF8        ENV: ORACLE_BASE=/oracle        ENV: ORACLE_HOME=/oracle/<SID>/102_64        ENV: ORACLE_SID=<SID>        ENV: PATH=/usr/sap/<SID>/SYS/exe/uc/sun_64:/oracle/<SID>/102_64/bin:/usr/java/bin:.:/home/<SID>adm:/usr/bin:/usr/ccs/bin:/usr/ucb        ENV: SAPDATA_HOME=/oracle/<SID>        ENV: SAPSYSTEMNAME=<SID>        ENV: auth_shadow_upgrade=0        ENV: dbms_type=ORA        ENV: dbs_ora_schema=SAP<SID>        ENV: dbs_ora_tnsname=<SID>

EXECUTING /usr/sap/<SID>/SYS/exe/uc/sun_64/sapcpe (sapcpe)  pf=/usr/sap/<SID>/SYS/profile/<SID>_DVEBMGS02_le06201
SAPup> Process with PID 135 terminated with status 4 at 20111013160215!

 

Please advice.

 

Regards

Christian Kaiser


Ehp5 Upgrade error -- MAIN_NEWBAS/GETSYNC_MODPROF_STARTED in Downtime

$
0
0

Dear Experts,

 

Currently I am doing EHP5 upgrade on ECC 6.0 on dual stack with Oracle 10g & SLES-10 OS.

Below is the error status.

 

ABAP - Phase MAIN_NEWBAS/GETSYNC_MODPROF_STARTED in Downtime.

Wait for SAPJup event ending in FAILED on Installer after running the

phase for sometime.

 

J2EE - IN FAILED state even though stop & start of Installer.

Error on Installer

 

-


DSU Execution Error on hostname----


 

Unable to execute the SDT request JAVA_EE operation execute on hostname xxxxx instance 00.

Initializing of sync events failed.See following messages.

Preparing execution of modules DOWNTIME_START,SWITCH_SUPER_ADMIN,DEPLOYMENT_BASED_UPGRADE,APP_MIGRATION,FINAL_ADJUSTMENTS failed.see previous messages.

Starting of the unit UPGRADE failed.

Connection to SAPJup could not be established, see the following messages.

Could not connect to host xxxxxx on port 6240 -


checked poert is free

java.net.ConnectException:Connect Refused               

java.net.ConnectException:Connect Refused

 

Logs which shows error

Log under Dispatcher

#1.5^H#001D0911288A00010000362F000026DE0004B0A81D17B4E9#1320135995929#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to ssrxxsxx/3201/Connection refused)#

 

Log under server0

1.5^H#001D0911288A00010000374B000026DF0004B0A82CA4E4E8#1320136256840#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to ssrxxsxx/3201/Connection refused)#

 

Please help in resolving the Issue.

Checks after phase MAIN_NEWBAS/STARTSAP_NBAS were negative!

$
0
0

Hi Experts,

 

I have a issue during phase STARTSAP_NBAS in module MAIN_NEWBAS

 

This trouble ticket was created by SAPup on 20140223173446

-------------------------------------------------------------

SAPup broke during phase STARTSAP_NBAS in module MAIN_NEWBAS / Downtime II: Conversion, Main Import, XPRAs

Error Message: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 1 key RFC_COMMUNICATION_FAILURE:

 

      Last error code set: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 1 key RFC_COMMUNICATION_FAILURE: <br/> LOCATION CPIC (TCP/IP) on local host with Unicode<br/> ERROR partner '165.28.146.55:3300' not reached<br/> TIME Sun Feb 23 17:34:26 2014<br/> RELEASE 721<br/> COMPONENT NI (network interface)<br/> VERSION 40<br/> RC -10<br/> MODULE nixxi.cpp<br/> LINE 3285<br/> DETAIL NiPConnect2: 165.28.146.55:3300<br/> SYSTEM CALL connect<br/> ERRNO 10061<br/> ERRNO TEXT WSAECONNREFUSED: Connection refused<br/> COUNTER 117<br/> <br/> System start failed<br/> Earlier, validating the profile failed, see INSTANCE.OUT

 

PHASE LOG

 

1 ETQ201 Entering upgrade-phase "MAIN_NEWBAS/STARTSAP_NBAS" ("20140223172906")

3 ETQ399 Calling sappfpar.exe in 'H:\SUM\abap\exe' with profile 'D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041' to retrieve profile parameters.

3 ETQ399 20140223172907: PID 14120 execute 'H:\SUM\abap\exe\sappfpar.exe all "pf=D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041"' , output written to 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 20140223172907: PID 14120 exited with status 0 (time 0.000 real)

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'D:\usr\sap\DLW\SYS\global'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_INSTANCE' as 'D:\usr\sap\DLW\DVEBMGS00'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS01_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'H:\SUM\abap\DLW\SYS\global'.

2 ETQ367 Connect variables are set for standard instance access

4 ETQ399 System-nr = '00', GwService = 'sapgw00' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399  dbs_db2_schema=SAPR3

4 ETQ399  auth_shadow_upgrade=<null>

1 ETQ206 Executing pre-phase DB specific actions.

1 ETQ200 Executing actual phase 'MAIN_NEWBAS/STARTSAP_NBAS'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = '$CONDEVAL($(ZERODOWNTIME_UPG),LOCK;,)CENTRAL;START_SERVICE'

2 ETQ399 Arg[1] = 'DEVTRACE.LOG'

1 ETQ399 Expanded phase arguments:

2 ETQ399 Arg[0] = 'CENTRAL;START_SERVICE'

1 ETQ399 No dual stack setup, phase option acceptJavaFail without impact.

1 ETQ399 Read 1 modification commands from 'H:\SUM\abap\bin\ALPALL.XML'.

1 ETQ399 Modifying 'H:\SUM\abap\sapnames\DLW_DVEBMGS00_UST2A041.BCK.STARTSAP_NBAS', writing to 'D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041'.

1 ETQ399 Insert/Modify/Add 0/0/0 lines.

1 ETQ399 SYSTEM MANAGER: Contents of instance list. Instance Number: 00.

1 ETQ399 SYSTEM MANAGER: found instance in instance list.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: STOPSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STOPSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control CENTRAL INSTANCE

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action STOP for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3300 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3600 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3900 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 8100 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 30001 appears to be unused.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, no stop needed

1 ETQ399 SYSTEM MANAGER: Poststop on Windows.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140223172915: PID 9884 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172915: PID 9884 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: STARTSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STARTSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: Prestart on Windows.

1 ETQ399 SYSTEM MANAGER: StartService on Windows (this is actually a restart).

1 ETQ399 SYSTEM MANAGER: Getting state of service: SAPDLW_00.

1 ETQ399 SYSTEM MANAGER: Starting service.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140223172925: PID 9968 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172925: PID 9968 exited with status 0 (time 0.000 real)

1 ETQ399 SAPCONTROL MANAGER: startService

1 ETQ399 SAPCONTROL MANAGER: preStartServiceAction on WINDOWS

3 ETQ399 20140223172955: PID 23676 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartService DLW' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172955: PID 23676 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control CENTRAL INSTANCE

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action START for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3300 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3600 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3900 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 8100 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 30001 appears to be unused.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, go on with start action

1 ETQ399 SAPCONTROL MANAGER: startWait with host: UST2A041 and instance: 00

3 ETQ399 20140223173022: PID 22324 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartWait 300 10' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223173052: PID 22324 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM HEALTH MANAGER: running postCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be used.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: SAPControl action START failed for instance 00.

1 ETQ399 SYSTEM MANAGER: CheckSystemStatus.

1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: UST2A041 and instance: 00

3 ETQ399 20140223173446: PID 6948 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -format script -prot PIPE -host UST2A041 -nr 00 -function GetProcessList' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223173446: PID 6948 exited with status 0 (time 0.000 real)

1EETQ399 SYSTEM MANAGER: START of mandatory instance 00 on server UST2A041 has failed

2EETQ354 Starting system failed, rc="-1"

4 ETQ010 Date & Time: 20140223173446

1EETQ399 Last error code set is: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 1 key RFC_COMMUNICATION_FAILURE:

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR      partner '165.28.146.55:3300' not reached

TIME        Sun Feb 23 17:34:26 2014

RELEASE    721

COMPONENT  NI (network interface)

VERSION    40

RC          -10

MODULE      nixxi.cpp

LINE        3285

DETAIL      NiPConnect2: 165.28.146.55:3300

SYSTEM CALL connect

ERRNO      10061

ERRNO TEXT  WSAECONNREFUSED: Connection refused

COUNTER    117

 

 

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT

1EETQ203 Upgrade phase "STARTSAP_NBAS" aborted with errors ("20140223173446")

 

 

INSTANCE.OUT

 

1 ETQ201 Entering upgrade-phase "MAIN_NEWBAS/STARTSAP_NBAS" ("20140223172906")

3 ETQ399 Calling sappfpar.exe in 'H:\SUM\abap\exe' with profile 'D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041' to retrieve profile parameters.

3 ETQ399 20140223172907: PID 14120 execute 'H:\SUM\abap\exe\sappfpar.exe all "pf=D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041"' , output written to 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 20140223172907: PID 14120 exited with status 0 (time 0.000 real)

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'D:\usr\sap\DLW\SYS\global'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_INSTANCE' as 'D:\usr\sap\DLW\DVEBMGS00'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS01_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'H:\SUM\abap\DLW\SYS\global'.

2 ETQ367 Connect variables are set for standard instance access

4 ETQ399 System-nr = '00', GwService = 'sapgw00' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399  dbs_db2_schema=SAPR3

4 ETQ399  auth_shadow_upgrade=<null>

1 ETQ206 Executing pre-phase DB specific actions.

1 ETQ200 Executing actual phase 'MAIN_NEWBAS/STARTSAP_NBAS'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = '$CONDEVAL($(ZERODOWNTIME_UPG),LOCK;,)CENTRAL;START_SERVICE'

2 ETQ399 Arg[1] = 'DEVTRACE.LOG'

1 ETQ399 Expanded phase arguments:

2 ETQ399 Arg[0] = 'CENTRAL;START_SERVICE'

1 ETQ399 No dual stack setup, phase option acceptJavaFail without impact.

1 ETQ399 Read 1 modification commands from 'H:\SUM\abap\bin\ALPALL.XML'.

1 ETQ399 Modifying 'H:\SUM\abap\sapnames\DLW_DVEBMGS00_UST2A041.BCK.STARTSAP_NBAS', writing to 'D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041'.

1 ETQ399 Insert/Modify/Add 0/0/0 lines.

1 ETQ399 SYSTEM MANAGER: Contents of instance list. Instance Number: 00.

1 ETQ399 SYSTEM MANAGER: found instance in instance list.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: STOPSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STOPSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control CENTRAL INSTANCE

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action STOP for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3300 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3600 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3900 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 8100 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 30001 appears to be unused.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, no stop needed

1 ETQ399 SYSTEM MANAGER: Poststop on Windows.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140223172915: PID 9884 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172915: PID 9884 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: STARTSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STARTSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: Prestart on Windows.

1 ETQ399 SYSTEM MANAGER: StartService on Windows (this is actually a restart).

1 ETQ399 SYSTEM MANAGER: Getting state of service: SAPDLW_00.

1 ETQ399 SYSTEM MANAGER: Starting service.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140223172925: PID 9968 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172925: PID 9968 exited with status 0 (time 0.000 real)

1 ETQ399 SAPCONTROL MANAGER: startService

1 ETQ399 SAPCONTROL MANAGER: preStartServiceAction on WINDOWS

3 ETQ399 20140223172955: PID 23676 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartService DLW' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223172955: PID 23676 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control CENTRAL INSTANCE

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action START for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3300 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3600 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3900 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 8100 appears to be unused.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 30001 appears to be unused.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, go on with start action

1 ETQ399 SAPCONTROL MANAGER: startWait with host: UST2A041 and instance: 00

3 ETQ399 20140223173022: PID 22324 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartWait 300 10' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223173052: PID 22324 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM HEALTH MANAGER: running postCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be used.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: SAPControl action START failed for instance 00.

1 ETQ399 SYSTEM MANAGER: CheckSystemStatus.

1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: UST2A041 and instance: 00

3 ETQ399 20140223173446: PID 6948 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -format script -prot PIPE -host UST2A041 -nr 00 -function GetProcessList' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140223173446: PID 6948 exited with status 0 (time 0.000 real)

1EETQ399 SYSTEM MANAGER: START of mandatory instance 00 on server UST2A041 has failed

2EETQ354 Starting system failed, rc="-1"

4 ETQ010 Date & Time: 20140223173446

1EETQ399 Last error code set is: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 1 key RFC_COMMUNICATION_FAILURE:

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR      partner '165.28.146.55:3300' not reached

TIME        Sun Feb 23 17:34:26 2014

RELEASE    721

COMPONENT  NI (network interface)

VERSION    40

RC          -10

MODULE      nixxi.cpp

LINE        3285

DETAIL      NiPConnect2: 165.28.146.55:3300

SYSTEM CALL connect

ERRNO      10061

ERRNO TEXT  WSAECONNREFUSED: Connection refused

COUNTER    117

 

 

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT

1EETQ203 Upgrade phase "STARTSAP_NBAS" aborted with errors ("20140223173446")

 

 

 

Please do you know how to fix it?

 

Thanks

Nicolas Merlani

MAIN_NEWBAS/STARTSAP_NBAS were negative!

$
0
0

Hi Expert,

 

We have this issue in Downtime phase

 

       Last error code set: Process D:\usr\sap\DLW\DVEBMGS00\exe/sapcontrol.exe exited with 2, see 'H:\SUM\abap\log\SAPup.ECO' for details<br/> System start failed<br/> Earlier, validating the profile failed, see INSTANCE.OUT    

 

This trouble ticket was created by SAPup on 20140223181007

-------------------------------------------------------------

SAPup broke during phase STARTSAP_NBAS in module MAIN_NEWBAS / Downtime II: Conversion, Main Import, XPRAs

Error Message: Process D:\usr\sap\DLW\DVEBMGS00\exe/sapcontrol.exe exited with 2, see 'H:\SUM\abap\log\SAPup.ECO' for details

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT

 

 

SAPup LOG

 

 

 

CURRENTPHASE MAIN_NEWBAS/STARTSAP_NBAS

...started at 20140223172906

# Phase error status set: NO SYSTEM START

..finished at 20140223173446 with status FAILED.

# Error message set: 'RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 1 key RFC_COMMUNICATION_FAILURE:

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       partner '165.28.146.55:3300' not reached

TIME        Sun Feb 23 17:34:26 2014

RELEASE     721

COMPONENT   NI (network interface)

VERSION     40

RC          -10

MODULE      nixxi.cpp

LINE        3285

DETAIL      NiPConnect2: 165.28.146.55:3300

SYSTEM CALL connect

ERRNO       10061

ERRNO TEXT  WSAECONNREFUSED: Connection refused

COUNTER     117

 

 

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT'

...begin dialog at 20140223173449

...end dialog at 20140223180848

..answered at 20140223180848.

-> decided to try again.

 

 

CURRENTPHASE MAIN_NEWBAS/STARTSAP_NBAS

...started at 20140223180848

# Phase error status set: NO SYSTEM START

..finished at 20140223181007 with status FAILED.

# Error message set: 'Process D:\usr\sap\DLW\DVEBMGS00\exe/sapcontrol.exe exited with 2, see 'H:\SUM\abap\log\SAPup.ECO' for details

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT'

...begin dialog at 20140223181010

 

 

INSTANCE LOG

 

SAPup> Starting subprocess in phase 'MOD_PFPAR_BAS' at 20140223141142

    ENV: CLASSPATH=H:\DVD\51041943_\db2jcc.jar;H:\DVD\51041943_\db2jcc_license_cisuz.jar;H:\DVD\51041943_\db2jcclu.jar;H:\DVD\51041943_\db2jcc4.jar

    ENV: DB2CODEPAGE=819

    ENV: DB2_CLI_DRIVER_INSTALL_PATH=D:\usr\sap\DLW\SYS\global\db2\WINDOWS_AMD64\db2_clidriver

    ENV: DB2_MAX_RETRY=50

    ENV: DBMS_TYPE=db2

    ENV: JAVA_HOME=H:\SUM\jvm\jre

    ENV: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

    ENV: PATH=H:\SUM\abap\exe;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Enterprise Server\Utils;C:\Program Files\BMC Software\CI\common\globalc\bin\Windows-x86;C:\Program Files\BMC Software\CI\common\globalc\bin\Windows-x86-64;C:\Program Files\BMC Software\Patrol3\BEST1\7.5.10\bgs\bin;D:\SAP\SUNJAVA\bin;D:\SAP\SUNJAVA\bin;D:\usr\sap\QLW\SYS\exe\nuc\NTAMD64;D:\usr\sap\DLW\DVEBMGS00\exe;D:\usr\sap\DLW\SYS\exe\nuc\NTAMD64;D:\usr\sap\DLW\SYS\exe\nuc\NTAMD64\db2_clidriver\bin;D:\usr\sap\DLW\SYS\global\db2\WINDOWS_AMD64\db2_clidriver\bin;D:\SAP\SUNJAVA\bin

    ENV: R3_JCL_WAIT_TIME=1

    ENV: SAPSYSTEMNAME=DLW

    ENV: SDB2_DEBUG=0

    ENV: dbs_db2_alter_catlg=0

    ENV: dbs_db2_con_profile=H:\SUM\abap\DLW\SYS\global\connect.ini

    ENV: dbs_db2_no_chkstogroup=1

    ENV: dbs_db2_sap_stosid=1

    ENV: dbs_db2_schema=SAPR3

    ENV: dbs_db2_ssid=DLW

    ENV: dbs_db2_use_defer_yes=-1

    ENV: dbs_db2_use_define_no=1

    ENV: dbs_db2_use_drda=1

    ENV: dbs_db2_user=DLWDB2C

 

 

EXECUTING H:\SUM\abap\exe\sappfpar.EXE  check "pf=D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041 "

 

 

 

 

================================================================================

==   Checking profile:     D:\usr\sap\DLW\SYS\profile\DLW_DVEBMGS00_UST2A041

================================================================================

 

 

 

 

 

 

***WARNING: Unexpected parameter: DB2DB6EKEY =0

***WARNING: Unexpected parameter: SETENV_00 =DIR_LIBRARY=D:\usr\sap\DLW\DVEBMGS00\exe

***WARNING: Unexpected parameter: SETENV_01 =DIR_LIBRARY=D:\usr\sap\DLW\DVEBMGS00\exe

***WARNING: Unexpected parameter: SETENV_04 =DB2_CLI_DRIVER_INSTALL_PATH=D:\usr\sap\DLW\DVEBMGS00\exe\db2_clidriver

***WARNING: Unexpected parameter: SETENV_05 =dbs_db2_user=DLWDB2C

***WARNING: Unexpected parameter: SETENV_06 =DB2CODEPAGE=819

***WARNING: Unexpected parameter: auth/auth_number_in_userbuffer =5000

***WARNING: Unexpected parameter: dbs/db2/alter_catlg =0

***WARNING: Unexpected parameter: dbs/db2/max_priqty =72000

***WARNING: Unexpected parameter: dbs/db2/max_retry =50

***WARNING: Unexpected parameter: dbs/db2/no_chkstogroup =1

***WARNING: Unexpected parameter: dbs/db2/nupd_stop =00C90096,00E7000F,00C20031,00C20255,00C900A5

***WARNING: Unexpected parameter: dbs/db2/pcon =1

***WARNING: Unexpected parameter: dbs/db2/sap_stosid =1

***WARNING: Unexpected parameter: dbs/db2/use_lockmax_system =1

***WARNING: Unexpected parameter: es/implementation =flat

***WARNING: Unexpected parameter: rdisp/system_needs_spool =false

***WARNING: Unexpected parameter: rsau/local/file =D:\usr\sap\DLW\DVEBMGS00\log\++++++++.AUD

***WARNING: Unexpected parameter: rsdb/pmandt =000

***WARNING: Unexpected parameter: rspo/spool_id/use_tskh =0

***WARNING: Unexpected parameter: stat/smtp =5

 

 

***ERROR: Maximum shared memory segment size exceeded

================================================================

Shared memories exceeding size limit

Key:        6  Size:  1384448000 (1320.3 MB) ABAP program buffer         

 

 

SOLUTIONS: (1) reconfigure your operating system for shared memory

               segment size of 2048.0 MB minimum

           (2) configure smaller SAP buffers

          

Shared memory disposition overview

================================================================

Key:        1  Size:        2500 (   0.0 MB) System administration       

Key:        2  Size:    50270860 (  47.9 MB) Disp. administration tables 

Key:        3  Size:    33432000 (  31.9 MB) Disp. communication areas   

Key:        4  Size:      522448 (   0.5 MB) statistic area              

Key:        5  Size:        4096 (   0.0 MB) SCSA area                   

Key:        6  Size:  1384448000 (1320.3 MB) ABAP program buffer         

Key:        7  Size:       14838 (   0.0 MB) Update task administration  

Key:        8  Size:   134217828 ( 128.0 MB) Paging buffer               

Key:        9  Size:   268435556 ( 256.0 MB) Roll buffer                 

Key:       11  Size:      500000 (   0.5 MB) Factory calender buffer     

Key:       12  Size:     6000000 (   5.7 MB) TemSe Char-Code convert Buf.

Key:       13  Size:    40500000 (  38.6 MB) Alert Area                  

Key:       14  Size:    35000000 (  33.4 MB) Presentation buffer         

Key:       16  Size:       22400 (   0.0 MB) Semaphore activity monitoring

Key:       17  Size:     2754336 (   2.6 MB) Roll administration         

Key:       18  Size:      917604 (   0.9 MB) Paging adminitration        

Key:       19  Size:    92000000 (  87.7 MB) Table-buffer                

Key:       30  Size:       35840 (   0.0 MB) Taskhandler runtime admin.  

Key:       31  Size:     8412000 (   8.0 MB) Dispatcher request queue    

Key:       33  Size:    40960000 (  39.1 MB) Table buffer, part.buffering

Key:       34  Size:    52428800 (  50.0 MB) Enqueue table               

Key:       41  Size:       10000 (   0.0 MB) DB statistics buffer        

Key:       42  Size:    27648992 (  26.4 MB) DB TTAB buffer              

Key:       43  Size:    68358392 (  65.2 MB) DB FTAB buffer              

Key:       44  Size:    13062392 (  12.5 MB) DB IREC buffer              

Key:       45  Size:    10502392 (  10.0 MB) DB short nametab buffer     

Key:       46  Size:       20480 (   0.0 MB) DB sync table               

Key:       47  Size:     8193024 (   7.8 MB) DB CUA buffer               

Key:       48  Size:      300000 (   0.3 MB) Number range buffer         

Key:       49  Size:     2769392 (   2.6 MB) Spool admin (SpoolWP+DiaWP) 

Key:       51  Size:    18000000 (  17.2 MB) Extended memory admin.      

Key:       52  Size:      180000 (   0.2 MB) Message Server buffer       

Key:       54  Size:    40968192 (  39.1 MB) Export/Import buffer        

Key:       55  Size:        8192 (   0.0 MB) Spool local printer+joblist 

Key:       57  Size:     1572864 (   1.5 MB) Profilparameter in shared mem

Key:       58  Size:        4096 (   0.0 MB) Enqueue ID for reset        

Key:       62  Size:    85983232 (  82.0 MB) Memory pipes                

Key:       63  Size:      409600 (   0.4 MB) ICMAN shared memory         

Key:       64  Size:     4202496 (   4.0 MB) Online Text Repository Buf. 

Key:       65  Size:   245768192 ( 234.4 MB) Export/Import Shared Memory 

Key:       81  Size:       21760 (   0.0 MB) Security Audit Log          

Key:     1002  Size:      400000 (   0.4 MB) Performance monitoring V01.0

 

 

Nr of operating system shared memory segments: 42

 

 

Shared memory resource requirements estimated

================================================================

Total Nr of shared segments required.....:         42

Shared memory segment size required min..: 1384448000 (1320.3 MB)

 

 

Swap space requirements estimated

================================================

Shared memory....................: 2555.1 MB

Processes........................:  288.4 MB

Extended Memory .................: 4096.0 MB

------------------------------------------------

Total, minimum requirement.......: 6939.5 MB

Process local heaps, worst case..: 24576.0 MB

Total, worst case requirement....: 31515.5 MB

 

 

Errors detected..................:    1

Warnings detected................:   21

SAPup> Process with PID 6624 terminated with status 1 at 20140223141143!

 

 

 

Do you know how to fix it?

 

Thanks

Nicolas Merlani

MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSCPINTS_POOL2SHD were negative!

$
0
0

Hello All,

 

Currently upgrading a ECC6 system to EHP 6. However during the pre-processing time on  MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSCPINTS_POOL2SHD phase, we encounter the following problem.

 

Here is the log from RSCPP2S.LOG: 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4 ETG011 " "

4 ETG039 -------------------------------------------------------------------------

4 ETG012 "Starting step: RSCPINTS" "POOL2SHD"

4 ETG010 "Start copying" "TCDOB" "to the shadow" " "

4 ETG010 "0" "lines deleted from" "TCDOB" " "

2EETG010 "GET_SOURCERELEASE_TAB_REMOTE ended with sy-subrc =" "11" " " " "

2EETG010 "PLEASE CONTACT SAP-SUPPORT" " " " " " "

grrapi39:rkupusa2> more RSCPP2S.LOG

1 ETQ201 Entering upgrade-phase "MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSCPINTS_POOL2SHD" ("20140216202052")

4 ETQ399 Set database connect to shadow.

4 ETQ399 Set environment for shadow connect:

4 ETQ399 Set RFC variables for shadow connect:

4 ETQ399 System-nr = '23', GwService = 'sapgw23' Client = '000'

4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"

4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"

4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"

4 ETQ399 Requirement for tp maps to 'exe'

4 ETQ383 translates to path "/usr/sap/put/SUM/abap/exe"

4 ETQ399 Set tool parameters for shadow connect:

4 ETQ399   default TPPARAM: SHADOW.TPP

2 ETQ366 Connect variables are set for shadow instance access

4 ETQ399 System-nr = '23', GwService = 'sapgw23' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399   dbs_ora_schema=SAPR3

4 ETQ399   auth_shadow_upgrade=<null>

1 ETQ200 Executing actual phase 'MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSCPINTS_POOL2SHD'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'RSCPINTS'

2 ETQ399 Arg[1] = 'SAP_POOL2SHD'

2 ETQ399 Arg[2] = 'NO-IGNORE'

2 ETQ399 Arg[3] = 'RSCPP2S\.$(SAPSID)'

2 ETQ399 Arg[4] = '10'

2 ETQ399 Arg[5] = 'Copy Pool to Shadow'

1 ETQ399 Using error summary log 'RSCPP2S.ELG'.

1 ETQ399 Expanded phase arguments:

2 ETQ399 Arg[3] = 'RSCPP2S\.X01'

4 ETQ265 Starting report "RSCPINTS" with variant "SAP_POOL2SHD" in batch

1 ETQ359 RFC Login to: System="X01", AsHost="sapx0121" Nr="23", GwHost="sapx0121", GwService="sapgw23"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20140216202057

1 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC

2 ETQ373 parameter "IV_ABORT_ON_ERROR" = ""

2 ETQ373 parameter "IV_AUTHCKNAM" = "DDIC"

2 ETQ373 parameter "IV_BATCHHOST" = "sapx0121"

2 ETQ373 parameter "IV_JOBNAME" = "RSCPINTS"

2 ETQ373 parameter "IV_REPNAME" = "RSCPINTS"

2 ETQ373 parameter "IV_SCHEDEVER" = "X"

2 ETQ373 parameter "IV_VARIANTTEXT" = "Copy Pool to Shadow"

2 ETQ373 parameter "IV_VARNAME" = "SAP_POOL2SHD"

2 ETQ373 parameter "IV_LANGUAGE" = "E"

2 ETQ399 Table TT_REPORTPARAM (#2):

3 ETQ399 "ACTION","P","","","POOL2SHD",""

3 ETQ399 "LOGFILE","P","","","RSCPP2S.X01",""

2 ETQ373 parameter "IV_BATCHINSTANCE" = ""

1 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded

4 ETQ010 Date & Time: 20140216202116

2 ETQ373 parameter "EV_JOBCOUNT" = "20211300"

2 ETQ374 parameter "EV_STARTRC" = "0"

2 ETQ374 parameter "EV_VARIWRC" = "0"

4 ETQ311 Batch job "RSCPINTS" with job count "20211300" scheduled

2 ETQ399 'SUBST_CHECK_BATCHJOB' for JOBNAME='RSCPINTS' JOBCOUNT='20211300' returns 'R'.

1 ETQ359 RFC Login to: System="X01", AsHost="sapx0121" Nr="23", GwHost="sapx0121", GwService="sapgw23"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20140216202127

1 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC

2 ETQ373 parameter "JOBNAME" = "RSCPINTS"

2 ETQ373 parameter "JOBCOUNT" = "20211300"

2 ETQ373 parameter "IV_VERIFY" = " "

1 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

4 ETQ010 Date & Time: 20140216202127

2 ETQ373 parameter "JOBSTATUS" = "F"

2 ETQ374 parameter "RC_CHECK" = "0"

2 ETQ373 parameter "JOBENDDATE" = "20140216"

2 ETQ373 parameter "JOBENDTIME" = "202120"

4 ETQ263 Batchjob "RSCPINTS" finished successfully

4 ETQ399 Starting dialog 'LogScanSummary' at 20140216202127.

4 ETQ399 Dialog finished at 20140216202127.

2EETQ241 Errors found in logfiles - accumulated in file "RSCPP2S.ELG"

4 ETQ010 Date & Time: 20140216202127

1EETQ399 Last error code set is: Single errors (code <= 8) found in logfile 'RSCPP2S.ELG'

1EETQ203 Upgrade phase "RUN_RSCPINTS_POOL2SHD" aborted with errors ("20140216202127")

 

Log from :RSCPP2S.ELG'

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copy Pool to Shadow ERRORS and RETURN CODE in RSCPP2S.X01

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4 ETG011 " "

4 ETG039 -------------------------------------------------------------------------

4 ETG012 "Starting step: RSCPINTS" "POOL2SHD"

4 ETG010 "Start copying" "TCDOB" "to the shadow" " "

4 ETG010 "0" "lines deleted from" "TCDOB" " "

2EETG010 "GET_SOURCERELEASE_TAB_REMOTE ended with sy-subrc =" "11" " " " "

2EETG010 "PLEASE CONTACT SAP-SUPPORT" " " " " " "

RSCPP2S.ELG: END

 

I am not sure hot to proceed from here. Can you please help me here.

MAIN_UPTRANS/STARTSAP_PUPG were negative!

$
0
0

Hi Experts,

 

We are in Downtime phase with an issue during phase STARTSAP_PUPG in module MAIN_UPTRANS / Transition to uptime.

 

SAPup broke during phase STARTSAP_PUPG in module MAIN_UPTRANS / Transition to uptime

Error Message: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 2 key RFC_LOGON_FAILURE: Logon not possible (error in license check)

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT

 

PHASES.LOG

 

1 ETQ201 Entering upgrade-phase "MAIN_UPTRANS/STARTSAP_PUPG" ("20140224114549")

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'D:\usr\sap\DLW\SYS\global'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS00_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_INSTANCE' as 'D:\usr\sap\DLW\DVEBMGS00'.

3 ETQ399 Reading profile parameters from 'H:\SUM\abap\log\DLW_DVEBMGS01_UST2A041.PPR'.

3 ETQ399 Retrieved profile value 'DIR_GLOBAL' as 'H:\SUM\abap\DLW\SYS\global'.

2 ETQ367 Connect variables are set for standard instance access

4 ETQ399 System-nr = '00', GwService = 'sapgw00' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399   dbs_db2_schema=SAPR3

4 ETQ399   auth_shadow_upgrade=<null>

1 ETQ206 Executing pre-phase DB specific actions.

1 ETQ200 Executing actual phase 'MAIN_UPTRANS/STARTSAP_PUPG'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'UPCOND;UNLOCK;ARCHMODE;START_SERVICE;RESTART_SERVICES;ALL;ACCEPT_JAVA_FAIL'

2 ETQ399 Arg[1] = 'DEVTRACE.LOG'

1 ETQ399 No dual stack setup, phase option acceptJavaFail without impact.

2 ETQ399 Using 'tp' from the new kernel 'H:\SUM\abap\exe'.

2 ETQ399 Requested task ID is 'DB2_DROP_PLAN_TABLE'.

3 ETQ399 Generating TQL file 'DB2DROPPLAN.TQL' with log file 'DB2DROPPLAN.OUT'.

4 ETQ276 Executing SQL-script "DB2DROPPLAN.TQL"

3 ETQ399 20140224114549: PID 43876 execute 'H:\SUM\abap\exe\tp "pf=H:\SUM\abap\var\DEFAULT.TPP" execdbscript DLW -x ..\var\DB2DROPPLAN.TQL DBEXECNONT DBEXECNOCHECK' , output written to 'H:\SUM\abap\log\TPSQLSTD.OUT'.

3 ETQ399 20140224114555: PID 43876 exited with status 0 (time 0.000 real)

3 ETQ399 Reading SQL output from 'DB2DROPPLAN.OUT'.

2 ETQ399 Using 'tp' from the new kernel 'H:\SUM\abap\exe'.

2 ETQ399 Requested task ID is 'DB2_GRANT_TO_PUBLIC'.

3 ETQ399 Generating TQL file 'DB2GRANTPUB.TQL' with log file 'DB2GRANTPUB.OUT'.

4 ETQ276 Executing SQL-script "DB2GRANTPUB.TQL"

3 ETQ399 20140224114555: PID 27500 execute 'H:\SUM\abap\exe\tp "pf=H:\SUM\abap\var\DEFAULT.TPP" execdbscript DLW -x ..\var\DB2GRANTPUB.TQL DBEXECNONT DBEXECNOCHECK' , output written to 'H:\SUM\abap\log\TPSQLSTD.OUT'.

3 ETQ399 20140224114555: PID 27500 exited with status 0 (time 0.000 real)

3 ETQ399 Reading SQL output from 'DB2GRANTPUB.OUT'.

1 ETQ399 SYSTEM MANAGER: Contents of instance list. Instance Number: 00.

1 ETQ399 SYSTEM MANAGER: found instance in instance list.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: STOPSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STOPSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control all instances.

1 ETQ399 SYSTEM MANAGER: Calling getInstances.

1 ETQ399 SYSTEM MANAGER: found instance for action STOP : Instance Number: 00

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action STOP for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be used.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, no stop needed

1 ETQ399 SYSTEM MANAGER: Poststop on Windows.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140224114556: PID 27300 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140224114556: PID 27300 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: STARTSAP on Windows.

1 ETQ399 SYSTEM MANAGER: STARTSAP with SAPCONTROL.

1 ETQ399 SYSTEM MANAGER: Prestart on Windows.

1 ETQ399 SYSTEM MANAGER: StartService on Windows (this is actually a restart).

1 ETQ399 SYSTEM MANAGER: Getting state of service: SAPDLW_00.

1 ETQ399 SYSTEM MANAGER: Starting service.

1 ETQ399 SAPCONTROL MANAGER: stopService.

3 ETQ399 20140224114606: PID 43824 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StopService' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140224114606: PID 43824 exited with status 0 (time 0.000 real)

1 ETQ399 SAPCONTROL MANAGER: startService

1 ETQ399 SAPCONTROL MANAGER: preStartServiceAction on WINDOWS

3 ETQ399 20140224114636: PID 21212 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartService DLW' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140224114636: PID 21212 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control all instances.

1 ETQ399 SYSTEM MANAGER: Calling getInstances.

1 ETQ399 SYSTEM MANAGER: no instance(s) found for action RESTART SERVICE

1 ETQ399 SYSTEM MANAGER: SAPControl tries to control all instances.

1 ETQ399 SYSTEM MANAGER: Calling getInstances.

1 ETQ399 SYSTEM MANAGER: found instance for action START : Instance Number: 00

1 ETQ399 SYSTEM MANAGER: ControlInstance with SAPCONTOL action START for instance 00.

1 ETQ399 SYSTEM HEALTH MANAGER: running preCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be used.

1 ETQ399 SYSTEM MANAGER: Prestop on Windows.

1 ETQ399 SYSTEM MANAGER: Getting service state of instance: 00. (Global central instance number)

1 ETQ399 SYSTEM HEALTH MANAGER: System is down, go on with start action

1 ETQ399 SAPCONTROL MANAGER: startWait with host: UST2A041 and instance: 00

3 ETQ399 20140224114656: PID 5152 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -prot PIPE -host UST2A041 -nr 00 -function StartWait 300 10' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140224114706: PID 5152 exited with status 0 (time 0.000 real)

1 ETQ399 SYSTEM HEALTH MANAGER: running postCheck for instance 00 on host UST2A041

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

2 ETQ399 SYSTEM HEALTH MANAGER: Checking instance number 0 for used ports on host 'UST2A041'.

3 ETQ399 SYSTEM HEALTH MANAGER: Port 3200 appears to be used.

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ359 RFC Login to: System="DLW", AsHost="UST2A041" Nr="00", GwHost="UST2A041", GwService="sapgw00"

2EETQ231 RFC Login failed

1 ETQ399 SYSTEM MANAGER: SAPControl action START failed for instance 00.

1 ETQ399 SYSTEM MANAGER: CheckSystemStatus.

1 ETQ399 SAPCONTROL MANAGER: getProcessList with host: UST2A041 and instance: 00

3 ETQ399 20140224115019: PID 5044 execute 'D:\usr\sap\DLW\DVEBMGS00\exe\sapcontrol.exe -format script -prot PIPE -host UST2A041 -nr 00 -function GetProcessList' , output written to 'H:\SUM\abap\log\SAPup.ECO'.

3 ETQ399 20140224115019: PID 5044 exited with status 3 (time 0.000 real)

1EETQ399 SYSTEM MANAGER: START of mandatory instance 00 on server UST2A041 has failed

2EETQ354 Starting system failed, rc="-1"

4 ETQ010 Date & Time: 20140224115019 

1EETQ399 Last error code set is: RFC login to system DLW ashost UST2A041 nr 00 gwhost UST2A041 gwservice sapgw00 failed with code 2 key RFC_LOGON_FAILURE: Logon not possible (error in license check)

System start failed

Earlier, validating the profile failed, see INSTANCE.OUT

1EETQ203 Upgrade phase "STARTSAP_PUPG" aborted with errors ("20140224115019")

 

 

Do you know how to fix it?

 

Thanks

Nicolas Merlani

EHP6 Upgrade shadow instance restart

$
0
0

Hi Experts,

 

We are performing EHP6 upgrade of our ECC system. Currently, the upgrade is at Preprocessing phase at MAIN_SHDRUN/ACT_UPG, but it stopped, and when we checked in the shadow instance, the job RDDMASGL cancelled after 50000 sec run due to TSV_TNEW_PAGE_ALLOC_FAILED. Prior to starting the upgrade, we updated below parameters with the assumption that the values will be copied when SUM creates the shadow instance, so that we could avoid the stoppage within the MAIN_SHDRUN/ACT_UPG step.

 

ztta/roll_extension = 3000000000 (3GB)

abap/heap_area_dia = 4000000000 (4GB)

abap/heap_area_nondia = 4000000000 (4GB)

abap/heap_area_total = 4000000000 (4GB)

 

However, we still hit the error and stoppage, and still need to update the parameters in the shadow instance and restart the shadow instance. Somehow, the parameter value were not copied in the shadow instance parameters.

 

Can anyone advise how can we avoid this stoppage during the phase MAIN_SHDRUN/ACT_UPG? Is it possible to maintain and restart the shadow instance before the upgrade reaches the MAIN_SHDRUN/ACT_UPG during the pre-processing phase. Is there as note we can follow? Thanks.

 

We would appreciate your help.

 

Regards,

Philip

SUM - How to check which phase is running in logs

$
0
0

Hello!

     I'm asking if it's possible to check which phase is running in SUM without GUI? I have access only to logs. It is a ERP 6.0 to ERP 6.0 EHP5 in linux and db2.

I hope you can help me.

Thank you!

Darío.


Upgrade to ECC 6.0 EHP6 with errors

$
0
0

Dear Experts,

 


We are installing EHP6 and get the following errors below. How do we proceed? Please help!

 

Regards, Todd

 

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA702EPU.EHP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

   3 EDO802XActivation of table type "PIQPROGC_VAR_T"

   1EEDO845 Row type "PIQPROGC_VAR_S" is not active or does not exist

   3 EDO804 Table type "PIQPROGC_VAR_T" was not activated

   3 EDO802XActivation of table type "PIQPROGC_VAR_T"

   1EEDO845 Row type "PIQPROGC_VAR_S" is not active or does not exist

   3 EDO804 Table type "PIQPROGC_VAR_T" was not activated

1EEDO519X"Table Type" "PIQPROGC_VAR_T" could not be activated

 

   3 EDT014XActivate dependent table "/CIDEON/MAIL_CFG"

   2WEDT192 Enhancement category for table missing

   2WEDT193 Enhancement category for include or subtype missing

   1EEDT352 Search field "/CIDEON/MAIL_CFG"-"SAP_USR_GROUP" of search help attachment: search help "ZCL_SH_USR_GRP" not active

   3 EDT015 Dependent table "/CIDEON/MAIL_CFG" was not activated

   3 EDT014XActivate dependent table "/CIDEON/MAIL_CFG"

   2WEDT192 Enhancement category for table missing

   2WEDT193 Enhancement category for include or subtype missing

   1EEDT352 Search field "/CIDEON/MAIL_CFG"-"SAP_USR_GROUP" of search help attachment: search help "ZCL_SH_USR_GRP" not active

   3 EDT015 Dependent table "/CIDEON/MAIL_CFG" was not activated

1EEDO519 "Table" "/CIDEON/MAIL_CFG" could not be activated

1 ETP111 exit code           : "8"


tring to go from 700 to 702 with SAPCryptolib in place

$
0
0

at the end of check there is a manuls step :

 

BEGIN PREP_INTEGRATION/PREP_INTEGRATION/SAPCRYPTOLIB_CHK HTML

           WARNING: Your source system is secured by the SAPCryptolib

          To keep the security setting, put a SAPCryptolib archive suitable for your

          server platform into the download directory.

          Download the SAPCryptolib from the SAP Service Marketplace as described in

          the SAP Note

          https://service.sap.com/sap/support/notes/455033"

          or comment out the corresponding SSF parameters at the system profile

          temporary during the installation.

       END PREP_INTEGRATION/PREP_INTEGRATION/SAPCRYPTOLIB_CHK ERROR

 

So i has downloaded 90000110.CAR and 90000110.SAR and even un carred in /usr/sap/trans/EPS/in

 

But tool will not find

Severe error(s) occurred in phase PREP_INSTALL/SHDINST_OS Last error code set: Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1

$
0
0

Hi Experts ,

 

Currently performing EHP7 upgrade I have faced error during the configuration phase , below attached was the error screenshot .

 

error logs shows the below :

 

 

Executing module 'PREP_INSTALL'.

Execution of PREPARE module "Installation" begins at 20140302202456

# Starting phase execution with maxpar = 6, scheduled: 14x'-'

CURRENTPHASE PREP_INSTALL/SHDINST_OS
...started at 20140302202456
# Using phase log file 'SHDINST_OS.LOG'.
..finished at 20140302202457 with status ABORTED.
# Error message set: 'Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1, see 'H:\SUM\abap\log\SAPup.ECO' for details'

 

.begin dialog at 20140302202459

 

 

SHDINST_OS log :

 

1 ETQ399 Possibly the password for user ISNET\SAPServiceDEC entered in phase

1 ETQ399 INITPUT was wrong. You can reset it by calling 'SAPup set stdpar'.

1 ETQ399 Try to execute SAPSTARTSRV.EXE manually using the following syntax:

1 ETQ399 H:\SUM\abap\exe\sapstartsrv.exe -r

1 ETQ399 -p H:\SUM\abap\DEC\SYS\profile\START_DVEBMGS01_SAPECCDV -s DEC -n 01

1 ETQ399 -U ISNET\SAPServiceDEC -P <PASSWORD> -e ISNET\decadm

1 ETQ399 and check if the service SAPDEC_01 can be stopped and restarted.

1EETQ399 Last error code set is: Process H:\SUM\abap\exe/sapstartsrv.exe exited with -1, see 'H:\SUM\abap\log\SAPup.ECO' for details

1EETQ204 Upgrade phase "SHDINST_OS" aborted with severe errors ("20140302202457")

 

Kindly advice to fix

EHP7 upgrade error during preprocessing (MAIN_SHDRUN/ACT_UPG) activate dependent search help

$
0
0

Hi Experts ,

 

I have encountred an error during preprocessing (MAIN_SHDRUN/ACT_UPG) phase  beow attached is the screenshot and html as txt file releated to error

 

Kindly help  to fix the error occured . do let me know if need to attach any logs

 

            3 EDO548XActivate dependent search help "H_AT30"

                1EEDH164 Types of search help param. "XFORMEL" and field of selection method incompatible

                3 EDH109 Search help "H_AT30" was not activated

              1EEDO519 "Srch Help" "H_AT30" could not be activated

           

                3 EDO548XActivate dependent search help "H_PAD_CN_PASSRULE"

                1EEDH164 Types of search help param. "ERRAT" and field of selection method incompatible

                3 EDH109 Search help "H_PAD_CN_PASSRULE" was not activated

              1EEDO519 "Srch Help" "H_PAD_CN_PASSRULE" could not be activated

           

                3 EDT014XActivate dependent table "ZPROJAUTH"

                2WEDT192 Enhancement category for table missing

                2WEDT193 Enhancement category for include or subtype missing

 

 

Thanks

Mohan

Upgrade ECC6 EHP5 to EHP7 OCS_COLLECT_ADDON_TASKS

$
0
0

Dear All,

 

  

We are upgrading our ECC 6.0 EHP5 system to EHP7, by using SUM 1.09.

And during the "Configuration phase" we encountered the error.

 

Severe error(s) occurred in phase PREP_EXTENSION/CONFLICT_CHECK!

Last error code set: Conflict check failed, return Code = -2, Reason = &quot;Internal error: OCS_COLLECT_ADDON_TASKS: Wrong AVERS entry for C-CEE (no DELTAT&quot;, check log 'SPDA_CONFLCHK.LOG' for details

 

Here are the datils of the log file SPDA_CONFLCHK

sidadm> date

Tue Mar  4 13:11:31 CST 2014

 

 

sidadm> cat SPDA_CONFLCHK.LOG

1 ETN214X."**************************************************"

1 ETN250 Start of phase: "'Conflict Check'"

1 ETN252     Start date: "04.03.2014"

1 ETN253     Start time: "11:07:19"

1 ETN214 ."**************************************************"

2 ETN580XCheck the completeness of the target software component vector

3 ETN587 The target software component vector is complete

2EETN010 Internal error: "OCS_COLLECT_ADDON_TASKS:" "Wrong AVERS entry for" "C-CEE" "(no DELTATASK and FULLTASK)"

1 ETN214X."**************************************************"

1 ETN251   End of phase: "'Conflict Check'"

1 ETN254       End date: "04.03.2014"

1 ETN255       End time: "11:07:36"

1 ETN214 ."**************************************************"

 

sidadm> date

Tue Mar  4 13:11:38 CST 2014

 

ADDONID    ADDONRL      R3RELEASE  STARTDATE  STARTTIME ENDDATE    ENDTIME  UPDSTATUS UPDTYPE FULLTASK         DELTATASK

 

 

C-CEE      106_500                 11/04/2006 17:40:48  11/04/2006 17:47:44 +         W                                             SAPKBBJ018           SAPKBBJ018

C-CEE      110_600      700        11/02/2007 23:14:33  11/11/2007 01:09:23 +         W                                           SAPKBBJ019           SAPKBBJ019

C-CEE      110_602                 11/05/2008 11:33:17  11/05/2008 12:08:07 +         W                                                                            SAPKBBJ026

C-CEE      110_603                 11/05/2008 12:26:11  11/06/2008 08:43:12 +         W                                                                            SAPKBBJ028

C-CEE      110_604      702        08/01/2011 23:07:48  08/05/2011 23:47:14 +         W                                           SAPKCCJ006           SAPKCCJ006

 

 

Please let me know if anyone of you had this error and what was the solution.

 

Thanks

Ramesh

Viewing all 389 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>