cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Installation

former_member727126
Participant
0 Kudos

Hi..

I changed the parallel process to 1 and continue the installation.

At last it shows the error as follows. I have posted the log datas of sapview.log and sapssex1.log. Kindly help me in this regard.

Thanks ,

Sridhar S

*************************

SAPVIEW.LOG

-


(DB) INFO: APPL_FUGR created

(DB) ERROR: DDL statement failed

(CREATE VIEW "APPL_FUGRG" ( "AREA" , "DEVCLASS" , "OBJ_NAME" ) AS SELECT T0001."AREA", T0002."DEVCLASS", T0002."OBJ_NAME" FROM "TLIBG" T0001, "TADIR" T0002 WHERE T0001."AREA" = T0002."OBJ_NAME" AND T0002."PGMID" = 'R3TR' AND T0002."OBJECT" = 'FUGR')

DbSlExecute: rc = 103

(SQL error 942)

error message returned by DbSl:

ORA-00942: table or view does not exist

DbSl Trace: Disconnecting from connection 0 ...

DbSl Trace: Closing user session (con_hdl=0,svchp=0026D9F0,usrhp=002AF724)

DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=0026D9F0,srvhp=0026D7FC)

DbSl Trace: Now I'm disconnected from ORACLE

(DB) INFO: disconnected from DB

C:\usr\sap\EEE\SYS\exe\run/R3load.exe: job finished with 1 error(s)

C:\usr\sap\EEE\SYS\exe\run/R3load.exe: END OF LOG: 20080825015932

***********************************************

SAPSSEX1.LOG

-


(DB) INFO: RODIR~0 created

(DB) INFO: RSMPTEXTS created

(RFF) ERROR: invalid checksum in data file "D:\47ides\db2\EXPORT2/DATA/SAPSSEX1.003"

current table was "RSMPTEXTS"

DbSl Trace: Disconnecting from connection 0 ...

DbSl Trace: Closing user session (con_hdl=0,svchp=0026D9F0,usrhp=002AF724)

DbSl Trace: Detaching from DB Server (con_hdl=0,svchp=0026D9F0,srvhp=0026D7FC)

DbSl Trace: Now I'm disconnected from ORACLE

(DB) INFO: disconnected from DB

C:\usr\sap\EEE\SYS\exe\run/R3load.exe: job finished with 1 error(s)

C:\usr\sap\EEE\SYS\exe\run/R3load.exe: END OF LOG: 20080824181911

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Did you maybe do as advised in other threads and change "err" to "ok" in some task file?

--

Markus

Former Member
0 Kudos

Hello Sridhar,

Your error is that some of the tables that are needed to create the view APPL_FUGRG do not exist. These are tables

TADIR and TLIBG

Can you search in your logs for these tables and see if they are imported successfully?

Checksum failures sometimes happen when you run out of space suring import.

Also look at notes 454368 and 532337 to see if they are relevant

Let me know how you are getting on

Andreas

former_member727126
Participant
0 Kudos

Hello Andreas,

Thanks a lot for ur valuable suggestion. Let me Try with this and get u back .. soon..

Thanks,

Sridhar S