gramasub
14th July 2009, 09:56
Hi,

When activating a new mapping scheme, system throws following error

"Buffer overflow in combo mode"

This error is recorded only in event viewer. baan error log and db error log do not record any error messages.

Baan gets disconnected immediately.

Rgds

ahmedhossni
14th July 2009, 17:55
Dear Friend...

Try looking for the solution ID #115988 that may help you..

SITUATION DESCRIPTION:
Bshell and databasedriver run as a seperate process.


SOLUTION DESCRIPTION:
Baan database drivers are used to run as a separate process and communicate with the Bshell (Baan virtual machine) through IPC *), even if the bshell and database driver are on the same machine (Host mode).

*)IPC stands for: Inter Process Communication. IPC defines the way 2 processes communicates with each other.

This model introduces a high degree of context switching *), which limits the scalability on many platforms, but especially for Windows/NT. As the Host mode has proven to be the most efficient model and is the mode of choice, Baan created a Bshell and Database Driver that run in the same process.