cancel
Showing results for 
Search instead for 
Did you mean: 

Migration Windows to unix environment.

Former Member
0 Kudos

Hi,

we planning to convert our SAP Development Server from Windows

to unix environment.

In first step We planned to take System copy in our Development Server.

While we executing the SAPINST file it terminates with error in

Export_ABAP phase.

SAP INST file Location

======================

SAP ERP 2005 Support Release 2 > Additional Software Life-Cycle Tasks >

System Copy > Oracle > Source System > Central System > Based on AS

ABAP > Database Instance Export

In the Phase 4 (Export Abap) the follwing message occurs

"Your SAP System may be running.Stop the system and continue with data

Unload".

Hereby attached log

files.

We are waiting for your reply.

.Log file

=======

E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe -e SAPSDIC.cmd -l SAPSDIC.log -stop_on_error

(DB) INFO: connected to DB

(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

(EXP) ERROR: there are incomplete incremental conversions

export not allowed

E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe: job finished with 1 error(s)

E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe: END OF LOG: 20090818170548

Regards

Senthil Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please stop SAP instance on your system and then take System backup.Also please check and enough free space is available for export.

Also please check your kernel patch level.

The following will be help full to you

http://help.sap.com/saphelp_erp60_sp/helpdata/EN/13/e9a94edc4340a99cfa0a0318ea51a3/content.htm

Thanks & Regards,

Vidyadhar K

Former Member
0 Kudos

Hi,

Again i got the error.

(EXP) ERROR: DbSlExeRead failed

rc = 103, table "ZEF_JOBD_TRN"

(SQL error 942)

error message returned by DbSl:

ORA-00942: table or view does not exist

(DB) INFO: disconnected from DB

Kindly advice to us

Regards

Senthil

markus_doehr2
Active Contributor
0 Kudos

> (EXP) ERROR: DbSlExeRead failed

> rc = 103, table "ZEF_JOBD_TRN"

> (SQL error 942)

> error message returned by DbSl:

> ORA-00942: table or view does not exist

> (DB) INFO: disconnected from DB

What did you do? did you drop that table after the export started?

Markus

Former Member
0 Kudos

hi,

yes i dropped the table unfortunately.How can i rectity it.

regards

senthil

markus_doehr2
Active Contributor
0 Kudos

If you dropped it only on database level you can recreate it in the system using SE14.

Markus

Former Member
0 Kudos

Dear Markus,

Already i tested in se14. There is no entry in database level.

Tcode : SE14 - > I entered the table name "ZEF_JOBD_TRN" the following message occurs " Object does not exist".

Actually i delete the table entries in se11 & se14

senthil

markus_doehr2
Active Contributor
0 Kudos

The clean way would be to restart the export.

This is what I mean - for migration you're advised to have a consultant on-site... (no offense).

Markus

Former Member
0 Kudos

Hi I solved the issues.

Senthil

markus_doehr2
Active Contributor
0 Kudos

> we planning to convert our SAP Development Server from Windows

> to unix environment.

First info:

Heterogeneous system migrations (changing database or operating system - or both) must be done by a certified migration consultant with special knowledge; if you do it yourself, you will loose support for problems in, during and after the migration for the target system --> OSS support will be billed separately.

See http://service.sap.com/osdbmigration

--> FAQ

> (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC

> (EXP) ERROR: there are incomplete incremental conversions

> export not allowed

I can think of several reasons for this problem:

- This system was migrated recently to Unicode (using ICNV) and you have not done all delta conversions yet

- You still have tables/indexes in your mass processing (transaction SE14)

- you have inconsistencies between ABAP DDIC and database

Markus

Former Member
0 Kudos

Hi,

Thanks for the upadte.

Again i got the error.

(EXP) ERROR: DbSlExeRead failed

rc = 103, table "ZEF_JOBD_TRN"

(SQL error 942)

error message returned by DbSl:

ORA-00942: table or view does not exist

(DB) INFO: disconnected from DB

Kindly advice to us