ITPUB??ì3
新一届的微软MVP评选已经开始,欢迎各位推荐!
ITPUB论坛 » SAP R/3 » 系统开发及跨应用设置 » [求助]安装ECC6 到import abap 出错 SAPVIEW.log 显示 DROP 和CREATE VIEW 出错

标题: [原创] [求助]安装ECC6 到import abap 出错 SAPVIEW.log 显示 DROP 和CREATE VIEW 出错
离线 masterzsq



精华贴数 0
个人空间 0
技术积分 6 (133997)
社区积分 0 (1808453)
注册日期 2008-6-27
论坛徽章:0
      
      

发表于 2008-6-27 15:32 
[求助]安装ECC6 到import abap 出错 SAPVIEW.log 显示 DROP 和CREATE VIEW 出错

[求助]安装ECC6 到import abap 出错 SAPVIEW.log 显示 DROP 和CREATE VIEW "APPL_PROG" 出错
1、 sapinst.log 错误信息如下
INFO 2028-06-27 14:01:08
Output of C:j2sdk1.4.2_09injava.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs D:ecc6EXP_151031897_1EXP1;D:ecc6EXP_251031897_2EXP2;D:ecc6EXP_351031897_3EXP3;D:ecc6EXP_451031897_4EXP4;D:ecc6EXP_551031897_5EXP5;D:ecc6EXP_551031897_5EXP6;D:ecc6EXP_551031897_5EXP7;D:ecc6EXP_551031897_5EXP8;D:ecc6EXP_551031897_5EXP9;D:ecc6EXP_551031897_5EXP10;D:ecc6EXP_551031897_5EXP11 -installDir "C:Program Filessapinst_instdirERPSYSTEMORACENTRALAS" -orderBy "" -r3loadExe D:usrsapER1SYSexeucNTI386R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
WARNING 2028-06-27 14:01:39
Execution of the command "C:j2sdk1.4.2_09injava.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs D:ecc6EXP_151031897_1EXP1;D:ecc6EXP_251031897_2EXP2;D:ecc6EXP_351031897_3EXP3;D:ecc6EXP_451031897_4EXP4;D:ecc6EXP_551031897_5EXP5;D:ecc6EXP_551031897_5EXP6;D:ecc6EXP_551031897_5EXP7;D:ecc6EXP_551031897_5EXP8;D:ecc6EXP_551031897_5EXP9;D:ecc6EXP_551031897_5EXP10;D:ecc6EXP_551031897_5EXP11 -installDir "C:Program Filessapinst_instdirERPSYSTEMORACENTRALAS" -orderBy "" -r3loadExe D:usrsapER1SYSexeucNTI386R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output:
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
Import Monitor jobs: running 1, waiting 0, completed 71, failed 0, total 72.
Loading of 'SAPVIEW' import package: ERROR
Import Monitor jobs: running 0, waiting 0, completed 71, failed 1, total 72.
ERROR 2028-06-27 14:01:39
CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
ERROR 2028-06-27 14:01:39
FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .

2、import_monitor.java.log错误信息如下

java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
Import Monitor jobs: running 1, waiting 0, completed 71, failed 0, total 72.
Loading of 'SAPVIEW' import package: ERROR
Import Monitor jobs: running 0, waiting 0, completed 71, failed 1, total 72.

3、import_monitor.log 错误信息如下

TRACE: 2028-06-27 13:16:29 com.sap.inst.migmon.LoadTask run
Loading of 'SAPVIEW' import package is started.
TRACE: 2028-06-27 13:16:30 com.sap.inst.migmon.LoadTask processPackage
Loading of 'SAPVIEW' import package into database:
D:usrsapER1SYSexeucNTI386R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
ERROR: 2028-06-27 13:16:36 com.sap.inst.migmon.LoadTask run
Loading of 'SAPVIEW' import package is interrupted with R3load error.
Process 'D:usrsapER1SYSexeucNTI386R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error' exited with return code 2.
For mode details see 'SAPVIEW.log' file.
Standard error output:
sapparam: sapargv( argc, argv) has not been called.
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
INFO: 2028-06-27 13:16:57
All import packages are processed.
WARNING: 2028-06-27 13:16:57
1 error(s) during processing of packages.
INFO: 2028-06-27 13:16:57
Import Monitor is stopped.

4、SAPVIEW.log错

D:usrsapER1SYSexeucNTI386R3load.exe: START OF LOG: 20280627140111
D:usrsapER1SYSexeucNTI386R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
D:usrsapER1SYSexeucNTI386R3load.exe: version R7.00/V1.4 [UNICODE]
Compiled Mar 14 2006 23:27:59
D:usrsapER1SYSexeucNTI386R3load.exe -i SAPVIEW.cmd -dbcodepage 4103 -l SAPVIEW.log -stop_on_error
DbSl Trace: ORA-1403 when accessing table SAPUSER
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
(DB) ERROR: DDL statement failed
(DROP VIEW "APPL_PROG")
DbSlExecute: rc = 103
  (SQL error 942)
  error message returned by DbSl:
ORA-00942: table or view does not exist
(IMP) INFO: a failed DROP attempt is not necessarily a problem
(DB) ERROR: DDL statement failed
(CREATE VIEW "APPL_PROG" ( "PROG" , "R3STATE" , "DEVCLASS" , "OBJ_NAME"  ) AS SELECT T0001."PROGNAME", T0001."R3STATE", T0002."DEVCLASS", T0002."OBJ_NAME" FROM "REPOSRC" T0001, "TADIR" T0002 WHERE T0001."PROGNAME" = T0002."OBJ_NAME" AND T0001."R3STATE" = 'A' AND T0002."PGMID" = 'R3TR' AND T0002."OBJECT" = 'PROG' AND ( T0001."SUBC" = '1' OR T0001."SUBC" = 'M' OR T0001."SUBC" = 'S' ))
DbSlExecute: rc = 103
  (SQL error 942)
  error message returned by DbSl:
ORA-00942: table or view does not exist
(DB) INFO: disconnected from DB
D:usrsapER1SYSexeucNTI386R3load.exe: job finished with 1 error(s)
D:usrsapER1SYSexeucNTI386R3load.exe: END OF LOG: 20280627140115

[ 本帖最后由 masterzsq 于 2008-6-27 16:20 编辑 ]


只看该作者    顶部
 
    

相关内容


CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号 联系我们 法律顾问