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

sdq_init_connector Function


This function is called when the vendor DLL is first loaded to facilitate any initialization tasks.

Syntax

int sdq_init_connector (const SSchar * path)

Parameters

Parameter
Description

path

The absolute path of the Siebel Server installation. The vendor can use this path to locate any required parameter file for loading the necessary parameters (like port number and so on). This is a Unicode string because the Siebel Server can be installed for languages other than English.

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.