Consultor Eletrônico



Kbase P3957: Getting numeric formats error when loading table contents (.d-file)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/28/2008
Status: Unverified

SYMPTOM(s):

Getting numeric formats error when loading table contents (.d-file)

The numeric formats of this PROGRESS-session and the .d-file don't match!

CAUSE:

Data have been dumped with -E parameter (startup.pf or own .pf-file)

or

When loading data, the parameters -numsep 46 and -numdec 44 have been specified in the startup.pf file or own .pf-file.

FIX:

1. Please exit PROGRESS and start a new session without the -E startup parameter

or

2. Set the -numsep parameter to 44 and -numdec to 46.

Those parameters can be set:
i. in the startup.pf file: [Progress install]\startup.pf,
ii. or in the client startup parameters:
For Windows: prowin32 -numsep 44 -numdec 46 [ + other parameters ]
For Unix: _progres -numsep 44 -numdec 46 [ + other parameters ]