volker99
10th February 2003, 21:35
We have changed our BaanERP company from a MSSQL to a ORACLE database. The old comany on MSSQL is still existing. The new company has got a new company number. The ORACLE db is on a seperate server.

Now in the Windows2000 event log the following message occurs:

Type: Error
Message Warning: Attempt to start more than one shared library.
Trying to fallback to standalone driver with same logical name (see % s/lib/ipc_info)

What can be the problem?

PV Ramone
11th February 2003, 00:01
I'm 100% guessing here but maybe you get the error because you got both the mssql and oracle binary licenced. At baan startup it will check the licence and ipc_info to ''start" all licenced binaries.

Dikkie Dik
12th February 2003, 14:43
Probably you are using a combo bshell. This is a bshell that dynamically links the database driver. Of course it can only link one driver at a time MS SQL or Oracle. To prevent this you should unset the combo flag in the ipc_info. I think that only changing the d into an s will work.

Hope this helps,
Dick