cancel
Showing results for 
Search instead for 
Did you mean: 

EHP1 Installation failed in phase MAIN_NEWBAS/RUN_RSCPFROM_EHP

Former Member
0 Kudos

Hi,

I'm installing EHP1 for our NW700 ABAP system (Componment have: BASIS,ABAP,PI_BASIS and BW) using SAPehpi tool (version lmt_001,build 40.000).

I encounter the below error in phase RUN_RSCPFROM_EHP of Downtime step:

SAPehpi broke during phase RUN_RSCPFROM_EHP in module MAIN_NEWBAS / Downtime II: Conversion, Main Import, XPRAs

Messages in RSCPFRO.log file:

u2022 1 ETQ201 Entering upgrade-phase "RUN_RSCPFROM_EHP" ("20101029002101")

u2022 4 ETQ399 Set environment for standard connect:

u2022 2 ETQ367 Connect variables are set for standard instance access

u2022 4 ETQ399 System-nr = '00', GwService = 'sapgw00'

u2022 4 ETQ399 Environment variables:

u2022 4 ETQ399 dbs_mss_schema=bpc

u2022 4 ETQ399 auth_shadow_upgrade=0

u2022 1 ETQ206 Executing pre-phase DB specific actions.

u2022 1 ETQ200 Executing actual phase 'MAIN_NEWBAS/RUN_RSCPFROM_EHP'.

u2022 1 ETQ399 Phase arguments:

u2022 2 ETQ399 Arg[0] = 'RSCPFROM_EHP'

u2022 2 ETQ399 Arg[1] = 'SAP_CPFROMKE'

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

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

u2022 2 ETQ399 Arg[4] = '15'

u2022 2 ETQ399 Arg[5] = 'Copy selected tables from shadow'

u2022 2 ETQ399 Arg[6] = 'PSCPFROM.ELG'

u2022 4 ETQ010 Date & Time: 20101029002101

u2022 4 ETQ265 Starting report "RSCPFROM_EHP" with variant "SAP_CPFROMKE" in batch

u2022 4 ETQ359 RFC Login to: System="BPC", Nr="00", GwHost="HOST", GwService="sapgw00"

u2022 4 ETQ232 RFC Login succeeded

u2022 4 ETQ233 Calling function module "SUBST_START_REPORT_IN_BATCH" by RFC

u2022 4 ETQ234 Call of function module "SUBST_START_REPORT_IN_BATCH" by RFC succeeded

u2022 4 ETQ239 Logging off from SAP system

u2022 4 ETQ311 Batch job "RSCPFROM_EHP" with job count "00210100" scheduled

u2022 4 ETQ359 RFC Login to: System="BPC", Nr="00", GwHost="HOST", GwService="sapgw00"

u2022 4 ETQ232 RFC Login succeeded

u2022 4 ETQ010 Date & Time: 20101029002105

u2022 4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

u2022 4 ETQ239 Logging off from SAP system

u2022 1EETQ248 Missing log file(s) of report "RSCPFROM_EHP", matching "RSCPFROM_EHP\.BPC"

u2022 1 ETQ207 Executing post-phase DB specific actions.

u2022 4 ETQ010 Date & Time: 20101029002105

Error Message: No lines found in logfile matching 'RSCPFROM_EHP\.BPC'

The NW system is running on Win2003 server SP2 and database.is MS SQL2005 SP2. All supportpackages and kernel of NW700 have been upgraded to the latest.

I could not find the logfile 'RSCPFROM_EHP.BPC' under log folder and I'm assusming this error is due to the system could not create the file named 'RSCPFROM_EHP\.BPC' because the name covers symbol'\'. It should a bug.

Any suggestions/comments would be appreciated.

Thanks!

Joseph

Edited by: Zhong Joseph on Oct 28, 2010 6:23 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

tomas-krojzl
Active Contributor
0 Kudos

Hello,

I found this code:

FORM open_log USING p_logfile LIKE tstrf01-filename
                    p_subprot LIKE tstrf01-subdir.

  CALL FUNCTION 'STRF_SETNAME'
    EXPORTING
      dirtype    = gc_acttype
      filename   = p_logfile
      subdir     = p_subprot
    IMPORTING
      file       = gv_protfile
    EXCEPTIONS
      wrong_call = 1
      OTHERS     = 2.

  IF sy-subrc <> 0.
    MESSAGE a150(tg) WITH sy-subrc.
  ENDIF.

ENDFORM. 

It looks that when opening will fail message a150 is raised:

Abnormal termination at the log path, RC &

Can you try to look for this message? It would suggest problem wiritng the file.

Best regards.

tomas-krojzl
Active Contributor
0 Kudos

Hello,

from the log it looks that report RSCPFROM_EHP is executed and this report is supposed to generate some text file that is not found.

I checked this report on my system and it looks that name of file is RSCPFROM_EHP.BPC - see the code - lines 69-70:

    CONCATENATE gc_report '.' sy-sysid(3) INTO gv_logfile.
    CONDENSE gv_logfile NO-GAPS.

There should not be any \. Can you check your version?

Also please check priviledges to ensure that problem is not here - hard to say to which directory - I would say /usr/sap/<SID>/<instance>/work. Maybe it is access problem.

Also check system log to find if any messages were generated.

Also find job "RSCPFROM_EHP" and check job log.

I hope you find something

Best regards.

Former Member
0 Kudos

Thanks for reply.

I found some Syntax error in program in SAP system.

u2022 A ABAP Program CL_ALV_KKBL_COMMON============CP .

u2022 A Source CL_ALV_KKBL_COMMON============CM001 Line 1.

