IKGPAT
27th December 2006, 14:03
I am looking to put my English and spanish versions of baan IVc4 on same server, i realize because both db's need to be called baandb i need to create 2nd instance, also i need to keep seperate baan directories due to modification issues. Has anyone done this and if so, how is processing time and any other issues? I only ask because baan tells me they don't recommend doing this on production server, they say can be used for test. Just not recommended on production - Any thoughts greatly appreciated.
Thank you

Dikkie Dik
27th December 2006, 14:31
On UNIX this is easy, On Windows with Baan IV I don't know. As you have to reconfigure your licence anyway, I advice to contact Baan for this.

Kind regards,
Dick

IKGPAT
27th December 2006, 14:33
thank you for your input

Kozure Ohashi
27th December 2006, 14:36
Dear IKGPAT,

why are you separating the two instances.

You can build a vrc structure containing both englisch and spanish localisation within one instance?

B40c4
|
B40Uc4stnd
|-------------------------|
B40UK (Cust) B40Lc4iber (Spanish localisation)
|
B40Cc4iber (Customer VRC)

(i had one project: german, spanish, uk and usa was working on one server within on instance in 4 different companies.)

Han Brinkman
27th December 2006, 16:50
With 5c it is no problem to have multiple bse on one server. Don't see why that should be different for IVc.
Only problem I have every now and than is that shared memory starts complaining when I have 3 or more environments on one system.

Regards,
Han

ecarceller
27th December 2006, 18:03
Separate instances has nothing to do with different languages. You need separate instances when you need to be able to stop and start one environment while the other one remains in whatever state you needed it to be (up or down). Or in the case of having T&D and PROD in the same box you can create a small env with its own DB "small" instance for Dev and a bigger one for PROD.
However if both your Spanish company and the English one are PRODUCTION you DO NOT NEED separate environment/instances. You can have just one with both languages, both localizations and both sets of companies. Is there going to be any integration between the different languages companies? That as well is easier to accomplish if you have them all in the same environment.

Going back to your questions:

Yes it can be done.
Yes it has performance impact although how big of a problem this is, depends on the server's size.

My advice: Stay away from it.

IKGPAT
2nd January 2007, 15:03
Reason I am keeping seperate, my english version is set up as single finance multi logistic, spanish is setup as one company. Didn't want to keep as one since if i need to take one down, need other to still be running.

Kozure Ohashi
2nd January 2007, 15:17
As far as i remember it is not possible to have multisite with different homecurrencies, therefore you need 2 instances (EUR / GBP).

Regards,

Kozure

IKGPAT
2nd January 2007, 15:19
thank uou, that is what i thought