hi all,
i encountered an error during my ABAP SP Level Patching.
-->
The import was stopped, since an error occurred during the phase
IMPORT_PROPER, which the Support Package Manager is unable to resolve
without your input.
After you have corrected the cause of the error, continue with the
import by choosing Support Package -> Import queue from the initial
screen of the Support Package Manager.
The following details help you to analyze the problem:
- Error in phase: IMPORT_PROPER
- Reason for error: TP_STEP_FAILURE
- Return code: 0008
- Error message: OCS Package ALL, tp step "6", return code 0008
-->
i looked at the P100504.SM1 log and this is what I found:
-->
.
.
.
.
.
.
.
.
.
.
.
.
3 ETP379X15:46:53: activating Nametab "AGS_V_JOB":
3 ETP355Xstatements:
3 ETP399 CREATE VIEW "AGS_V_JOB"
3 ETP399 ("KONZS",
3 ETP399 "DEFINITION_ID",
3 ETP399 "CURRENT_VERSION",
3 ETP399 "EXTERNAL_STATUS",
3 ETP399 "JOB_TYPE",
3 ETP399 "JOB_TYPE_DEF",
3 ETP399 "JOB_STATUS",
3 ETP399 "JOB_NAME",
3 ETP399 "CREATED_BY",
3 ETP399 "CHANGED_BY",
3 ETP399 "CREATED_ON",
3 ETP399 "CHANGED_ON",
3 ETP399 "JOBDOC_NO",
3 ETP399 "SCHEDULER_TYPE")
3 ETP399 AS SELECT
3 ETP399 T1."KONZS",
3 ETP399 T1."DEFINITION_ID",
3 ETP399 T1."CURRENT_VERSION",
3 ETP399 T1."EXTERNAL_STATUS",
3 ETP399 T2."JOB_TYPE",
3 ETP399 T2."JOB_TYPE_DEF",
3 ETP399 T2."JOB_STATUS",
3 ETP399 T2."JOB_NAME",
3 ETP399 T1."CREATED_BY",
3 ETP399 T1."CHANGED_BY",
3 ETP399 T1."CREATED_ON",
3 ETP399 T1."CHANGED_ON",
3 ETP399 T1."JOBDOC_NO",
3 ETP399 T2."SCHEDULER_TYPE"
3 ETP399 FROM
3 ETP399 "AGS_JOB_HEAD" T1,
3 ETP399 "AGS_JOB_DEF" T2
3 ETP399 WHERE
3 ETP399 T1."DEFINITION_ID" = T2."DEFINITION_ID" AND
3 ETP399 T1."CURRENT_VERSION" = T2."VERSION"
3 ETP399 AND
3 ETP399 T2."JOB_STATUS"
3 ETP399 <> 'DELETED'
3 ETP399
2WETP000 15:46:53: Retcode 1: error in DDL statement for "AGS_V_JOB " - repeat
2EETP345 15:47:05: Retcode 1: SQL-error "904-ORA-00904: "T2"."SCHEDULER_TYPE": invalid identifier"
2EETP345 in DDL statement for "AGS_V_JOB "
2 ETP399 -
DB-ROLLBACK() -
2EETP334 15:47:05: error in DDL, nametab for "AGS_V_JOB" not activated
2 ETP301 -
3 ETP361 "0" Shadow-Nametabs activated, DDL executed
2 ETP362 "1" Shadow-Nametab activations failed
2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2010/05/04 15:46:53")
2 ETP363 End : Act. of Shadow-Nametabs with DDL ("2010/05/04 15:47:05")
2 ETP301 -
from the action log in transaction SPAM, here's what it says:
Import phase 'IMPORT_PROPER' (04.05.2010, 16:50:09)
Error during executing the tp command 'tp IMPORT all SM1 ...'
tp return code: '0008' , tp message: 'A tool used by tp produced errors' , tp output:
This is tp version 372.04.57 (release 700, unicode enabled)
ERROR: stopping on error 8 during MOVE NAMETABS
stopping on error 8 during MOVE NAMETABS
tp returncode summary:
TOOLS: Highest return code of single steps was: 8
WARNS: Highest tp internal warning was: 0118
standard output from tp and from tools called by tp:
Details of the error situation can also be found in the import logs
any clue?