This is a rather odd occurence. I have a list of MVBA files which I auto-load into Microstation using the config variable MS_VBAAUTOLOADPROJECTS. The files are on a network server. For the most part they load as expected and the macros are available. At times the list of macros vanishes and fails to load upon restarting Microstation even though the MVBA files are intact. This usually happens after a crash, a macro debug session but can also occur at random. When this happens the MVBA files cannot even be manually loaded using the VBA manager. Only a full workstation restart restores the situation. This is happening several times daily.
Any ideas?
Benzi Papo said:I'm not sure if this variable is still used in CONNECT
Please see this response by Robert Hook.
Regards, Jon Summers LA Solutions
Answer Verified By: Benzi Papo
Thanks Jon. So I set the variable in our default network configuration file at the WORKSPACE level:
MS_VBA_OPEN_IN_MEMORY=ALL
In order to allow me to edit MVBA files I set the variable at the USER level:
MS_VBA_OPEN_IN_MEMORY=READONLY
The issue has been resolved.