Deprecated TableImportAPI web service methods

Many of the tasks that the TableImportAPI web service performs take a long time to complete. If a task runs synchronously and requires a longer execution time than the network time-out value, the task is terminated before completion.

The TableImportAPI web service has deprecated the following methods that provide synchronous access to tasks. To perform the tasks, use the related method that starts a batch process and track the activity of that process.

Deprecated method: deleteExcludedRowsFromStagingTables

Replace calls to the deprecated deleteExcludedRowsFromStagingTables method with calls to the deleteExcludedRowsFromStagingTablesAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.

Deprecated method: encryptDataOnStagingTables

Replace calls to the deprecated encryptDataOnStagingTables method with calls to the encryptDataOnStagingTablesAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.

Deprecated method: integrityCheckStagingTableContents

Replace calls to the deprecated integrityCheckStagingTableContents method with calls to the integrityCheckStagingTableContentsAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.

Deprecated method: integrityCheckStagingTableContentsAndLoadSourceTables

Replace calls to the deprecated integrityCheckStagingTableContentsAndLoadSourceTables method with calls to the integrityCheckStagingTableContentsAndLoadSourceTablesAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.

Deprecated method: populateExclusionTable

Replace calls to the deprecated populateExclusionTable method with calls to the populateExclusionTableAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.

Deprecated method: updateStatisticsOnStagingTables

Replace calls to the deprecated updateStatisticsOnStagingTables method with calls to the updateStatisticsOnStagingTablesAsBatchProcess method. This method returns the identifier of the batch process that is running the task. Use the MaintenanceToolsAPI web service method batchProcessStatusByID to check for completion of the batch process.