Hi,
I'm working on a systemcopy of an abap system with java addin. It is an Netweaver 7.01 SR1 installation.
The oracle version is 10.2.0.4.
The following problem occoured:
The source system had the ID P13. Therefore the schema users were SAPP13 and SAPP13DB.
The traget system has the ID P14. Therefore normally the schema users are SAP14 and SAPP14DB.
I read oss note 534765 I changed the dbs_ora_schema to the old ABAP schema, and the installtion of the abap went trough.
But now it stopps in the java part "Run Java migration tool kit".
The installtion wants to get information from the table SAPP14DB.j2ee_config which is not existent, but the table SAPP13DB.j2ee_config is existent.
I tried to change the scheme name in the keydb.xml and the inifile.xml in the installtion directory, and restaret the installation, but it still does not work.
Has anyone an idea how ti solve it?
Regards
Ulrike