fmchong
30th March 2010, 12:57
Dear LN experts,
I create table from sequential dump data from server A to server B. Error prompted as per attached.
Please help!
Han Brinkman
30th March 2010, 13:37
You did specify an error file called err. Did you check that?
fmchong
31st March 2010, 05:19
Dear LN Experts,
I did check the err files but do not know what to root cause of this error.
attached herewith err file.
Please Help :confused:
nehaonly
31st March 2010, 08:00
I think that there is some mis match of data. ie tables, tables field & data specification
fmchong
31st March 2010, 09:07
Dear LN Experts,
My Source Server A did some customization session ( insert new field,Extend field)and up to date patches. Issit cause this error when i sequential dump data from Server A to Destination Server B which new company???
What should i do?
lebowski
31st March 2010, 10:14
Good morning,
you have to create those customizations on server B, too and then run create runtime data dictionary to make them take effect.
When the data dictionary from server b matches the data dictionary of server b, you will be able to import all tables.
Regards,
lebowski
bdittmar
31st March 2010, 12:33
Dear LN Experts,
My Source Server A did some customization session ( insert new field,Extend field)and up to date patches. Issit cause this error when i sequential dump data from Server A to Destination Server B which new company???
What should i do?
Hello,
1 minute to analyse:
1.
table cisli120 on server b has more fields then in source, or if pipe is used as seperator, it's used in a stringfield im sourcetabe ?
2.
no tabledefinition for cisli204
Create tabledef and CRDD !!!
Regards
fmchong
2nd April 2010, 10:00
Dear LN experts,
How about custamization extend length of fields? in my source server A (dump file) did have extend item decription field length 50 but my destination server B is still remain 30. Will it cause this error as well?
Please advise
bdittmar
2nd April 2010, 13:51
Dear LN experts,
How about custamization extend length of fields? in my source server A (dump file) did have extend item decription field length 50 but my destination server B is still remain 30. Will it cause this error as well?
Please advise
Hello,
lebowski has given the answer above.
Regards