cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from 40B to 4.7 on Windows Oracle block corruption

Former Member
0 Kudos

Hi All,

We are performing an upgrade from 40B to 4.7 SR1, Prepare has been successful,

but now while performing actual upgrade we are getting error at EU_IMPORT5 phase and refered logs are mentioned below.

It says about Oracle block corruption we have taken restart of server too but still error is same , also SAP is running fine at other end.I am unable to perform checkdb as there is some problem with sapdba.Oracle 9.2.0.6 Windows platform is current platform.

But errors are as below , could anybody let me know how i can perform repair and continue with upgrade

K:\usr\sap\put\exe\R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP

K:\usr\sap\put\exe\R3load.exe: version R6.40/V1.4

K:\usr\sap\put\exe\R3load.exe -i K:\usr\sap\put\exchange\compack\EX000022.COD -p K:\usr\sap\put\log\EX000022.DPR -s K:\usr\sap\put\log\EX000022.DST -datacodepage 1100 -dbcodepage auto -nametab DDNTT~ DDNTF~ -t 288

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017

DbSl Trace: CONNECT failed with sql error '1017'

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

(DB) ERROR: DDL statement failed

(DROP INDEX "SMAPTNODER~REF")

DbSlExecute: rc = 103

(SQL error 1418)

error message returned by DbSl:

ORA-01418: specified index does not exist

(IMP) INFO: a failed DROP attempt is not necessarily a problem

DbSl Trace: ORA-1578 occured when executing SQL statement (parse error offset = 34)

(DB) ERROR: DDL statement failed

