cancel
Showing results for 
Search instead for 
Did you mean: 

SQL0204N SAPSID.CVERS is undefined name. SQLSTATE=42704

Former Member
0 Kudos

I am trying to build new system with the back up of another system. I am facing below error during perform db2 post-load activities phase.

SQL0204N SAPSID.CVERS is undefined name. SQLSTATE=42704

Accepted Solutions (1)

Accepted Solutions (1)

Frank-Martin
Product and Topic Expert
Product and Topic Expert

Hello Mohammed,

did you enter the correct ABAP schema in the SWPM dialog phase?

Please remember that during a backup/restore copy of a system the ABAP schema can not be changed.

You can find the ABAP schema for exaple with the following SQL statement:

db2 " select tabschema from syscat.tables where tabname = 'SVERS' "

Most probably the schema will be SAP<SIDOLD> and not SAP<SIDNEW> .

Regards

Frank

Former Member
0 Kudos

Hi Frank,

The schema name has not been changed. It is SAP<SIDOLD>. Then how can I build a new system with the backup of another system.

Frank-Martin
Product and Topic Expert
Product and Topic Expert

Hi Mohammed,

if you use a backup from anotther system during a system copy with SWPM, the ABAP schema can not be changed and you have to enter this ABAP schema ( SAP<SIDOLD> ) in the SWPM dialog phase. Independent of the ABAP schema you can still choose a new connect user for the new system ( e.g. SAP<SIDNEW> ). You can enter the connect user in a different field in the SWPM dialog phase. SWPM will then transfer the ownership of all objects in the ABAP schema to the new connect user.

Later in the user environment there will be two independet variables for the ABAP schema and for the connect user name.

E.g.:

dbs_db6_schema = SAP<SIDOLD>

dbs_db6_user = SAP<SIDNEW>

The SAP system will do the database connect as user dbs_db6_user and work with objects in the database in schema dbs_db6_schema.

Regards

Frank

Answers (1)

Answers (1)

maria_shen
Contributor
0 Kudos

Hello Mohammed,

Do we know if SWPM is being used here?

As described in SAP note 713524, SWPM tool should be used for the system copy so that all necessary adjustments are made.

Thank you.

Kind regards
Maria

Former Member
0 Kudos

Hi Maria,

I am using SWPM for system copy.

Thank you.

Regards

Mohammed

maria_shen
Contributor
0 Kudos

Hello Mohammed,

Thank you for your feedback.

Please follow the guidance below from Frank to check whether the correct schema had been entered before.

Thank you.

Kind regards
Maria

Former Member
0 Kudos

Hi Maria,

Thanks for the SAP note. I have successfully completed the installation.

Regards,

Mohammed Qamar