cancel
Showing results for 
Search instead for 
Did you mean: 

Loading of 'SAPVIEW' import package: ERROR : loading SAPAPPL0.TSK

Former Member
0 Kudos

Hi all,

It's possible to restart the step 17 (import ABAP) of the installation of SAP solution manager ?

My file SAPAPPL0.TSK is not loadded correctly

Thanks

Below more information:

I received an error at the installation of Solution Manager 4. The log of SAPVIEW is below:

I explain how the problem occurred:My workstation restarted due of power outage. So, the connection to the server via sapgui is lost. I restard again the sapgui and i receive the error:

/CW/STHALER/teran/prg/temp/SAP_SM/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/SAPAPPL0.TSK.bck already seems to exist a previous run may not have been finished cleanly

file /CW/STHALER/teran/prg/temp/SAP_SM/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/SAPAPPL0.TSK possibly corrupted

/usr/sap/SM1/SYS/exe/run/R3load: job finished with 1 error(s)

*I moved the file SAPAPPL0.TSK.bck to SAPAPPL0.TSK.bck.old and the installation restart again normally after i receive the following error:*

(It's possible to reload again SAPAPPL0.TSK?)

Compiled Jul 14 2007 03:33:39

/usr/sap/SM1/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -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 "BBPV_BUPA_PU_ORG")

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 "BBPV_BUPA_PU_ORG" ( "CLIENT" , "PARTNER" , "PARTNER_GUID" , "PD_ORG" , "MC_NAME1" , "MC_NAME2" ) AS SELECT

T0001."CLIENT", T0001."PARTNER", T0002."PARTNER_GUID", T0002."PD_ORG", T0001."MC_NAME1", T0001."MC_NAME2" FROM "BUT000" T0

001, "VEN000" T0002 WHERE T0001."CLIENT" = T0002."CLIENT" AND T0001."PARTNER_GUID" = T0002."PARTNER_GUID")

DbSlExecute: rc = 103

(SQL error 942)

error message returned by DbSl:

ORA-00942: table or view does not exist

(DB) INFO: disconnected from DB

/usr/sap/SM1/SYS/exe/run/R3load: job finished with 1 error(s)

/usr/sap/SM1/SYS/exe/run/R3load: END OF LOG: 20080317161836

Thanks a lot.

Edited by: Abdelhak Radouane on Mar 17, 2008 5:02 PM

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> *I moved the file SAPAPPL0.TSK.bck to SAPAPPL0.TSK.bck.old and the installation restart again normally after i receive the following error:*

The correct way handling .bck files is:

- rename SAPAPPL0.TSK.bck.old back to SAPAPPL0.TSK.bck

- execute (as <sid>adm): R3load -merge_only SAPAPPL0.TSK

This will merge the content of the .bck file with the original file.

Since you continued that step already you either have to start from scratch (which I would do) or try:

- do as above to recreate the correct SAPAPPL0.TSK

- then check the logfile SAPAPPL0.log and execute the full R3load command line (not the first one but the second call to R3load)

After the loading is finished try to reprocess SAPVIEW by pressing on repeat.

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

It's helpful. The problem is solved.