In TIBCO Streaming versions 10.0 and later, the data storage location for disk-based query tables should be set via the dataAreaPath property in your engine configuration file. For example..
streamBase = {
dataAreaPath = "/tmp/myDataDir"
}
For details, refer to the Help under Home > Configuration Guide > StreamBase Configuration Types >
StreamBase Engine Configuration.
However, versions 10.4.3 and earlier have a defect relating to the dataAreaPath. This defect is revealed to the console via the following error message..
2019-10-30 09:56:03.105440-0400 [83572:88208] ERROR com.tibco.ep.dtm.engine: (engine.cpp:216) oscdr.cpp:499: failed C++ assertion 'SW_BOMB'
It is recommended that you upgraded to 10.4.4 or later to avoid this error.