Stream Binding Runtime Configuration

Use macros provided by Sybase CEP to facilitate runtime configuration.

Use the macro $RuntimeFolder to path to runtime configuration files. The value of this macro is a directory called "runtime" under the directory defined by the "StoragePath" preference under the C8/Server/Common section in the server configuration file. Stream binding runtime configuration can be set in three places: In all of these cases, users are able to set the binding as "file:///absolute/path/to/fileName" or "file://$RuntimeFolder/path/to/fileName". When specifying an absolute path on windows, ensure that the format does not contain any colons. Having a colon causes a runtime error. The contents of the file must contain a valid URI on the first line without any leading or trailing spaces and should be of the form "ccl://hostname:port/Stream/workspaceName/projectName/streamName".

Use the $WorkspaceName and $ProjectName macros when specifying the location of the file. The $WorkspaceName and $ProjectName macros provide the workspace name and project name respectively.