Error with the parameter -E

teregtz

New Member
Hello, I have a problem when trying to empty data (.d) to a new database.

It shows me the following error:

The numeric formats of this PROGRESS-session
and the .d-file don't match!
Please exit PROGRESS and start a new session
without the -E startup parameter.


Can somebody help me?
Thank you.
 

mra

Junior???? Member
Hi!

Look in the .d file. The bottom of the file contains information about numeric formats in the file (among other things).

The numeric format in the file, and the format specified in your startup.pf does not match. :confused:

In startup.pf, European numeric format can be specified as -E or as -numsep 46 -numdec 44
In the .d file it could be numformat=46,44

You can change the startup.pf to match the file, or specify session:numeric-format, or if you're certain the formats will match, delete the line numformat=.... in the .d file.


Hope this helps :)
Regards
Mike
 
Top