Kbase 13603: Report Builder error (135) when joining tables
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/10/2000 |
|
Report Builder error (135) when joining tables
If a customer is using Report Builder and they get the
following error joining two tables:
More than 4096 characters in a single statement,
-use -inp parm. (135).
Increase -inp to 8000 using the ReportBuilder section of
the progress.ini file to resolve this message.
[ReportBuilderDefaults]
EngineParameters=-inp 8000
If the message still occurs there are too many fields
in the two tables for Report Builder limits. This will
happen if a field has many extents. The query
generated for the join will have an entry for each
extent and this is what makes the statement too large.
Progress Software Technical Support Note # 13603