natek64 - Friday, October 3, 2008 2:11 PM:
Hi,
Before implementing Aras company-wide, I need to solicit advice on the best way to manage multiple physical locations. We want to implement master data management, so, obviously, we can only have one database vault. But I'm sure there are plenty of companies with more than one location who need to use replication or mirroring to push data to the local level for lower latency access & faster file transfers.
Would anyone be willing to share how they have set things up to access local database servers with replicated or mirrored data? Do you also have a local web server? or can you have one web server and access the local database?
Thx,
~n8
gopalnayak - Tuesday, November 11, 2008 10:45 AM:
We are also trying to implement something similar. However, our problem is slightly simpler since most of the locations require read only access most of the times and occasional write access. We are planning to have seperate web servers for each location and sync up the DB and the Vault regularly. If someone needs to modify, they can always login to the main server and work on it. With most of the read access limited not requiring communication to the main server, we plan to cut-down on latencies and bandwidth big time. You can try this option.