How to update the key for a Space definition using persistence SharedNothing .
book
Article ID: KB0093255
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Description: The persistence files become invalid when the key for a Space is modified. After the update, current persistence files marked as invalid and a new empty persistence file is created (recovery not possible). This is the expected behavior. An update of the Space key will change the distribution settings (file structure).
Resolution
To avoid losing data, export the data to a new Space or use the following steps (as-files tool):
- Download tool: as-files from http://activespaces.tibco.com/tools/delimitedfiles/index.html . - Export the current Space data to a file using as-files. - Disconnect all members from the Space or shutdown all agents. - Restart the agents and create the Space with a new key. - Import the exported data using as-files.
Issue/Introduction
How to update the key for a Space definition using persistence SharedNothing .