cancel
Showing results for 
Search instead for 
Did you mean: 

Client Copy error - Table Ytable is not in nametab

former_member199632
Participant
0 Kudos

Hello,

I have import data from PRD to TRN sever.

PRDKT00003 Client Export of Client-Spec. Objects

PRDKX00003 Client Export Texts

PRDKX00003 was successful and it ended with RC=0

But , PRDKT00003 ended with RC = 8

In PRD there are many user created Y programs. After importing using STMS, those Y tables are not existing in TRN

The log showing as below..

Table /QTYW/ASSIGNDIM is not in nametab

Table /QTYW/ASTM_TAB1 is not in nametab

Table /QTYW/ASTM_UOM is not in nametab

Table /QTYW/CV_RDGRP is not in nametab

Table /QTYW/CV_UOM is not in nametab

Table /QTYW/CV_UOM_TX is not in nametab

Table /QTYW/FLTP is not in nametab

Table /QTYW/OIB01 is not in nametab

Table /QTYW/OIB01T is not in nametab

Table /QTYW/OIB01_LOG is not in nametab

Table /QTYW/OIB04 is not in nametab

Table /QTYW/RDGRD_CHCK is not in nametab

Table /QTYW/RDGRT_CHCK is not in nametab

Table /QTYW/READINGCCK is not in nametab

Table /QTYW/READINGCKT is not in nametab

Table /QTYW/TOLGRP is not in nametab

Table /QTYW/TOLGRPT is not in nametab

Table /QTYW/TOLGRP_UOM is not in nametab

Table /QTYW/UOM_ROUND is not in nametab

-


Table A550 is not in nametab

Table A552 is not in nametab

Table A555 is not in nametab

Table A560 is not in nametab

Table A580 is not in nametab

Table A585 is not in nametab

Table A590 is not in nametab

Table A595 is not in nametab

Table A611 is not in nametab

Table A614 is not in nametab

Table A617 is not in nametab

Table A618 is not in nametab

Table A619 is not in nametab

Table A620 is not in nametab

Table A622 is not in nametab

Table A623 is not in nametab

-


Table YFA_BDS_DETAILS is not in nametab

Table YFA_SALEJRNL_MAP is not in nametab

Table YFA_TXNCCODE is not in nametab

Table YFA_WITH_ITEM is not in nametab

Table YMA_DEPT_CD is not in nametab

Table YMA_LOSS_GAIN is not in nametab

Table YMA_OUTTURN is not in nametab

Table YMA_PLNT_NO is not in nametab

Table YMA_PLNT_NUMRANG is not in nametab

Table YVA_ACK_HEADER is not in nametab

Table YVA_ACK_ITEM is not in nametab

Table YVA_BATTA_RT1 is not in nametab

Table YVA_BATTA_RT2 is not in nametab

Table YVA_BATTA_TY is not in nametab

Table YVA_BILTY_DOCCTG is not in nametab

Table YVA_CUST_RT is not in nametab

Any suggestions how to resolve this.?

Whats mean by Table is not in nametab

regards,

zerandib

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Zerandib,

>> In PRD there are many user created Y programs. After importing using STMS, those Y tables are not existing in TRN

This is a normal behaviour, because physical table structures does not been created during the client copy operation. You should create/transport tables first. Then, import the client

>> Whats mean by Table is not in nametab

It means that the table does not exist on neither data dictionary nor database

Best regards,

Orkun Gedik

Edited by: Orkun Gedik on Dec 30, 2011 8:44 AM

former_member199632
Participant
0 Kudos

> This is a normal behaviour, because physical table structures does not been created during the client copy operation. You should create/transport tables first. Then, import the client

Hi Orkun,

Can you help me to clarify this further.

That means, before exporting from PRD.... do we need to perform any modification to the user created Y tables?

Please let me know whats mean by "You should create/transport tables first"

After importing to TRN , is it possible to correct the error - Table Ytable is not in nametab

regards,

Zerandib

Former Member
0 Kudos

Hi Zreandib,

Because of the tables are "repository" objects, they are not able to transport by the client copy. You should note that all the repository objects are stored as client independent objects. It means that you should create them from the scratch or transport in a transport request (transport of copies), such as tables and programs, to the target first. Then, start the client import operation.

In your case, the tables that you've noted have not been created (does not exist) at the target, then you faced "... is not in nametab" error during the client import operation.

So, put Y* tables in a transport request first (R3TR TABU <TABLENAME>). After you imported the underlying objects, successfully, then import the client.

Best regards,

Orkun Gedik

Answers (0)