Kbase 18723: Report Builder, 1150 when converting reports from v7
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/6/1999 |
|
Report Builder, 1150 when converting reports from v7
DRAFT COPY - Currently under review and edit.
INTRODUCTION:
=============
In cases that the report has been developed against a Novell database
the error message 1150:
Server has -Mm parm <1024> and client has <512>. They must match.
might appear.
WHY YOU NEED TO KNOW THIS:
===========================
As the -Mm is stored internally in the report it is reset to this
setting every time the report has failed.
This k-base should provide steps to get around the message.
PROCEDURAL APPROACH:
====================
Check if the following subtree exist, if not create it:
HKEY_LOCAL_MACHINE\Software\PSC\PROGRESS\(8.X/9.X)\RBSTARTUPCreate the string value:
RBSTARTUP
with value:
"%DLC%\rpstartup.pf"
where %DLC% is your path to the rbstartup.pf
In the rbstartup.pf add the following:
-db database name -ld TEST -N TCP -S servicename -H hostname -Mm 1024
Should the 1150 error still appear, the start the database with the
-Mm 512 and connect with each report in the newer Progress version and
do the convert (open&save). Then start the database again with
-Mm 1024 or whatever is used.
This will allow the reports to be used in the newer Progress verision.
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
CFE 6/4-99