Consultor Eletrônico



Kbase 18528: Errors 6063 and 1774 When Doing a Bulkload
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

SYMPTOM(s):

Errors when performing a bulkload

Problems loading data using bulkload utility.

Data files were dumped on one machine, then ftp'd to another machine.

Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)

The conversion table for <code-page> to <code-page> is needed to do the bulk load of the file <file-name>. (1774)

to ISO8859-1 was not found in convmap.cp (6063)

to iso8859-1 is needed to do the bulk load of the file Customer(1774).

CAUSE:

If the .d file that is being loaded has been transferred from a UNIX system with a BINARY mode copy, the errors will occur during the bulkload.

FIX:

Transfer the files on ASCII mode instead of BINARY.

Although the text of these error messages refers to code page problems, there may not really be any problems that relate to codepages. If the .d file was copied in binary mode (for example, using ftp in binary mode), you'll get these errors.
If you do the transfer in ASCII mode, there are no errors during the bulkload.