Dear Experts,
We are installing Solution Manager 7.1 SR1 on RHEL 6 with Oracle 11.2.0.3 Database and we have encountered the following error in SAPVIEW creation. We are of course using the latest version SWPM and 720 UC Kernel.
(CREATE VIEW "/IPRO/V_CLSINF" ( "CLSNAME" , "DESCRIPT" , "LANGU" ) AS SELECT T0001."CLSNAME", T0003."DESCRIPT", T0003."LANGU" FROM "SEOCLASSDF" T0001, "SEOMETAREL" T0002, "SEOCLASSTX" T0003 WHERE T0001."CLSNAME" = T0002."CLSNAME" AND T0001."CLSNAME" = T0003."CLSNAME" AND T0001."VERSION" = '1' AND T0002."REFCLSNAME" = '/IPRO/IF_DOCB_VALIDATOR' AND T0002."VERSION" = '1' AND T0002."RELTYPE" = '1')
DbSlExecute: rc = 103
(SQL error 942)
error message returned by DbSl:
ORA-00942: table or view does not exist
(DB) INFO: disconnected from DB
We have checked at the SQLPlus level and found out that the tables highlighted in RED do not exist in the database. Out of the 28 Import ABAP Processes, 27 have successfully completed, the last one is SAPVIEW. We have checked all the TSK files for the completed packages and they are all OK.
We just don't understand why these tables do not exist in the database even though all other packages have successfully imported. We have restarted the installation many times and each time it stops at the same phase. We can edit the SAPVIEW.TSK file set "err" to "ok" but that will only create problem later down the road during import.
Can anyone please shed some light on this issue. SAP's response to OSS message seems to be useless.
Regards,
Ravi