cancel
Showing results for 
Search instead for 
Did you mean: 

sapsr3 abap +java installation on db6 error DS_DBOBJECTUNKNOWN

Former Member
0 Kudos

we are installing ecc 6.0 sr 3 abap +java on db6 in import step i am receiving error

DS_DBOBJECTUNKNOWN

RROR: DDL statement failed

( CREATE VIEW "/BEV1/RPT1_V" ( "MANDT", "ROUTE", "SPRAS", "BEZEI", "TDIIX" ) AS SELECT T0001."MANDT", T0001."ROUTE", T0002."SPRAS", T0002."BEZEI", T0001."TDIIX" FROM "TVRO" T0001, "TVROT" T0002 WHERE T0001."MANDT" = T0002."MANDT" AND T0001."ROUTE" = T0002."ROUTE" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(DB) INFO: disconnected from DB

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

/usr/sap/LID/SYS/exe/run/R3load: END OF LOG: 20100705120519

*sapview log *

(DB) INFO: /BEV1/RPFAPR_V created #20100705120519

(DB) INFO: /BEV1/RPFAT_BWV created #20100705120519

(DB) INFO: /BEV1/RPFA_BWV created #20100705120519

(DB) INFO: /BEV1/RPFZT_BWV created #20100705120519

(DB) INFO: /BEV1/RPFZ_BWV created #20100705120519

(DB) INFO: /BEV1/RPFZ_SHV created #20100705120519

(DB) ERROR: DDL statement failed

( CREATE VIEW "/BEV1/RPT1_V" ( "MANDT", "ROUTE", "SPRAS", "BEZEI", "TDIIX" ) AS SELECT T0001."MANDT", T0001."ROUTE", T0002."SPRAS", T0002."BEZEI", T0001."TDIIX" FROM "TVRO" T0001, "TVROT" T0002 WHERE T0001."MANDT" = T0002."MANDT" AND T0001."ROUTE" = T0002."ROUTE" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(DB) INFO: disconnected from DB

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

/usr/sap/LID/SYS/exe/run/R3load: END OF LOG: 20100705120519

/usr/sap/LID/SYS/exe/run/R3load: START OF LOG: 20100705121320

/usr/sap/LID/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP

/usr/sap/LID/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jan 24 2008 00:09:11

/usr/sap/LID/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL:DEF_CRT

(DB) INFO: connected to DB

(DB6) INFO: COMPRESS YES is set during table creation.

(DB6) INFO: If row compression is active, REORG will be triggered after 10000 inserted rows.

(DB) ERROR: DDL statement failed

( DROP VIEW "/BEV1/RPT1_V" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(IMP) INFO: a failed DROP attempt is not necessarily a problem

(DB) ERROR: DDL statement failed

( CREATE VIEW "/BEV1/RPT1_V" ( "MANDT", "ROUTE", "SPRAS", "BEZEI", "TDIIX" ) AS SELECT T0001."MANDT", T0001."ROUTE", T0002."SPRAS", T0002."BEZEI", T0001."TDIIX" FROM "TVRO" T0001, "TVROT" T0002 WHERE T0001."MANDT" = T0002."MANDT" AND T0001."ROUTE" = T0002."ROUTE" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(DB) INFO: disconnected from DB

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

/usr/sap/LID/SYS/exe/run/R3load: END OF LOG: 20100705121321

/usr/sap/LID/SYS/exe/run/R3load: START OF LOG: 20100705122553

/usr/sap/LID/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#14 $ SAP

/usr/sap/LID/SYS/exe/run/R3load: version R7.00/V1.4 [UNICODE]

Compiled Jan 24 2008 00:09:11

/usr/sap/LID/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL:DEF_CRT

(DB) INFO: connected to DB

(DB6) INFO: COMPRESS YES is set during table creation.

(DB6) INFO: If row compression is active, REORG will be triggered after 10000 inserted rows.

(DB) ERROR: DDL statement failed

( DROP VIEW "/BEV1/RPT1_V" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(IMP) INFO: a failed DROP attempt is not necessarily a problem

(DB) ERROR: DDL statement failed

( CREATE VIEW "/BEV1/RPT1_V" ( "MANDT", "ROUTE", "SPRAS", "BEZEI", "TDIIX" ) AS SELECT T0001."MANDT", T0001."ROUTE", T0002."SPRAS", T0002."BEZEI", T0001."TDIIX" FROM "TVRO" T0001, "TVROT" T0002 WHERE T0001."MANDT" = T0002."MANDT" AND T0001."ROUTE" = T0002."ROUTE" )

dsql_exec_immediate returned DS_DBOBJECTUNKNOWN

(DB) INFO: disconnected from DB

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

/usr/sap/LID/SYS/exe/run/R3load: END OF LOG: 20100705122554

please help

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

can u tell me how to reimport particular job i wann reimport sapappl2 job

Former Member
0 Kudos

liidevqa:db2lid 1> db2 " describe table sapsr3.TVRO "

Column Type Type

name schema name Length Scale Nulls

-


-


-


-


-


-


-

0 record(s) selected.

SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a

query is an empty table. SQLSTATE=02000

liidevqa:db2lid 2> db2 " describe table sapsr3.TVROT "

Column Type Type

name schema name Length Scale Nulls

-


-


-


-


-


-


-

0 record(s) selected.

SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a

query is an empty table. SQLSTATE=02000

liidevqa:db2lid 3>

Frank-Martin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Team,

ok, now you have verified that the tables do not exist. This explains why the view can not be created.

The second step is find out why the tables do not exist. The R3load log files should give you some hint.

Regards

Frank

paul_power
Active Contributor
0 Kudos

As above, pleae post the entries from the sapappl02.log

you may have to repeat the import of this package, then the tables will exist and the view can be created.

Check the log to find what went wring with this package.

Let us know if you have any questions about the entries you find in the logs.

Regards,

Paul

Former Member
0 Kudos

its say no rows selected from list there are no this two tables exist

Former Member
0 Kudos

please tell me how to check table in db2 databse iam not aware of it .

previousely there was error in sapappl02.tsk and sapappl.tsk.bck

can i run same abap job agaian ? i think if ic an run job again this will resolved my error

paul_power
Active Contributor
0 Kudos

Hi,

You can use the command

db2 "select tabschema, tabname, tbspace from syscat.tables where

tabname like '<table name>'"

What error was there in the log file from the import?

Usually running the R3load command manually with the option

-merge_bck at the end would help in this case as per note SAP 455195

Regards,

Paul

Frank-Martin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hmm ... to check if a table exists you can try to run a simple CLP command. E.g. :

db2 " describe table sapsr3.TVRO "

db2 " describe table sapsr3.TVROT "

If one of the tables do not exist, you need to find out what went wrong from the R3load log files.

Some error situations may be transient while others may not.

So it depends on the error situation if a simple retry will solve the problem.

Regards

Frank

Frank-Martin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Team,

unfortunatelly R3load does not print the full SQL error message. For the return code I guess that one of the target tables of the view does not exist. Please check if tables TVRO and TVRO exist on the database. Please also check the R3load log files that contain those tables.

To get more diagnostic messages do the following as user sidadm:

setenv DB6_DBSL_WRITE_DEV_TRACE 1

setenv DB6_DBSL_TRACE_DIR directory

/usr/sap/LID/SYS/exe/run/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:COMPRESS_ALL:DEF_CRT

Regards

Frank