on ‎2014 Aug 25 7:10 AM
Hi Experts!
I am installing SAP Netweaver PI 7.3 EHP1 and encountered an error in the ABAP import phase.
I checked the import monitor logs and found a clue about SAPVIEW.log.
I have checked the SAPVIEW.log and found out the following:
--------------------------------------------------------------------------------------------------------------------------------------------------------
ERROR: DDL statement failed
( DROP VIEW "APPL_MODS" )
dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
(IMP) INFO: a failed DROP attempt is not necessarily a problem
(DB) ERROR: DDL statement failed
( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
(DB) INFO: disconnected from DB
/usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
/usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG:
--------------------------------------------------------------------------------------------------------------------------------------------------------
Please help!
Also please let me know if any further detail is required.
Regards,
Ayan
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frank,
I have gone through your replies in the other threads too regarding the same issue.
Also as per your above response I have checked all the R3Load logs and found data in the MODSAPA table but there is no log where MODSAP has been mentioned. Hence the table has not been created.
Please suggest if I can create the "MODSAP" table manually..
Ayan
Ok. In this case the APPL_MODS view does also not exist in the source database. The DDIC meta data for the view definition may still exist in the source database for whatever reason. This may be the reason why R3load exported the meta data and now tries to create it.
Since the view does not exist in the source database, I suggest to continue with your system copy and ignore this error.
Regards
Frank
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.