cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Client copy error

Former Member
0 Kudos

Hello Gurrus

how are you ppl hope you are fit and fine i urgently need help from you i was copy remote client SCC9 i am facing some error LOG is attached with this email

n server 1 ETA028XClient copy from "10.11.2006" "12:08:58" 1 ETA029 System ID............................ "QAS"

1 ETA043 Target client........................ "100"

1 ETA030 R/3 Release.......................... "620"

1 ETA354 Basis Support Package..............."SAPKB62041"

1 ETA031 Host................................. "pklahm04"

1 ETA000 Start in background............. ....." " 1 ETA032 User................................. "SAP*"

1 ETA033 Parameter

1 ETA350 Source destination......................"DEV"

1 ETA351 Source system........................."DEV"

1 ETA352 Client in source system.............."200"

1 ETA353 Users in source system.............."SAP*"

1 ETA354 Basis Support Package..............."SAPKB62041"

1 ETA185 Copier profile:......................."SAP_ALL"

1 ETA036 Table selection

1 ETA177 Customizing data ....................."X"

1 ETA037 With application data................ "X"

1 ETA155 Initialize and recreate......... "X"

1 ETA294 Change documents are not copied

1 ETA040 Test mode (without database update).. "R"

2 ETA367XStart analysis of system "12:08:58"

3 ETA108 "ADDR_CLIENTCOPY_SELECT_TABLES" executed " 25"(" 0") entries copied

4 ETA114 Runtime " 0" seconds

3 ETA072 Exit program "ADDR_CLIENTCOPY_SELECT_TABLES" successfully executed "12:09:01"

3 ETA108 "EFG_FORM_CC_EXIT_BEFORE" executed " 0"(" 0") entries copied

4 ETA114 Runtime " 0" seconds

3 ETA072 Exit program "EFG_FORM_CC_EXIT_BEFORE" successfully executed "12:09:01"

3 ETA108 "CLIENTCOPY_SELECT_TEXTTAB" executed " 3"(" 0") entries copied

4 ETA114 Runtime " 0" seconds

3 ETA072 Exit program "CLIENTCOPY_SELECT_TEXTTAB" successfully executed "12:09:01"

2EETA308 Table definition "CE1OC09" missing in the target system

2EETA308 Table definition "CE2OC09" missing in the target system

2EETA308 Table definition "CE3OC09" missing in the target system

2EETA308 Table definition "CE4OC09" missing in the target system

2EETA308 Table definition "CE4OC09_ACCT" missing in the target system 2EETA308 Table definition "CE4OC09_FLAG" missing in the target system 2EETA308 Table definition "CE4OC09_KENC" missing in the target system 1EETA254 Critical differences: Missing tables: " 7"

1EETA716 Client Copy could not start because of Repository differences

1 ETA190 Run cancelled

2 ETA191 Program ended abnormally

This means there is some table/object missing on my QAS server i was searched these tables on DEV but cant find could you please tell me where i found these tables in DEV and how could i see there structer and how could i create new tables in QAS Please help me out thanks in advanced

Regards

Muhammad Arshad Ghaznavi

Cell no: 923008235609

e-mail: arshadg@khi.wol.net.pK

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Muhammad,

try to find table in R/3 with transaction SE14

try to find table at oracle level:

as user ora<sid>

sqlplus /nolog

connect / as sysdba

select TABLE_NAME from dba_tables where table_name like 'CE1%'; if this table are not in the sap dictionary and have zero entries at oracle level pheraps they could be deleted. These are tables of CO-PA Profitability analisys so you can check with your applicative group

You can also read the oss note 860720.

Best Regards

Giuseppe