Kbase P159320: Error 85 importing a date value from a text file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/8/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 85 importing a date value from a text file
** Invalid date input. (85)
Date-format in session is different from date format in the text
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
Different date format than set at date format.
FIX:
Make date format match with session date format by either changing the text or setting a match format using -d dmy parameter at the client startup.
To verify date-format for the session use the following command line:
DISPLAY SESSION:DATE-FORMAT.
To set date-format to a client session use -d parameter.
e.g.: pro -d mdy