Using capital WITH DATA when doing recovery will trigger recovery policy without_data and causing space data not loaded.

Using capital WITH DATA when doing recovery will trigger recovery policy without_data and causing space data not loaded.

book

Article ID: KB0094330

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

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.

Issue/Introduction

Using capital WITH DATA when doing recovery will trigger recovery policy without_data and causing space data not loaded.

Environment

Product: TIBCO ActiveSpaces Version: 2.1.5+ OS: All Supported Operating Systems -------------------- Product: TIBCO ActiveSpaces Version: OS: All Supported Operating Systems --------------------