Stages of Auto-Build operation
- Last UpdatedAug 20, 2024
- 1 minute read
Different stages of importing the templates and instances using Auto-Build feature are listed below.
At any stage of the Auto-Build operation, to access the Help pages, select the help icon located on the upper-right section of the screen.If you make any changes to the configuration of the System Management Server (SMS) during run time, you must restart the AVEVA Communications Backend Service in the Services console of your machine.In the Advanced Configuration of the System Management Server (SMS), if you change the HTTP Port or the HTTPS Port then you must run the below command as an administrator in the command prompt:
If you change the HTTP Port field
netsh http add urlacl url=http://localhost:<http port configured in SMS>/oi/ user="NT Authority\Network Service"
If you change the HTTPS Port field
netsh http add urlacl url=https://localhost:<https port configured in SMS>/oi/ user="NT Authority\Network Service"
If you do not run the above commands after changing the ports and try to access the Auto-Build functionality, you will get a HTTP 503 error saying the service is unavailable.