Search Manual / Version 2412.0
Table Of Contents
The CAE Feeder persists its feeding state
in a relational database. Configure the connection to the database with properties
caefeeder.datasource.url, caefeeder.datasource.username,
and caefeeder.datasource.password.
For details, see Section 3.11.2, “CAE Feeder Properties” in Deployment Manual
Note
To avoid performance problems with Microsoft SQL Server, it is recommended to set the connection property
sendStringParametersAsUnicode=false as part of the configured
caefeeder.datasource.url, for example:
jdbc:sqlserver://localhost:1433;databaseName=cm_mcaefeeder;sendStringParametersAsUnicode=false.
For more details, see the Microsoft SQL Server documentation.
Caution
Do not run multiple CAE Feeder applications on the same database schema.


