How to avoid the Configuration Audit Alert message?


  Product(s): ProSteel  
  Version(s): CONNECT Edition (10.XX.00.XX)  
  Area: N/A  
  Subarea: N/A  
  Original Author: Vyanktesh Nama, Bentley Product Advantage Group  

Overview

This wiki will guide you on how one can avoid the Configuration Audit Alert message that pops up when opening a new file from the new WorkSet.

Steps to be follow

Please follow the below steps to achieve this.

1. Go to the below path and look for WorkSpace.Template and WorkSet.Template files.

Path: C:\ProgramData\Bentley\ProStructures CONNECT Edition\Configuration\WorkSpaces\Template

2. Then, add the below variable statement in the WorkSpace.Template.

%include $(_USTN_WORKSPACESTANDARDS)ProStructures/*.cfg


3. Now, add also the below variable statement in the WorkSet.Template.

%include $(_USTN_WORKSETSTANDARDS)ProStructures/*.cfg

With this, when you create a new file in the new WorkSet then that Configuration Audit Alert message will not appear because that statement is prefilled automatically inside the <WorkSetName>.cfg file.

See Also