Repair Datasource
Feature Description
Repair datasource. This tool is used for existing datasources that have been created. Due to unforeseen reasons, the SM system tables or SM sequences in the database may be missing. The tool repairs the datasource, restoring it to a complete and usable state. It is applicable to PostGIS datasources.
Parameter description
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| Datasource Connection Information | The connection information of the datasource to be repaired. Set it using the '--key=value' format, separating multiple key-value pairs with spaces. For example, the 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 Datasource Connection Information Parameter Description. |
String |
Output Result
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| Repair Result | Whether the repair was successful. | Boolean |