Enabling and disabling SQL

The SQL page in the Advanced menu is enabled by default. You can disable or enable SQL by entering commands.

Procedure

  1. Click Advanced > SQL.
  2. Depending on whether you want to enable or disable SQL, complete one of these steps:
    • To disable SQL, enter this command: update configurationproperties set value='false' where name='sql.enable'
    • To enable SQL, enter this command: update configurationproperties set value='true' where name='sql.enable'
  3. Restart the server.

Feedback