S03006
Error Code
S03006
Error Message
To enable table persistence, specify persistenceDir in server configuration
and restart node. RefId: S03006
Probable Causes
This error occurs when users attempt to enable a stream table to be persisted to disk
using enableTablePersistence
or
enableTableShareAndPersistence
but the persistence directory is
not specified.
Only when the parameter persistenceDir is configured will DolphinDB initialize the module managing stream table persistence and conduct a worker to perform persistence tasks asynchronously.
Solutions
Specify the parameter persistenceDir in the configuration file as an existing directory and restart the server.