Fix Datasource
Instructions for Use
Repair the datasource.
This tool is used for datasources that have been created previously but, due to unforeseen reasons, resulted in missing system tables in the database or missing sequences in the sm. It repairs the datasource to restore it to a fully functional state. Applicable to PostGIS datasources.
Parameter Description
| parameter name | parameter definition | parameter type |
|---|---|---|
| Datasource Connection Information | Connection information of the datasource to be repaired. Set using the format '--key=value', with multiple key-value pairs separated by spaces. For example, connection information for a PostGIS datasource: --providerType=sdx --dbType=PGGIS --server=127.0.0.1 --database=postgis --user=postgres --password=uitest --maxConnPoolNum=10 --dataset=DLTB. For more details, please refer to Data Connection Information Parameter Description. |
String |
Output Result
| parameter name | parameter definition | parameter type |
|---|---|---|
| Repair Result | Whether the repair was successful. | Boolean |