learner
17th June 2003, 15:03
Hi,

We are having BaaN IV b2 instance also running apart from c4 and whenever I log in into BaaN IV b2 environment, i see following entry in my event viewer.

We are using Win NT 4.0 as O/S and Informix 9.20.TC1 as database.


Here goes the error message which i copied it from NT Event Viewer

************* Start of error *************************

Env Bse (c:\baan)
Prog inf_srv file \general\lib\al_1\AL_LDRES.C # 151
Keyword resource
Username b2 type S language 2
Process 0x1ce
Lasterror 203 (The system could not find the environmentoption that was entered.)
Errno 0
bdberrno 0
Message Missing ':' at line 2 of c:/baan/lib/defaults/db_resource

************ End of error ************************

what is the use of this db_resource file ?? what are the meaning of each line specified in db_resource file ??

here are the contents of my db_resource file

************ Start of db_resource *****************

rds_full=500
ssts_set_rows=500
dbsinit:01

************ End of db_resource ******************

Waiting for your replies gurus.

:)

Dikkie Dik
17th June 2003, 15:11
The db_resource is a Baan parameter file that can be used to overrule default settings. For the settings of Informix you have to read the Informix technical manual.

The reason you get errors is because the parameters and their values should be seperated by a ":" instead of a "=".

Furthermore please remove the first 2 lines as this value is far too large for normal use. Also refer to Performance Guide (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7665) to read how to set some variables.

Hope this helps,
Dick