Review an example of configuration preferences for a kdb+ driver.
<Service Name="MyKdbService" Type="DATABASE" > <Description>sample kdb</Description> <Param Name="DBDriverType">DBDriverKDB</Param> <Param Name="DBDriverConnectString">myhostname.mydomain.com</Param> <Param Name="Port">12345</Param> <Param Name="CacheMaximumAge">0</Param> <Param Name="Username">myuser</Param> <Param Name="Password">mypass</Param> </Service>
Ensure that the kdb+ database you wish to connect to is running properly before attempting to connect to it from Sybase CEP Engine.