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

sdq_init_session Function


This function is called when the current session is initialized. This allows the vendor to initialize the parameters of a session or perform any other initialization tasks required.

Syntax

int sdq_init_session (int * session_id)

Parameters

Parameter
Description

session_id

A unique value provided by the vendor that is used in function calls while the session is active. The value 0 is reserved as an invalid session ID. The Siebel code calls this function with a session ID of 0, so the session ID must be initialized to a nonzero value.

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.