Skip to main content

Modify Application Configuration

If you want to modify the application configuration settings, such as bypassing stage validation or changing the job run interval time, perform the following steps.

To modify application configuration settings

  1. Access the configured metadata store, either PostgreSQL or Microsoft SQL, using appropriate tools such as pgadmin or SQL Server Management Studio, respectively.
  2. Establish a connection to the application database, for instance, SourceConnect.
  3. Run the following query.
    SELECT * FROM SETTINGT;
  4. Create a backup of the JSON string before modifying it.
  5. Make necessary configuration changes by editing and updating the JSON value.
  6. Commit the changes to the table.
  7. Run the subsequent commands:
    • For Windows: Open the command prompt as an administrator and run iisreset.
    • For Linux: Run the following commands:
      sudo systemctl daemon-reload
      sudo systemctl start isw_sct

Was this article helpful?

We're sorry to hear that.