Consultor Eletrônico



Kbase 13647: Error 1150 connecting to database with a Report Builder
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/6/2009
Status: Verified

SYMPTOM(s):

Error 1150 connecting to database with a Report Builder

Server has -Mm parm <size> and client has <size>. They must match. (1150)

Report Builder: (1150) Server has -Mm parm and client <size>

Connection is made over a network via TCP

FACT(s) (Environment):

Report Builder
Progress 7.x
Progress 8.x

CAUSE:

The message buffer settings for the Report Builder client does not match the value set on the Server.

FIX:

In order to specify a startup parameter for Report Builder, you must include it on the EngineParameters= line in the [ReportBuilderDefaults] section of the (progress.ini) file.

Report Builder defaults to -Mm 1024 unless a different value is specified in EngineParameters setting. Regardless of the network protocol, if you are not using -Mm 1024 with the server, you must include -Mm # in EngineParameters.

For example:
[ReportBuilderDefaults]
EngineParameters=-Mm #

NOTE: If the [ReportBuilderDefaults] section is not already in the progress.ini file, you must add it. This is documented in the Version 7.x Installation Guide dated September, 1994 and later.

In Version 8.0A, Progress supports startup parameters in the command line.