Consultor Eletrônico



Kbase P107032: Error 5049 opening a new Progress Session
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/6/2007
Status: Verified

SYMPTOM(s):

Error 5049 opening a new Progress Session

The <ARG> parameter has too many digits. (5049)

The -numsep parameter has too many digits. (5049)

CAUSE:

The information followed by the argument (ARG) is too big or the file that contains it is corrupted

FIX:

Look for where the parameter is located and check for possible invalid values or corruption.
Note that, besides the parameter files listed in the command line, Progress also uses the file startup.pf located at the $DLC directory that can also have some kind of invalid value or can be corrupted. To fix a possible corruption, get another copy of the file and overwrite the corrupted one.

The -numsep and other environment specific parameters are set by default in the startup.pf file which is installed in the $DLC directory.
The startup.pf is configured during installation and many of the choices made for Code Page, number separater character, etc during the installation are stored in this file.

An example of a startup.pf is:
-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
-d mdy
-numsep 44
-numdec 46

This is only an example of some of the information in the startup.pf. This example may not reflect all installations.