Using AECOsim 08.11.09.866, GB dataset.
I configured my workspaces on network shares ( following closely the -invaluable- Marc Thomas method, ABD Quickconfig here
http://communities.bentley.com/other/old_site_member_blogs/peer_blogs/b/marc_thomass_blog/archive/2015/07/20/aecosim-building-designer-ss6-quickconfig )
First: I had to migrate my UPF file locally for each users, otherwise ABD is inusable... there are some posts on this subject)
Two; I still notice serious bottleneck when i try to open the Color Table or the View Attributes... .5 to 10 seconds delay minimum).
I feel that ABD with workspace on network shares ( wich is absolutely mandatory) is too too slow for production purpose.
Moving UPF file was a good start but there are so many files (cfg, ucf, dgnlib, cells, dataset, datagroup,....) and most of them must stay on a network shares.
Did someone here manage to make it work nicely ? (we have good machines, good network, some others software work great across the network).
Regards,
Chris
Hi Chris
We are totally agree with you.
We have changed all our machines, i7 4GHz 32MB RAM, server, switch and LAN wires in order to use ABD faster and and the result is not good. I have to say MS flyes with this new configuration.
Finally we have also decided not have anything about the dataset or datagroup in the server. Every day we copy into all computers hard drives the changes we made or the new things we add and the result is not better.
We ask the same question "Did someone here manage to make it work nicely ?"
Regards
Hi Christophe,
To move the UPF the configuration in ZZ_ABD_SS6_CompanyConfig.cfg needs to be modified.
The statement in line 18 checks that the folder defined by the statement $(parentdevdir(_USTN_SITE))Users/$(USERNAME)/ exists.
If it exists, then line 19 defines _USTN_USER to use that location.
To change this to a location in an individual windows user profile on the local drive (without using Windows Roaming Profiles which is good solution when in use on a network) just modify both instances of the $(parentdevdir(_USTN_SITE))Users/$(USERNAME)/ statement.
To use C:\Users\<username>\Bentley\ (which will contain the prefs subfolder and all prefs files), replace
$(parentdevdir(_USTN_SITE))Users/$(USERNAME)/
with
C:/Users/<username>/Bentley/
Then create the C:\Users\<username>\Bentley\ folder for each user manually or with a batch file, whichever suits available time/expertise.
Copy the contnets of the QuickConfig UserTemplate folder into each of the new user folders.
To reduce the number of preference files we create (which might improve performance?) take a look at Site Standards - Consistent User Docking and Panel Preferences and add the recommended lines to your standards.cfg.
I suspect the slow perfomance of colour tables is a symptom of general latency.
Marc
ABD is more demanding of the network so I strongly reccommend increasing the speed (everything else will benefit too!). Connection all your PC's via a cheap 8 or 16-port unmanaged network switch, for example the HP J9559A, will make a huge difference (I only mention that example as I have used similar units for small networks in the past). Get a 16 port switch and you can connect any network printers via the switch too which makes connecting to them simpler than if they are shared from a particular PC. If you spend a little more you can get an entry level managed switch which could be helpful in the future (trunking ports to give more bandwidth to a server for instance).
What kind of device are your shared files stored on?
Moving all of the preference files is better, they need to be in one place.
Read Site Standards - Colour Tables for the background to MS_DEFCTBL, it is not an absolute control for the colour table.
Excluding the default colour book libraries isn't a problem. As long as you have the the colours you need in your own library you won't miss them. I guess you've figured out colour book creation, but in case you need to know more see MicroStation - Creating a Custom Colour Book
View Attribute delay can be fixed by checking the configuration of BB_DG_ECSCHEMA_CACHE, for the background to this see ABD - BB_DG_ECSCHEMA_CACHE. This is another thing that could be affected by a slow network.
Hi Marc,
Correction, the switch is Gigabit and our network is Gigabit too (i just made a test to check the file transfer: around 460Mbps)
Here is a screenshot of View attributes / Saved views
regards,
Christophe
And here is the explanation.
I don't understand why AECOsim Microstation need Drawingseed_Architectural.dgnlib ?