Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Description:
Using capital WITH DATA when doing recovery will trigger recovery policy without_data and causing space data not loaded.
Impacted version: ActiveSpaces 2.1.4 on-wards
Not working syntax sample:
===============
recover space 'name' WITH DATA or RECOVER SPACE 'NAME' WITH DATA (as long as WITH DATA is capital)
Resolution:
===============
1. Use recovery_policy. e.g. recover space 'name' recovery_policy 'no_data_loss'
2. Use lower case 'with data'. e.g. recover space 'name' with data
Note:
===============
Solution 1 is recommend since 'with data' has been deprecated.