Skip to main content
Skip table of contents

Commit, disable, and enable

Commit

Run the below command to commit the change

> commit;

Disable

Run the below command to disable the dSource.

Example - 

> source

> select testdb

> disable

> commit

Enable

Run the below command to enable the dSource.

Example - 

> source

> select testdb

> enable

> commit

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.