An introduction to c8client.h functions, including their purposes and parameters.
The c8client.h library contains the following functions:
Parameters:
i_progname: Program name used for logging.
i_pref_file: Path to preferences file to use. Pass NULL to specify no preferences file and to use defaults.
Returns: C8_OK if successful, C8_FAIL otherwise.
If you are writing an out-of-process adapter that uses SSL, you must create a subdirectory named secure in the directory containing your executable. To store your security certificate information, copy the secure directory into the same directory as your executable from the top-level directory of either the Sybase CEP Server or Sybase CEP Studio installation. If the Sybase CEP application running when you attempt this step, you will see an error similar to the following:
CRITICAL ERROR: Error: Error while generating certificate (Reason='Error: failed to initialize internal key slot')
Parameters: None.
Returns: C8_OK on success, C8_FAIL otherwise.