Consultor Eletrônico



Kbase 15297: Report Builder getting error 247 when field is also keyword
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Report Builder getting error 247 when field is also keyword

One of the possible causes of error
** Unable to understand after -- "<string>". (247) is having a field
in the database that has the same name as a Progress keyword.

In order to use Report Builder with a table containing a field that is
also a keyword, you must use the -k startup paramter.

In V7 Report Builder DOES NOT read startup parameters from the command
line. Instead, it must be entered in the progress.ini file.

The following must be added...

[ReportBuilderDefaults]
EngineParameters=-k newkywd

See The System Administration Reference manual for an explanation
of the Keyword forget list startup parameter -k.

** If the [ReportBuilderDefaults] section is not already in the
progress.ini file, then it must be added in.

In V8 Report Builder DOES read startup parameters from command line.
and ignores the EngineParameter= line in the progress.ini file.

Example,
Command Line: prorb.exe -k newkywd

Progress Software Technical Support Note # 15297