u2022 A Error Code SYNTAX_ERROR.

u2022 A Module $Id: //bas/701_REL/src/krn/runt/abgen.c#6 $ SAP.

u2022 A

u2022 A Fri Oct 29 01:40:29 2010

u2022 A GENER request remote generation: CL_I18N_BIDI==================CP.

u2022 A *** ERROR => Syntax error in program CL_I18N_BIDI==================CP [abgen.c 1550]

u2022 A *** ERROR => > Include CL_I18N_BIDI==================CM008 line 8 [abgen.c 1552]

u2022 A *** ERROR => > Field "SHAPE_DIGITS" is unknown. It is neither in one of the specified tables no [abgen.c 1554]

u2022 A *** ERROR => > r defined by a "DATA" statement. "DATA" statement. [abgen.c 1556]

also I'm unable to check the background job log due to the Syntax error .

It looks some objects have not been activited.

tomas-krojzl
Active Contributor
0 Kudos

Hello,

u2022 4 ETQ311 Batch job "RSCPFROM_EHP" with job count "00210100" scheduled

You might check on OS level. Look in EHP installation directory.

Best regards.

tomas-krojzl
Active Contributor
0 Kudos

Hello,

also please paste content of file PSCPFROM.ELG

Best regards.

Former Member
0 Kudos

There is nothing in PSCPFROM.ELG file.

I fixed a SYNTAX_ERROR so that i can check the job log in SAP system. I found all RSCPFROM_EHP jobs are cancelled status.

This is also due to some SYNTAX_ERRORs.

Details log:

The following syntax error occurred in program "SAPLSUSM " in include

"CL_SUSR_BASIC_TOOLS===========CU " in

line 21:

"The type "USER1_LANGUAGE" is unknown, but there is a type with the sim"

"ilar name "TY_LANGUAGE". "TY_LANGUAGE"."

" "

" "

Could you please advise how to fixed it?

tomas-krojzl
Active Contributor
0 Kudos

Hello,

this is not normal to have such syntax errors in such phase (you got them usually during activation)... are you sure you did not skip some important error? How many activation errors you had?

Did you have any error before phase MAIN_NEWBAS/RUN_RSCPFROM_EHP ? If yes can you write them down with actions you performed?

Also please write down all phases from current module (MAIN_NEWBAS) - I do not have them with me.

Best regards.

Former Member
0 Kudos

Thanks Tomas Krojzl !

Yes, IN PHASE ACT_UPG, I accepted the following errors (see log files), and repeated MAIN_SHDRUN/ACT_UPG phase.

ACTUPG.ELG

u2022 DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-701DDINSAPBASIS.BPC

u2022 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

u2022 1EEDO519X"Table" "IWEXADD" could not be activated

u2022 1EEDO519 "Table" "RSTT_TEST" could not be activated

u2022 1EEDO519 "View" "SOSP_V_WF_INFO" could not be activated

u2022 1 ETP111 exit code : "8"

SAPA-701DDINSAPBASIS.BPC

u2022 1 EDO578XFollowing objects not activated/deleted or activated/deleted w. warning:

u2022 1EEDO519X"Table" "IWEXADD" could not be activated

u2022 1 ED0313 (E- Index IWEXADD-BID (field BASIC_EXP_ID is not in the table) )

u2022 1EEDO519 "Table" "RSTT_TEST" could not be activated

u2022 1 ED0314 (E- Index RSTT_TEST-001 (field TSID is not in the table) )

u2022 2WEDO517 "Table" "SOSP_T_WF_INFO" was activated (error in the dependencies)

u2022 1EEDO519 "View" "SOSP_V_WF_INFO" could not be activated

u2022 1 ED0313 (E- Relationship SOSP_T_WF_INFO-WORKFLOW_ID for table SOSP_T_WF_ID does not exist )

u2022 ED0301X*************************************************************************

u2022 1 ED0306 "Object Activation"

u2022 1 ED0322 End phase "001" ***********************************************************

u2022 1 ED0320XStart phase "002" **********************************************************

u2022 1 ED0306 "Final log"

u2022 1 ED0301 *************************************************************************

u2022 1 EDO578XFollowing objects not activated/deleted or activated/deleted w. warning:

u2022 1EEDO519X"Table" "IWEXADD" could not be activated

u2022 1 ED0313 (E- Index IWEXADD-BID (field BASIC_EXP_ID is not in the table) )

u2022 1EEDO519 "Table" "RSTT_TEST" could not be activated

u2022 1 ED0314 (E- Index RSTT_TEST-001 (field TSID is not in the table) )

u2022 2WEDO517 "Table" "SOSP_T_WF_INFO" was activated (error in the dependencies)

u2022 1EEDO519 "View" "SOSP_V_WF_INFO" could not be activated

u2022 1 ED0313 (E- Relationship SOSP_T_WF_INFO-WORKFLOW_ID for table SOSP_T_WF_ID does not exist )

I checked in SAP and

"Table" "IWEXADD" , "RSTT_TEST" and View" "SOSP_V_WF_INFO" are activied. but "Table" "SOSP_T_WF_INFO" is Partly active. When I try to active it, the folowing error occurs:

VIEW SOSP_V_WF_INFO is inconsistent in active version

Relationship SOSP_T_WF_INFO-WORKFLOW_ID for table SOSP_T_WF_ID does not exist

Thanks!

Joseph

tomas-krojzl
Active Contributor
0 Kudos

Hello,

is the issue resolved? For such errors you need to involve developers. In general you need to have all activation error resolved before you can continue.

Best regards.

Former Member
0 Kudos

Thanks, No. but I have restored the system.