Siebel Data Quality Administration Guide > Universal Connector API > Connector Initialization and Termination Functions >

sdq_shutdown_connector Function


This function is called when the Siebel Server is shutting down to perform any necessary cleanup tasks.

Syntax

int sdq_shutdown_connector (void)

Parameters

This function does not have any parameters.

Return Value

A return value of 0 indicates successful execution. Any other value is a vendor error code.

The error message details from the vendor are obtained by calling the sdq_get_error_message function.

Siebel Data Quality Administration Guide Copyright © 2006, Oracle. All rights reserved.