Learn about the new functions and features of Sybase CEP R4 ESD#1.
Added support for using the Excel Adapter with SSL-enabled CEP servers.
Added the ability to disable auto-compilation of projects in the Sybase CEP Studio by adding the following preference to
studio-preferences.xml:
<preference name="C8/Studio/DisableAutoCcx value="true"/>
Enhanced the CSV Adapter to enable you to:
- append the time of the last row in the output file to the filename (using the TimestampInFilenames parameter)
- rotate files at predefined time intervals (using the TimebasedRotate parameter)
- specify the time of the first rotation (using the TimeBasedRotateStartAt parameter)
- specify how long to wait between file rotations (using the TimeBasedRotateInterval parameter)
Refer to the ADL file,
c8_write_to_csv_file.adl for details.
For the RPC Plug-in for CSV files, added the ability to suppress runtime errors and continue processing when the referenced file does not exist. In the ReadCsvFile service section of the c8-service.xml file, set the AllowNoFileExist parameter to true. It is set to false by default.