(CREATE INDEX "SMAPTNODER~REF" ON "SMAPTNODER" ( "REF_TYPE" , "REF_OBJECT" ) TABLESPACE PSAPSTABI STORAGE (INITIAL 3862118 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )

DbSlExecute: rc = 99

(SQL error 1578)

error message returned by DbSl:

ORA-01578: ORACLE data block corrupted (file # 53, block # 67970)

ORA-01110: data file 53: 'D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2'

(DB) INFO: disconnected from DB

K:\usr\sap\put\exe\R3load.exe: job finished with 1 error(s)

K:\usr\sap\put\exe\R3load.exe: END OF LOG: 20070929141109

Best Regards,

AjitR

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

you are lucky, this corruption is probably on an index.

refer to these notes:

365481- Block corruptions

10537 - ORA-1578/ORA-600 [3339] corrupted block on device

basically, go in SE14, choose your index SMAPTNODER~REF, delete it and re-create it.

Former Member
0 Kudos

But when i go to SE14 and check table SMAPTNODER it says

Table SMAPTNODER exists in database but not in the ABAP data dictionary

what should be the way out ?

Former Member
0 Kudos

Eric,

logs for EU_IMP5 phase are as below

EU_IMP5.ELG:

>>EU_IMPORT ERROR:, log file "EX000021.DPR": only 0 times "R3load.exe: job completed" found.

Analyze the log file EX000021.DPR for error messages or program abort.

>>EU_IMPORT ERROR:, log file "EX000022.DPR": only 0 times "R3load.exe: job completed" found.

Analyze the log file EX000022.DPR for error messages or program abort.

EX000021.DPR:

K:\usr\sap\put\exe\R3load.exe: START OF LOG: 20070929140222

K:\usr\sap\put\exe\R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP

K:\usr\sap\put\exe\R3load.exe: version R6.40/V1.4

K:\usr\sap\put\exe\R3load.exe -i K:\usr\sap\put\exchange\compack\EX000021.COD -p K:\usr\sap\put\log\EX000021.DPR -s K:\usr\sap\put\log\EX000021.DST -datacodepage 1100 -dbcodepage auto -nametab DDNTT~ DDNTF~ -t 228

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017

DbSl Trace: CONNECT failed with sql error '1017'

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

(DB) ERROR: DDL statement failed

(DROP INDEX "BMTNODE01T~NO1")

DbSlExecute: rc = 103

(SQL error 1418)

error message returned by DbSl:

ORA-01418: specified index does not exist

(IMP) INFO: a failed DROP attempt is not necessarily a problem

DbSl Trace: ORA-1578 occured when executing SQL statement (parse error offset = 34)

(DB) ERROR: DDL statement failed

(CREATE INDEX "BMTNODE01T~NO1" ON "BMTNODE01T" ( "NODE_ID" , "EXT_KEY" ) TABLESPACE PSAPSTABI STORAGE (INITIAL 2672947 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )

DbSlExecute: rc = 99

(SQL error 1578)

error message returned by DbSl:

ORA-01578: ORACLE data block corrupted (file # 53, block # 12679)

ORA-01110: data file 53: 'D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2'

(DB) ERROR: DDL statement failed

(DROP INDEX "BMTNODE01T~NOD")

DbSlExecute: rc = 103

(SQL error 1418)

error message returned by DbSl:

ORA-01418: specified index does not exist

(IMP) INFO: a failed DROP attempt is not necessarily a problem

DbSl Trace: ORA-1578 occured when executing SQL statement (parse error offset = 34)

(DB) ERROR: DDL statement failed

(CREATE INDEX "BMTNODE01T~NOD" ON "BMTNODE01T" ( "SPRAS" , "NODE_ID" , "EXT_KEY" ) TABLESPACE PSAPSTABI STORAGE (INITIAL 2784768 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )

DbSlExecute: rc = 99

(SQL error 1578)

error message returned by DbSl:

ORA-01578: ORACLE data block corrupted (file # 53, block # 12679)

ORA-01110: data file 53: 'D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2'

(DB) INFO: disconnected from DB

K:\usr\sap\put\exe\R3load.exe: job finished with 2 error(s)

K:\usr\sap\put\exe\R3load.exe: END OF LOG: 20070929140612

EX000022.DPR :

K:\usr\sap\put\exe\R3load.exe: START OF LOG: 20070929140619

K:\usr\sap\put\exe\R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP

K:\usr\sap\put\exe\R3load.exe: version R6.40/V1.4

K:\usr\sap\put\exe\R3load.exe -i K:\usr\sap\put\exchange\compack\EX000022.COD -p K:\usr\sap\put\log\EX000022.DPR -s K:\usr\sap\put\log\EX000022.DST -datacodepage 1100 -dbcodepage auto -nametab DDNTT~ DDNTF~ -t 288

DbSl Trace: OCI-call 'OCISessionBegin' failed: rc = 1017

DbSl Trace: CONNECT failed with sql error '1017'

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

(DB) ERROR: DDL statement failed

(DROP INDEX "SMAPTNODER~REF")

DbSlExecute: rc = 103

(SQL error 1418)

error message returned by DbSl:

ORA-01418: specified index does not exist

(IMP) INFO: a failed DROP attempt is not necessarily a problem

DbSl Trace: ORA-1578 occured when executing SQL statement (parse error offset = 34)

(DB) ERROR: DDL statement failed

(CREATE INDEX "SMAPTNODER~REF" ON "SMAPTNODER" ( "REF_TYPE" , "REF_OBJECT" ) TABLESPACE PSAPSTABI STORAGE (INITIAL 3862118 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )

DbSlExecute: rc = 99

(SQL error 1578)

error message returned by DbSl:

ORA-01578: ORACLE data block corrupted (file # 53, block # 67970)

ORA-01110: data file 53: 'D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2'

(DB) INFO: disconnected from DB

K:\usr\sap\put\exe\R3load.exe: job finished with 1 error(s)

K:\usr\sap\put\exe\R3load.exe: END OF LOG: 20070929141109

-


When i go to SE14 and give table names for both like BMTNODE01T or SMAPTNODER both gives error as

Table SMAPTNODER exists in database but not in the ABAP/4 data dictionary

What could be the problem.

Best Regards,

AjitR

former_member204746
Active Contributor
0 Kudos

you got multiple bad oracle blocks. this is not normal and you should find out why this happened.

at this point, I would do one of the following:

1. reorg table PSAPSTABI (check SAP note 646681)

or

2. restart db loads from scratch.

I can't believe the bizarre error you are getting!

Former Member
0 Kudos

Eric ,

One more thing i would like to share with you ,

when i go to transaction DB02 and check --> database and abap dictionary -->

check -->

i get these indexes under

<b>Unknown objects in ABAP Dictionary</b>

<b>DB tables</b>

But this same operation on PRD system doesnt show anything ,

but my system is copy of PRD only.

Are you still advice to reorg the tablespace.

former_member204746
Active Contributor
0 Kudos

My advice remains. either reorg or restart DB load.

your system is not completely setup, so, do not rely on DB02 settings just yet.

Message was edited by:

Eric Brunelle

Former Member
0 Kudos

Eric,

I will Reorg tablespace through SAPDBA , do i need to backup anything.

users are already locked ?

I have offline backup before and after Prepare.

Former Member
0 Kudos

Eric ,

could you please let me know while doing reorganisation through SAPDBA

which out od 2 options i should choose :

. <b>Reorganise Tablespace

. Reorganise Tablespace and data files</b>

Best Regards,

AjitR

Former Member
0 Kudos

I have selected 2nd option Reorganise Tablespace and data files

and below are the logs

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

          • SAPDBA - SAP Database Administration for ORACLE *****

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

SAPDBA V6.20 Reorg. tablespace incl. datafiles

-


SAPDBA release: 6.20

Patch level : 113

Patch date : 2003-08-08

ORACLE_SID : TST

ORACLE_HOME : D:\oracle\TST\920

ORACLE VERSION: 9.2.0.5.0

Database state: 'open'

SAPR3 : 40B

SAPDBA DB USER: system (standard)

OS real user : tstadm

OS eff. user : tstadm

Command line : sapdba

HOST NAME : SAPTEST

OS SYSTEM : Windows NT

OS RELEASE : 5.0 (Build 2195) Service Pack 4

PROCESSOR : Intel

NO. PROCs : 1

Log file : 'G:\oracle\TST\sapreorg\0710020258.rtd'

Log start date: '2007-10-02'

Log start time: '02.58.31'

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

###############################################################################

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Program options:

Reorganize tablespace by dropping and

recreating incl. data file(s)

- SAPDBA checks and requires SAP name conventions

- ORACLE-SID: TST

- ORACLE-HOME: D:\oracle\TST\920

- Working directory: G:\oracle\TST\sapreorg

- Dump destination: G:\oracle\TST\sapreorg 2572 M

- Dump method: ORACLE export, check, no compress, no chop

- Export/import buffer size: 3000000

- Commit during import: yes

- Exp./imp. parallel degree: 1

- Direct path export: yes

- Compress extents: yes

- Reduce object size: no

- Use ABAP dict. for NEXT: no

- Use ABAP dict. for tsp.: no

- Change storage manually: no

- Check space: for all extents

- Parallel index degree: 1

- Hide tables during reorg.: no

- Select condition is:

"WHERE TABLESPACE_NAME='PSAPSTABI'"

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Working (checking temporary tablespace)

(2007-10-02 02.58.31) ...

SAPDBA: Working subdirectory created:

'G:\oracle\TST\sapreorg\0710020258'.

Working (selecting segments)

(2007-10-02 02.58.31) ...

SAPDBA: No. of selected segments: 8898

SAPDBA: Using same constraint definitions as

selected during the last reorganization!

Working (selecting indexes)

(2007-10-02 02.58.41) ...

SAPDBA: No. of selected indexes: 8898

Working (selecting left IOT parameters)

(2007-10-02 02.59.28) ...

Working (selecting partitions)

(2007-10-02 02.59.28) ...

SAPDBA: No. of selected main segments: 15279

Working (selecting left table partitions)

(2007-10-02 02.59.28) ...

Working (selecting left index partitions)

(2007-10-02 02.59.28) ...

Working (selecting left table subpartitions)

(2007-10-02 02.59.29) ...

Working (selecting left index subpartitions)

(2007-10-02 02.59.29) ...

Working (selecting table partition defaults)

(2007-10-02 02.59.29) ...

Working (selecting index partition defaults)

(2007-10-02 02.59.29) ...

Working (checking locked tables)

(2007-10-02 02.59.30) ...

SAPDBA: Lock check for 0 tables to be reorganized

and for 6381 only referenced tables.

No database tables locked at all.

Working (writing tables to analyze.lst)

(2007-10-02 02.59.30) ...

Working (writing indexes to analyze.lst)

(2007-10-02 02.59.30) ...

SAPDBA: No export dump necessary!

Working (selecting data/temp files of PSAPSTABI)

(2007-10-02 02.59.42) ...

SAPDBA: File 'd:\oracle\tst\sapdata1\stabi_1\stabi.data2'

does not follow SAP conventions:

Different numbers of file name and last subdirectory!

SAPDBA: Reorganization terminated with error!

Process aborted because of errors

while creating SQL- and shell scripts.

No database data have been changed.

Warning! Scripts (if created)

may be not complete or may include errors!

A restart with these scripts is not supported!

SAPDBA: End of log file 'reorganization of tablespace and data files'

###############################################################################

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

Log file : 'G:\oracle\TST\sapreorg\0710020258.rtd'

Log end date : '2007-10-02'

Log end time : '03.00.25'

Database state: 'open'

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

          • END OF SAPDBA LOG FILE *****

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

how this datafile 2 is not following SAP convention ?

fidel_vales
Employee
Employee
0 Kudos

hi,

not sure about your question.

The error is clear:

SAPDBA: File 'd:\oracle\tst\sapdata<b>1</b>\stabi_<b>1</b>\stabi.data<b>2</b>'

does not follow SAP conventions:

<b>Different numbers of file name and last subdirectory!</b>

That file was not added with SAPDBA or it was done with a version that has/had a bug.

You should rename the file in order to follow SAP standards.

Before you ask, there is a thread indicating how to do it.

Former Member
0 Kudos

You are right , i got information from my DBA due to some problem with SAPDBA tool they added the same through Oracle commands on urgent basis.

alter tablespace add datafile

but file name seems to same

File which was by default in SAP is first one

D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA1

and one we have added through command line is

D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2

i dont find anydifference between them could you tell me how to go ahead or thread at least ?

Former Member
0 Kudos

OHHH i got the problem ,

I think it should be

D:\ORACLE\TST\SAPDATA1\STABI_2\STABI.DATA2

and not D:\ORACLE\TST\SAPDATA1\STABI_1\STABI.DATA2

can you provide me the thread to rename the same.

Former Member
0 Kudos

Hi all,

I have renamed the datafile and reorganised the tablepspace now it contains only one datafile as original.I am running upgrade again.

Former Member
0 Kudos

Upgrade continued with the phase and now at phase SHADOW_IMPORT_UPG1

i got below error:

      1. Phase SHADOW_IMPORT_UPG1:

Deleting file K:\usr\sap\put\log\CONNECT.LOG

R3up> Starting subprocess tp.exe with id 3028 at 20071002055202

EXECUTING K:\usr\sap\put\exe\tp.exe pf=K:\usr\sap\put\bin\SHDUPGIMP1.TPP put TST

Environment: dbs_ora_schema=SAPR3

Environment: dbs_ora_tnsname=TST

Environment: NLS_LANG=AMERICAN_AMERICA.WE8DEC

Environment: ORACLE_HOME=D:\oracle\TST\920

Environment: ORACLE_SID=TST

This is K:\usr\sap\put\exe\tp.exe version 340.07 (release 640)

This is K:\usr\sap\put\exe\R3trans.exe version 6.09 (release 640 - 28.04.04 - 16:14:00).

2EETW000 sap_dext called with msgnr "1":

2EETW000 -


db call info -


2EETW000 function: db_xrtab

2EETW000 fcode: RT_MI_LOAD

2EETW000 tabname: E071K~

2EETW000 len: 282

2EETW000 key: SAPK620MK02 R3TRTABUEDSAPPL 000079TDATEDISEGMENT E1UPSPRE *

2EETW000 retcode: 1

2EETW125 SQL error "1632" during "" access: "ORA-01632: max # extents (100) reached in index SAPR3.E071K^0"

K:\usr\sap\put\exe\R3trans.exe finished (0012).

Warning: Parameter INTERRUPT is no longer used.

Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.

Warning: Parameter WITH_TACOB is no longer used.

Warning: Parameter IMPDP_BY_EVENT is no longer used.

Warning: Parameter INTERRUPT is no longer used.

Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.

Warning: Parameter WITH_TACOB is no longer used.

Warning: Parameter IMPDP_BY_EVENT is no longer used.

Warning: Parameter DBNAME is no longer used.

Warning: Parameter DBHOST is no longer used.

Warning: Parameter DBCONFPATH is no longer used.

stopping on error 12 during SHADOW IMPORT

tp returncode summary:

TOOLS: Highest return code of single steps was: 12

WARNS: Highest tp internal warning was: 0118

tp finished with return code: 12

-


I can make increase the extent but how to find out for which tablespace it is present ?

what are exact steps ...

Former Member
0 Kudos

Hi all,

Can anybody please let me know for which tablespace i should increase the Extent or for which table Max Extent reached . How should i solve this problem ??

Any help is really appreciated.

former_member204746
Active Contributor
0 Kudos

go into SE14

select table

click on STORAGE PARAMETERS

press F5

change value from 100 to 505

change next extent size to a bigger value

on long term, you should consider migrating tablespace to locally managed.

also, I hate begging for points (and this is not what I am doing now), but you should reward good/helpful answers with points...

especially on the topic " System copy for ABAP+JAVA system using SAPINST method". Markus gave you tremendous help and you have not rewarded him with any points. this is your way of saying "thanks".

Former Member
0 Kudos

Eric,

I apologize for the same , but the thread is still open and i didnt find the solution even from OSS guys because it was BW system copy which has some other prerequisites.

But Markus always been helpfull to the MAX , could you please let me know how to reward points and what is standard , is there any thread where i get this info.

I even have same opinion as yours and myself never asked for points to others.

But i want to learn how to reward ,

Also i am trying the changes suggested by you and will get back to you shortly

thanks once again

Best Regards,

AjitR

former_member204746
Active Contributor
0 Kudos

if you started the topic, you will see a list of options on the left of each reply you get (all except yours!)

options are:

o Unassign

o Solved problem (10)

o Very helpful answer (6)

o Helpful answer (2)

just choose the level you want. you can change your idea later. obviously, if your problem is not still resolved, do not flag an answer with "solved problem". Note that you are not obligated to provide points, but it rewards people who help others. more about this at https://www.sdn.sap.com/irj/sdn/crphelp#posted

anyways, back to topic. supply results of using SE14 and tell me if this works.

have a good day.

Former Member
0 Kudos

Sorry Eric ,

But i am not able to get steps you mentioned ,

i went to SE14 and gave tablename .... E071K then i click on storage parameter

Src InitExt NextExt MinE MaxE Tablespace name FG Fr Pf Pu

DBS 5536 20480 1 300 PSAPSTABD 1 1 10 40

CMP 16 10240 1 300 PSAPSTABD 1 1 10 40

USR

Now where should i put values you mentioned.

Under USR empty row or some other row ??

Please let me know where to put next Extent value

Former Member
0 Kudos

Eric,

I have done required changes for particular tabel as well as index through sapdba and made maxentent = unlimited ,

But now error remanins the same and it came for some other index

I have also done the same but now it is showing error for 3rd some other index ,

how can i make all indexes of table change extent value ... at a same time ?

former_member204746
Active Contributor
0 Kudos

I forgot that you are still running on r/3 4.0b. the SE14 screen is completely different.

go in DB13 and run job NextExtent, then fix your new index that failed and try again.

the NextExtent job will recalc the next_extent size to a better value.

but I repeat, a long-term solution is converting tablespaces to locally-managed.

Former Member
0 Kudos

Eric,

I am really sorry but because of 40B even my DB13 jobs are not working even after successful execution of oradbusr.sql ,

Is there any other way to schedule Adapt next extent job which we schedule from DB13 from sapdba menu.

Former Member
0 Kudos

Hi all,

I have executed the job through Brtools and now the same phase is finished

Now i am getting error at phase JOB_RSPUSCAD and logs says

Batchjob RSPUSCA4 failed

SEVERE error : batchjob RSPUSCA4 aborted.

In sm37 jobs is continuously getting cancelled with logs below;;;;

03.10.2007 03:26:06 00 516 Job started

03.10.2007 03:26:06 00 550 Step 001 started (program RSPUSCA4, variant , user name DDIC)

03.10.2007 03:26:15 00 671 ABAP/4 processor: <b>DBIF_RSQL_SQL_ERROR</b>03.10.2007 03:26:15 00 518 Job cancelled

There is no space problem and i have triied to restart this process many times but error is still the same.

Can anybody suggess something on the same.

Former Member
0 Kudos

Appreciate help regarding batch job RSPUSCA4 failure .

former_member204746
Active Contributor
0 Kudos

check ABAP dump created in ST22.

Former Member
0 Kudos

Eric,

Rewarded points to you and Mark.

Problem solve after analysing the dump but now there is problem at ACT_620 phase.

we are getting error at ACT_620

phase.

During this phase there was a message for performing modification

adjustments through

SPDD and we have done neccessary changes and restarted the upgrade but

it did result into error

as below

ACTUPG.ELG:

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

              • LIST OF ERRORS AND RETURN CODES *******

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPAAAA620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1EEDO519X"Lock object" "E_BAMMAPNG" could not be activated

1EEDO519 "Lock object" "E_BAMUIBT" could not be activated

1EEDO519 "Table" "AFRU" could not be activated

1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPACCC620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPACCG620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPAD62023.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

We loged into shadow instance with user DDIC but we were not able to

loginto the same

with any other user ( as we did before for SPDD changes ) it was giving

message 'upgrade is

still runnign no logon posible '. But at the same time we were able to

login with DDIC.

We stopped the upgrade and taken restart of SAP system and database.

After restart we are now able to loginto original instance , but we are

not able to login

to shadow instance.We tried to start the upgrade and ACT_620 phase is

continued but it has been running from almost 12 Hrs now and progress

bar is showing 100 % completed but it is not moving

to next phase.

-


we cant start manually shadow instance.

K:\usr\sap>cd put

K:\usr\sap\put> cd bin

K:\usr\sap\put\bin>R3up startshd

'R3up' is not recognized as an internal or external command,

operable program or batch file.

Upgrade has been running from more than 14 hrs but not going to next phase

SLOG620 logs as below

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005031247 :

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

Please check that the R/3 system is running.

Please check the system. Use transactions SM21, SM37, SM50.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005031552 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005032157 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005032602 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005032702 :

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

Please check that the R/3 system is running.

Please check the system. Use transactions SM21, SM37, SM50.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005033007 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005033612 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005034017 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005034117 :

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

Please check that the R/3 system is running.

Please check the system. Use transactions SM21, SM37, SM50.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005034422 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005035026 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005035431 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005035532 :

WARNING: Background job RDDIMPDP could not be started or terminated abnormally.

Please check that the R/3 system is running.

Please check the system. Use transactions SM21, SM37, SM50.

WARNING: (This warning is harmless if no further warnings follow.)

WARNING: System TST. Warning. 20071005035837 :

ERROR: The following call returned with exit code 4:

ERROR: K:\usr\sap\put\exe\sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=TST nr=01 pf=K:\usr\sap\put\TST\SYS\profile\TST_DVEBMGS01_saptest

ERROR: Background jobs cannot be started.

ERROR: Please check trace file dev_evt.

WARNING: (This warning is harmless if no further warnings follow.)

      1. Phase ACT_620:

START put TST 20071005054035 tstadm saptest 20071005054031000c3c

START SET STOPMARK TST 20071005054035 tstadm saptest 20071005054031000c3c

STOP SET STOPMARK TST 20071005054035 tstadm saptest 20071005054031000c3c

LIST put TST (A{|

START tplock_eu TST ( 20071005054035 tstadm saptest 20071005054031000c3c

STOP tplock_eu TST ( 20071005054036 tstadm saptest 20071005054031000c3c

START tp_getprots TST J 20071005054036 tstadm saptest 20071005054031000c3c

R3up.ECO logs as below

      1. Phase ACT_620:

Deleting file K:\usr\sap\put\log\CONNECT.LOG

Deleting file K:\usr\sap\put\log\TP.ECO

Deleting file K:\usr\sap\put\log\TP.ECO

R3up> Starting subprocess tp.exe with id 992 at 20071005054031

EXECUTING K:\usr\sap\put\exe\tp.exe pf=K:\usr\sap\put\bin\ACTUPG.TPP put TST

Environment: dbs_ora_schema=SAPR3

Environment: dbs_ora_tnsname=TST

Environment: NLS_LANG=AMERICAN_AMERICA.WE8DEC

Environment: ORACLE_HOME=D:\oracle\TST\920

Environment: ORACLE_SID=TST

This is K:\usr\sap\put\exe\tp.exe version 340.07 (release 640)

Warning: Parameter INTERRUPT is no longer used.

Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.

Warning: Parameter WITH_TACOB is no longer used.

Warning: Parameter IMPDP_BY_EVENT is no longer used.

Warning: Parameter INTERRUPT is no longer used.

Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.

Warning: Parameter WITH_TACOB is no longer used.

Warning: Parameter IMPDP_BY_EVENT is no longer used.

Warning: Parameter DBNAME is no longer used.

Warning: Parameter DBHOST is no longer used.

Warning: Parameter DBCONFPATH is no longer used.

Looking for effective putsteps ... ... ready (looking for putsteps)

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

*

  • ERROR partner not reached (host 172.16.1.70, service sapmsSHDTST)

*

  • TIME Fri Oct 05 05:46:31 2007

  • RELEASE 640

  • COMPONENT NI (network interface)

  • VERSION 37

  • RC -10

  • MODULE nixxi.cpp

  • LINE 8588

  • DETAIL NiPConnect2

  • SYSTEM CALL SiPeekPendConn

  • ERRNO 10061

  • ERRNO TEXT WSAECONNREFUSED: Connection refused

  • COUNTER 1

*

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

it is not able to connect to shadow system I would like to know how to start the same inorder to perform upgrade to next phase.

Best Regards,

AjitR

Former Member
0 Kudos

Can anybody let me know how to start shadow instance in my scenario if not working with command R3up

former_member204746
Active Contributor
0 Kudos

open SAPMMC, you will find your shadow instance over there.

then, login into client 000 and run RDDIMPDP.

Former Member
0 Kudos

Eric ,

Sorry to say but in 40B you wont get MMC but SAP service manager and there i am not getting option to start shadow instance.

I dont know why R3up shdstart command doesnt work for me and why shadow instance suddenly went down.

Could you provide me way out , as ACT_620 phase is 100 % finished but unable to proceed further because RDDIMPDP job is not able to schedule on shadow instance ( which is down in my case )

Best Regards,

AjitR

Former Member
0 Kudos

even tried manually staring shadow instance , but didnt worked

below are some logs collected from K:\usr\sap\put\log , K:\usr\sap\put\TST\DVEBMGS01\work and K:\usr\sap\put\tmp

dev_disp

-


trc file: "dev_disp", trc level: 1, release: "640"

-


Thu Oct 04 00:55:45 2007

kernel runs with dp version 128(ext=102) (@(#) DPLIB-INT-VERSION-128)

length of sys_adm_ext is 312 bytes

systemid 560 (PC with Windows NT)

relno 6400

patchlevel 0

patchno 21

intno 20020600

make: multithreaded, ASCII

pid 3236

***LOG Q00=> DpSapEnvInit, DPStart (01 3236) [dpxxdisp.c 1100]

shared lib "dw_xml.dll" version 21 successfully loaded

shared lib "dw_xtc.dll" version 21 successfully loaded

shared lib "dw_stl.dll" version 21 successfully loaded

shared lib "dw_gui.dll" version 21 successfully loaded

Thu Oct 04 00:55:50 2007

      • WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds

***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c 3886]

MtxInit: -2 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: JAVA is not active

DpShMCreate: sizeof(wp_adm) 6624 (828)

DpShMCreate: sizeof(tm_adm) 2219848 (11044)

DpShMCreate: sizeof(wp_ca_adm) 18000 (60)

DpShMCreate: sizeof(appc_ca_adm) 6000 (60)

DpShMCreate: sizeof(comm_adm) 192000 (384)

DpShMCreate: sizeof(vmc_adm) 0 (320)

DpShMCreate: sizeof(wall_adm) (22440/34344/56/100)

DpShMCreate: SHM_DP_ADM_KEY (addr: 06340040, size: 2505416)

DpShMCreate: allocated sys_adm at 06340040

DpShMCreate: allocated wp_adm at 063417A8

DpShMCreate: allocated tm_adm_list at 06343188

DpShMCreate: allocated tm_adm at 063431B0

DpShMCreate: allocated wp_ca_adm at 065610F8

DpShMCreate: allocated appc_ca_adm at 06565748

DpShMCreate: allocated comm_adm_list at 06566EB8

DpShMCreate: allocated comm_adm at 06566ED0

DpShMCreate: allocated vmc_adm_list at 06595CD0

DpShMCreate: system runs without vmc_adm

DpShMCreate: allocated ca_info at 06595CF8

DpShMCreate: allocated wall_adm at 06595D00

MBUF state OFF

EmInit: MmSetImplementation( 2 ).

<ES> client 0 initializing ....

Thu Oct 04 00:55:51 2007

<ES> InitFreeList

<ES> block size is 1024 kByte.

Using implementation std

<EsNT> Memory Reset enabled as NT default

<EsNT> EsIUnamFileMapInit: Initialize the memory 509 MB

<ES> 508 blocks reserved for free list.

ES initialized.

rdisp/http_min_wait_dia_wp : 1 -> 1

***LOG Q0K=> DpMsAttach, mscon ( saptest) [dpxxdisp.c 9719]

CCMS: Initalizing shared memory of size 40000000 for monitoring segment.

CCMS: start to initalize 3.X shared alert area (first segment).

Thu Oct 04 00:55:52 2007

DpMsgAdmin: Set release to 6400, patchlevel 0

MBUF state PREPARED

MBUF component UP

DpMBufHwIdSet: set Hardware-ID

***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c 1025]

DpMsgAdmin: Set patchno for this platform to 21

Release check o.K.

Thu Oct 04 00:56:05 2007

MBUF state ACTIVE

Thu Oct 04 00:56:07 2007

DpModState: change server state from STARTING to ACTIVE

Thu Oct 04 00:56:24 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:40 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:41 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:42 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:43 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:44 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:45 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:46 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:47 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:48 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:49 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:50 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:51 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:52 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:53 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:54 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:55 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:58 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:56:59 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:00 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:06 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:11 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:12 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:13 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:14 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:15 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:16 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:17 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 00:57:24 2007

      • WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ

Thu Oct 04 16:00:35 2007

SoftCancel request for T8 U35 M0 received from REMOTE_TERMINAL

Thu Oct 04 16:13:09 2007

SoftCancel request for T8 U35 M0 received from REMOTE_TERMINAL

Thu Oct 04 20:57:59 2007

DpSigInt: caught signal 2

Shutdown server ...

DpModState: change server state from ACTIVE to SHUTDOWN

Stop work processes...

Thu Oct 04 20:58:00 2007

Stop gateway

Terminate gui connections

waiting for termination of gateway

Thu Oct 04 20:58:01 2007

detach from message server

***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c 9945]

MBUF state OFF

MBUF component DOWN

***LOG Q05=> DpHalt, DPStop ( 3236) [dpxxdisp.c 8478]

dev_evt

Trace File of External Event Raiser (Trace Level 1)

event id: SAP_TRIGGER_RDDIMPDP

> function: BtcCreateEvtMsg

< function: BtcCreateEvtMsg

> function: BtcEvtRaise

SAP message server host: saptest

SAP message server service: sapmsSHDTST

Mon Oct 08 02:59:52 2007

MsIAttachEx: connect to saptest / sapmsSHDTST

NiIInit: allocated nitab (2048 entries at 019A4140)

nihsl-init: alloc host/serv bufs (100/100 entries)

NiPGetHostAddrList: got 1 interface(s) from operating system

[0] 172.16.1.70

nihsl-getHostAddr: got hostname 'saptest' from operation system

HN='saptest.cssl.cybertech.com'; Add[0]=172.16.1.70

nihsi-getHostAddr: hostname 'saptest' = addr 172.16.1.70

nihsl-getServNo: got servicename 'sapmsSHDTST' from operation system

SN='sapmsSHDTST'; Port=0E.11/3601; PC=tcp

nihsi-getServNo: servicename 'sapmsSHDTST' = port 0E.11/3601

NiCreateHandle: state hdl 1 / socket -1 NI_INITIAL

NiIBlockMode: switch off block-mode for hdl 1 / socket -1

CPU byte order: little endian, reverse network, low val .. high val

NiLowLevCon: connect to: host 172.16.1.70, port 0E.11/3601, fam 2 (low adr..high adr)

NiIInitSocket: set default settings for socket 29412

NiISocket: hdl 1 got socket 29412

NiPBlockMode: set socket 29412 to NONBLOCK mode

NiPConnect: connect in progress

Mon Oct 08 02:59:53 2007

SiPeekPendConn: connection of socket 29412 broke (10061)

***LOG Q0I=> NiPConnect2: SiPeekPendConn (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 8588]

nihsl-getServName: found port number 0E.11/3601 in cache

nihsi-getServName: port 0E.11/3601 = servicename 'sapmsSHDTST'

NiICloseHandle: shutdown and close hdl 1 / socket 29412

      • ERROR => MsIAttachEx: NiBufConnect to saptest/sapmsSHDTST failed (rc=NIECONN_REFUSED) [msxxi.c 633]

rc from MsAttach: -100

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

*

  • ERROR partner not reached (host 172.16.1.70, service sapmsSHDTST)

*

  • TIME Mon Oct 08 02:59:53 2007

  • RELEASE 640

  • COMPONENT NI (network interface)

  • VERSION 37

  • RC -10

  • MODULE nixxi.cpp

  • LINE 8588

  • DETAIL NiPConnect2

  • SYSTEM CALL SiPeekPendConn

  • ERRNO 10061

  • ERRNO TEXT WSAECONNREFUSED: Connection refused

  • COUNTER 1

*

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

< function: BtcEvtRaise

event raise failed

dev_ms

-


trc file: "dev_ms", trc level: 1, release: "640"

-


[Thr 3204] Thu Oct 04 00:55:43 2007

[Thr 3204] systemid 560 (PC with Windows NT)

[Thr 3204] relno 6400

[Thr 3204] patchlevel 0

[Thr 3204] patchno 12

[Thr 3204] intno 20020600

[Thr 3204] pid 3216

[Thr 3204] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3216) [msxxserv.c 1637]

[Thr 3204] MsHttpInit: full qualified hostname = saptest

[Thr 3204] HTTP logging is switch off

[Thr 3204] *** I listen to port sapmsSHDTST (3601) ***

[Thr 3204] CUSTOMER KEY: >N0489317335<

[Thr 3228] Thu Oct 04 20:58:01 2007

[Thr 3228] MsSExit: received SIGINT (2)

[Thr 3228] ***LOG Q02=> MsSHalt, MSStop (Msg Server 3216) [msxxserv.c 5188]

dev_w0

-


trc file: "dev_w0", trc level: 1, release: "640"

-


*

  • ACTIVE TRACE LEVEL 1

  • ACTIVE TRACE COMPONENTS all, M

*

B

B Thu Oct 04 00:55:52 2007

B create_con (con_name=R/3)

B Loading DB library 'K:\usr\sap\put\exe\dboraslib.dll' ...

B Library 'K:\usr\sap\put\exe\dboraslib.dll' loaded

B Version of 'K:\usr\sap\put\exe\dboraslib.dll' is "640.00", patchlevel (0.19)

B New connection 0 created

M systemid 560 (PC with Windows NT)

M relno 6400

M patchlevel 0

M patchno 21

M intno 20020600

M make: multithreaded, ASCII

M pid 3272

M

M ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3272) [dpxxdisp.c 1160]

I MtxInit: -2 0 0

M DpSysAdmExtCreate: ABAP is active

M DpSysAdmExtCreate: JAVA is not active

M DpShMCreate: sizeof(wp_adm) 6624 (828)

M DpShMCreate: sizeof(tm_adm) 2219848 (11044)

M DpShMCreate: sizeof(wp_ca_adm) 18000 (60)

M DpShMCreate: sizeof(appc_ca_adm) 6000 (60)

M DpShMCreate: sizeof(comm_adm) 192000 (384)

M DpShMCreate: sizeof(vmc_adm) 0 (320)

M DpShMCreate: sizeof(wall_adm) (22440/34344/56/100)

M DpShMCreate: SHM_DP_ADM_KEY (addr: 06AE0040, size: 2505416)

M DpShMCreate: allocated sys_adm at 06AE0040

M DpShMCreate: allocated wp_adm at 06AE17A8

M DpShMCreate: allocated tm_adm_list at 06AE3188

M DpShMCreate: allocated tm_adm at 06AE31B0

M DpShMCreate: allocated wp_ca_adm at 06D010F8

M DpShMCreate: allocated appc_ca_adm at 06D05748

M DpShMCreate: allocated comm_adm_list at 06D06EB8

M DpShMCreate: allocated comm_adm at 06D06ED0

M DpShMCreate: allocated vmc_adm_list at 06D35CD0

M DpShMCreate: system runs without vmc_adm

M DpShMCreate: allocated ca_info at 06D35CF8

M DpShMCreate: allocated wall_adm at 06D35D00

X EmInit: MmSetImplementation( 2 ).

X <ES> client 0 initializing ....

X

X Thu Oct 04 00:55:53 2007

X Using implementation std

M <EsNT> Memory Reset enabled as NT default

X ES initialized.

M

M Thu Oct 04 00:55:54 2007

M calling db_connect ...

C Got ORACLE_HOME=D:\oracle\TST\920 from environment

C Client NLS settings: AMERICAN_AMERICA.WE8DEC

C Logon as OPS$-user to get SAPR3SHD's password

C Connecting as /@TST on connection 0 ...

C Attaching to DB Server TST (con_hdl=0,svchp=0841AC64,svrhp=04D33574)

C Starting user session (con_hdl=0,svchp=0841AC64,srvhp=04D33574,usrhp=04D3BD8C)

C *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017

[dboci.c 3721]

C *** ERROR => CONNECT failed with sql error '1017'

[dbsloci.c 9753]

C Try to connect with default password

C Connecting as SAPR3SHD/<pwd>@TST on connection 0 ...

C Starting user session (con_hdl=0,svchp=0841AC64,srvhp=04D33574,usrhp=04D3BD8C)

C Now I'm connected to ORACLE

C Database NLS settings: AMERICAN_AMERICA.WE8DEC

C Database instance tst is running on SAPTEST with ORACLE version 9.2.0.5.0 since 20071004

B Connection 0 opened

B Wp Hdl ConName ConId ConState TX PRM RCT MAX OPT Date Time DBHost

B 000 000 R/3 000000000 ACTIVE NO YES NO 255 255 20071004 005554 SAPTEST

M db_connect o.k.

I

I Thu Oct 04 00:56:02 2007

I MtxInit: 0 0 0

M SHM_PRES_BUF (addr: 086E0040, size: 4400000)

M SHM_ROLL_AREA (addr: 78710040, size: 60620800)

M SHM_PAGING_AREA (addr: 08B20040, size: 32440320)

M SHM_ROLL_ADM (addr: 0AA20040, size: 606870)

M SHM_PAGING_ADM (addr: 0AAC0040, size: 525344)

M ThCreateNoBuffer allocated 320144 bytes for 1000 entries at 0AB50040

M ThCreateNoBuffer index size: 3000 elems

M ThCreateVBAdm allocated 7424 bytes (50 server) at 04430040

X EmInit: MmSetImplementation( 2 ).

X <ES> client 0 initializing ....

X Using implementation std

X ES initialized.

B db_con_shm_ini: WP_ID = 0, WP_CNT = 8

B dbtbxbuf: Buffer TABL (addr: 103100C8, size: 30000000, end: 11FAC448)

B dbtbxbuf: Buffer TABLP (addr: 0EA900C8, size: 10240000, end: 0F4540C8)

B dbexpbuf: Buffer EIBUF (addr: 0F4600D0, size: 4194304, end: 0F8600D0)

B dbexpbuf: Buffer ESM (addr: 0F8700D0, size: 4194304, end: 0FC700D0)

B dbexpbuf: Buffer CUA (addr: 0FC800D0, size: 3072000, end: 0FF6E0D0)

B dbexpbuf: Buffer OTR (addr: 11FB00D0, size: 4194304, end: 123B00D0)

M

M Thu Oct 04 00:56:03 2007

M rdisp/reinitialize_code_page -> 0

M icm/accept_remote_trace_level -> 0

S *** init spool environment

S initialize debug system

T Stack direction is downwards.

T debug control: prepare exclude for printer trace

T new memory block 08515C60

S spool kernel/ddic check: Ok

S using table TSP02FX for frontend printing

S 1 spool work process(es) found

S frontend print via spool service enabled

S printer list size is 150

S printer type list size is 50

S queue size (profile) = 300

S hostspool list size = 3000

S option list size is 30

S found processing queue enabled

S found spool memory service RSPO-RCLOCKS at 1A2A0098

S doing lock recovery

S setting server cache root

S found spool memory service RSPO-SERVERCACHE at 1A2A0290

S using messages for server info

S size of spec char cache entry: 165020 bytes (timeout 100 sec)

S size of open spool request entry: 1152 bytes

S immediate print option for implicitely closed spool requests is disabled

A

A -PXA--


A PXA INITIALIZATION

A System page size: 4kb, admin_size: 4480kb.

A Attached to PXA (address 40880040, size 150000K)

A abap/pxa = shared protect gen_remote

A PXA INITIALIZATION FINISHED

A -PXA--


A

A ABAP ShmAdm initialized (addr=647F5000 leng=20955136 end=65BF1000)

A >> Shm MMADM area (addr=64B5D0C0 leng=134752 end=64B7DF20)

A >> Shm MMDAT area (addr=64B7E000 leng=17248256 end=65BF1000)

A

A Thu Oct 04 00:56:04 2007

A RFC Destination> destination saptest_TST_01 host saptest system TST systnr 1 (saptest_TST_01)

A RFC Options> H=saptest,S=01

B table logging switched off for all clients

A RFC FRFC> fallback activ but this is not a central instance.

A

A RFC rfc/signon_error_log = -1

A RFC rfc/dump_connection_info = 0

A RFC rfc/dump_client_info = 0

A RFC rfc/cp_convert/ignore_error = 1

A RFC rfc/cp_convert/conversion_char = 23

A RFC rfc/wan_compress/threshold = 251

A RFC rfc/recorder_pcs not set, use defaule value: 1

A RFC rfc/delta_trc_level not set, use default value: 0

A RFC rfc/no_uuid_check not set, use default value: 0

A RFC Method> initialize RemObjDriver for ABAP Objects

A Hotpackage version: 41

M ThrCreateShObjects allocated 8352 bytes at 0FFF0040

N SsfSapSecin: putenv(SECUDIR=K:\usr\sap\put\TST\DVEBMGS01\sec): ok

N

N =================================================

N === SSF INITIALIZATION:

N ===...SSF Security Toolkit name SAPSECULIB .

N ===...SSF trace level is 0 .

N ===...SSF library is K:\usr\sap\put\exe\sapsecu.dll .

N ===...SSF hash algorithm is SHA1 .

N ===...SSF symmetric encryption algorithm is DES-CBC .

N ===...sucessfully completed.

N =================================================

N MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.

N MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.

W =================================================

W === ipl_Init() called

W ITSP Running against db release 620!

W ITSP Disable Kernel Web GUI functionality

W === ipl_Init() returns 2, ITSPE_DISABLED: Service is disabled (sapparam)

W =================================================

S

S Thu Oct 04 00:56:08 2007

S server @>SSRV:saptest_TST_01@< appears or changes (state 1)

E

E Thu Oct 04 00:56:30 2007

E Replication is disabled

B

B Thu Oct 04 00:56:36 2007

B dbtran INFO (init_connection '<DEFAULT>' [ORACLE:640.00]):

B max_blocking_factor = 15, max_in_blocking_factor = 5,

B min_blocking_factor = 10, min_in_blocking_factor = 5,

B prefer_union_all = 0, prefer_union_for_select_all = 0,

B prefer_fix_blocking = 0, prefer_in_itab_opt = 1,

B convert AVG = 0, alias table FUPD = 0,

B escape_as_literal = 1, opt GE LE to BETWEEN = 0,

B select * =0x0f, character encoding =SBCS / <none>:-,

B use_hints = abap->1, dbif->0x1, upto->2147483647, rule_in->0,

B rule_fae->0, concat_fae->0, concat_fae_or->0

S

S Thu Oct 04 01:15:11 2007

S found spool memory service RSPO-ACTIONS at 1A2A4B18

N

N Thu Oct 04 01:52:02 2007

N login/password_change_for_SSO : 1 -> 1

B

B Thu Oct 04 01:52:13 2007

B dbmyclu : info : my major identification is 3960471878, minor one 1.

B dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.

B dbmyclu : info : my uuid is 4BD04438D61BE74BAAD9AAF3C7D1BD82.

B dbmyclu : info : current optimistic cluster level: 0

B dbmyclu : info : pessimistic reads set to 2.

M

M Thu Oct 04 01:54:44 2007

M return number range rc 4

M *** WARNING => ThNoGet: get from object (cli/obj/subobj/range = 000/SO_OBJ_FOL/ /01) returned rc 4

M ThNoDisableInterval: allocated 5 entries

M ThNoDisableInterval: added 000/SO_OBJ_FOL/ /01 to disable-list

M ThNoGet2: interval 000/SO_OBJ_FOL/ /01 is disabled for this LUW

M *** WARNING => ThNoGet: get from object (cli/obj/subobj/range = 000/SO_OBJ_FOL/ /01) returned rc 22

M ThNoDisableInterval: added 000/SO_OBJ_USR/ /01 to disable-list

M

M Thu Oct 04 01:55:10 2007

M ThNoDisableInterval: added 000/SO_OBJ_RAW/ /01 to disable-list

A

A Thu Oct 04 16:01:32 2007

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:01:37 2007

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:02:03 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:03:49 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:04:37 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:04:53 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:05:29 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:06:14 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:11:12 2007

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:11:13 2007

A TH VERBOSE LEVEL FULL

C

C Thu Oct 04 16:13:09 2007

C User requested cancel of current SQL on connection 0

M program canceled

M reason = soft cancel

M user = CYBERTECH

M client = 000

M terminal = kalpesh-lpt

M report = SAPLSDNT

C SQL cancelled; calling registered function at 00484345

M program canceled

M reason = soft cancel

M user = CYBERTECH

M client = 000

M terminal = kalpesh-lpt

M report = SAPLSDNT

A

A Thu Oct 04 16:13:20 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:13:35 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:13:41 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:36:27 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:37:05 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:37:11 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:39:52 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:40:40 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A

A Thu Oct 04 16:40:44 2007

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

A TH VERBOSE LEVEL FULL

M

M Thu Oct 04 20:57:59 2007

M in_ThErrHandle: 1

M ThIErrHandle: new stat of W0 is WP_SHUTDOWN

M ThIErrHandle: I'm during shutdown

M PfStatDisconnect: disconnect statistics

M Entering ThSetStatError

M ThIErrHandle: don't try rollback again

M ThIErrHandle: normal shutdown

M ThExecShutDown

M ThCheckComOrRb (event=1, full_commit=1)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT

M SosSearchAnchor: search anchor for 10

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThCheckComOrRb (event=3, full_commit=1)

M ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT

M SosSearchAnchor: search anchor for 10

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M SosSearchAnchor: search anchor for 2

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThUsrDelEntry (*, *, saptest_TST_01 ) o.k.

M ThICommit3: full commit, set time, keep resources, redispatch

M ThICommit3: commit and keep resources

M ThCheckComOrRb (event=1, full_commit=0)

M ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT

M ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT

M SosSearchAnchor: search anchor for 10

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThCheckComOrRb (event=3, full_commit=0)

M ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT

M SosSearchAnchor: search anchor for 10

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT

M ThNoClearPrevErr: clear prev no err

M ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT

M SosSearchAnchor: search anchor for 2

M SosSearchAnchor: invalid tid/mode T-1/M255

M ThAlarm: set alarm to 600 sec

M ThICommit3 o.k.

M ThExecShutDown: ThUsrDelEntry o.k.

M ThExecShutDown: rsau_log_system_stop o.k.

M PfStatIndInit: Initializing Index-Record

M PfWriteIntoFile: copied shared buf (0 bytes) to local buf

M PfTimeFactor: new value: 19800

M Entering ThReadDetachMode

M call ThrShutDown (1)...

B Disconnecting from ALL connections:

B Wp Hdl ConName ConId ConState TX PRM RCT MAX OPT Date Time DBHost

B 000 000 R/3 000000000 INACTIVE NO YES NO 255 255 20071004 005554 SAPTEST

C Disconnecting from connection 0 ...

C Closing user session (con_hdl=0,svchp=0841AC64,usrhp=04D3BD8C)

C Detaching from DB Server (con_hdl=0,svchp=0841AC64,srvhp=04D33574)

C Now I'm disconnected from ORACLE

B Disconnected from connection 0

B statistics db_con_commit (com_total=9780, com_tx=3100)

B statistics db_con_rollback (roll_total=45, roll_tx=2)

M ***LOG Q02=> wp_halt, WPStop (Workproc 0 3272) [dpnttool.c 357]

sapstartcon.trc

CreateNamedPipe for
saptest\pipe\SAP_00 Failed, Extended Error #2

Start service SAP_00 on machine
saptest

OpenService of SAP_00 failed. Error#: 1060

Services file last part:

sapdp00 3200/tcp

sapgw00 3300/tcp

sapgw00s 4800/tcp

sapmsTST 3600/tcp

sapdp99 3299/tcp

#sapmsOSS 3699/tcp

#sapmsE06 3601/tcp

sapmsSHDTST 3601/tcp #Upgrade shadow instance

sapdp01 3201/tcp #Upgrade shadow instance

sapgw01 3301/tcp #Upgrade shadow instance

Best Regards,

AjitR

Former Member
0 Kudos

Hi All,

I am glad to say after going through few notes i was able to manually

start shadow instance and now i got the exact error as:

ACTUPG.ELG

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

              • LIST OF ERRORS AND RETURN CODES *******

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPAAAA620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1EEDO519X"Lock object" "E_BAMMAPNG" could not be activated

1EEDO519 "Lock object" "E_BAMUIBT" could not be activated

1EEDO519 "Table" "AFRU" could not be activated

1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPACCC620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPACCG620.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~DDIC ACTIVATION ERRORS and RETURN CODE in SAPAD62023.TST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 ETP111 exit code : "8"

I have unlocked shadow instance and tried to manually activate objects

mentioned in logs by user other than DDIC but got error as shown below '.please let me know how to go ahead.

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

Activation of worklist (CYBERTECH / 08.10.2007 / 04:58:37 /)

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

Technical log for mass activation

See log CYBERTECH20071008045837:ACT

TABL AFRU was not activated

Check table AFRU (CYBERTECH/08.10.07/04:58)

Key is already defined; field LAEDA cannot be in the key

Check table AFRU (Key was extended)

Index AFRU-1 must be deleted on DB

AFRU-PERNR: Table AFRUD in search help attachment differs from table of search field

New or non-key field LAEDA is now key field

Field ISMNW: Length change

ALTER TABLE is not possible

Structure change at field level (convert table AFRU)

Check on table AFRU resulted in errors

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

End of activation of worklist

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

former_member204746
Active Contributor
0 Kudos

ask user CYBERTECH what he did for table AFRU. let him do the corrections, then, you will be able to continue.

Former Member
0 Kudos

Eric,

I have opened up OSS connection and they asked me to ingnore the same , now upgrade proceed and almost at last phase now upgrade is at the last list of phases and current phase is CHK_POSTUP , it has given list of errors occured which could be corrected after/before upgrade finished successfully , it is pointing

to LONGPOST logs which i have attached below

-


UPGRADEPHASE XPRAS_UPG

1PEPU203X> Messages extracted from log file "SAPR45AXP1.TST" <

Long text:

Cause

During the upgrade, a message relevant for postprocessing was written

to a log file. This message is not dealt with until the end of the

entire upgrade. The upgrade continues.

System Response

The upgrade stops in phase CHK_POSTUP. To create the reference to the

original log file, this message is generated by R3up.

What to do

Note the messages following this message and proceed according to the

instructions.

2PEM2396 No update definition exists: "100" "S602" "000001"

Long text:

Cause

For the update definition

Client "100"

Info structure "S602"

Update group "000001"

the XPRA should generate the corresponding update program. However, the

update definitions (client-specific table entries in TMC2D and TMC2K)

are missing.

System Response

What to do

The error does not necessarily have to be corrected during the upgrade

run. It can also be corrected later on through the application

(application-specific knowledge is usually required).

You can therefore continue the upgrade run without directly correcting

the error.

Please report the noted errors to the person responsible for the

Logistics Information System (Sales Information System, Purchasing

Information System, Inventory Controlling, etc.). It is essential that

the errors are corrected <ZH>before</> the production startup of the

operative application.

Procedure for rectifying the error:

Please check whether the updating definition already existed in the 2.2

source system (transaction MC25, MC26 - please note the clients!). If

this is not the case, you can ignore the error message.

If the updating definition exists in the source system, then you need

to find out why the table entries were not transported into the 3.0

target system. The table entries can also be transported later using

the normal transport tool. After the transport has been completed, the

update can be regenerated by using transaction MC25. It is not

necessary then to start the XPRA run again.

2PEM2396 No update definition exists: "100" "S605" "000001"

Long text: see above

2PE56692 FEature TRVCT must be activated in all clients

Long text:

Cause

Feature TRVCT must be activated in all clients.

System Response

If you do not activate the feature in all clients, you can not work

with the Travel Management module.

What to do

To activate a feature:

Start the report 'RPUMKG00'

Activate feature TRVCT

Since it is not possible to perform cross-client activation of feature

TRVCT, you have to activate it in each client individually.

1PEPU203X> Messages extracted from log file "SAPR45AXP3.TST" <

Long text: see above

A2PEHRDSYS 612 System includes customer-specific RPDSYS docu - PLEASE read the long text

Long text:

Cause

In table T513U, the system contains customer-specific RPDSYS documents.

They must be converted to the new HRDSYS docu system.

The conversion is performed using report RPDSNS00. First, read the

report documentation and then start the report.

Until the conversion has been performed, the maintenance of HR objects

in this system is either impossible, or impeded.

What to do

Read the report documentation on report

<DS:RE.RPDSNS00>RPDSNS00</> and then start the report, if necessary,

taking the documentation into account.

1PEPU203X> Messages extracted from log file "SAPR620XP6.TST" <

Long text: see above

3PE56522 Activate the Travel Management Extension (EA-TRV) in Reference IMG

Long text:

Cause

Program PTRV_TRAVEL_EXISTS could not automatically activate the R/3

Enterprise Extension Set "Travel Management" (EA-TRV). This means that

the Travel Management functions are not available in the SAP Easy

Access Menu, the SAP Reference IMG, or the Application Hierarchy. If

you want to be able to use Travel Management, you need to manually

activate the extension set for Travel Management (EA-TRV) in the

reference IMG (Activity: Activate SAP R/3 Extension Set).

System Response

What to do

Manually set the activation flag for EA-TRV in the Reference IMG using

activity <LS>Activate R/3 Enterprise Extension Set</>.

You do not need to restart prgram PTRV_TRAVEL_EXISTS.

UPGRADEPHASE JOB_RDDNTPUR

1PEPU203X> Messages extracted from log file "RDDNTPUR.TST" <

Long text: see above

3PETG447 Table and runtime object "STGLTRAN" exist without DDIC reference ("Transp. table")

Long text:

Cause

A runtime object was found for a table which is unknown in the ABAP

Dictionary. The table contains data, which is why, as a precaution, the

runtime object was not deleted.

Since there is a runtime object, this means the table was once created

in the ABAP Dictionary. The fact that the table can no longer be found

in the ABAP Dictionary could be due to the following reasons:

It is a customer-specific table which was created when the correction

system was switched off.

Depending on the history of your system, there may also be SAP tables

which were not deleted completely, or for which only the runtime object

was delivered without the related definition in the ABAP Dictionary.

System Response

What to do

RESET N1

Customer-specific tables

If it is a customer-specific table, and you still need the data, try to

restore the table in the ABAP Dictionary. Note the specified table type

when you do this (transparent table, pool table, and so on).

The table may still, for example, be contained in the version database.

You can access version management through the menu "Utilities" in the

in the ABAP Dictionary (transaction SE11). You may also still have a

copy of the system that still contains the table definition. You can

also display the runtime object and create the table according to the

field names, types and lengths specified in the definition. You can

display the runtime object in the menu "Extras" of the database utility

(transaction SE14).

Tables in the SAP namespace

Search for notes on these tables in OSS using the key words RDDNTPUR

and TG447.

3PETG447 Table and runtime object "STSLEVNTSV" exist without DDIC reference ("Transp. table")

Long text: see above

3PETG447 Table and runtime object "STSLTOBJSV" exist without DDIC reference ("Transp. table")

Long text: see above

3PETG447 Table and runtime object "STSLTRANSV" exist without DDIC reference ("Transp. table")

Long text: see above

-


I<b> have gone through the note 197886 and 69455</b> , right now i have implemented ST / API and ST / PI tools along with their patches , but unfortunately saprouter connected to this system is not in working condition and will take some time to get it working, meanwhile since it is just a Test technical upgrade scenario which involves basic functional testing ,

can we go for option 2 as described in the note and continue -- finish

the upgrade.For DEV system we will be having Golive check carried first

which will remove these situation.

Please let me know at earliest , so that i can continue with same to finish the upgrade and post upgrade.

Former Member
0 Kudos

UPGRADE finished successfully after choosing option 2 .

Thanks to all who contributed and special thanks to Eric.

Best Regards,

AjitR