cancel
Showing results for 
Search instead for 
Did you mean: 

EHPI downtime - MAIN_NEWBAS/PARCONV_UPG - Error: 'No modeflag to check for"

Former Member
0 Kudos

Hi

get error at EHPI install downtime phase - MAIN_NEWBAS/PARCONV_UPG

the SAPehpi.log says:

CURRENTPHASE MAIN_NEWBAS/PARCONV_UPG

...started at 20090718022435

  1. Using phase log file 'PARCONV.LOG'.

  2. Reading Parameter File "/usr/sap/FBL/EHPI/abap/bin/PARCONV.TP0" at 20090718022532

  3. Reading Parameter File "/usr/sap/FBL/EHPI/abap/bin/DEFAULT.TP0" at 20090718022803

..times self: 0.180000/0.160000 usr/sys, children 20.150000/58.790000 usr/sys.

..finished at 20090718022804 with status ERROR CHECKING MODEFLAGS.

  1. Error message set: 'No modeflag to check for'

...begin dialogue at 20090718022804

try to continue and initiate the step again but can't move forward,

any idea, thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

EHPI ask to use ./SAPehpi unlockshd <SID> to do this, will tp unlocksys works here

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

This will work ./SAPehpi unlockshd <SID>

Thanks

Sunny

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

SAPR3SHD is schema owner of your shadow repository. As per your logs it looks like index with same name exists.

If it exits just make it active by unlocking your shadow system with the command which you written earlier (./SAPehpi unlockshd <SID>).

If it does not exist then create this index.

Thanks

Sunny

Edited by: Sunny Pahuja on Jul 18, 2009 9:02 PM

Edited by: Sunny Pahuja on Jul 18, 2009 9:05 PM

Answers (4)

Answers (4)

Former Member
0 Kudos

we resole the issue by delete the index from the SAPSR3.TBATG

thanks Sunny

Former Member
0 Kudos

thanks Sunny!

we finally able yo unlock it by tp unlocksys FBL pf=SHADOW.TPP

the /SAPehpi unlocksys <SID> try to use account SAPR3SHD which is not even in the DB, back to the original issue:

more log looks like :

more PARCONV.ELG

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

PARALLEL ALTER TABLES MODEFLAG RESET: RSMFCONV and RETURN CODE in RSMFCONV.FBL

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

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

PARALLEL ALTER TABLES MODEFLAG RESET: RSMFCONV and RETURN CODE in RSMFCONV.FBL

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

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

MVNTABS ERRORS: ddlntabs and RETURN CODE in PD990718.FBL

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

1 ETP111 exit code : "0"

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

CONVERSION ERRORS and RETURN CODE in NCONV00.FBL

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

2EEGT236 The SQL statement was not executed

2EEDI006 Index " " could not be created completely in the database

Long text:

Cause

It was not possible to create the index in the database.

This could be caused by the fact that an index with the same name

exists in the database, but it is unknown to the ABAP/4 Dictionary.

Activating the index in the ABAP/4 Dictionary is possible, but it is

not possible to create it in the database.

System Response

What to do

For more information about the cause of the error, analyze the SQL

error messages in this log.

2EEGT082 "Index" "/BI0/QEQUIPMENT-Z01" could not be created

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

CONVERSION ERRORS and RETURN CODE in NCONV01.FBL

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

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

CONVERSION ERRORS and RETURN CODE in NCONV02.FBL

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

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

CONVERSION ERRORS and RETURN CODE in NCONV03.FBL

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

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

MVNTABS ERRORS: delntabs and RETURN CODE in PL000718.FBL

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

1 ETP111 exit code : "0"

hd1b01h0:fbladm 131%

thanks for help

Former Member
0 Kudos

found one index to be modified/ but DDIC user cannot make changes to customer namespaces while system was locked, not able to unlock system at downtime phose,

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You can unlock the system by following command "tp unlocksys"

But make sure that it will not cause any inconsistency.

Thanks

Sunny

sunny_pahuja2
Active Contributor
0 Kudos

Hi Yamen,

check Troubleshooting guide on page 29 Error in phase PARCONV_UPG. Also, check space in tablespace...

Check SAP note 177680 as mentioned in trouble shooting guide. Also, Note 339126 - Table conversion error

Thanks

Sunny