5 Procedure to Avoid the activate_config Error

Use the information in this topic to avoid the error that you may see when you try to load the baseconfig on the Public cloud VM.

Scenario: You may see the error when you try to save the configuration and activate the configuration using the activate_config ACLI command.
  1. Create a Communications Broker Release 4.2.0 VM on Azure or AWS.
  2. Load the baseconfig using the command:
    spl load acli baseconfig
  3. Save the configuration using save-config
  4. Activate the configuration using activate-config. You may observe the error message:
    ERROR: sip-config [] has reference to home-realm-id [ecb] which does not exist 

Procedure to Avoid the Error

Perform the following tasks to avoid encountering the error:
  1. Create the phy-interface.
  2. Create network-interface with the above created phy-interface.
  3. Create realm-config with the above created network_interface
  4. Create sip-interface along with its sip-port with above created network _interface and realm-config
  5. Perform spl load acli baseconfig
  6. Save and activate the configuration